diff --git a/x64dbg.ts b/x64dbg.ts index a8dda81..760a3ba 100644 --- a/x64dbg.ts +++ b/x64dbg.ts @@ -12622,7 +12622,7 @@ Do you want to continue rendering this graph? - + &File @@ -12652,1431 +12652,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15624,12 +15635,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18451,51 +18462,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_af_ZA.ts b/x64dbg_af_ZA.ts index e99998c..cce605d 100644 --- a/x64dbg_af_ZA.ts +++ b/x64dbg_af_ZA.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ar_SA.ts b/x64dbg_ar_SA.ts index 724c08d..565d0f3 100644 --- a/x64dbg_ar_SA.ts +++ b/x64dbg_ar_SA.ts @@ -12679,7 +12679,7 @@ Do you want to continue rendering this graph? - + &File &ملف @@ -12709,1431 +12709,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files الملفّات الحديثة - + Database - + &View &عرض - + &Debug التنقيح - + Advanced - + &Help &مساعدة - - - - + + + + &Plugins إضافات - + &Options &خيارات - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar شريط الأدوات - + CommandBar - + &Open &فتح - + Run the file and start debugging. - + E&xit &خروج - + Exit x64dbg. - + &Run &تشغيل - + Run the debuggee or restart debugging. - + &Pause &توقف مؤقت - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start إعادة - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close إغلاق - + Terminate the debuggee and stop debugging. - + Step &into دخول - + Execute a single instruction - + Step &over مرور - + Execute a single instruction without entering the CALL instruction - + Co&mmand أمر - + Focus on the command bar - + E&xecute till return &تنفيذ حتى عودة - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window &نافذة السجل - + Show the Log tab. - + &About &حول - + Display information about x64dbg - + Scylla - + &Breakpoints &نقاط التوقف - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script السكريبت - + Show the Script tab. - + Run &until selection ت&شغيل حتى موقع التحديد - + Run until selection تشغيل حتى موقع التحديد - + Put a breakpoint on selection and run the debuggee. - + &CPU &وحدة المعالجة المركزية - - + + CPU وحدة المعالجة المركزية - + Show the CPU tab to display the disassembly. - + Symbol &Info معلومات ال&رمز - + Symbol Info معلومات الرمز - + Show the Symbols tab. - + &References - - + + References المراجع - + Show the References tab. - + &Threads - - + + Threads خيوط المعالجة - + Show the Threads tab. - + &Preferences الإعدادات - + Preferences - + Opem the Preferences dialog. - + &Find Strings البحث عن سلاسل نصية - + Find Strings البحث عن سلاسل نصية - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance المظهر - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls البحث عن نداءات بينية - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches التعديلات - + Open the patch dialog. - + Comments التعليقات - + Show a list of comments. Equivalent command "commentlist" - + Labels مؤشرات معنونة - + Show a list of labels. Equivalent command "labellist" - + Bookmarks الإشارات المرجعية - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions الدوال - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates التحقق من وجود & التحديثات - + Connect to Github to check for updates - - - + + + Call Stack مكدس النداءات - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate & التبرع - - + + Donate التبرع - + Open https://donate.x64dbg.com - + Calculator الحاسبة - + Open the Calculator dialog. - - + + Attach تعلق - + Attach the debugger to a process to debug it. - - + + Detach فصل - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line تغيير سطر الأوامر - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost في المقدمة - + Topmost Window - + Make x64dbg topmost - + &Report Bug &تبليغ عن مشكلة - - + + Report Bug &تبليغ عن مشكلة - + Open https://report.x64dbg.com - + &Source ال&مصدر - - + + Source المصدر - + Show the Source tab. - + &Manual ال&دليل الإستخدام - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ الأسئلة الشائعة - + FAQ الأسئلة المتكررة - + Open https://faq.x64dbg.com - + SEH Chain سلسلة SEH - - + + Hide debugger (PEB) إخفاء المنقح (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css إعادة تحميل style.css - + Read style.css from disk to apply theme changes. - - + + Notes الملاحظات - + Show the Notes tab. - - + + Handles مقابض - + Show the Handles tab. - - - + + + Trace over... تتبع للفوق... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... تتبع للداخل... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit بت - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte البايت - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable تعطيل - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) خطوة للفوق (المصدر) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) خطوة للداخل (المصدر) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog المدونة - + Open https://blog.x64dbg.com - + Animate into تحريك للداخل - + Execute the step into command at a fixed pace - + Animate over تحريك للفوق - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... استيراد الإعدادات... - + Import settings from an external file - + Customize menus تخصيص القوائم - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database إ&ستيراد قاعدة بيانات - + Open an external database file to import data. - + &Export database ت&صدير قاعدة البيانات - + Previous Tab علامة التبويب السابقة - + Show the tab on the left. - + Next Tab علامة التبويب التالية - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab إخفاء علامة التبويب - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables ا&لمتغيرات - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error خطأ - + %1 (%2) - + %1 [Elevated] - + Log السجل - + Symbols الرموز - + Breakpoints نقاط التوقف - + Memory Map خريطة الذاكرة - + SEH SEH - + Favourite Toolbox - + Command: الأمر: - + Ready جاهز - - - - - - + + + + + + Languages اللغات - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file فتح الملف - + Executables (*.exe *.dll);;All files (*.*) الملفات القابلة للتنفيذ (ملفات *.exe)؛؛ كافة الملفات (*. *) - + Disassembly تحليل - + Dump تفريغ - + Stack مكدس - + Enter expression to run to... - - + + Error! خطأ! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. ستقوم بزيارة المدونة الرسمية لx64dbg. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. سيتم نقلك إلى موقع ويب حيث يمكنك إرسال تقرير عن خطأ. تأكد من تعبئة قدر ممكن من المعلومات. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! تم الكشف عن منقح! - + Mnemonic help - + Change Command Line تغيير سطر الأوامر - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: سطر الأوامر جديد: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command أمر تحريك - + Example: StepInto - + Customize Menus تخصيص القوائم - + Settings (*.ini);;All files (*.*) إعدادات (*. ini)؛؛ كافة الملفات (*. *) - + Import database إستيراد قاعدة بيانات - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database تصدير قاعدة البيانات - + Databases (%1);;All files (*.*) قواعد البيانات (%1)؛؛ كافة الملفات (*. *) - - + + More Commands أوامر إضافية @@ -15681,12 +15692,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close إغلاق @@ -18508,51 +18519,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! خطأ في الشبكة! - + Failed to check for updates - + Error! خطأ! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information معلومات + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_bg_BG.ts b/x64dbg_bg_BG.ts index ad3fcd2..05ce6e5 100644 --- a/x64dbg_bg_BG.ts +++ b/x64dbg_bg_BG.ts @@ -12622,7 +12622,7 @@ Do you want to continue rendering this graph? - + &File @@ -12652,1431 +12652,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help &Помощ - - - - + + + + &Plugins &Приставки - + &Options &Опции - - + + &Theme &Тема - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar Лента с инструменти - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Затваряне - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences Предпочитания - + Preferences Предпочитания - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Корекции - + Open the patch dialog. - + Comments Коментари - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Функции - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator Калкулатор - + Open the Calculator dialog. - - + + Attach Прикачване - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes Бележки - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Байт - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Дума - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Променливи - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins Приставки - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Модули - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump Дъмп - + Stack Стек - + Enter expression to run to... - - + + Error! Грешка! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15624,12 +15635,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Затваряне @@ -18451,51 +18462,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Грешка! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_bs_BA.ts b/x64dbg_bs_BA.ts index 47a96c2..8935ac0 100644 --- a/x64dbg_bs_BA.ts +++ b/x64dbg_bs_BA.ts @@ -12632,7 +12632,7 @@ Kopiraj token &tekst - + &File @@ -12662,1431 +12662,1442 @@ Kopiraj token &tekst - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Zatvori - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Patches - + Open the patch dialog. - + Comments Komentari - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach Dodaj - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Bajt - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Riječ - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Isključi - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Moduli - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Greška - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly Disassembliranje - + Dump Deponije: - + Stack Štek - + Enter expression to run to... - - + + Error! Greška! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15634,12 +15645,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18463,51 +18474,51 @@ Hex dugo dugo (64-bit) UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Greška! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ca_ES.ts b/x64dbg_ca_ES.ts index 87e0f1f..364866d 100644 --- a/x64dbg_ca_ES.ts +++ b/x64dbg_ca_ES.ts @@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph? - + &File @@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ceb_PH.ts b/x64dbg_ceb_PH.ts index dd8485f..a2a2e06 100644 --- a/x64dbg_ceb_PH.ts +++ b/x64dbg_ceb_PH.ts @@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph? - + &File @@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_cs_CZ.ts b/x64dbg_cs_CZ.ts index 32d7329..4fe8889 100644 --- a/x64dbg_cs_CZ.ts +++ b/x64dbg_cs_CZ.ts @@ -12641,7 +12641,7 @@ Do you want to continue rendering this graph? - + &File @@ -12671,1431 +12671,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Zavřít - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences Preference - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Opravy - + Open the patch dialog. - + Comments Komentáře - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys Klávesové zkratky - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com Otevřít https://donate.x64dbg.com - + Calculator Kalkulačka - + Open the Calculator dialog. - - + + Attach Připojit - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com Otevřít https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com Otevřít https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Slovo - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code Vstupte, dokud nedosáhnete nekrytého kódu - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code Krokujte, dokud nedosáhnete nekrytého kódu - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code Vstupte, dokud nedosáhnete zakrytého kódu - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code Krokujte, dokud nedosáhnete zakrytého kódu - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Zakázat - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com Otevřít https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View Předchozí zobrazení - + Show the tab history popup window and select more recently used tab. - + Next View Další zobrazení - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com Otevřít https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Moduly - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Chyba - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly Demontáž - + Dump Výpis - + Stack Zásobník - + Enter expression to run to... - - + + Error! Chyba! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15643,12 +15654,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Zavřít @@ -18471,51 +18482,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Chyba! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_da_DK.ts b/x64dbg_da_DK.ts index ac11395..b6f3195 100644 --- a/x64dbg_da_DK.ts +++ b/x64dbg_da_DK.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_de_DE.ts b/x64dbg_de_DE.ts index eec26b8..64a447e 100644 --- a/x64dbg_de_DE.ts +++ b/x64dbg_de_DE.ts @@ -12941,7 +12941,7 @@ Möchten Sie das Rendern dieses Diagramms fortsetzen? - + &File &Datei @@ -12971,1433 +12971,1444 @@ Möchten Sie das Rendern dieses Diagramms fortsetzen? x64dbg - + &Recent Files Kü&rzlich geöffnet - + Database Datenbank - + &View &Ansicht - + &Debug &Debug - + Advanced Erweitert - + &Help &Hilfe - - - - + + + + &Plugins &Plugins - + &Options &Optionen - - + + &Theme &Design - + Favour&ites Favor&iten - + Traci&ng Traci&ng - + Trace &coverage &Trace-Abdeckung - + Toolbar Werkzeugleiste - + CommandBar Befehlsleiste - + &Open &Öffnen - + Run the file and start debugging. Führen Sie die Datei aus und starten Sie das Debuggen. - + E&xit Be&enden - + Exit x64dbg. Beende x64dbg. - + &Run Ausfüh&ren - + Run the debuggee or restart debugging. Starten Sie den Debuggee oder starten Sie das Debuggen neu. - + &Pause &Pausieren - + Pause the execution of debuggee to debug it, or stop animate into/animate over. Pausiert die Ausführung vom Debuggee, um zu debuggen, oder stoppe das Animieren In/Animatieren Über. - + Re&start Neu&starten - + Stop the debuggee and restart it, or restart the last debugged file. Stoppen Sie den Debuggee und starten Sie ihn neu, oder starten Sie die letzte gedebuggte Datei neu. - + &Close &Schließen - + Terminate the debuggee and stop debugging. Stoppen Sie den Debuggee und beende das Debuggen. - + Step &into E&inzelschritt - + Execute a single instruction Eine einzige Anweisung ausführen - + Step &over Pr&ozedurschritt - + Execute a single instruction without entering the CALL instruction Führe eine einzelne Anweisung aus, ohne in die CALL Instruktion einzusteigen - + Co&mmand &Befehl - + Focus on the command bar Fokus auf die Befehlsleiste - + E&xecute till return Ausführen bis Rückgabe (&X) - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. Trace, bis die RET-Instruktion ausgeführt wird und der Stack-Zeiger kleiner oder gleich dem aktuellen Wert ist. - + &Memory Map Speicher &Map - + Show the Memory Map tab. Zeige den Tab Speicherkarte. - + &Log Window &Log-Fenster - + Show the Log tab. Log-Tab anzeigen. - + &About &Über - + Display information about x64dbg Informationen über x64dbg anzeigen - + Scylla Scylla - + &Breakpoints &Haltepunkte - + Show the Breakpoints tab. Zeige den Haltepunkte-Tab. - + Step into (pass all exceptions) Einzelschritt (alle Ausnahmen überspringen) - + Execute a single instruction, pass exceptions to the debuggee. Führen Sie eine einzige Anweisung aus, übergeben Sie Ausnahmen an den Debuggee. - + Step over (pass all exceptions) Step over (alle Ausnahmen überspringen) - + Run (pass all exceptions) Ausführen (alle Ausnahmen überspringen) - + Run the debuggee and pass all exceptions to the debuggee without pausing. Führen Sie den Debuggee aus und übergeben Sie alle Ausnahmen ohne Pause an den Debuggee. - + Execute till return (pass all exceptions) Ausführen bis zur Rückgabe (alle Ausnahmen überspringen) - + &Script &Skript - - + + Script Skript - + Show the Script tab. Zeige den Skript-Tab. - + Run &until selection A&usführen bis Auswahl - + Run until selection Ausführen bis Auswahl - + Put a breakpoint on selection and run the debuggee. Setzen Sie einen Haltepunkt auf die Auswahl und führen Sie den Debuggee aus. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. CPU-Tab anzeigen, um die Disassembly anzuzeigen. - + Symbol &Info Symbolinfo - + Symbol Info Symbolinfo - + Show the Symbols tab. Symbole-Tab anzeigen. - + &References Ve&rweise - - + + References Referenzen - + Show the References tab. Referenzen-Tab anzeigen. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. Zeige den Threads-Tab an. - + &Preferences &Einstellungen - + Preferences Einstellungen - + Opem the Preferences dialog. Öffnet den Einstellungen Dialog . - + &Find Strings Suche Strings - + Find Strings Suche Strings - + Find possible strings in the current module. Equivalent command "strref" Finde mögliche Zeichenketten im aktuellen Modul. Äquivalenter Befehl "strref" - + &Appearance &Aussehen - + Open the Appearance dialog to adjust color and font settings. Öffnen Sie den Anzeigedialog, um die Einstellungen für Farbe und Schriftart anzupassen. - - + + Find Intermodular Calls Intermodulare Anrufe suchen - + Find intermodular calls in the current module. Equivalent command "modcallfind" Suche intermodulare Aufrufe im aktuellen Modul. Äquivalenter Befehl "modcallfind" - + Patch file... Patch-Datei... - + Patches Patches - + Open the patch dialog. Öffne den Patch-Dialog. - + Comments Kommentare - + Show a list of comments. Equivalent command "commentlist" Liste der Kommentare anzeigen. Äquivalenter Befehl "commentlist" - + Labels Marken - + Show a list of labels. Equivalent command "labellist" Liste der Labels anzeigen. Äquivalenter Befehl "labellist" - + Bookmarks Lesezeichen - + Show a list of bookmarks. Equivalent command "bookmarklist" Eine Liste der Lesezeichen anzeigen. Äquivalenter Befehl "bookmarklist" - + Functions Funktionen - + Show a list of functions. Equivalent command "functionlist" Liste der Funktionen anzeigen. Äquivalenter Befehl "functionlist" - + Check for &Updates Nach &Updates suchen - + Connect to Github to check for updates Mit Github verbinden, um nach Updates zu suchen - - - + + + Call Stack Aufrufstapel - + Show the Call Stack tab. Zeige den Call-Stack-Tab. - + Hotkeys Tastaturkürzel - + Open the Hotkeys dialog to customize keyboard hotkeys. Öffnen Sie den Hotkeys Dialog um diese anzupassen. - + &Donate Spenden (&D) - - + + Donate Spenden - + Open https://donate.x64dbg.com Öffne https://donate.x64dbg.com - + Calculator Rechner - + Open the Calculator dialog. Öffne den Taschenrechner Dialog. - - + + Attach Anhängen - + Attach the debugger to a process to debug it. Den Debugger an einen Prozess anhängen, um ihn zu debuggen. - - + + Detach Abtrennen - + Detach from the debuggee so that it continues running without being debugged. Trennen Sie den Debuggee, damit er weiterhin läuft, ohne dass er debuggt wird. - + Change Command &Line Kommandozei&le ändern - + Set the command line of the debuggee. Legen Sie die Kommandozeile des Debuggees fest. - - + + Skip next instruction Nächste Anweisung überspringen - + Topmost Fenster im Vordergrund - + Topmost Window Fenster im Vordergrund - + Make x64dbg topmost x64dbg nach oben - + &Report Bug Fehle&r melden - - + + Report Bug Fehler melden - + Open https://report.x64dbg.com Öffne https://report.x64dbg.com - + &Source &Quelle - - + + Source Quelle - + Show the Source tab. Quell-Tab anzeigen. - + &Manual &Handbuch - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com Öffne https://faq.x64dbg.com - + SEH Chain SEH-Kette - - + + Hide debugger (PEB) Debugger verstecken (PEB) - + Modifies the PEB to hide debugger. Ändert das PEB, um Debugger zu verstecken. - - + + Reload style.css Style.css neu laden - + Read style.css from disk to apply theme changes. Lese style.css von der Festplatte, um die Änderungen des Themes zu übernehmen. - - + + Notes Notizen - + Show the Notes tab. Zeige den Notizen-Tab. - - + + Handles Handles - + Show the Handles tab. Zeige den Handler-Reiter an. - - - + + + Trace over... Ablaufverfolgung Prozedurschritt... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" Überspringen bis eine Bedingung wahr wird. Optional werden Befehle beim Ausführen geloggt. Äquivalenter Befehl "tocnd" - - - + + + Trace into... Ablaufverfolgung Einzelschritt... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" Einspringen, bis eine Bedingung wahr wird, und optional Befehle beim Tracking protokollieren und ausführen. Äquivalenter Befehl "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) Aktiviere Track-Coverage mit 1 Bit (ob eine Anweisung ausgeführt wurde oder nicht) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. Aktivieren Sie die Abdeckung vom Trace mit 1 Byte, um festzustellen, wie oft eine Anweisung ausgeführt wurde. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. Aktivieren Sie die Abdeckung vom Trace mit 1 Wort, um festzustellen, wie oft eine Anweisung ausgeführt wurde. - + Step into until reaching uncovered code Einstieg bis zum Erreichen des nicht-gecoverten Codes - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" Step-Into, bis du eine Anweisung erreicht hast, die vorher nicht abgedeckt wurde. Äquivalenter Befehl "tibt" - + Step over until reaching uncovered code Überspringen bis zum Erreichen des nicht-gecoverten Codes - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" Überspringen Sie bis zu einer Anweisung, die vorher nicht abgedeckt war. Äquivalenter Befehl "tobt" - + Step into until reaching covered code Einstieg bis zum Erreichen des gecoverten Codes - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" Step-Into, bis du eine vorher abgedeckte Anweisung erreicht hast. Äquivalenter Befehl "tiit" - + Step over until reaching covered code Überspringen bis zum Erreichen des gecoverten Codes - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" Überspringe bis zu einer vorher abgedeckten Anweisung. Äquivalenter Befehl "toit" - + Disable Deaktivieren - + Disable trace coverage Trace-Abdeckung deaktivieren - + Run to &user code Ausführen bis Ben&utzercode - + Trace over until user code would be executed. Trace over bis Benutzercode ausgeführt wird. - + Run until e&xpression Bis zur Anw&eisung ausführen - + Undo last instruction Letzte Anweisung rückgängig machen - - + + Generate crash dump Crash-Dump erzeugen - - + + &Manage Favourite Tools... &Lieblingstools verwalten... - + Step over (source) Prozedurschritt (Quellcode) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" Führe eine einzelne Zeile des Quellcodes aus, ohne in die Unterroutine einzusteigen. Äquivalent zu "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Einzelschritt (Quellcode) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" Führe eine einzelne Quellcode-Zeile aus. Äquivalent zu "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph Dia&gramm - + Show the CPU tab and switch to Graph mode. Zeige den CPU-Tab und wechsele in den Graph-Modus. - + Step into (swallow exception) Einzelschritt (Ausnahmen überspringen) - + Step over (swallow exception) Prozedurschritt (Ausnahmen überspringen) - + Run (swallow exception) Debuggen -> Ausführen (Ausnahmen überspringen) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. Führen Sie den Debuggee aus und ignorieren Sie alle Ausnahmen, damit der Debuggee die Ausnahme nicht verarbeitet. - - + + Blog Blog - + Open https://blog.x64dbg.com Öffne https://blog.x64dbg.com - + Animate into Animieren Einzelschritt - + Execute the step into command at a fixed pace Führe den Step-Into-Befehl mit einem festen Tempo aus - + Animate over Animieren Prozedurschritt - + Execute the step over command at a fixed pace Führe den Step-Over-Befehl mit einem festen Tempo aus - + Animate command... Animieren Befehl... - + Execute a command at a fixed pace Führe einen Befehl mit einem festen Tempo aus - + System breakpoint scripts System-Haltepunkt-Skripte - + Set the script file to run automatically when the system breakpoint is reached. Legen Sie die Skriptdatei so fest, dass sie automatisch ausgeführt wird, wenn der System-Haltepunkt erreicht ist. - + Import settings... Einstellungen importieren... - + Import settings from an external file Einstellungen aus einer externen Datei importieren - + Customize menus Menüs anpassen - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. Öffnen Sie den Dialog Menüs anpassen, um selten verwendete Menüeinträge im Untermenü "Weitere Befehle" auszublenden. - + &Import database Datenbank &importieren - + Open an external database file to import data. Öffnen Sie eine externe Datenbankdatei, um Daten zu importieren. - + &Export database Datenbank &exportieren - + Previous Tab Vorheriger Tab - + Show the tab on the left. Zeige den Tab auf der linken Seite. - + Next Tab Nächster Tab - + Show the tab on the right. Zeige den Tab auf der rechten Seite. - + Previous View Vorherige Ansicht - + Show the tab history popup window and select more recently used tab. Zeige das Popup-Fenster für den Tab-Verlauf und wähle neueren Tab aus. - + Next View Nächste Ansicht - + Show the tab history popup window and select previously viewed tab. Zeige das Popup-Fenster für den Tab-Verlauf und wähle den zuvor angesehenen Tab aus. - + Hide Tab Tab ausblenden - + Hide the current tab. The hidden tab can be reopened from the View menu. Den aktuellen Tab ausblenden. Der versteckte Tab kann aus dem Menü Ansicht wieder geöffnet werden. - + &Variables &Variablen - + Show a list of x64dbg variables. Equivalent command "varlist" Zeige eine Liste von x64dbg-Variablen. Äquivalenter Befehl "varlist" - + Restart as Admin Als Administrator neu starten - + Restart x64dbg under Administrator privilege. Starten Sie x64dbg unter Administratorrechte neu. - + Plugins Plugins - + Open https://plugins.x64dbg.com Öffne https://plugins.x64dbg.com - - + + Trace Trace - + Show the Trace tab. Trace-Tab anzeigen. - + Modules Module - + Show the Symbols tab. Note that the Modules list is in the symbols tab. Registerkarte Symbole anzeigen. Beachten Sie, dass die Modulliste in der Registerkarte Symbole steht. - + &Default &Standard - + &Save database Datenbank &speichern - + Save all data. The database will be automatically saved when debugging is stopped. Speichern Sie alle Daten. Die Datenbank wird automatisch gespeichert, wenn das Debuggen gestoppt wird. - + Re&load database Datenbank neu &laden - + Discard all modifications and read all data from disk. Verwerfen Sie alle Änderungen und lesen Sie alle Daten von der Festplatte. - + &Restore backup database Backup-Datenbank wiederhe&rstellen - + Read data from the backup database to recover from database corruption. Liest Daten aus der Backup-Datenbank zur Wiederherstellung von Datenbankbeschädigung. - + &Clear database Datenbank &leeren - + Clear all data. Alle Daten löschen. - + About Qt Über Qt - + Display information about Qt Informationen über Qt anzeigen - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Fehler - + %1 (%2) %1 (%2) - + %1 [Elevated] %1[Elevated] - + Log Log - + Symbols Symbole - + Breakpoints &Haltepunkte - + Memory Map Speicher Map - + SEH SEH - + Favourite Toolbox Lieblings-Werkzeugkasten - + Command: Befehl: - + Ready Bereit - - - - - - + + + + + + Languages Sprachen - + Dark - + Always stop the debuggee and exit Debuggee immer stoppen und beenden - + The debuggee is still running and will be terminated if you exit. What do you want to do? Der Debuggee läuft noch und wird terminiert, wenn Sie beenden. Was möchten Sie tun? - + Debuggee is still running Das debuggte Programm läuft noch - + &Exit &Beenden - + Stop the debuggee and exit x64dbg. Stoppen Sie den Debuggee und beenden Sie x64dbg. - + &Detach and exit &Trennen und beenden - + Detach from the debuggee (leaving it running) and exit x64dbg. Vom Debuggee trennen und x64dbg beenden. - + &Restart debugging Debugging &neu starten - + Restart the debuggee and keep x64dbg open. Starten Sie den Debuggee neu und halten Sie x64dbg offen. - + &Continue debugging Debugging &fortsetzen - + Close this dialog and continue where you left off. Schließen Sie diesen Dialog und fahren Sie fort, wo Sie aufgehört haben. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Datei öffnen - + Executables (*.exe *.dll);;All files (*.*) Ausführbare Dateien (*.exe *.dll);;Alle Dateien (*.*) - + Disassembly Disassembler - + Dump Dump - + Stack Stapel - + Enter expression to run to... Ausdruck für 'Ausführen bis' ... - - + + Error! Fehler! - + Patches can only be shown while debugging... Patches können nur beim Debuggen angezeigt werden... - + All the money will go to x64dbg development. Alle Spenden gehen an die Enwicklung von x64dbg. - + You will visit x64dbg's official blog. Besuchen Sie den offiziellen x64dbg Blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Sie werden auf eine Webseite weitergeleitet, auf der Sie den Fehler melden können. Achten Sie darauf, so viele Informationen wie möglich anzugeben. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Diese Aktion wird den Debugger abstürzen lassen und ein Speicherabbild erzeugen. ALLE NICHT GESPEICHERTEN DATEN GEHEN VERLOREN! (Zum Speichern einfach Debugger normal Beenden und wieder Starten.) Möchten Sie wirklich fortfahren? - + Have fun debugging the debugger! Viel Spaß beim Debuggen des Debuggers! - + Debugger detected! Debugger erkannt! - + Mnemonic help - + Change Command Line Kommandozeile ändern - + Cannot get remote command line, use the 'getcmdline' command for more information. Kann entfernte Kommandozeile zu holen, Verwenden Sie den Befehl "getcmdline" für weitere Informationen. - + Could not set command line! Kommandozeile konnte nicht gesetzt werden! - + New command line: Neue Befehlszeile: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Handbuch kann nicht geöffnet werden. Überprüfen Sie, ob x64dbg.chm vorhanden ist und stellen Sie sicher, dass es keine weiteren Probleme mit Ihrem System gib. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu Öffne den Favoritendialog um das Favoritenmenü zu verwalten - + Starting tool %1 Starte Werkzeug %1 - + The translation is nearly empty. Do you still want to use this language? Die Übersetzung ist fast leer. Wollen Sie trotzdem diese Sprache verwenden? - + New language setting will take effect upon restart. Die neue Spracheinstellung wird erst mit dem nächsten Start wirksam. - + Animate command Befehl animieren - + Example: StepInto Beispiel: StepInto - + Customize Menus Menüs anpassen - + Settings (*.ini);;All files (*.*) Einstellungen (.ini); Alle Dateien (*.*) - + Import database Datenbank importieren - + Databases (%1);;Database backup (%1.bak);;All files (*.*) Datenbanken (%1);;Datenbanksicherung (%1.bak);;Alle Dateien (*.*) - + Export database Datenbank exportieren - + Databases (%1);;All files (*.*) Datenbanken (%1);;Alle Dateien (*.*) - - + + More Commands Weitere Befehle @@ -15992,12 +16003,12 @@ Die TEB kann verwendet werden, um eine Vielzahl von Informationen ReleaseNotesDialog - + Release Notes - + Close Schließen @@ -18819,52 +18830,52 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... Suche nach Updates... - + Network Error! Netzwerkfehler! - + Failed to check for updates - + Error! Fehler! - + File on server could not be parsed... Datei auf Server konnte nicht analysiert werden... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Neuer Build %1 verfügbar! <br>Download <a href="%2"> hier</a> <br><br>Ihr jetziger Build ist: %3 - - - + You have a development build (%1) of x64dbg! Sie haben die Entwicklungsversion (%1) von x64dbg! - + You have the latest build (%1) of x64dbg! Sie haben die neueste Version (%1) von x64dbg! - + Information Informationen + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_el_GR.ts b/x64dbg_el_GR.ts index edf232c..731463d 100644 --- a/x64dbg_el_GR.ts +++ b/x64dbg_el_GR.ts @@ -12632,7 +12632,7 @@ Do you want to continue rendering this graph? - + &File @@ -12662,1431 +12662,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator Υπολογιστική - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Απενεργοποίηση - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Σφάλμα - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly Disassembly - + Dump - + Stack Στοίβα - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15634,12 +15645,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18461,51 +18472,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_es_ES.ts b/x64dbg_es_ES.ts index 4ae6cf1..c4a5d9d 100644 --- a/x64dbg_es_ES.ts +++ b/x64dbg_es_ES.ts @@ -12844,7 +12844,7 @@ Do you want to continue rendering this graph? - + &File &Archivo @@ -12874,1432 +12874,1443 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files Archivos recientes - + Database - + &View &Ver - + &Debug &Depurar - + Advanced - + &Help &Ayuda - - - - + + + + &Plugins &Plugins - + &Options &Opciones - - + + &Theme - + Favour&ites Favor&itos - + Traci&ng - + Trace &coverage - + Toolbar Barra de herramientas - + CommandBar Barra de comandos - + &Open &Abrir - + Run the file and start debugging. - + E&xit &Salir - + Exit x64dbg. - + &Run &Ejecutar - + Run the debuggee or restart debugging. - + &Pause &Pausar - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start &Reiniciar - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Cerrar - + Terminate the debuggee and stop debugging. - + Step &into Step &into - + Execute a single instruction - + Step &over Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand Ejecutar un co&mando - + Focus on the command bar - + E&xecute till return E&jecutar hasta retorno - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Mapa de memoria - + Show the Memory Map tab. - + &Log Window &Ventana de Log - + Show the Log tab. - + &About &Acerca de - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Puntos de interrupción - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Script - - + + Script Script - + Show the Script tab. - + Run &until selection Ejecutar &hasta la selección - + Run until selection Ejecutar hasta la selección - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info &Información del símbolo - + Symbol Info Información del símbolo - + Show the Symbols tab. - + &References &Referencias - - + + References Referencias - + Show the References tab. - + &Threads &Hilos - - + + Threads Hilos - + Show the Threads tab. - + &Preferences &Preferencias - + Preferences Preferencias - + Opem the Preferences dialog. - + &Find Strings &Buscar cadenas - + Find Strings Buscar cadenas - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Apariencia - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Encontrar llamadas entre módulos - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Parchear archivo... - + Patches Parches - + Open the patch dialog. - + Comments Comentarios - + Show a list of comments. Equivalent command "commentlist" - + Labels Etiquetas - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Marcadores - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Funciones - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Buscar &actualizaciones - + Connect to Github to check for updates - - - + + + Call Stack Pila de llamadas - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Donar - - + + Donate Donar - + Open https://donate.x64dbg.com - + Calculator Calculadora - + Open the Calculator dialog. - - + + Attach Vincular - + Attach the debugger to a process to debug it. - - + + Detach Desvincular - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Cambiar e&l comando empleado - + Set the command line of the debuggee. - - + + Skip next instruction Omitir la siguiente instrucción - + Topmost Siempre visible - + Topmost Window Ventana siempre visible - + Make x64dbg topmost - + &Report Bug &Reportar un error - - + + Report Bug Reportar un error - + Open https://report.x64dbg.com - + &Source &Fuente - - + + Source Fuente - + Show the Source tab. - + &Manual &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &Preguntas frecuentes - + FAQ Preguntas frecuentes - + Open https://faq.x64dbg.com - + SEH Chain Cadena SEH - - + + Hide debugger (PEB) Ocultar el depurador (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Volver a cargar style.css - + Read style.css from disk to apply theme changes. - - + + Notes Notas - + Show the Notes tab. - - + + Handles Recursos - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Deshabilitar - + Disable trace coverage - + Run to &user code Ejecutar hasta el código del usuario - + Trace over until user code would be executed. - + Run until e&xpression Ejecutar hasta la e&xpresión... - + Undo last instruction Deshacer la última instrucción - - + + Generate crash dump Generar un volcado de error - - + + &Manage Favourite Tools... &Gestionar herramientas favoritas... - + Step over (source) Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Gráfico - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) Step into (swallow exception) - + Step over (swallow exception) Step over (swallow exception) - + Run (swallow exception) Ejecutar (ignorando la primera excepción) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blog - + Open https://blog.x64dbg.com - + Animate into Animar en (into) - + Execute the step into command at a fixed pace - + Animate over Animar (over) - + Execute the step over command at a fixed pace - + Animate command... Animar el comando... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Importar ajustes... - + Import settings from an external file - + Customize menus Personalizar menús - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Importar base de datos - + Open an external database file to import data. - + &Export database &Exportar base de datos - + Previous Tab Pestaña anterior - + Show the tab on the left. - + Next Tab Siguiente pestaña - + Show the tab on the right. - + Previous View Vista anterior - + Show the tab history popup window and select more recently used tab. - + Next View Vista siguiente - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Ocultar Ficha - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Reiniciar como administrador - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Módulos - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Error - + %1 (%2) - + %1 [Elevated] - + Log Log - + Symbols Símbolos - + Breakpoints Breakpoints - + Memory Map Mapa de memoria - + SEH SEH - + Favourite Toolbox - + Command: Comando: - + Ready Preparado - - - - - - + + + + + + Languages Idiomas - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Abrir archivo - + Executables (*.exe *.dll);;All files (*.*) Ejecutables (*.exe *.dll);;Todos los archivos (*. *) - + Disassembly Desensamblar - + Dump Volcado - + Stack Pila - + Enter expression to run to... Introduce la expresión hasta la que ejecutar... - - + + Error! ¡Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Todo el dinero será destinado al desarrollo de x64dbg. - + You will visit x64dbg's official blog. Vas a ser dirigido al blog oficial de x64dbg. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Será dirigido a una web donde podrá reportar el error. Rellena tanta información como te sea posible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Esta acción hará que el depurador se rompa y genere un volcado de error.De ser así perderás toda la informacion no guardada. ¿Realmente quieres continuar? - + Have fun debugging the debugger! ¡Diviértete depurando el depurador! - + Debugger detected! Depurador detectado - + Mnemonic help - + Change Command Line Cambiar el comando empleado - + Cannot get remote command line, use the 'getcmdline' command for more information. No se puede obtener una línea de comando remota, utilice el comando 'getcmdline' para más información. - + Could not set command line! No se pudo establecer la línea de comandos! - + New command line: Nueva línea de comandos: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. No se puede abrir el manual. Por favor, compruebe que x64dbg.chm existe y asegúrese que no hay otro problema en su sistema. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? La traducción está casi vacía. ¿Seguro que quieres usar este idioma? - + New language setting will take effect upon restart. La nueva configuración de idioma tendrá efecto al reiniciar. - + Animate command Animar el comando - + Example: StepInto Ejemplo: StepInto - + Customize Menus Personalizar menús - + Settings (*.ini);;All files (*.*) Ajustes (*.ini);;Todos los archivos (*.*) - + Import database Importar base de datos - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Exportar base de datos - + Databases (%1);;All files (*.*) Bases de datos (%1);;Todos los archivos (*.*) - - + + More Commands Mas comandos @@ -15848,12 +15859,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Cerrar @@ -18675,51 +18686,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! ¡Error de red! - + Failed to check for updates - + Error! ¡Error! - + File on server could not be parsed... El archivo del servidor no pudo ser leído... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - ¡Nueva actualización disponible (%1)!<br>Descárgala desde <a href="%2">aquí</a><br><br>tu versión actual es %3 - - - + You have a development build (%1) of x64dbg! Tienes una versión de desarrollo (%1) de x64dbg. - + You have the latest build (%1) of x64dbg! Tienes la última versión (%1) de x64dbg. - + Information Información + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_fa_IR.ts b/x64dbg_fa_IR.ts index c2dad7e..406d526 100644 --- a/x64dbg_fa_IR.ts +++ b/x64dbg_fa_IR.ts @@ -12917,7 +12917,7 @@ Do you want to continue rendering this graph? - + &File &File @@ -12947,1433 +12947,1444 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Recent Files - + Database Database - + &View &View - + &Debug &Debug - + Advanced Advanced - + &Help راهنما - - - - + + + + &Plugins پلاگین ها - + &Options &Options - - + + &Theme &Theme - + Favour&ites Favour&ites - + Traci&ng Traci&ng - + Trace &coverage - + Toolbar Toolbar - + CommandBar CommandBar - + &Open &Open - + Run the file and start debugging. Run the file and start debugging. - + E&xit E&xit - + Exit x64dbg. Exit x64dbg. - + &Run &Run - + Run the debuggee or restart debugging. Run the debuggee or restart debugging. - + &Pause &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Re&start - + Stop the debuggee and restart it, or restart the last debugged file. Stop the debuggee and restart it, or restart the last debugged file. - + &Close &بستن - + Terminate the debuggee and stop debugging. Terminate the debuggee and stop debugging. - + Step &into Step &into - + Execute a single instruction Execute a single instruction - + Step &over Step &over - + Execute a single instruction without entering the CALL instruction Execute a single instruction without entering the CALL instruction - + Co&mmand Co&mmand - + Focus on the command bar Focus on the command bar - + E&xecute till return E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Memory Map - + Show the Memory Map tab. Show the Memory Map tab. - + &Log Window &Log Window - + Show the Log tab. Show the Log tab. - + &About &About - + Display information about x64dbg Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Breakpoints - + Show the Breakpoints tab. Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Script - - + + Script Script - + Show the Script tab. Show the Script tab. - + Run &until selection Run &until selection - + Run until selection Run until selection - + Put a breakpoint on selection and run the debuggee. Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU پردازنده - + Show the CPU tab to display the disassembly. Show the CPU tab to display the disassembly. - + Symbol &Info Symbol &Info - + Symbol Info Symbol Info - + Show the Symbols tab. Show the Symbols tab. - + &References &References - - + + References References - + Show the References tab. Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. Show the Threads tab. - + &Preferences &Preferences - + Preferences اولویت‌ها - + Opem the Preferences dialog. Opem the Preferences dialog. - + &Find Strings &Find Strings - + Find Strings Find Strings - + Find possible strings in the current module. Equivalent command "strref" Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Appearance - + Open the Appearance dialog to adjust color and font settings. Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Patch file... - + Patches قطعه‌کدهای پیوستی - + Open the patch dialog. Open the patch dialog. - + Comments یادداشت‌ها - + Show a list of comments. Equivalent command "commentlist" Show a list of comments. Equivalent command "commentlist" - + Labels برچسب ها - + Show a list of labels. Equivalent command "labellist" Show a list of labels. Equivalent command "labellist" - + Bookmarks Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions توابع - + Show a list of functions. Equivalent command "functionlist" Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Check for &Updates - + Connect to Github to check for updates Connect to Github to check for updates - - - + + + Call Stack Call Stack - + Show the Call Stack tab. Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Donate - - + + Donate کمک مالی - + Open https://donate.x64dbg.com - + Calculator ماشین‌حساب - + Open the Calculator dialog. Open the Calculator dialog. - - + + Attach اتصال - + Attach the debugger to a process to debug it. Attach the debugger to a process to debug it. - - + + Detach Detach - + Detach from the debuggee so that it continues running without being debugged. Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Change Command &Line - + Set the command line of the debuggee. Set the command line of the debuggee. - - + + Skip next instruction Skip next instruction - + Topmost Topmost - + Topmost Window Topmost Window - + Make x64dbg topmost Make x64dbg topmost - + &Report Bug &Report Bug - - + + Report Bug Report Bug - + Open https://report.x64dbg.com - + &Source &Source - - + + Source Source - + Show the Source tab. Show the Source tab. - + &Manual &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com - + SEH Chain SEH Chain - - + + Hide debugger (PEB) Hide debugger (PEB) - + Modifies the PEB to hide debugger. Modifies the PEB to hide debugger. - - + + Reload style.css Reload style.css - + Read style.css from disk to apply theme changes. Read style.css from disk to apply theme changes. - - + + Notes Notes - + Show the Notes tab. Show the Notes tab. - - + + Handles Handles - + Show the Handles tab. Show the Handles tab. - - - + + + Trace over... Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit بیت - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte بایت - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word کلمه - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable غیر فعال‌سازی - + Disable trace coverage - + Run to &user code Run to &user code - + Trace over until user code would be executed. Trace over until user code would be executed. - + Run until e&xpression Run until e&xpression - + Undo last instruction Undo last instruction - - + + Generate crash dump Generate crash dump - - + + &Manage Favourite Tools... &Manage Favourite Tools... - + Step over (source) Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Graph - + Show the CPU tab and switch to Graph mode. Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) Step into (swallow exception) - + Step over (swallow exception) Step over (swallow exception) - + Run (swallow exception) Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blog - + Open https://blog.x64dbg.com - + Animate into Animate into - + Execute the step into command at a fixed pace Execute the step into command at a fixed pace - + Animate over Animate over - + Execute the step over command at a fixed pace Execute the step over command at a fixed pace - + Animate command... Animate command... - + Execute a command at a fixed pace Execute a command at a fixed pace - + System breakpoint scripts System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Import settings... - + Import settings from an external file Import settings from an external file - + Customize menus Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Import database - + Open an external database file to import data. Open an external database file to import data. - + &Export database &Export database - + Previous Tab Previous Tab - + Show the tab on the left. Show the tab on the left. - + Next Tab Next Tab - + Show the tab on the right. Show the tab on the right. - + Previous View نمای قبلی - + Show the tab history popup window and select more recently used tab. Show the tab history popup window and select more recently used tab. - + Next View نمای بعدی - + Show the tab history popup window and select previously viewed tab. Show the tab history popup window and select previously viewed tab. - + Hide Tab Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Restart as Admin - + Restart x64dbg under Administrator privilege. Restart x64dbg under Administrator privilege. - + Plugins پلاگین ها - + Open https://plugins.x64dbg.com - - + + Trace Trace - + Show the Trace tab. Show the Trace tab. - + Modules قطعه‌کدها - + Show the Symbols tab. Note that the Modules list is in the symbols tab. Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default &Default - + &Save database &Save database - + Save all data. The database will be automatically saved when debugging is stopped. Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database Re&load database - + Discard all modifications and read all data from disk. Discard all modifications and read all data from disk. - + &Restore backup database &Restore backup database - + Read data from the backup database to recover from database corruption. Read data from the backup database to recover from database corruption. - + &Clear database &Clear database - + Clear all data. Clear all data. - + About Qt About Qt - + Display information about Qt Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error خطا - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [Elevated] - + Log گزارش - + Symbols Symbols - + Breakpoints Breakpoints - + Memory Map Memory Map - + SEH SEH - + Favourite Toolbox Favourite Toolbox - + Command: Command: - + Ready آماده - - - - - - + + + + + + Languages زبان ها - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running Debuggee is still running - + &Exit &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file باز کردن فایل - + Executables (*.exe *.dll);;All files (*.*) Executables (*.exe *.dll);;All files (*.*) - + Disassembly کد ماشین تبدیل‌شده به زبان نمادین - + Dump داده‌ها - + Stack پشته - + Enter expression to run to... Enter expression to run to... - - + + Error! خطا! - + Patches can only be shown while debugging... Patches can only be shown while debugging... - + All the money will go to x64dbg development. All the money will go to x64dbg development. - + You will visit x64dbg's official blog. You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! Have fun debugging the debugger! - + Debugger detected! Debugger detected! - + Mnemonic help - + Change Command Line Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! Could not set command line! - + New command line: New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu Open the Favourites dialog to manage the favourites menu - + Starting tool %1 Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. New language setting will take effect upon restart. - + Animate command Animate command - + Example: StepInto Example: StepInto - + Customize Menus Customize Menus - + Settings (*.ini);;All files (*.*) Settings (*.ini);;All files (*.*) - + Import database Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Export database - + Databases (%1);;All files (*.*) Databases (%1);;All files (*.*) - - + + More Commands More Commands @@ -15939,12 +15950,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close بستن @@ -18768,52 +18779,52 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... Checking for updates... - + Network Error! Network Error! - + Failed to check for updates - + Error! خطا! - + File on server could not be parsed... File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - + You have a development build (%1) of x64dbg! You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! You have the latest build (%1) of x64dbg! - + Information Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_fi_FI.ts b/x64dbg_fi_FI.ts index 445ff45..15410aa 100644 --- a/x64dbg_fi_FI.ts +++ b/x64dbg_fi_FI.ts @@ -12887,7 +12887,7 @@ Haluatko jatkaan tämän kaavion piirtämistä? - + &File &Tiedosto @@ -12917,1432 +12917,1443 @@ Haluatko jatkaan tämän kaavion piirtämistä? x64dbg - + &Recent Files &Viimeaikaiset tiedostot - + Database - + &View &Näytä - + &Debug &Virheenjäljitys - + Advanced Edistyneet toiminnot - + &Help &Ohje - - - - + + + + &Plugins &Liitännäiset - + &Options &Asetukset - - + + &Theme &Teema - + Favour&ites &Suosikit - + Traci&ng - + Trace &coverage - + Toolbar Työkalupalkki - + CommandBar Komentopalkki - + &Open &Avaa - + Run the file and start debugging. - + E&xit &Poistu - + Exit x64dbg. - + &Run &Suorita - + Run the debuggee or restart debugging. - + &Pause &Keskeytä - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Aloita &uudelleen - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Sulje - + Terminate the debuggee and stop debugging. - + Step &into Suorita - + Execute a single instruction - + Step &over Jätä &väliin - + Execute a single instruction without entering the CALL instruction - + Co&mmand &Komento - + Focus on the command bar - + E&xecute till return Suorita &loppuun - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Muistikartta - + Show the Memory Map tab. - + &Log Window &Loki-ikkuna - + Show the Log tab. - + &About &Tietoja - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints K&eskeytyskohdat - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Skripti - - + + Script Skripti - + Show the Script tab. - + Run &until selection Jatka &valintaan asti - + Run until selection Jatka valintaan asti - + Put a breakpoint on selection and run the debuggee. - + &CPU &Suoritin - - + + CPU Suoritin - + Show the CPU tab to display the disassembly. - + Symbol &Info Symbolien &tiedot - + Symbol Info Symbolien tiedot - + Show the Symbols tab. - + &References &Viittaukset - - + + References Viittaukset - + Show the References tab. - + &Threads Sä&ikeet - - + + Threads Säikeet - + Show the Threads tab. - + &Preferences &Asetukset - + Preferences Asetukset - + Opem the Preferences dialog. - + &Find Strings &Etsi merkkijonoja - + Find Strings Etsi merkkijonoja - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Ulkoasu - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Etsi moduulien välisiä kutsuja - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Muuta tiedostoa... - + Patches Muutokset - + Open the patch dialog. - + Comments Kommentit - + Show a list of comments. Equivalent command "commentlist" - + Labels Nimikkeet - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Kirjanmerkit - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Funktiot - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Tarkista &päivitykset - + Connect to Github to check for updates - - - + + + Call Stack Kutsupino - + Show the Call Stack tab. - + Hotkeys Näppäinkomennot - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Lahjoita - - + + Donate Lahjoita - + Open https://donate.x64dbg.com - + Calculator Laskin - + Open the Calculator dialog. - - + + Attach Kytke virheenjäljitin - + Attach the debugger to a process to debug it. - - + + Detach Irrota - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Muuta komento&riviä - + Set the command line of the debuggee. - - + + Skip next instruction Hyppää seuraavan käskyn yli - + Topmost Ylin - + Topmost Window Ylin ikkuna - + Make x64dbg topmost - + &Report Bug &Ilmoita viasta - - + + Report Bug Ilmoita viasta - + Open https://report.x64dbg.com - + &Source &Lähdekoodi - - + + Source Lähdekoodi - + Show the Source tab. - + &Manual &Käsikirja - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &Usein kysytyt kysymykset - + FAQ Usein kysytyt kysymykset - + Open https://faq.x64dbg.com - + SEH Chain SEH-ketju - - + + Hide debugger (PEB) Piilota virheenjäljitin (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Lataa style.css uudelleen - + Read style.css from disk to apply theme changes. - - + + Notes Muistiinpanot - + Show the Notes tab. - - + + Handles Kahvat - + Show the Handles tab. - - - + + + Trace over... Jäljitä suoritus (älä seuraa kutsua)... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... Jäljitä suoritus (seuraten kutsua)... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bitti - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Tavu - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Sana - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code Suorita, kunnes tullaan kattamattomaan koodiin - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code Ohita, kunnes tullaan kattamattomaan koodiin - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code Suorita, kunnes tullaan katettuun koodiin - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code Ohita, kunnes tullaan katettuun koodiin - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Poista käytöstä - + Disable trace coverage - + Run to &user code Jatka &käyttäjäalueen koodiin asti - + Trace over until user code would be executed. - + Run until e&xpression Jatka &lausekkeeseen asti - + Undo last instruction Kumoa viimeinen käsky - - + + Generate crash dump Luo kaatumisvedos - - + + &Manage Favourite Tools... &Hallitse suosikkityökaluja... - + Step over (source) Jätä väliin (lähdekoodi) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Suorita (lähdekoodi) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Kaavio - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) Suorita (unohda poikkeus) - + Step over (swallow exception) Jätä väliin (unohda poikkeus) - + Run (swallow exception) Jatka (unohda poikkeus) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blogi - + Open https://blog.x64dbg.com - + Animate into Suorita animoiden - + Execute the step into command at a fixed pace - + Animate over Jätä väliin animoiden - + Execute the step over command at a fixed pace - + Animate command... Suorita komento animoiden... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Tuo asetukset... - + Import settings from an external file - + Customize menus Muokkaa valikoita - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Tuo tietokanta - + Open an external database file to import data. - + &Export database &Vie tietokanta - + Previous Tab Edellinen välilehti - + Show the tab on the left. - + Next Tab Seuraava välilehti - + Show the tab on the right. - + Previous View Edellinen näkymä - + Show the tab history popup window and select more recently used tab. - + Next View Seuraava näkymä - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Piilota välilehti - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Muuttujat - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Käynnistä uudelleen järjestelmänvalvojana - + Restart x64dbg under Administrator privilege. - + Plugins Liitännäiset - + Open https://plugins.x64dbg.com - - + + Trace Jäljitys - + Show the Trace tab. - + Modules Moduulit - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default &Oletus - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Virhe - + %1 (%2) - + %1 [Elevated] %1 [Järjestelmänvalvoja] - + Log Loki - + Symbols Symbolit - + Breakpoints Keskeytyskohdat - + Memory Map Muistikartta - + SEH SEH - + Favourite Toolbox - + Command: Komento: - + Ready Valmis - - - - - - + + + + + + Languages Kielet - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running Virheenjäljityksen kohde on edelleen käynnissä - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Avaa tiedosto - + Executables (*.exe *.dll);;All files (*.*) Suoritettavat tiedostot (*.exe *.dll);;Kaikki tiedostot (*.*) - + Disassembly Purettu koodi - + Dump muistivedoksessa - + Stack pinossa - + Enter expression to run to... Syötä lauseke, johon asti suoritetaan... - - + + Error! Virhe! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Kaikki raha käytetään x64dbg:n kehitykseen. - + You will visit x64dbg's official blog. Siirryt vierailemaan x64dbg:n viralliseen blogiin. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Siirryt verkkosivulle, jolla voit ilmoittaa viasta. Sisällytäthän ilmoitukseen niin paljon tietoja kuin mahdollista. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Tämä toiminto aiheuttaa virheenjäljittimen kaatumisen ja luo kaatumisvdeoksen. MENETÄT KAIKKI TALLENTAMATTOMAT TIEDOT. Haluatko todella jatkaa? - + Have fun debugging the debugger! Antoisia hetkiä virheenjäljittimen virheenjäljityksen kanssa! - + Debugger detected! Virheenjäljitin havaittu! - + Mnemonic help - + Change Command Line Muuta komentoriviä - + Cannot get remote command line, use the 'getcmdline' command for more information. Kohteen komentoriviä ei voi hakea. Käytä getcmdline-komentoa saadaksesi lisätietoja. - + Could not set command line! Komentorivin asettaminen epäonnistui! - + New command line: Uusi komentorivi: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Käsikirjan avaaminen ei onnistu. Varmista, että x64dbg.chm-tiedosto on olemassa ja että järjestelmässäsi ei ole muita ongelmia. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? Käännös on lähes tyhjä. Haluatko silti käyttää tätä kieltä? - + New language setting will take effect upon restart. Kieliasetus tulee voimaan seuraavan käynnistyksen yhteydessä. - + Animate command Suorita komento animoiden - + Example: StepInto Esimerkki: StepInto - + Customize Menus Muokkaa valikoita - + Settings (*.ini);;All files (*.*) Asetukset (*.ini);;Kaikki tiedostot (*.*) - + Import database Tuo tietokanta - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Vie tietokanta - + Databases (%1);;All files (*.*) Tietokannat (%1);;Kaikki tiedostot (*.*) - - + + More Commands Lisää komentoja @@ -15919,12 +15930,12 @@ TEB:n avulla voi kerätä paljon tietoa prosessista kutsumatta Win32-rajapinnan ReleaseNotesDialog - + Release Notes - + Close Sulje @@ -18748,51 +18759,51 @@ Se voi aiheuttaa odottamatonta toimintaa virheenjäljitysistunnossa... UpdateChecker - + Checking for updates... - + Network Error! Verkkovirhe! - + Failed to check for updates - + Error! Virhe! - + File on server could not be parsed... Palvelimen tiedoston jäsentäminen ei onnistunut... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Uusi versio %1 saatavilla!<br>Lataa <a href="%2">täältä</a><br><br>Käytät tällä hetkellä versiota %3. - - - + You have a development build (%1) of x64dbg! Käytät x64dbg:n kehitysversiota (%1)! - + You have the latest build (%1) of x64dbg! Käytät x64dbg:n viimeisintä versiota (%1)! - + Information Tiedot + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_fil_PH.ts b/x64dbg_fil_PH.ts index f1f5182..451a285 100644 --- a/x64dbg_fil_PH.ts +++ b/x64dbg_fil_PH.ts @@ -12626,7 +12626,7 @@ Do you want to continue rendering this graph? - + &File @@ -12656,1431 +12656,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Isara - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences Mga Kagustuhan - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Mga Tagpi-tagpi - + Open the patch dialog. - + Comments Kumento - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator Calculator - + Open the Calculator dialog. - - + + Attach Ilakip - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Kaunti - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Salita - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Hindi pinagana - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View Nakaraang Tingin - + Show the tab history popup window and select more recently used tab. - + Next View Sunod na Tingin - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Modyul - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly I-disassembly - + Dump Tapon - + Stack Stack - + Enter expression to run to... - - + + Error! Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15628,12 +15639,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Isara @@ -18455,51 +18466,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_fr_FR.ts b/x64dbg_fr_FR.ts index 3e7ce9c..96d576a 100644 --- a/x64dbg_fr_FR.ts +++ b/x64dbg_fr_FR.ts @@ -12708,7 +12708,7 @@ Do you want to continue rendering this graph? - + &File &Fichier @@ -12738,1431 +12738,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files Fichiers &récents - + Database - + &View Fenêtre - + &Debug &Débogueur - + Advanced - + &Help &Aide - - - - + + + + &Plugins &Plugins - + &Options &Options - - + + &Theme - + Favour&ites Favor&is - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open &Ouvrir - + Run the file and start debugging. - + E&xit &Quitter - + Exit x64dbg. - + &Run &Exécuter - + Run the debuggee or restart debugging. - + &Pause &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Redémarrer - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Fermer - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand Co&mmande - + Focus on the command bar - + E&xecute till return E&xécuter jusqu’au retour - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map Sections &mémoire - + Show the Memory Map tab. - + &Log Window &Journal - + Show the Log tab. - + &About &À propos - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Points d'arrêt - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Script - - + + Script Script - + Show the Script tab. - + Run &until selection Exécuter &jusqu'à la sélection - + Run until selection Exécuter jusqu'à la sélection - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References &Références - - + + References Références - + Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. - + &Preferences &Préférences - + Preferences Préférences - + Opem the Preferences dialog. - + &Find Strings Rechercher chaînes de caractères - + Find Strings Rechercher chaînes de caractères - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Apparence - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Rechercher les appels intermodules - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Fichier patch... - + Patches Patchs - + Open the patch dialog. - + Comments Commentaires - + Show a list of comments. Equivalent command "commentlist" - + Labels Étiquettes - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Marque-pages - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Fonctions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Vérifier les mises à jour - + Connect to Github to check for updates - - - + + + Call Stack Pile d'appels - + Show the Call Stack tab. - + Hotkeys Raccourcis - + Open the Hotkeys dialog to customize keyboard hotkeys. Ouvrez la boîte de dialogue des raccourcis clavier pour personnaliser les raccourcis clavier. - + &Donate Faire un &don - - + + Donate Faire une don - + Open https://donate.x64dbg.com Ouvrir https://donate.x64dbg.com - + Calculator Calculatrice - + Open the Calculator dialog. - - + + Attach Attacher - + Attach the debugger to a process to debug it. - - + + Detach Détacher - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Changer &ligne de commande - + Set the command line of the debuggee. - - + + Skip next instruction Ignorer la prochaine instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug &Signaler un bug - - + + Report Bug &Signaler un bug - + Open https://report.x64dbg.com Ouvrir https://report.x64dbg.com - + &Source &Source - - + + Source Source - + Show the Source tab. - + &Manual &Manuel - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &Foire aux questions - + FAQ Foire aux questions - + Open https://faq.x64dbg.com Ouvrir https://faq.x64dbg.com - + SEH Chain Chaîne SEH - - + + Hide debugger (PEB) Masquer le débogueur (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Recharger style.css - + Read style.css from disk to apply theme changes. - - + + Notes Notes - + Show the Notes tab. - - + + Handles Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Octet - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Désactiver - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction Annuler la dernière instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Graphique - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com Ouvrir https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Importer la base de données - + Open an external database file to import data. - + &Export database &Exporter la base de données - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View Vue précédente - + Show the tab history popup window and select more recently used tab. - + Next View Vue suivante - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Redémarrer en tant qu'Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com Ouvrir https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Erreur - + %1 (%2) - + %1 [Elevated] - + Log Journal - + Symbols Symboles - + Breakpoints Points d'arrêt - + Memory Map Sections mémoire - + SEH SEH - + Favourite Toolbox - + Command: Commande: - + Ready Prêt  - - - - - - + + + + + + Languages Langues - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Ouvrir un fichier - + Executables (*.exe *.dll);;All files (*.*) Fichiers exécutables (*.exe *.dll); Tous les fichiers (*. *) - + Disassembly Vue Désassembleur - + Dump Vue Hexa - + Stack Pile - + Enter expression to run to... - - + + Error! Erreur! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Tout les dons vont au développement de x64dbg. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Vous serez amené à notre site web où vous pouvez signaler un bug. Assurez-vous de fournir autant d’information que possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! Débogueur détecté ! - + Mnemonic help - + Change Command Line Changer ligne de commande - + Cannot get remote command line, use the 'getcmdline' command for more information. Impossible d'obtenir la ligne de commande à distance, utiliser la commande 'getcmdline' pour plus d’informations. - + Could not set command line! Impossible de définir la ligne de commande ! - + New command line: Nouvelle ligne de commande : - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) Paramètres (*.ini);;Tous les fichiers (*.*) - + Import database Importer la base de données - + Databases (%1);;Database backup (%1.bak);;All files (*.*) Bases de données (%1);;Sauvegarde de la base de données (%1.bak);;Tous les fichiers (*.*) - + Export database Exporter la base de données - + Databases (%1);;All files (*.*) Bases de données (%1);;Tous les fichiers (*.*) - - + + More Commands @@ -15710,12 +15721,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Fermer @@ -18537,51 +18548,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! Erreur réseau ! - + Failed to check for updates - + Error! Erreur! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_he_IL.ts b/x64dbg_he_IL.ts index 221486f..c18cb96 100644 --- a/x64dbg_he_IL.ts +++ b/x64dbg_he_IL.ts @@ -12637,7 +12637,7 @@ Do you want to continue rendering this graph? - + &File &קובץ @@ -12667,1431 +12667,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files קבצים אחרונים - + Database מסד נתונים - + &View &תצוגה - + &Debug &דבג - + Advanced מתקדם - + &Help &עזרה - - - - + + + + &Plugins &תוספים - + &Options &אפשרויות - - + + &Theme &ערכת נושא - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar סרגל כלים - + CommandBar - + &Open &פתח - + Run the file and start debugging. - + E&xit י&ציאה - + Exit x64dbg. - + &Run &הרץ - + Run the debuggee or restart debugging. - + &Pause &השהה - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start הפעלה מחדש - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &סגור - + Terminate the debuggee and stop debugging. - + Step &into צעד לתוך - + Execute a single instruction - + Step &over צעד מעל - + Execute a single instruction without entering the CALL instruction - + Co&mmand פקודות - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About &אודות - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &נקודות עצירה - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &סקריפט - - + + Script סקריפט - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References &הפניות - - + + References - + Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. - + &Preferences &העדפות - + Preferences - + Opem the Preferences dialog. - + &Find Strings מצא מחרוזות - + Find Strings מצא מחרוזות - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &תצוגה - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... הטלא קובץ... - + Patches טלאים - + Open the patch dialog. - + Comments הערות - + Show a list of comments. Equivalent command "commentlist" - + Labels תוויות - + Show a list of labels. Equivalent command "labellist" - + Bookmarks סימניות - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions פונקציות - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &תרום - - + + Donate תרום - + Open https://donate.x64dbg.com - + Calculator מחשבון - + Open the Calculator dialog. - - + + Attach צרף - + Attach the debugger to a process to debug it. - - + + Detach נתק - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost הגבוה ביותר - + Topmost Window - + Make x64dbg topmost - + &Report Bug &דווח על באג - - + + Report Bug - + Open https://report.x64dbg.com - + &Source &מקור - - + + Source מקור - + Show the Source tab. - + &Manual &ידני - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com - + SEH Chain SEH Chain - - + + Hide debugger (PEB) הסתר דיבאגר (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes הערות - + Show the Notes tab. - - + + Handles Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit סיבית - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte בית - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word מילה - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable השבת - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &גרף - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog בלוג - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... יבא הגדרות... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &יבא מסד נתונים - + Open an external database file to import data. - + &Export database &יצא מסד נתונים - + Previous Tab - + Show the tab on the left. - + Next Tab הלשונית הבאה - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab הסתר לשונית - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin הפעל כמנהל - + Restart x64dbg under Administrator privilege. - + Plugins תוספים - + Open https://plugins.x64dbg.com - - + + Trace מעקב - + Show the Trace tab. - + Modules מודולים - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default &ברירת מחדל - + &Save database &שמור מסד נתונים - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database טע&ן מחדש מסד נתונים - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database &נקה מסד נתונים - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error שגיאה - + %1 (%2) %1 (%2) - + %1 [Elevated] - + Log Log - + Symbols סמלים - + Breakpoints נקודת עצירה - + Memory Map - + SEH SEH - + Favourite Toolbox - + Command: פקודה: - + Ready מוכן - - - - - - + + + + + + Languages שפות - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit &יציאה - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file פתח קובץ - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly Disassembly - + Dump Dump - + Stack מחסנית - + Enter expression to run to... - - + + Error! שגיאה! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. כל הכסף ילך לפיתוח x64dbg - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? התרגום כמעט ריק לגמרי, האם אתה עדיין מעוניין להשתמש בשפה זו? - + New language setting will take effect upon restart. הגדרות שפה חדשה יכנסו לתוקף לאחר הפעלה מחדש - + Animate command - + Example: StepInto דוגמה: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database יבא מסד נתונים - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database יצוא מסד נתונים - + Databases (%1);;All files (*.*) - - + + More Commands פקודות נוספות @@ -15639,12 +15650,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close סגור @@ -18466,51 +18477,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! שגיאת רשת! - + Failed to check for updates - + Error! שגיאה! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information מידע + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_hi_IN.ts b/x64dbg_hi_IN.ts index 4a5bcce..5207ebf 100644 --- a/x64dbg_hi_IN.ts +++ b/x64dbg_hi_IN.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_hu_HU.ts b/x64dbg_hu_HU.ts index c0fded6..19b4efc 100644 --- a/x64dbg_hu_HU.ts +++ b/x64dbg_hu_HU.ts @@ -12623,7 +12623,7 @@ Do you want to continue rendering this graph? - + &File &Fájl @@ -12653,1431 +12653,1442 @@ Do you want to continue rendering this graph? - + &Recent Files &Legutóbbi fájlok - + Database - + &View &Nézet - + &Debug - + Advanced - + &Help &Súgó - - - - + + + + &Plugins &Bővítmények - + &Options - - + + &Theme &Téma - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open &Megnyitás - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause &Szüneteltetés - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Bezár - + Terminate the debuggee and stop debugging. - + Step &into &Bele lépés - + Execute a single instruction - + Step &over &Átlépés - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences &Beállítások - + Preferences Beállítások - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Megjelenés - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments Megjegyzések - + Show a list of comments. Equivalent command "commentlist" - + Labels Címkék - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Könyvjelzők - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Frissítések keresése - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys Gyorsbillentyűk - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator Számológép - + Open the Calculator dialog. - - + + Attach Csatolás - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Bájt - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Szó - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Letiltás - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View Előző nézet - + Show the tab history popup window and select more recently used tab. - + Next View Következő nézet - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Változók - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Újraindítás rendszergazdaként - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Modulok - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols Szimbólumok - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages Nyelvek - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit &Kilépés - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack Verem - + Enter expression to run to... - - + + Error! Hiba! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15627,12 +15638,12 @@ a TEB lehet hozzászokott kap egy csomó információt a folyamat a Win32 API h ReleaseNotesDialog - + Release Notes - + Close Bezárás @@ -18454,51 +18465,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... Frissítések keresése... - + Network Error! - + Failed to check for updates - + Error! Hiba! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_id_ID.ts b/x64dbg_id_ID.ts index 518692f..ed62d39 100644 --- a/x64dbg_id_ID.ts +++ b/x64dbg_id_ID.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_it_IT.ts b/x64dbg_it_IT.ts index 4205b1f..d0c33be 100644 --- a/x64dbg_it_IT.ts +++ b/x64dbg_it_IT.ts @@ -12644,7 +12644,7 @@ Do you want to continue rendering this graph? - + &File &File @@ -12674,1431 +12674,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files File &recenti - + Database - + &View &Visualizza - + &Debug &Debug - + Advanced - + &Help &Aiuto - - - - + + + + &Plugins &Plugins - + &Options &Opzioni - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open &Apri - + Run the file and start debugging. - + E&xit Es&ci - + Exit x64dbg. - + &Run &Avvia - + Run the debuggee or restart debugging. - + &Pause &Pausa - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start &Riavvia - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Chiudi - + Terminate the debuggee and stop debugging. - + Step &into Step &into - + Execute a single instruction - + Step &over Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand Co&mando - + Focus on the command bar - + E&xecute till return E&seguire fino al return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Mappa della memoria - + Show the Memory Map tab. - + &Log Window &Finestra log - + Show the Log tab. - + &About Inform&azioni su - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Script - - + + Script Script - + Show the Script tab. - + Run &until selection Esegui &fino alla selezione - + Run until selection Esegui fino alla selezione - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info &Info simbolo - + Symbol Info Info simbolo - + Show the Symbols tab. - + &References &Riferimenti - - + + References Riferimenti - + Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. - + &Preferences &Impostazioni - + Preferences Preferenze - + Opem the Preferences dialog. - + &Find Strings &Trova stringhe - + Find Strings Trova stringhe - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Aspetto - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Trova call intermodulari - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Modifiche - + Open the patch dialog. - + Comments Commenti - + Show a list of comments. Equivalent command "commentlist" - + Labels Etichette - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Segnalibri - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Funzioni - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Controlla Aggiornamenti - + Connect to Github to check for updates - - - + + + Call Stack Stack di chiamate - + Show the Call Stack tab. - + Hotkeys Scorciatoie - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Donare - - + + Donate Donare - + Open https://donate.x64dbg.com Apri https://donate.x64dbg.com - + Calculator Calcolatrice - + Open the Calculator dialog. - - + + Attach Collega - + Attach the debugger to a process to debug it. - - + + Detach Scollega - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Cambia &linea di comando - + Set the command line of the debuggee. - - + + Skip next instruction Salta la prossima istruzione - + Topmost In primo piano - + Topmost Window Finestra in primo piano - + Make x64dbg topmost - + &Report Bug &Segnala Bug - - + + Report Bug Segnala Bug - + Open https://report.x64dbg.com Apri https://report.x64dbg.com - + &Source &Sorgente - - + + Source Sorgente - + Show the Source tab. - + &Manual &Manuale - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ Domande frequenti (&FAQ) - + FAQ Domande frequenti (FAQ) - + Open https://faq.x64dbg.com Apri https://faq.x64dbg.com - + SEH Chain SEH Chain - - + + Hide debugger (PEB) Nascondi il debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Ricaricare style.css - + Read style.css from disk to apply theme changes. - - + + Notes Note - + Show the Notes tab. - - + + Handles Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Disattiva - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blog - + Open https://blog.x64dbg.com Apri https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab Scheda successiva - + Show the tab on the right. - + Previous View Vista precedente - + Show the tab history popup window and select more recently used tab. - + Next View Vista successiva - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Nascondi la scheda - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com Apri https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Moduli - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Errore - + %1 (%2) - + %1 [Elevated] - + Log Log - + Symbols Simboli - + Breakpoints Punti di interruzione - + Memory Map Mappa della memoria - + SEH SEH - + Favourite Toolbox - + Command: Comando: - + Ready Pronto - - - - - - + + + + + + Languages Lingue - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Apri file - + Executables (*.exe *.dll);;All files (*.*) File eseguibili (*. dll *.exe); Tutti i file (*. *) - + Disassembly Disassembly - + Dump Dump - + Stack Stack - + Enter expression to run to... - - + + Error! Errore! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Tutto il denaro andrà allo sviluppo di x64dbg. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Accederai a un sito web dove è possibile segnalare un bug. Assicurati di inserire quante più informazioni possibili. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line Cambia linea di comando - + Cannot get remote command line, use the 'getcmdline' command for more information. Non è possibile ottenere la riga di comando remoto, utilizzare il comando 'getcmdline' per ulteriori informazioni. - + Could not set command line! Impossibile settare la linea di comando! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15650,12 +15661,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Chiudi @@ -18477,51 +18488,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Errore! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information Informazione + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ja_JP.ts b/x64dbg_ja_JP.ts index 6686740..d6688bf 100644 --- a/x64dbg_ja_JP.ts +++ b/x64dbg_ja_JP.ts @@ -5338,7 +5338,7 @@ Set EIP/RIP Here - + ここに EIP/RIP を設定 @@ -5505,7 +5505,7 @@ Sync With Expression - + 式と同期 @@ -5904,7 +5904,7 @@ Toggle sync with EIP/RIP - + EIP/RIP の同期を切り替え @@ -11838,17 +11838,17 @@ Do you want to continue rendering this graph? Export data in CSV format - + データをCSV形式でエクスポート Enter the CSV file name to export - + エクスポートするCSVファイル名の入力 CSV files (*.csv);;All files (*.*) - + CSV ファイル (*.csv);;すべてのファイル (*.*) @@ -12080,7 +12080,7 @@ Do you want to continue rendering this graph? Address: - + アドレス: @@ -12966,35 +12966,35 @@ Do you want to continue rendering this graph? hex_viewer - + hex_viewer - + &File ファイル(&F) &Load file - + ファイルの読み込み[&L] Minidump - + Minidump Load DMP/EXE - + DMP/EXE の読み込み Remote Table - + リモートテーブル @@ -13002,1432 +13002,1443 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files 最近使ったファイル(&R) - + Database データベース - + &View 表示(&V) - + &Debug デバッグ(&D) - + Advanced 高度な操作 - + &Help ヘルプ(&H) - - - - + + + + &Plugins プラグイン(&P) - + &Options オプション(&O) - - + + &Theme テーマ(&T) - + Favour&ites お気に入り(&I) - + Traci&ng トレース(&N) - + Trace &coverage トレース カバレッジ(&C) - + Toolbar ツールバー - + CommandBar コマンドバー - + &Open 開く(&O) - + Run the file and start debugging. ファイルを実行し、デバッグを開始します。 - + E&xit 終了(&X) - + Exit x64dbg. x64dbg の終了。 - + &Run 実行(&R) - + Run the debuggee or restart debugging. デバッグ対象を実行するか、デバッグを再起動します。 - + &Pause 一時停止(&P) - + Pause the execution of debuggee to debug it, or stop animate into/animate over. デバッグするためにデバッグ対象の実行を一時停止するか、アニメーション イントゥ/オーバー を停止します。 - + Re&start 再起動(&S) - + Stop the debuggee and restart it, or restart the last debugged file. デバッグ対象を停止して再起動するか、最後にデバッグしたファイルを再起動します。 - + &Close 閉じる(&C) - + Terminate the debuggee and stop debugging. デバッグ対象を強制終了し、デバッグを停止する。 - + Step &into ステップイン(&I) - + Execute a single instruction 単一の命令を実行 - + Step &over ステップオーバー(&O) - + Execute a single instruction without entering the CALL instruction CALL 命令を入力せずに単一の命令を実行する - + Co&mmand コマンド(&M) - + Focus on the command bar コマンドバーにフォーカス - + E&xecute till return リターンまで実行(&X) - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. RET命令が実行され、スタックポインタが現在の値以下になるまでトレースします。 - + &Memory Map メモリ マップ(&M) - + Show the Memory Map tab. メモリ マップ タブを表示。 - + &Log Window ログ(&L) - + Show the Log tab. ログ タブの表示。 - + &About x64dbg について(&A) - + Display information about x64dbg x64dbg に関する情報を表示 - + Scylla Scylla - + &Breakpoints ブレークポイント(&B) - + Show the Breakpoints tab. ブレークポイント タブの表示。 - + Step into (pass all exceptions) ステップイン (すべての例外をパス) - + Execute a single instruction, pass exceptions to the debuggee. 単一の命令を実行し、デバッグ対象に例外を渡す。 - + Step over (pass all exceptions) ステップオーバー (すべての例外をパス) - + Run (pass all exceptions) 実行 (すべての例外をパス) - + Run the debuggee and pass all exceptions to the debuggee without pausing. デバッグ対象を実行し、一時停止せずにすべての例外をデバッグ対象に渡す。 - + Execute till return (pass all exceptions) リターンまで実行 (すべての例外をパス) - + &Script スクリプト(&S) - - + + Script スクリプト - + Show the Script tab. スクリプト タブの表示。 - + Run &until selection 選択行まで実行(&U) - + Run until selection 選択行まで実行 - + Put a breakpoint on selection and run the debuggee. 選択範囲にブレークポイントを置いてデバッグを実行する。 - + &CPU CPU(&C) - - + + CPU CPU - + Show the CPU tab to display the disassembly. 逆アセンブリを表示するには、CPU タブを表示します。 - + Symbol &Info シンボル情報(&I) - + Symbol Info シンボル情報 - + Show the Symbols tab. シンボル タブの表示。 - + &References 参照(&R) - - + + References 参照 - + Show the References tab. 参照 タブの表示。 - + &Threads スレッド(&T) - - + + Threads スレッド - + Show the Threads tab. スレッド タブの表示。 - + &Preferences 環境設定(&P) - + Preferences 環境設定 - + Opem the Preferences dialog. 参照 ダイアログを開く。 - + &Find Strings 文字列の検索(&F) - + Find Strings 文字列を検索 - + Find possible strings in the current module. Equivalent command "strref" 現在のモジュール内の可能な文字列を検索します。 同等のコマンド "strref" - + &Appearance 外観設定(&A) - + Open the Appearance dialog to adjust color and font settings. 外観設定を開き、色とフォントを設定する。 - - + + Find Intermodular Calls モジュール間呼び出しの検索 - + Find intermodular calls in the current module. Equivalent command "modcallfind" 現在のモジュール内のモジュール間の呼び出しを検索します。同等のコマンド "modcallfind" - + Patch file... ファイルのパッチ... - + Patches パッチ - + Open the patch dialog. パッチ ダイアログを開く。 - + Comments コメント - + Show a list of comments. Equivalent command "commentlist" コメント一覧の表示。同等のコマンド "commentlist" - + Labels ラベル - + Show a list of labels. Equivalent command "labellist" ラベルの一覧を表示。同等のコマンド "labellist" - + Bookmarks ブックマーク - + Show a list of bookmarks. Equivalent command "bookmarklist" ブックマークの一覧を表示。同等のコマンド "bookmarklist" - + Functions 関数 - + Show a list of functions. Equivalent command "functionlist" 関数の一覧を表示。同等のコマンド "functionlist" - + Check for &Updates 更新の確認(&U) - + Connect to Github to check for updates Github に接続して更新を確認します - - - + + + Call Stack コール スタック - + Show the Call Stack tab. コールスタック タブを表示。 - + Hotkeys ホットキーの設定 - + Open the Hotkeys dialog to customize keyboard hotkeys. ホットキー ダイアログを開き、キーボードのホットキーをカスタマイズします。 - + &Donate 寄付(&D) - - + + Donate 寄付 - + Open https://donate.x64dbg.com https://donate.x64dbg.com を開く - + Calculator 計算機 - + Open the Calculator dialog. 計算機ダイアログを開く。 - - + + Attach アタッチ - + Attach the debugger to a process to debug it. プロセスをデバッガにアタッチして、デバッグする。 - - + + Detach デタッチ - + Detach from the debuggee so that it continues running without being debugged. デバッグを行わずに実行を続けるようにデバッグ対象から切り離す。 - + Change Command &Line コマンドラインの変更(&L) - + Set the command line of the debuggee. デバッグ対象のコマンドラインを設定。 - - + + Skip next instruction 次の命令をスキップ - + Topmost 常に手前に表示 - + Topmost Window 常に手前に表示 - + Make x64dbg topmost x64dbg を常に最前面に表示します - + &Report Bug バグを報告(&R) - - + + Report Bug バグを報告する - + Open https://report.x64dbg.com https://report.x64dbg.com を開く - + &Source ソース(&S) - - + + Source ソース - + Show the Source tab. ソース タブの表示。 - + &Manual マニュアル(&M) - + Open the CHM manual or online documentation at https://help.x64dbg.com CHMマニュアルまたはオンラインドキュメントを開く https://help.x64dbg.com - + &FAQ FAQ(&F) - + FAQ FAQ - + Open https://faq.x64dbg.com https://faq.x64dbg.com を開く - + SEH Chain 構造化例外処理(SEH Chain) - - + + Hide debugger (PEB) デバッガを隠す(PEB) - + Modifies the PEB to hide debugger. プロセス環境ブロック を変更してデバッガーを非表示ににします。 - - + + Reload style.css Style.css の再読み込み - + Read style.css from disk to apply theme changes. テーマの変更を適用するには、ディスクから style.css を読み取ります。 - - + + Notes ノート - + Show the Notes tab. ノート タブを表示する。 - - + + Handles ハンドル - + Show the Handles tab. ハンドル タブを表示する。 - - - + + + Trace over... トレース オーバー... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" 条件が真になるまでステップオーバーし、トレース時にオプションでログに記録してコマンドを実行します。同等のコマンド "tocnd" - - - + + + Trace into... トレース イントゥ... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" 条件が真になるまでステップインし、トレース時にオプションでログに記録してコマンドを実行します。同等のコマンド "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) 1ビットのトレース カバレッジを有効にする (命令が実行されたかどうかにかかわらず) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. 1バイトのトレース カバレッジを有効にして、命令が実行された回数を記録します。 - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. 1ワードのトレース カバレッジを有効にして、命令が実行された回数を記録します。 - + Step into until reaching uncovered code 未実行コードに到達するまでステップイン - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" 以前の未実行命令に到達するまでステップインします。同等のコマンド "tibt" - + Step over until reaching uncovered code 未実行コードに到達するまでステップオーバー - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" 以前の未実行命令に到達するまでステップオーバーします。同等のコマンド "tobt" - + Step into until reaching covered code 実行済みコードに到達するまでステップイン - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" 以前の実行済み命令に到達するまでステップインします。同等のコマンド "tiit" - + Step over until reaching covered code 実行済みコードに到達するまでステップオーバー - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" 以前の実行済み命令に到達するまでステップオーバーします。同等のコマンド "toit" - + Disable 無効 - + Disable trace coverage トレース カバレッジを無効にする - + Run to &user code ユーザーコードまで実行(&U) - + Trace over until user code would be executed. ユーザーコードが実行されるまでトレースします。 - + Run until e&xpression 指定アドレスまで実行(&X) - + Undo last instruction 最後の命令を取り消し - - + + Generate crash dump クラッシュ ダンプを生成 - - + + &Manage Favourite Tools... お気に入りの管理(&M)... - + Step over (source) ステップオーバー (ソース行) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" サブルーチンに入らずにソースコードの 1 行を実行します。"TraceOverConditional src.line(cip) && !src.disp(cip)" と同等 - + Step into (source) ステップイン (ソース行) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" 単一のソースコード行を実行します。"TraceIntoConditional src.line(cip) && !src.disp(cip)" と同等 - + &Graph グラフ(&G) - + Show the CPU tab and switch to Graph mode. CPU タブを表示し、グラフ モードに切り替えます。 - + Step into (swallow exception) ステップイン (例外をスキップ) - + Step over (swallow exception) ステップオーバー (例外をスキップ) - + Run (swallow exception) 実行 (例外をスキップ) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. デバッグ対象を実行し、デバッグ対象が例外を処理しないようにすべての例外を無視します。 - - + + Blog ブログ - + Open https://blog.x64dbg.com https://blog.x64dbg.com を開く - + Animate into アニメーション イントゥ - + Execute the step into command at a fixed pace 固定ペースでステップイン コマンドを実行します - + Animate over アニメーション オーバー - + Execute the step over command at a fixed pace 固定ペースでステップオーバー コマンドを実行します - + Animate command... アニメーション コマンド... - + Execute a command at a fixed pace 固定ペースでコマンドを実行します - + System breakpoint scripts システム ブレークポイント スクリプト - + Set the script file to run automatically when the system breakpoint is reached. システムブレークポイントに達したときに、スクリプトファイルを自動的に実行するように設定します。 - + Import settings... 設定のインポート... - + Import settings from an external file 外部ファイルから設定をインポートします - + Customize menus メニューのカスタマイズ - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. [メニューのカスタマイズ] ダイアログを開いて、あまり使用しないメニュー項目を [その他のコマンド] サブメニューに表示されないようにします。 - + &Import database データベースをインポート(&I) - + Open an external database file to import data. 外部データベースファイルを開いてデータをインポートします。 - + &Export database データベースをエクスポート(&E) - + Previous Tab 前のタブへ - + Show the tab on the left. 左側にタブを表示。 - + Next Tab 次のタブへ - + Show the tab on the right. 右側にタブを表示。 - + Previous View 前の表示 - + Show the tab history popup window and select more recently used tab. タブ履歴ウィンドウを表示し、最近使ったタブを選択します。 - + Next View 次の表示 - + Show the tab history popup window and select previously viewed tab. タブ履歴ウィンドウを表示し、以前に表示したタブを選択します。 - + Hide Tab タブを隠す - + Hide the current tab. The hidden tab can be reopened from the View menu. 現在のタブを非表示にします。非表示のタブは、[表示] メニューから再度開くことができます。 - + &Variables 変数(&V) - + Show a list of x64dbg variables. Equivalent command "varlist" x64dbg 変数の一覧を表示します。同等のコマンド "varlist" - + Restart as Admin 管理者として再起動 - + Restart x64dbg under Administrator privilege. 管理者権限で x64dbg を再起動します。 - + Plugins プラグイン - + Open https://plugins.x64dbg.com https://plugins.x64dbg.com を開く - - + + Trace トレース - + Show the Trace tab. トレース タブの表示。 - + Modules モジュール - + Show the Symbols tab. Note that the Modules list is in the symbols tab. シンボル タブの表示。モジュールリストはシンボルタブにあります。 - + &Default 既定(&D) - + &Save database データベースを保存(&S) - + Save all data. The database will be automatically saved when debugging is stopped. すべてのデータを保存。デバッグを停止するとデータベースは自動的に保存されます。 - + Re&load database データベースを再読み込み(&L) - + Discard all modifications and read all data from disk. すべての変更を破棄し、ディスクからすべてのデータを読み込みます。 - + &Restore backup database データベースのバックアップを復元(&R) - + Read data from the backup database to recover from database corruption. データベースの破損から回復するために、バックアップデータベースからデータを読み取ります。 - + &Clear database データベースを消去(&C) - + Clear all data. すべてのデータを消去。 - + About Qt Qt について - + Display information about Qt Qt についての情報を表示します - + Mnemonic Help ニーモニックのヘルプ - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". アセンブリのニーモニックに関する詳細なヘルプ情報をログに出力します。等価コマンド "mnemonichelp name". + + + Release Notes + リリースノート + - - - + + + + Error エラー - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [管理者] - + Log ログ - + Symbols シンボル - + Breakpoints ブレークポイント - + Memory Map メモリ マップ - + SEH 構造化例外処理 - + Favourite Toolbox お気に入りツールバーの表示/非表示 - + Command: コマンド : - + Ready 待機中 - - - - - - + + + + + + Languages 言語 - + Dark ダーク - + Always stop the debuggee and exit 常にデバッグ対象を停止して終了する - + The debuggee is still running and will be terminated if you exit. What do you want to do? デバッグ対象はまだ実行中です。終了すると強制終了されます。どうしますか? - + Debuggee is still running デバッグ対象はまだ実行中です - + &Exit 終了(&E) - + Stop the debuggee and exit x64dbg. デバッグ対象を停止し、x64dbg を終了します。 - + &Detach and exit 切り離して終了(&D) - + Detach from the debuggee (leaving it running) and exit x64dbg. デバッグ対象から切り離し(実行中のまま)、x64dbg を終了します。 - + &Restart debugging デバッグを再開(&R) - + Restart the debuggee and keep x64dbg open. デバッグ対象を再起動し、x64dbg は開いたままにします。 - + &Continue debugging デバッグを続行する(&C) - + Close this dialog and continue where you left off. このダイアログを閉じ、中断したところから続けます。 - - + + Unsupported system サポートされていないシステム - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. x64dbg を ARM64 エミュレーション モードで実行しています。<b>このシステムは x64dbg ではサポートされていないため、予期しない動作が発生します。</b> この環境でマルウェアを分析するのは危険なので、実際の Intel/AMD CPU に切り替える必要があります。<br><br>詳細については、<a href="%1">FAQ</a> を参照してください。 - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. サポートされていないオペレーティング システム バージョンで x64dbg を実行しています。<b>今後のアップデートは、このシステムでは完全に実行されなくなります。</b><br><br>詳細については、公式の <a href="%1">アナウンス</a>を参照してください。 - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. 実行中はトレースを開始できません。最初に実行を一時停止します。 - - + + Open file ファイルを開く - + Executables (*.exe *.dll);;All files (*.*) 実行ファイル(*.exe *.dll);;すべてのファイル(*.*) - + Disassembly 逆アセンブル - + Dump ダンプ - + Stack スタック - + Enter expression to run to... 実行する条件式を入力... - - + + Error! エラー! - + Patches can only be shown while debugging... デバッグ中にのみパッチを表示できます... - + All the money will go to x64dbg development. 寄付はすべて x64dbg の開発に充てられます。 - + You will visit x64dbg's official blog. X64dbg の公式ブログをみてください。 - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. バグを報告するためのウェブサイトが表示されます。できるだけ多くの情報を入力してください。 - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? このアクションはデバッガをクラッシュさせてクラッシュ ダンプを生成します。そのため保存していないデータは失われます。続行しますか? - + Have fun debugging the debugger! x64dbg デバッガを使ってデバッグを楽しんでください! - + Debugger detected! デバッガが検出されました! - + Mnemonic help ニーモニックのヘルプ - + Change Command Line コマンドラインの変更 - + Cannot get remote command line, use the 'getcmdline' command for more information. リモートのコマンド ラインを取得できません。詳しくは'getcmdline'を使ってみてください。 - + Could not set command line! コマンドラインを設定できませんでした! - + New command line: 新しいコマンドライン : - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. マニュアルを開くことができません。x64dbg.chmが存在するかどうか、また、システムに別の問題がないことを確認してください。 - + Do you want to open online manual at https://help.x64dbg.com ? オンラインマニュアルを https://help.x64dbg.com で開きますか? - + Open the Favourites dialog to manage the favourites menu お気に入りのメニューを管理するには、お気に入りダイアログを開きます - + Starting tool %1 ツール %1 を起動中 - + The translation is nearly empty. Do you still want to use this language? ほとんど翻訳されていませんが、この言語を使用しますか? - + New language setting will take effect upon restart. 言語の変更は再起動後に有効になります。 - + Animate command アニメーション コマンド - + Example: StepInto 例 : ステップイン - + Customize Menus メニューのカスタマイズ - + Settings (*.ini);;All files (*.*) 設定(*.ini);;すべてのファイル(*.*) - + Import database データベースのインポート - + Databases (%1);;Database backup (%1.bak);;All files (*.*) データベース (%1);;データベースのバックアップ (%1.bak);;すべてのファイル (*.*) - + Export database データベースのエクスポート - + Databases (%1);;All files (*.*) データベース(%1);;すべてのファイル(*.*) - - + + More Commands 他のコマンド @@ -14840,7 +14851,7 @@ Make sure to fill in as much information as possible. Allocation - + 割り当て @@ -14860,7 +14871,7 @@ Make sure to fill in as much information as possible. Protect - + 保護 @@ -14914,12 +14925,12 @@ Make sure to fill in as much information as possible. Frame - + フレーム Loading... - + 読み込み中… @@ -15244,92 +15255,92 @@ Do you want to apply these patches anyway? Client no longer registered at: %1 (token: %2) - + クライアントは %1 に登録されていません (トーク::%2) Already connected - + 既に接続されています Pinging failed: %1/api/ping - + Ping に失敗しました: %1/api/ping Endpoint working: %1 - + エンドポイントの動作: %1 Thread already running (bad) - + スレッドはすでに実行されています (不良) Server not running after starting thread - + スレッドの開始後にサーバーが起動していません Client registration failed (no response, error: %1) - + クライアント登録に失敗しました (応答なし、エラー: %1) Client registration failed (status: %1, body: %2) - + クライアント登録に失敗しました (ステータス: %1, 本文: %2) Client registration failed (JSON error: %1) - + クライアント登録に失敗しました (JSON エラー: %1) Client registration failed (no token in body: %1) - + クライアント登録に失敗しました (本文にトークンなし: %1) Client registration success (token: %1) - + クライアント登録に成功しました (トークン: %1) Failed to unregister (no response, error: %1) - + 登録解除に失敗しました(応答なし、エラー: %1) Failed to unregister (token: %1, body: %2) - + 登録解除に失敗しました (トークン: %1, 本文: %2) Unregistered client (token: %1) - + 未登録のクライアント (トークン: %1) Failed to bind to %1 - + %1 へのバインドに失敗しました Listening on http://%1:%2 - + http://%1:%2 で待機中 Error listening on %1:%2 - + %1:%2 での待機中エラー Server stopped - + サーバーが停止しました @@ -15990,12 +16001,12 @@ TEBは、Win32APIを呼び出すことなく、プロセスに関する多くの ReleaseNotesDialog - + Release Notes - + リリースノート - + Close 閉じる @@ -17890,12 +17901,12 @@ This could introduce unexpected behaviour to your debugging session... &Intermodular Calls - + モジュール間コール[&I] &All Calls - + すべてのコール[&A] @@ -18393,18 +18404,19 @@ This could introduce unexpected behaviour to your debugging session... Intermodular Calls (Trace) - + モジュール間コール(トレース) Warning: No debugging session is active, cannot load module information while searching for intermodular calls. Searching for inter-page calls instead. - + 警告 : デバッグセッションがアクティブではありません。モジュール間呼び出しを検索しているため、モジュール情報を読み込むことができません。代わりにページ間呼び出しを検索します。 + Calls (Trace) - + コール (トレース) @@ -18822,52 +18834,52 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... 更新の確認中... - + Network Error! ネットワーク エラー! - + Failed to check for updates 更新の確認に失敗しました - + Error! エラー! - + File on server could not be parsed... サーバー上のファイルを解析できませんでした... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - 新しいビルド %1 が利用可能です!<br>ダウンロード は<a href="%2">こちらから</a><br><br>現在使用中のビルド : %3 - - - + You have a development build (%1) of x64dbg! X64dbg の開発ビルド (%1) があります! - + You have the latest build (%1) of x64dbg! x64dbg の最新ビルド (%1) があります! - + Information 情報 + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ka_GE.ts b/x64dbg_ka_GE.ts index 193b295..99e725c 100644 --- a/x64dbg_ka_GE.ts +++ b/x64dbg_ka_GE.ts @@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph? - + &File @@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments კომენტარები - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach მიმაგრება - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit ბიტი - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte ბაიტი - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word სიტყვა - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable გამორთვა - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error შეცდომა - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly დისასამბლირებული - + Dump დამპი - + Stack სტეკი - + Enter expression to run to... - - + + Error! შეცდომა! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! შეცდომა! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ko_KR.ts b/x64dbg_ko_KR.ts index 47f8afa..f87b361 100644 --- a/x64dbg_ko_KR.ts +++ b/x64dbg_ko_KR.ts @@ -12886,7 +12886,7 @@ Do you want to continue rendering this graph? - + &File 파일(&F) @@ -12916,1439 +12916,1450 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files 최근 파일(&R) - + Database 데이터베이스 - + &View 보기(&V) - + &Debug 디버그(&D) - + Advanced 고급 - + &Help 도움말(&H) - - - - + + + + &Plugins 플러그인(&P) - + &Options 설정(&O) - - + + &Theme 테마(&T) - + Favour&ites 즐겨찾기(&I) - + Traci&ng 추적(&N) - + Trace &coverage 추적 커버리지(&C) - + Toolbar 도구모음 - + CommandBar 명령도구모음 - + &Open 열기(&O) - + Run the file and start debugging. 파일을 실행하고 디버깅을 시작합니다. - + E&xit 끝내기(&X) - + Exit x64dbg. x64dbg를 종료합니다. - + &Run 실행(&R) - + Run the debuggee or restart debugging. 디버깅 대상을 실행하고 디버깅을 재시작합니다. - + &Pause 일시중지(&P) - + Pause the execution of debuggee to debug it, or stop animate into/animate over. 디버그하기 위해 디버깅 대상의 실행을 중단합니다. - + Re&start 다시시작(&S) - + Stop the debuggee and restart it, or restart the last debugged file. 디버그 대상을 중단하고 재시작하거나 마지막 디버그된 파일을 재시작합니다. - + &Close 닫기(&C) - + Terminate the debuggee and stop debugging. 디버그 대상을 종료하고 디버깅을 중단합니다. - + Step &into 안으로 단계진행(&I) - + Execute a single instruction 단일 명령을 실행합니다. - + Step &over 건너서 단계진행(&O) - + Execute a single instruction without entering the CALL instruction CALL 명령을 사용하지 않고 단일 명령을 실행합니다. - + Co&mmand 명령어(&M) - + Focus on the command bar 명령 표시줄에 초점 - + E&xecute till return 반환할 때까지 실행(&X) - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. RET 명령이 실행되고 스택 포인터가 현재 값보다 작거나 같아질 때까지 추적합니다. - + &Memory Map 메모리 맵(&M) - + Show the Memory Map tab. 메모리 맵 탭을 표시합니다. - + &Log Window 로그 창(&L) - + Show the Log tab. 로그 탭을 표시합니다. - + &About 정보(&A) - + Display information about x64dbg x64dbg에 대한 정보를 표시 - + Scylla Scylla - + &Breakpoints 중단점(&B) - + Show the Breakpoints tab. 중단점 탭을 표시합니다. - + Step into (pass all exceptions) 안으로 단계진행 (예외 모두 통과) - + Execute a single instruction, pass exceptions to the debuggee. 단일 명령을 실행하고 디버그 대상에게 예외를 넘겨줍니다. - + Step over (pass all exceptions) 건너서 단계진행 (예외 모두 통과) - + Run (pass all exceptions) 실행 (예외 모두 통과) - + Run the debuggee and pass all exceptions to the debuggee without pausing. 디버그 대상을 실행하고 중단하지 않고 디버그 대상에게 모든 예외를 넘겨줍니다. - + Execute till return (pass all exceptions) 리턴 시점까지 실행 (예외 모두 통과) - + &Script 스크립트(&S) - - + + Script 스크립트 - + Show the Script tab. 스크립트 탭을 표시합니다. - + Run &until selection 선택까지 실행(&U) - + Run until selection 선택까지 실행 - + Put a breakpoint on selection and run the debuggee. 선택한 곳에 중단점을 설정고 디버그 대상을 실행합니다. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. 디스어셈블리를 표시하기 위해 CPU 탭을 표시합니다. - + Symbol &Info 기호 정보(&I) - + Symbol Info 기호 정보 - + Show the Symbols tab. 심볼 탭을 표시합니다. - + &References 참조(&R) - - + + References 참조 - + Show the References tab. 참조 탭을 표시합니다. - + &Threads 스레드(&T) - - + + Threads 스레드 - + Show the Threads tab. 스레드 탭을 표시합니다. - + &Preferences 환경설정(&P) - + Preferences 환경설정 - + Opem the Preferences dialog. 환경설정 창을 엽니다. - + &Find Strings 문자열 찾기(&S) - + Find Strings 문자열 찾기 - + Find possible strings in the current module. Equivalent command "strref" 현재 모듈에서 가능한 문자열을 검색합니다. 동일한 명령어는 "strref"입니다. - + &Appearance 모양새(&A) - + Open the Appearance dialog to adjust color and font settings. color와 font 설정을 위해 모양새 창을 엽니다. - - + + Find Intermodular Calls 모듈간 호출 찾기 - + Find intermodular calls in the current module. Equivalent command "modcallfind" 현재 모듈에서 모듈 간 호출을 찾습니다. 동일한 명령어는 "modcallfind"입니다. - + Patch file... 파일 패치... - + Patches 패치 - + Open the patch dialog. 패치 창을 엽니다. - + Comments 주석 - + Show a list of comments. Equivalent command "commentlist" 주석 리스트를 표시합니다. 동일한 명령어는 "commentlist"입니다. - + Labels 레이블 - + Show a list of labels. Equivalent command "labellist" 레이블 리스트를 표시합니다. 동일한 명령어는 "labellist"입니다. - + Bookmarks 책갈피 - + Show a list of bookmarks. Equivalent command "bookmarklist" 책갈피 리스트를 표시합니다. 동일한 명령어는 "bookmarklist"입니다. - + Functions 함수 - + Show a list of functions. Equivalent command "functionlist" 함수 리스트를 표시합니다. 동일한 명령어는 "functionlist"입니다. - + Check for &Updates 업데이트 확인(&U) - + Connect to Github to check for updates 업데이트 확인을 위해 Github에 연결 - - - + + + Call Stack 호출 스택 - + Show the Call Stack tab. 스택 호출 탭을 표시합니다. - + Hotkeys 단축키 - + Open the Hotkeys dialog to customize keyboard hotkeys. 단축키 설정을 위해 단축키 창을 엽니다. - + &Donate 기부(&D) - - + + Donate 기부 - + Open https://donate.x64dbg.com https://donate.x64dbg.com 열기 - + Calculator 계산기 - + Open the Calculator dialog. 계산기 창을 엽니다. - - + + Attach 부착 - + Attach the debugger to a process to debug it. 디버거를 프로세스에 연결하여 디버깅합니다. - - + + Detach 분리 - + Detach from the debuggee so that it continues running without being debugged. 디버그 대상에서 분리하여 디버깅되지 않은 채로 계속 실행합니다. - + Change Command &Line 명령줄 바꾸기(&L) - + Set the command line of the debuggee. 디버그 대상의 명령어를 설정하세요. - - + + Skip next instruction 다음 명령어 건너뛰기 - + Topmost 항상위 - + Topmost Window 항상위 창 - + Make x64dbg topmost x64dbg를 최상위로 설정 - + &Report Bug 버그 보고(&B) - - + + Report Bug 버그 보고 - + Open https://report.x64dbg.com https://report.x64dbg.com 열기 - + &Source 소스(&S) - - + + Source 소스 - + Show the Source tab. 소스 탭 표시합니다. - + &Manual 사용설명서(&M) - + Open the CHM manual or online documentation at https://help.x64dbg.com https://help.x64dbg.com를 열어 CHM 매뉴얼과 온라인 문서를 확인 - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com https://faq.x64dbg.com 열기 - + SEH Chain SEH 연쇄 - - + + Hide debugger (PEB) 디버거 숨기기 (PEB) - + Modifies the PEB to hide debugger. 디버거를 숨기기 위해 PEB 수정 - - + + Reload style.css style.css 다시 불러오기 - + Read style.css from disk to apply theme changes. 테마 변경사항을 적용하려면 디스크에서 style.css를 읽으세요. - - + + Notes 메모 - + Show the Notes tab. 메모 탭을 표시합니다. - - + + Handles 핸들 - + Show the Handles tab. 처리 탭을 표시합니다. - - - + + + Trace over... 건너서 추적... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" 조건이 참이 될 때까지 건너뛰고, 선택적으로 트레이싱 중에 로그를 기록하고 명령을 실행합니다. 동일한 명령어는 "tocnd"입니다. - - - + + + Trace into... 안으로 추적... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" 조건이 참이 될 때까지 단계별 진행하고, 선택적으로 추적 중에 로그를 기록하고 명령을 실행합니다. 동일한 명령어는 "ticnd"입니다. - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) 1비트 추적 커버리지를 활성화합니다 (명령이 실행되는 것과는 상관없이) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. 명령이 몇번이나 실행되었는지 기록하기 위해 1바이트 추적 커버리지를 활성화합니다. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. 명령이 몇번이나 실행되었는지 기록하기 위해 1단어 추적 커버리지를 활성화합니다. - + Step into until reaching uncovered code 커버되지 않은 코드까지 단계별로 진행 - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" 커버되지 않은 명령에 도달할 때까지 단계별 진행합니다. 동일한 명령어는 "tibt"입니다. - + Step over until reaching uncovered code 커버되지 않은 코드까지 건너뛰기 - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" 커버되지 않은 명령에 도달할 때까지 건너뜁니다. 동일한 명령어는 "tobt"입니다. - + Step into until reaching covered code 커버된 코드까지 단계별로 진행 - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" 커버된 명령에 도달할 때까지 단계별 진행합니다. 동일한 명령어는 "tilt"입니다. - + Step over until reaching covered code 커버된 코드까지 건너뛰기 - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" 커버된 명령에 도달할 때까지 건너뜁니다. 동일한 명령어는 "toit"입니다. - + Disable 비활성화 - + Disable trace coverage 추적 커버리지 비활성화 - + Run to &user code 사용자 코드로 실행(&U) - + Trace over until user code would be executed. 사용자의 코드가 실행될 때까지 추적합니다. - + Run until e&xpression 표현식까지 실행(&X) - + Undo last instruction 마지막 명령어 실행 취소 - - + + Generate crash dump 크래시 덤프 생성 - - + + &Manage Favourite Tools... 즐겨찾기 도구 관리(&M)... - + Step over (source) 건너서 단계진행 (소스) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" 서브루틴에 들어가지 않고 소스 코드 한 줄을 실행합니다. 동일한 명령어는 "TraceOverConditional src.line(cip) && !src.disp(cip)"입니다. - + Step into (source) 안으로 단계진행 (소스) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" 소스 코드 한 줄을 실행합니다. 동일한 명령어는 "TraceIntoConditional src.line(cip) && !src.disp(cip)"입니다. - + &Graph 그래프(&G) - + Show the CPU tab and switch to Graph mode. CPU 탭을 표시하고 그래프모드로 전환합니다. - + Step into (swallow exception) 안으로 단계진행 (예외 통과) - + Step over (swallow exception) 건너서 단계진행 (예외 통과) - + Run (swallow exception) 실행 (예외 통과) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. 디버그 대상을 실행하고 예외를 실행하지 않기 위해 모든 예외를 무시합니다. - - + + Blog 블로그 - + Open https://blog.x64dbg.com https://blog.x64dbg.com 열기 - + Animate into 안으로 자동진행 - + Execute the step into command at a fixed pace 일정한 속도로 명령어를 단계별 실행 - + Animate over 건너서 자동진행 - + Execute the step over command at a fixed pace 일정한 속도로 명령어를 건너뛰기 - + Animate command... 자동진행 명령... - + Execute a command at a fixed pace 일정한 속도로 명령어를 실행 - + System breakpoint scripts 시스템 중단점 스크립트 - + Set the script file to run automatically when the system breakpoint is reached. 시스템 중단점에 도달했을 때 스크립트 파일이 자동으로 실행되도록 설정합니다. - + Import settings... 설정 가져오기... - + Import settings from an external file 외부 파일에서 설정을 가져오기 - + Customize menus 사용자 지정 메뉴 - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. 자주 사용하지 않는 메뉴 항목을 "추가 명령어" 하위 메뉴에 숨기기 위해 메뉴 사용자 지정 대화 상자를 엽니다. - + &Import database 데이터베이스 가져오기(&I) - + Open an external database file to import data. 데이터를 가져오기 위해 외부 데이터베이스를 엽니다. - + &Export database 데이터베이스 내보내기(&E) - + Previous Tab 이전 탭 - + Show the tab on the left. 탭을 왼쪽에 표시합니다. - + Next Tab 다음 탭 - + Show the tab on the right. 탭을 오른쪽에 표시합니다. - + Previous View 이전 보기 - + Show the tab history popup window and select more recently used tab. 탭 히스토리 팝업창을 표시하고 최근에 사용한 탭을 선택하세요. - + Next View 다음 보기 - + Show the tab history popup window and select previously viewed tab. 탭 히스토리 팝업창을 표시하고 전에 사용한 탭을 선택하세요. - + Hide Tab 탭 숨기기 - + Hide the current tab. The hidden tab can be reopened from the View menu. 현재 탭을 숨깁니다. 숨긴 탭은 뷰 메뉴에서 다시 열 수 있습니다. - + &Variables 변수(&V) - + Show a list of x64dbg variables. Equivalent command "varlist" x64dbg의 변수의 리스트를 표시합니다. 동일한 명령어는 "varlist"입니다. - + Restart as Admin 관리자로 다시 시작 - + Restart x64dbg under Administrator privilege. x64dbg를 관리자 권한으로 재시작합니다. - + Plugins 플러그인 - + Open https://plugins.x64dbg.com https://plugins.x64dbg.com 열기 - - + + Trace 추적 - + Show the Trace tab. 추적 탭을 표시합니다. - + Modules 모듈 - + Show the Symbols tab. Note that the Modules list is in the symbols tab. 심볼 탭을 표시합니다. 모듈 목록이 심볼 탭에 있음을 참고하세요. - + &Default 기본값(&D) - + &Save database 데이터베이스 저장(&S) - + Save all data. The database will be automatically saved when debugging is stopped. 모든 데이터를 저장합니다. 데이터베이스는 디버깅이 멈추면 자동으로 저장됩니다. - + Re&load database 데이터베이스 리로드(&L) - + Discard all modifications and read all data from disk. 모든 수정사항을 버리고 디스크에서 모든 데이터를 읽습니다. - + &Restore backup database 백업 데이터베이스 복원(&R) - + Read data from the backup database to recover from database corruption. 데이터베이스 복원을 위해 백업 데이터베이스에서 데이터를 읽습니다. - + &Clear database 데이터베이스 초기화(&C) - + Clear all data. 모든 데이터 삭제. - + About Qt Qt에 대하여 - + Display information about Qt Qt에대한 정보를 표시 - + Mnemonic Help 연상기호 도움말 - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". 어셈블리 연상기호에 대한 자세한 도움말 정보를 로그에 출력합니다. 동일한 명령어는 "mnemonichelp name"입니다. + + + Release Notes + + - - - + + + + Error 오류 - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [Elevated] - + Log 로그 - + Symbols 기호 - + Breakpoints 중단점 - + Memory Map 메모리 맵 - + SEH SEH - + Favourite Toolbox 즐겨찾는 도구 - + Command: 명령: - + Ready 준비 - - - - - - + + + + + + Languages 언어 - + Dark 다크 - + Always stop the debuggee and exit 종료시 항상 디버그 대상 중단하기 - + The debuggee is still running and will be terminated if you exit. What do you want to do? 디버그 대상이 아직 실행중이며, 나갈 경우 종료됩니다. 어떻게 하시겠습니까? - + Debuggee is still running 디버그 대상이 아직 실행중 - + &Exit 종료(&E) - + Stop the debuggee and exit x64dbg. 디버그 대상을 종료하고 x64dbg도 종료합니다. - + &Detach and exit 분리 후 종료(&D) - + Detach from the debuggee (leaving it running) and exit x64dbg. 디버그 대상에서 분리(실행상태로 유지) 후 x64dbg를 종료합니다. - + &Restart debugging 디버깅 재시작(&R) - + Restart the debuggee and keep x64dbg open. x64dbg를 켜놓은 채로 디버그 대상을 재시작합니다. - + &Continue debugging 이어서 디버깅(&C) - + Close this dialog and continue where you left off. 이 창을 닫고 이전 위치에서 계속 진행합니다. - - + + Unsupported system 미지원 시스템 - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. 실행 중에는 추적 기능을 시작할 수 없으니, 먼저 중지해주세요. - - + + Open file 파일 열기 - + Executables (*.exe *.dll);;All files (*.*) 실행 파일(*.exe *.dll);;모든 파일 (*.*) - + Disassembly 디스어셈블리 - + Dump 덤프 - + Stack 스택 - + Enter expression to run to... 실행할 표현식 입력... - - + + Error! 오류발생! - + Patches can only be shown while debugging... 패치는 디버깅 중에만 보입니다... - + All the money will go to x64dbg development. 모든 기부금은 x64dbg 개발에 사용됩니다. - + You will visit x64dbg's official blog. x64dbg 공식 블로그에 방문합니다. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. 버그를 보고하기 위해서 웹사이트에 방문합니다. 가능한 많은 정보를 입력해주세요. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? 이 작업은 디버거 충돌시켜서 크래시 덤프를 생성합니다. 저장하지 않은 데이터는 모두 잃어버립니다. 정말로 계속 하시겠습니까? - + Have fun debugging the debugger! 디버거 디버깅하기로 즐거운 시간 보내세요! - + Debugger detected! 디버거 감지됨! - + Mnemonic help 연상기호 도움말 - + Change Command Line 명령줄 바꾸기 - + Cannot get remote command line, use the 'getcmdline' command for more information. 원격 명령줄을 가져올 수 없습니다, 명령 'getcmdline'을 사용해서 자세한 정보를 확인하세요. - + Could not set command line! 명령줄을 설정할 수 없음! - + New command line: 새로운 명령줄: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. 사용설명서를 열 수 없습니다. x64dbg.chm 파일이 존재하는지, 시스템의 다른 프로그램에서 사용되지는 않는지 확인해보세요. - + Do you want to open online manual at https://help.x64dbg.com ? https://help.x64dbg.com에서 온라인 메뉴얼을 여시겠습니까? - + Open the Favourites dialog to manage the favourites menu 즐겨찾기 메뉴를 관리할 수 있는 즐겨찾기 창을 엽니다. - + Starting tool %1 %1 도구 시작 - + The translation is nearly empty. Do you still want to use this language? 번역문이 거의 비어있습니다. 이 언어를 계속 사용하시겠습니까? - + New language setting will take effect upon restart. 새로운 언어 설정이 재시작하면 적용됩니다. - + Animate command 자동진행 명령 - + Example: StepInto 예시: StepInto - + Customize Menus 사용자 지정 메뉴 - + Settings (*.ini);;All files (*.*) 설정 파일 (*.ini);;모든 파일 (*.*) - + Import database 데이터베이스 가져오기 - + Databases (%1);;Database backup (%1.bak);;All files (*.*) 데이터베이스 (%1);;데이터베이스 백업 (%1.bak);;모든 파일 (*.*) - + Export database 데이터베이스 내보내기 - + Databases (%1);;All files (*.*) 데이터베이스 (%1);;모든 파일 (*.*) - - + + More Commands 더 많은 명령어 @@ -15917,12 +15928,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close 닫기 @@ -18752,52 +18763,52 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... 업데이트 확인... - + Network Error! 네트워크 오류! - + Failed to check for updates - + Error! 오류발생! - + File on server could not be parsed... 서버에 있는 파일은 구문 분석할 수 없습니다... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - 새로운 빌드 %1 를 사용하실 수 있습니다!<br>내려받기는 <a href="%2">여기</a><br><br>현재 빌드는 %3 입니다 - - - + You have a development build (%1) of x64dbg! x64dbg 개발자 빌드 (%1) 입니다! - + You have the latest build (%1) of x64dbg! x64dbg 최신 빌드 (%1) 입니다! - + Information 정보 + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_lt_LT.ts b/x64dbg_lt_LT.ts index 8a9ac2f..0ee167a 100644 --- a/x64dbg_lt_LT.ts +++ b/x64dbg_lt_LT.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_nl_NL.ts b/x64dbg_nl_NL.ts index 535f811..b13f1e0 100644 --- a/x64dbg_nl_NL.ts +++ b/x64dbg_nl_NL.ts @@ -12847,7 +12847,7 @@ Do you want to continue rendering this graph? - + &File Bestand @@ -12877,1431 +12877,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Recente Bestanden - + Database - + &View Beeld - + &Debug &Debug - + Advanced - + &Help &Help - - - - + + + + &Plugins &Plugins - + &Options &Opties - - + + &Theme - + Favour&ites Favor&ieten - + Traci&ng - + Trace &coverage - + Toolbar Werkbalk - + CommandBar OpdrachtenBalk - + &Open &Open - + Run the file and start debugging. - + E&xit Afsluiten - + Exit x64dbg. - + &Run Uitvoe&ren - + Run the debuggee or restart debugging. - + &Pause &Pauseer - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Her&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close Sluiten - + Terminate the debuggee and stop debugging. - + Step &into Stap &in - + Execute a single instruction - + Step &over Stap &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand Opdracht - + Focus on the command bar - + E&xecute till return Uitvoeren tot terugkeer - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map Geheugen Map - + Show the Memory Map tab. - + &Log Window &Logboek Venster - + Show the Log tab. - + &About &Over - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Breekpunten - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Script - - + + Script Script - + Show the Script tab. - + Run &until selection &Uitvoeren tot selectie - + Run until selection Uitvoeren tot selectie - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info Symbool &Info - + Symbol Info Symbool Info - + Show the Symbols tab. - + &References &Referenties - - + + References Referenties - + Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. - + &Preferences &Voorkeuren - + Preferences Voorkeuren - + Opem the Preferences dialog. - + &Find Strings &Zoek Tekst - + Find Strings Zoek Tekst - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Vormgeving - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Vind Intermodulaire Aanroepen - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Patch Bestand... - + Patches Patches - + Open the patch dialog. - + Comments Opmerkingen - + Show a list of comments. Equivalent command "commentlist" - + Labels Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Bladwijzers - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Functies - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Controleren op &Updates - + Connect to Github to check for updates - - - + + + Call Stack Aanroep Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Doneren - - + + Donate Doneer - + Open https://donate.x64dbg.com - + Calculator Calculator - + Open the Calculator dialog. - - + + Attach Aanhechten - + Attach the debugger to a process to debug it. - - + + Detach Loskoppelen - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Wijzig Opdrachtrege&l - + Set the command line of the debuggee. - - + + Skip next instruction Volgende instructie overslaan - + Topmost Bovenste - + Topmost Window Bovenste Venster - + Make x64dbg topmost - + &Report Bug &Rapporteer Bug - - + + Report Bug Rapporteer Bug - + Open https://report.x64dbg.com - + &Source Bron - - + + Source Bron - + Show the Source tab. - + &Manual Handleiding - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com - + SEH Chain SEH Keten - - + + Hide debugger (PEB) Debugger verbergen (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Style.css opnieuw inladen - + Read style.css from disk to apply theme changes. - - + + Notes Notities - + Show the Notes tab. - - + + Handles Handles - + Show the Handles tab. - - - + + + Trace over... Traceer over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... Traceer in... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Uitschakelen - + Disable trace coverage - + Run to &user code Uitvoeren tot gebr&uiker code - + Trace over until user code would be executed. - + Run until e&xpression Uitvoeren tot &xpressie - + Undo last instruction Ongedaan maken van laatste instructie - - + + Generate crash dump Genereer crash dump - - + + &Manage Favourite Tools... Beheer Favoriete Tools... - + Step over (source) Stap over (bron) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Stap in (bron) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Grafiek - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) Stap in (exceptie inslikken) - + Step over (swallow exception) Stap over (exceptie inslikken) - + Run (swallow exception) Uitvoeren (exceptie inslikken) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blog - + Open https://blog.x64dbg.com - + Animate into Animeer in - + Execute the step into command at a fixed pace - + Animate over Animeer over - + Execute the step over command at a fixed pace - + Animate command... Animeer opdracht... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Importeer instellingen... - + Import settings from an external file - + Customize menus Menu's aanpassen - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Importeer database - + Open an external database file to import data. - + &Export database &Exporteer database - + Previous Tab Vorige Tab - + Show the tab on the left. - + Next Tab Volgende Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Verberg Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Variabelen - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Herstart als Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Fout - + %1 (%2) - + %1 [Elevated] - + Log Logboek - + Symbols Symbolen - + Breakpoints Breekpunten - + Memory Map Geheugen Map - + SEH SEH - + Favourite Toolbox - + Command: Opdracht: - + Ready Gereed - - - - - - + + + + + + Languages Talen - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Bestand openen - + Executables (*.exe *.dll);;All files (*.*) Uitvoerbare bestanden (*.exe *.dll);;Alle bestanden (*. *) - + Disassembly Disassembly - + Dump Dump - + Stack Stack - + Enter expression to run to... Voer de expressie in om uit te voeren... - - + + Error! Fout! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Al het geld gaat naar de ontwikkeling van x64dbg. - + You will visit x64dbg's official blog. U bezoekt nu x64dbgs's officiële blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. U zal worden doorgestuurd naar een website waar u een bug kunt rapporteren. Vul zo veel mogelijk informatie in als mogelijk. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Deze actie zal de debugger doen crashen en een crash dump genereren. U zal ALLE NIET OPGESLAGEN GEGEVENS VERLIEZEN. Wilt u echt doorgaan? - + Have fun debugging the debugger! Veel plezier met het debuggen van de debugger! - + Debugger detected! Debugger gedetecteerd! - + Mnemonic help - + Change Command Line Wijzig Opdrachtregel - + Cannot get remote command line, use the 'getcmdline' command for more information. Externe opdrachtregel ophalen mislukt, gebruik het 'getcmdline' commando voor meer informatie. - + Could not set command line! Opdrachtregel instellen is mislukt! - + New command line: Nieuwe opdrachtregel: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Handleiding kan niet worden geopend. Controleer of x64dbg.chm bestaat en en eventuele andere problemen met uw systeem. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? De vertaling is bijna leeg. Wilt u deze taal alsnog gebruiken? - + New language setting will take effect upon restart. De nieuwe taalinstelling wordt actief bij herstart. - + Animate command Animeer opdracht - + Example: StepInto Voorbeeld: StepInto - + Customize Menus Menu's aanpassen - + Settings (*.ini);;All files (*.*) Instellingen (*.ini);;Alle bestanden (*. *) - + Import database Importeer database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Exporteer database - + Databases (%1);;All files (*.*) Databases (%1);;Alle bestanden (*. *) - - + + More Commands Meer Opdrachten @@ -15853,12 +15864,12 @@ Het TEB kan gebruikt worden om veel informatie over het proces te achterhalen zo ReleaseNotesDialog - + Release Notes - + Close Sluiten @@ -18682,51 +18693,51 @@ Dit kan onverwacht gedrag introduceren in de debug-sessie... UpdateChecker - + Checking for updates... - + Network Error! Netwerk Fout! - + Failed to check for updates - + Error! Fout! - + File on server could not be parsed... Bestand op server kon niet worden verwerkt... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Nieuwe versie %1 beschikbaar! <br>Download <a href="%2"> hier</a> <br><br>U draait nu versie %3 - - - + You have a development build (%1) of x64dbg! U heeft een ontwikkelingsversie (%1) van x64dbg! - + You have the latest build (%1) of x64dbg! U heeft de laatste versie (%1) van x64dbg! - + Information Informatie + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_no_NO.ts b/x64dbg_no_NO.ts index 2a2cded..f0d7479 100644 --- a/x64dbg_no_NO.ts +++ b/x64dbg_no_NO.ts @@ -12623,7 +12623,7 @@ Do you want to continue rendering this graph? - + &File &Fil @@ -12653,1431 +12653,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Siste filer - + Database - + &View &Visning - + &Debug &Debug - + Advanced - + &Help &Hjelp - - - - + + + + &Plugins &Plugins - + &Options & Alternativer - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open &Åpne - + Run the file and start debugging. - + E&xit &Avslutt - + Exit x64dbg. - + &Run &Kjør - + Run the debuggee or restart debugging. - + &Pause &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Lukk - + Terminate the debuggee and stop debugging. - + Step &into Trin &inntil - + Execute a single instruction - + Step &over Trinn &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand Co&mmand - + Focus on the command bar - + E&xecute till return E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Memory Map - + Show the Memory Map tab. - + &Log Window & Logg vindu - + Show the Log tab. - + &About &Om - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints %Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Script - - + + Script Script - + Show the Script tab. - + Run &until selection Kjør & inntil utvalg - + Run until selection Kjøre inntil utvalg - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info Symbol &Info - + Symbol Info Symbol Info - + Show the Symbols tab. - + &References &Referanser - - + + References Referanser - + Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. - + &Preferences &Innstillinger - + Preferences - + Opem the Preferences dialog. - + &Find Strings &Søk strenge - + Find Strings Finn strenge - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Utseende - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Finn Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Patches - + Open the patch dialog. - + Comments Kommentarer - + Show a list of comments. Equivalent command "commentlist" - + Labels Etiketter - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Bokmerker - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Funksjoner - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Sjekk for &Oppdateringer - + Connect to Github to check for updates - - - + + + Call Stack Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Donere - - + + Donate Doner - + Open https://donate.x64dbg.com Åpne https://donate.x64dbg.com - + Calculator Kalkulator - + Open the Calculator dialog. - - + + Attach Feste - + Attach the debugger to a process to debug it. - - + + Detach Koble fra - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Endre kommandoen &Linje - + Set the command line of the debuggee. - - + + Skip next instruction Hopp over neste instruksjon - + Topmost Øverste - + Topmost Window Øverste vindu - + Make x64dbg topmost - + &Report Bug &Rapportere feil - - + + Report Bug Rapporter feil - + Open https://report.x64dbg.com Åpne https://report.x64dbg.com - + &Source &Kilde - - + + Source Kilde - + Show the Source tab. - + &Manual &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com Åpne https://faq.x64dbg.com - + SEH Chain SEH kjede - - + + Hide debugger (PEB) Skjul debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Last inn igen style.css - + Read style.css from disk to apply theme changes. - - + + Notes Notater - + Show the Notes tab. - - + + Handles Håndtak - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Ord - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Deaktiver - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com Åpne https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com Åpne https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Feil - + %1 (%2) - + %1 [Elevated] - + Log Logg - + Symbols Symboler - + Breakpoints Breakpoints - + Memory Map Memory Map - + SEH SEH - + Favourite Toolbox - + Command: Kommando: - + Ready Klar - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Åpne fil - + Executables (*.exe *.dll);;All files (*.*) Kjørbare filer (*.exe *.dll); Alle filer (*. *) - + Disassembly Disassembly - + Dump Dumpe - + Stack Stack - + Enter expression to run to... - - + + Error! Feil! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Alle pengene går til x64dbg's utvikling. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Du kommer til et nettsted der du kan sende en feilrapport. Husk å fylle ut så mye informasjon som mulig. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line Endre kommandolinje - + Cannot get remote command line, use the 'getcmdline' command for more information. Kan ikke få ekstern kommandolinje, bruk kommandoen "getcmdline" for mer informasjon. - + Could not set command line! Kan ikke angi kommandolinjen! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? Vil du åpne online manual på https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15625,12 +15636,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18452,51 +18463,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Feil! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information Informasjon + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_pl_PL.ts b/x64dbg_pl_PL.ts index 06d89b4..0e60dae 100644 --- a/x64dbg_pl_PL.ts +++ b/x64dbg_pl_PL.ts @@ -12753,7 +12753,7 @@ Do you want to continue rendering this graph? - + &File &Plik @@ -12783,1431 +12783,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Ostatnie pliki - + Database - + &View &Widok - + &Debug - + Advanced - + &Help &Pomoc - - - - + + + + &Plugins &Wtyczki - + &Options &Opcje - - + + &Theme &Motyw - + Favour&ites Ulub&ione - + Traci&ng - + Trace &coverage - + Toolbar Pasek narzędzi - + CommandBar - + &Open &Otwórz - + Run the file and start debugging. - + E&xit &Wyjdź - + Exit x64dbg. - + &Run &Wykonaj - + Run the debuggee or restart debugging. - + &Pause &Pauza - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Zamknij - + Terminate the debuggee and stop debugging. - + Step &into Krok &wewnątrz - + Execute a single instruction - + Step &over Krok &ponad - + Execute a single instruction without entering the CALL instruction - + Co&mmand Polece&nie - + Focus on the command bar - + E&xecute till return &Wykonuj aż do powrotu - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Mapa pamięci - + Show the Memory Map tab. - + &Log Window &Okno dziennika - + Show the Log tab. - + &About O &programie - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Przerwania - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Skrypt - - + + Script Skrypt - + Show the Script tab. - + Run &until selection Uruchom aż do zaz&naczenia - + Run until selection Uruchom aż do zaznaczenia - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References &Odwołania - - + + References Odwołania - + Show the References tab. - + &Threads &Wątki - - + + Threads Wątki - + Show the Threads tab. - + &Preferences &Ustawienia - + Preferences Preferencje - + Opem the Preferences dialog. - + &Find Strings &Znajdź ciągi - + Find Strings Znajdź ciągi - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Wygląd - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Znajdź odwołania międzymodułowe - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Łataj plik... - + Patches Łaty - + Open the patch dialog. - + Comments Komentarze - + Show a list of comments. Equivalent command "commentlist" - + Labels Etykiety - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Zakładki - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Funkcje - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Sprawdź akt&ualizacje - + Connect to Github to check for updates - - - + + + Call Stack Stos wywołań - + Show the Call Stack tab. - + Hotkeys Skróty klawiszowe - + Open the Hotkeys dialog to customize keyboard hotkeys. Otwórz okno dialogowe ze skrótami klawiszowymi, aby dostosować skróty klawiszowe. - + &Donate &Dotacje - - + + Donate Dotacje - + Open https://donate.x64dbg.com Otwórz https://donate.x64dbg.com - + Calculator Kalkulator - + Open the Calculator dialog. - - + + Attach Podłącz - + Attach the debugger to a process to debug it. - - + + Detach Odłącz - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Zmień wiersz &poleceń - + Set the command line of the debuggee. - - + + Skip next instruction Pomiń kolejną instrukcję - + Topmost Zawsze na wierzchu - + Topmost Window Okno na wierzchu - + Make x64dbg topmost - + &Report Bug &Zgłoś błąd - - + + Report Bug Zgłoś błąd - + Open https://report.x64dbg.com Otwórz https://report.x64dbg.com - + &Source Źró&dło - - + + Source Źródło - + Show the Source tab. - + &Manual &Podręcznik - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com Otwórz https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) Ukryj debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Przeładuj style.css - + Read style.css from disk to apply theme changes. - - + + Notes Notatki - + Show the Notes tab. - - + + Handles Uchwyty - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Bajt - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Słowo - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Wyłącz - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction Cofnij ostatnią instrukcję - - + + Generate crash dump Generuj zrzut awaryjny - - + + &Manage Favourite Tools... Zarządzanie ulubionymi narzędzia&mi... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Diagram - + Show the CPU tab and switch to Graph mode. Pokaż zakładkę CPU i przełącz na tryb diagramu. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blog - + Open https://blog.x64dbg.com Otwórz https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Importuj ustawienia... - + Import settings from an external file - + Customize menus Dostosuj menu - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Importuj bazę danych - + Open an external database file to import data. - + &Export database &Eksportuj bazę danych - + Previous Tab Poprzednia zakładka - + Show the tab on the left. - + Next Tab Następna zakładka - + Show the tab on the right. - + Previous View Poprzedni widok - + Show the tab history popup window and select more recently used tab. - + Next View Następny widok - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Ukryj zakładkę - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Zmienne - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Uruchom ponownie jako Administrator - + Restart x64dbg under Administrator privilege. - + Plugins Wtyczki - + Open https://plugins.x64dbg.com Otwórz https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Moduły - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt O Qt - + Display information about Qt Wyświetl informacje o Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Błąd - + %1 (%2) - + %1 [Elevated] - + Log Dziennik - + Symbols Symbole - + Breakpoints Przerwania - + Memory Map Mapa pamięci - + SEH SEH - + Favourite Toolbox - + Command: Polecenie: - + Ready Gotowy - - - - - - + + + + + + Languages Języki - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Otwórz plik - + Executables (*.exe *.dll);;All files (*.*) Pliki wykonywalne (*.exe *.dll);;Wszystkie pliki (*.*) - + Disassembly - + Dump Zrzuć - + Stack Stos - + Enter expression to run to... - - + + Error! Błąd! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Wszystkie pieniądze będą przeznaczone na rozwój x64dbg. - + You will visit x64dbg's official blog. Odwiedzisz oficjalny blog x64dbg. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Zaraz przejdziesz do strony internetowej, gdzie możesz zgłosić błąd. Upewnij się podałeś w raporcie najwięcej informacji, jak to tylko możliwe. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? To działanie wywoła awarię debugera i wygenreuje zrzut awaryjny. Stracisz WSZYSTKIE NIEZAPISANE DANE. Czy na pewno chcesz kontynuować? - + Have fun debugging the debugger! Miłej zabawy z debugowaniem debuggera! - + Debugger detected! Wykryto debugger! - + Mnemonic help - + Change Command Line Zmień wiersz poleceń - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: Nowy wiersz poleceń: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Podręcznik nie może być otwarty. Proszę sprawdzić, czy x64dbg.chm istnieje i upewnij się, że nie ma innych problemów z systemem. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? Tłumaczenie jest prawie puste. Czy chcesz wciąż użyć tego języka? - + New language setting will take effect upon restart. Noe ustawienia językowe zaczną obowiązywać po ponownym uruchomieniu programu. - + Animate command - + Example: StepInto Przykład: StepInto - + Customize Menus Dostosuj menu - + Settings (*.ini);;All files (*.*) Ustawienia (*.ini);;Wszystkie pliki (*.*) - + Import database Importuj bazę danych - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Eksportuj bazę danych - + Databases (%1);;All files (*.*) Bazy danych (%1);;Wszystkie pliki (*.*) - - + + More Commands Więcej poleceń @@ -15757,12 +15768,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Zamknij @@ -18584,51 +18595,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! Błąd sieci! - + Failed to check for updates - + Error! Błąd! - + File on server could not be parsed... Nie można przeanalizować pliku na serwerze... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Nowa kompilacja %1 dostępna!<br>Do pobrania <a href="%2">tutaj</a><br><br>jesteś teraz na kompilacji %3 - - - + You have a development build (%1) of x64dbg! Posiadasz kompilację deweloperską (%1) x64dbg! - + You have the latest build (%1) of x64dbg! Posiadasz ostatnią kompilację (%1) x64dbg! - + Information Informacja + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_pt_BR.ts b/x64dbg_pt_BR.ts index 37e00c3..22a9614 100644 --- a/x64dbg_pt_BR.ts +++ b/x64dbg_pt_BR.ts @@ -12743,7 +12743,7 @@ Do you want to continue rendering this graph? - + &File &Arquivo @@ -12773,1431 +12773,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Arquivos recentes - + Database - + &View &Exibir - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites Favor&itos - + Traci&ng - + Trace &coverage - + Toolbar Barra de ferramentas - + CommandBar Barra de comandos - + &Open &Abrir - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause &Pausar - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Re&iniciar - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Fechar - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References Referências - + Show the References tab. - + &Threads &Threads - - + + Threads Threads - + Show the Threads tab. - + &Preferences &Preferências - + Preferences Preferências - + Opem the Preferences dialog. - + &Find Strings &Procurar Strings - + Find Strings Procurar Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Aparência - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Caminhos - + Open the patch dialog. - + Comments Comentários - + Show a list of comments. Equivalent command "commentlist" - + Labels Rótulos - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Favoritos - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Funções - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Verificar &Atualizações - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys Teclas de Atalho - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate Doar - + Open https://donate.x64dbg.com - + Calculator Calculadora - + Open the Calculator dialog. - - + + Attach Anexar - + Attach the debugger to a process to debug it. - - + + Detach Desanexar - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction Pular para próxima instrução - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug &Reportar Bug - - + + Report Bug Reportar Bug - + Open https://report.x64dbg.com - + &Source &Fonte - - + + Source Fonte - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes Notas - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code Entrar até alcançar o código descoberto - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Desabilitar - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Ocultar Aba - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Reiniciar como Administrador - + Restart x64dbg under Administrator privilege. - + Plugins Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules Módulos - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Erro - + %1 (%2) - + %1 [Elevated] - + Log Registo - + Symbols Símbolos - + Breakpoints - + Memory Map Mapa de Memória - + SEH SEH - + Favourite Toolbox - + Command: Comando: - + Ready Pronto - - - - - - + + + + + + Languages Idiomas - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running Depurado ainda está em execução - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Abrir arquivo - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly &Desmontagem - + Dump Despejo - + Stack Pilha - + Enter expression to run to... Digite a expressão para rodar com... - - + + Error! Erro! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Todo o dinheiro vai para o desenvolvimento de x64dbg. - + You will visit x64dbg's official blog. Você vai visitar o blog oficial do x64dbg. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Você será levado para um site onde você pode relatar um bug. Certifique-se de preencher o máximo de informação possível. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Esta ação irá bater o depurador e gerar um despejo. Você vai perder todos os seus dados de não salvos. Você quer realmente continuar? - + Have fun debugging the debugger! Divirta-se depurando o depurador! - + Debugger detected! Depurador detectado! - + Mnemonic help - + Change Command Line Alterar Linha de Comando - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: Nova linha de comando: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Manual não pode ser aberto. Por favor, verifique se o x64dbg.chm existe e garantir que não há outros problemas com seu sistema. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command Animar comando - + Example: StepInto Exemplo: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database Importar banco de dados - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15745,12 +15756,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Fechar @@ -18572,51 +18583,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! Erro de rede! - + Failed to check for updates - + Error! Erro! - + File on server could not be parsed... Não foi possível analisar o arquivo no servidor... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information Informação + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_pt_PT.ts b/x64dbg_pt_PT.ts index 5ef0ef6..d831a6f 100644 --- a/x64dbg_pt_PT.ts +++ b/x64dbg_pt_PT.ts @@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph? - + &File @@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Fechar - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Patches - + Open the patch dialog. - + Comments Comentários - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator Calculadora - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump Dump - + Stack Stack - + Enter expression to run to... - - + + Error! Erro! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Erro! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ro_RO.ts b/x64dbg_ro_RO.ts index 38c714c..c24c203 100644 --- a/x64dbg_ro_RO.ts +++ b/x64dbg_ro_RO.ts @@ -12621,7 +12621,7 @@ Do you want to continue rendering this graph? - + &File @@ -12651,1431 +12651,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15623,12 +15634,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18450,51 +18461,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_ru_RU.ts b/x64dbg_ru_RU.ts index 5933067..93bc973 100644 --- a/x64dbg_ru_RU.ts +++ b/x64dbg_ru_RU.ts @@ -12930,7 +12930,7 @@ Do you want to continue rendering this graph? - + &File &Файл @@ -12960,1432 +12960,1443 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Последние файлы - + Database База данных - + &View &Вид - + &Debug &Отладка - + Advanced Расширенный - + &Help &Справка - - - - + + + + &Plugins &Модули - + &Options &Параметры - - + + &Theme &Тема - + Favour&ites &Избранное - + Traci&ng &Трассировка - + Trace &coverage - + Toolbar Панель инструментов - + CommandBar Панель команд - + &Open &Открыть - + Run the file and start debugging. Запустить файл и начать отладку. - + E&xit &Выход - + Exit x64dbg. Выйти из x64dbg. - + &Run &Выполнить - + Run the debuggee or restart debugging. Запустить или перезапустить отладку. - + &Pause &Приостановить - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Пе&резапустить - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close За&крыть - + Terminate the debuggee and stop debugging. - + Step &into Шаг с &заходом - + Execute a single instruction Выполнить одну инструкцию - + Step &over Шаг с &обходом - + Execute a single instruction without entering the CALL instruction - + Co&mmand &Команда - + Focus on the command bar Фокус на панели команд - + E&xecute till return Выполнить до возв&рата - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map Карта &памяти - + Show the Memory Map tab. Показать вкладку карты памяти. - + &Log Window Окно &журнала - + Show the Log tab. Показать вкладку журнала. - + &About &О программе - + Display information about x64dbg Отобразить информацию о x64dbg - + Scylla Scylla - + &Breakpoints Точки &останова - + Show the Breakpoints tab. Показать вкладку точек останова. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) Шаг с обходом (пропустить все исключения) - + Run (pass all exceptions) Выполнить (пропустить все исключения) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Скрипт - - + + Script Сценарий - + Show the Script tab. Показать вкладку сценария. - + Run &until selection Выполнить до &выделенного - + Run until selection Выполнить до выделенного - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info &Информация о символах - + Symbol Info Информация о символах - + Show the Symbols tab. Показать вкладку символов. - + &References &Ссылки - - + + References Ссылки - + Show the References tab. - + &Threads &Потоки - - + + Threads Потоки - + Show the Threads tab. Показать вкладку потоков. - + &Preferences &Параметры - + Preferences Параметры - + Opem the Preferences dialog. Открыть диалог настроек. - + &Find Strings &Поиск строк - + Find Strings Поиск строк - + Find possible strings in the current module. Equivalent command "strref" Найти возможные строки в текущем модуле. Эквивалентная команда "strref" - + &Appearance &Внешний вид - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls Найти межмодульные вызовы - + Find intermodular calls in the current module. Equivalent command "modcallfind" Найти межмодульные вызовы в текущем модуле. Эквивалентная команда "modcallfind" - + Patch file... Исправить файл... - + Patches Исправления - + Open the patch dialog. Открыть диалоговое окно патча. - + Comments Комментарии - + Show a list of comments. Equivalent command "commentlist" - + Labels Метки - + Show a list of labels. Equivalent command "labellist" Показать список меток. Эквивалентная команда "labellist" - + Bookmarks Закладки - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Функции - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Проверка &обновлений - + Connect to Github to check for updates Подключитесь к Github для проверки обновлений - - - + + + Call Stack Стек вызовов - + Show the Call Stack tab. Показать вкладку стека вызовов. - + Hotkeys Горячие клавиши - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Пожертвовать - - + + Donate Пожертвовать - + Open https://donate.x64dbg.com Открыть https://donate.x64dbg.com - + Calculator Калькулятор - + Open the Calculator dialog. Открыть диалог калькулятора. - - + + Attach Присоединиться - + Attach the debugger to a process to debug it. - - + + Detach Отсоединить - + Detach from the debuggee so that it continues running without being debugged. Отсоединиться от отлаживаемого процесса, чтобы он продолжил выполнение без отладки. - + Change Command &Line Изменить аргументы командной &строки - + Set the command line of the debuggee. Установить параметры командной строки отлаживаемого модуля. - - + + Skip next instruction Пропустить следующую инструкцию - + Topmost Поверх всех окон - + Topmost Window Поверх всех окон - + Make x64dbg topmost Сделать x64dbg поверх остальных окон - + &Report Bug &Сообщить об ошибке - - + + Report Bug Сообщить об ошибке - + Open https://report.x64dbg.com Открыть https://report.x64dbg.com - + &Source &Исходный код - - + + Source Исходный код - + Show the Source tab. Показать вкладку исходного файла. - + &Manual &Руководство - + Open the CHM manual or online documentation at https://help.x64dbg.com Откройте справку в формате CHM или онлайн документацию на сайте https://help.x64dbg.com - + &FAQ &Часто задаваемые вопросы - + FAQ Часто задаваемые вопросы - + Open https://faq.x64dbg.com Открыть https://faq.x64dbg.com - + SEH Chain Цепочка SEH - - + + Hide debugger (PEB) Скрыть отладчик (PEB) - + Modifies the PEB to hide debugger. Измените PEB, чтобы скрыть отладчик. - - + + Reload style.css Перезагрузить style.css - + Read style.css from disk to apply theme changes. Прочтите style.css с диска, чтобы применить изменения. - - + + Notes Заметки - + Show the Notes tab. Показать вкладку заметок. - - + + Handles Дескрипторы - + Show the Handles tab. Показать вкладку дескрипторов. - - - + + + Trace over... Трассировка с обходом... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" Выполнять шаг с обходом до тех пор, пока условие не станет истинным, и опционально выполнять и вносить в лог команды во время трассировки. Эквивалентная команда "tocnd" - - - + + + Trace into... Трассировка с заходом... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" Выполнять шаг с заходом до тех пор, пока условие не станет истинным, и опционально выполнять и вносить в лог команды во время трассировки. Эквивалентная команда "tocnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Отключить - + Disable trace coverage - + Run to &user code Выполнить до &пользовательского кода - + Trace over until user code would be executed. - + Run until e&xpression Выполнить до &выражения - + Undo last instruction Вернуть последнюю инструкцию - - + + Generate crash dump Создание дампа сбоя - - + + &Manage Favourite Tools... &Управление избранными инструментами... - + Step over (source) Шаг с обходом (исходный код) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Шаг с заходом (исходный код) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Граф - + Show the CPU tab and switch to Graph mode. Показать вкладку дизассемблера и переключиться в режим графа. - + Step into (swallow exception) Шаг с заходом (проглотить исключение) - + Step over (swallow exception) Шаг с обходом (проглотить исключение) - + Run (swallow exception) Выполнить (проглотить исключение) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. Выполнить отлаживаемую программу, игнорируя все исключения, чтобы программа не могла обработать исключения. - - + + Blog Блог - + Open https://blog.x64dbg.com Открыть https://blog.x64dbg.com - + Animate into Анимация с заходом - + Execute the step into command at a fixed pace - + Animate over Анимация с обходом - + Execute the step over command at a fixed pace - + Animate command... Анимация команды... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Импорт настроек... - + Import settings from an external file Импортировать настройки из внешнего файла - + Customize menus Настройка меню - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Импорт базы данных - + Open an external database file to import data. Открыть внешний файл базы данных для импортирования данных. - + &Export database &Экспорт базы данных - + Previous Tab Предыдущая вкладка - + Show the tab on the left. - + Next Tab Следующая вкладка - + Show the tab on the right. - + Previous View Предыдущий вид - + Show the tab history popup window and select more recently used tab. - + Next View Следующий вид - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Скрыть вкладку - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables Переменные - + Show a list of x64dbg variables. Equivalent command "varlist" Показать список переменных x64dbg. Эквивалентная команда "varlist". - + Restart as Admin Перезапустить с правами администратора - + Restart x64dbg under Administrator privilege. Перезапустить x64dbg с правами Администратора. - + Plugins Плагины - + Open https://plugins.x64dbg.com Открыть https://plugins.x64dbg.com - - + + Trace Трассировка - + Show the Trace tab. Показать вкладку трассировки. - + Modules Модули - + Show the Symbols tab. Note that the Modules list is in the symbols tab. Показать вкладку символов. Заметьте, что на этой вкладке находится список модулей. - + &Default &По умолчанию - + &Save database &Сохранить базу данных - + Save all data. The database will be automatically saved when debugging is stopped. Сохранить все данные. База данных будет сохранена автоматически после прекращения отладки. - + Re&load database - + Discard all modifications and read all data from disk. Отменить все модификации и прочитать все данные с диска. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database &Очистить базу данных - + Clear all data. Очистить все данные. - + About Qt О Qt - + Display information about Qt Отобразить информацию о Qt - + Mnemonic Help Справка по мнемоникам инструкций - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". Отобразить детальную информацию о мнемонике ассемблерной инструкции в лог. Эквивалентная команда "mnemonichelp название". + + + Release Notes + + - - - + + + + Error Ошибка - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [Elevated] - + Log Журнал - + Symbols Отладочные символы - + Breakpoints Точки останова - + Memory Map Карта памяти - + SEH SEH - + Favourite Toolbox - + Command: Команда: - + Ready Готов - - - - - - + + + + + + Languages Языки - + Dark Тёмная - + Always stop the debuggee and exit Всегда останавливать отладку и выходить - + The debuggee is still running and will be terminated if you exit. What do you want to do? Отлаживаемая программа все еще выполняется и ее выполнение будет прекращено, если Вы выйдете. Что Вы хотите сделать? - + Debuggee is still running Отладка ещё выполняется - + &Exit &Выход - + Stop the debuggee and exit x64dbg. - + &Detach and exit &Отсоединиться и выйти - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging &Продолжить отладку - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. Нельзя начинать трассировку во время выполнения программы, для начала остановите выполнение. - - + + Open file Открыть файл - + Executables (*.exe *.dll);;All files (*.*) Исполняемые (*.exe *.dll);;Все файлы (*.*) - + Disassembly Дизассемблированный код - + Dump Дамп - + Stack Стек - + Enter expression to run to... Введите выражение для запуска до... - - + + Error! Ошибка! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Все суммы будут направлены на разработку x64dbg. - + You will visit x64dbg's official blog. Вы посетите официальный блог x64dbg. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Вы перейдете на сайт, где вы можете сообщить об ошибке. Убедитесь, что вы указали как можно больше информации. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Это действие приведет к аварийному завершению отладчика и созданию дампа. Вы ПОТЕРЯЕТЕ ВСЕ ВАШИ НЕ СОХРАНЕННЫЕ ДАННЫЕ. Вы действительно хотите продолжить? - + Have fun debugging the debugger! Получай удовольствие, отлаживая отладчик! - + Debugger detected! Обнаружен отладчик! - + Mnemonic help - + Change Command Line Изменение аргументов командной строки - + Cannot get remote command line, use the 'getcmdline' command for more information. Не удается получить параметры удаленной командной строки, используйте команду 'getcmdline' для получения дополнительной информации. - + Could not set command line! Не удалось установить параметры командной строки! - + New command line: Новая командная строка: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Руководство не может быть открыто. Пожалуйста, проверьте, существует ли файл x64dbg.chm и убедитесь, что нет никаких проблем с вашей системой. - + Do you want to open online manual at https://help.x64dbg.com ? Хотите ли Вы открыть онлайн руководство по адресу https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? Перевод почти пуст. Вы все еще хотите использовать этот язык? - + New language setting will take effect upon restart. Новые настройки языка применятся при следующем запуске приложения. - + Animate command Анимация команды - + Example: StepInto Пример: StepInto - + Customize Menus Настройка меню - + Settings (*.ini);;All files (*.*) Файлы настроек (*.ini);;Все файлы (*.*) - + Import database Импорт базы данных - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Экспорт базы данных - + Databases (%1);;All files (*.*) Базы данных (%1);;Все файлы (*.*) - - + + More Commands Больше команд @@ -15968,12 +15979,12 @@ TEB может использоваться для получения инфор ReleaseNotesDialog - + Release Notes - + Close Закрыть @@ -18798,52 +18809,52 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... Проверка обновлений... - + Network Error! Ошибка сети! - + Failed to check for updates - + Error! Ошибка! - + File on server could not be parsed... Файл на сервере не может быть проанализирован... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Доступна новая сборка %1!<br>Скачать <a href="%2">отсюда</a><br><br>Сейчас у вас сборка %3 - - - + You have a development build (%1) of x64dbg! У вас сборка (%1) x64dbg! - + You have the latest build (%1) of x64dbg! У вас последняя сборка (%1) x64dbg! - + Information Информация + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_si_LK.ts b/x64dbg_si_LK.ts index d4f64c5..13719b7 100644 --- a/x64dbg_si_LK.ts +++ b/x64dbg_si_LK.ts @@ -12960,7 +12960,7 @@ Do you want to continue rendering this graph? - + &File &ගොනුව @@ -12990,1433 +12990,1444 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &මෑත ගොනු - + Database දත්ත ගබඩාව - + &View &දැක්ම - + &Debug &නිදොස්කරණය - + Advanced උසස් - + &Help &උදව් - - - - + + + + &Plugins &ප්ලගින - + &Options &විකල්ප - - + + &Theme & තේමාව - + Favour&ites ප්රියතම සහ ITS - + Traci&ng ට්රැක් සහ එන්ජී - + Trace &coverage ආවරණය &ක් අනුගමනය කරන්න - + Toolbar මෙවලම් තීරුව - + CommandBar කමාන්ඩ් බාර් - + &Open &විවෘත - + Run the file and start debugging. ගොනුව ධාවනය කර නිදොස්කරණය ආරම්භ කරන්න. - + E&xit ඊ සහ XIT - + Exit x64dbg. පිටවීමේ x64dbg. - + &Run &දුවන්න - + Run the debuggee or restart debugging. නිදොස්කරණය ධාවනය කරන්න හෝ නිදොස්කරණය නැවත ආරම්භ කරන්න. - + &Pause & විරාමය - + Pause the execution of debuggee to debug it, or stop animate into/animate over. එය නිදොස් කිරීම සඳහා debuggee ක්රියාත්මක කිරීම විරාමයක් කරන්න, නැතහොත් සජීවිකරණ නොවන/සජීවිකරණය නතර කරන්න. - + Re&start නැවත සහ අරඹන්න - + Stop the debuggee and restart it, or restart the last debugged file. නිදොස් කිරීම නතර කර එය නැවත ආරම්භ කරන්න, නැතහොත් අවසාන නිදොස්කළ ගොනුව නැවත ආරම්භ කරන්න. - + &Close &වසන්න - + Terminate the debuggee and stop debugging. නිදොස්කරණය අවසන් කර නිදොස්කරණය නතර කරන්න. - + Step &into පියවර සහ ඇතුල් - + Execute a single instruction තනි උපදෙස් ක්රියාත්මක කරන්න - + Step &over පියවර සහ කට - + Execute a single instruction without entering the CALL instruction CALLE උපදෙස් ඇතුළත් නොකර තනි උපදෙස් ක්රියාත්මක කරන්න - + Co&mmand CO&mand - + Focus on the command bar විධාන තීරුව මත අවධානය යොමු කරන්න - + E&xecute till return නැවත දක්වා ඊ සහ සෙකියුට් - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. මෙම RET උපදෙස් ක්රියාත්මක කිරීමට හා ගොඩගසන්න පහිටුම් දක්වනය වත්මන් අගය වඩා අඩු හෝ සමාන වන තෙක් පුරා හෝඩුවාවක්. - + &Memory Map & මතක සිතියම - + Show the Memory Map tab. මතක සිතියම් පටිත්ත පෙන්වන්න. - + &Log Window සහ ලොග් කවුළුව - + Show the Log tab. ලොග් ටැබය පෙන්වන්න. - + &About &ගැන - + Display information about x64dbg x64dbg පිළිබඳ තොරතුරු ප්රදර්ශනය කරන්න - + Scylla ස්කයිලා - + &Breakpoints &බ්රේක්පොයින්ට් - + Show the Breakpoints tab. බ්රේක්පොයින්ට්ස් ටැබය පෙන්වන්න. - + Step into (pass all exceptions) ඇතුල් වන්න (සියලුම ව්‍යතිරේක සමත් වන්න) - + Execute a single instruction, pass exceptions to the debuggee. තනි උපදෙස් ක්රියාත්මක කරන්න, නිදොස් කිරීමට ව්යතිරේක සම්මත කරන්න. - + Step over (pass all exceptions) පියවර තබන්න (සියලුම ව්‍යතිරේක පසු කරන්න) - + Run (pass all exceptions) ධාවනය කරන්න (සියලුම ව්‍යතිරේක සමත් වන්න) - + Run the debuggee and pass all exceptions to the debuggee without pausing. විරාමයකින් තොරව නිදොග්ජි වෙත සියලු ව්යතිරේක ධාවනය කරන්න. - + Execute till return (pass all exceptions) නැවත පැමිණෙන තෙක් ක්‍රියාත්මක කරන්න (සියලුම ව්‍යතිරේක සමත් වන්න) - + &Script &තිර රචනය - - + + Script තිර රචනය - + Show the Script tab. ස්ක්රිප්ට් ටැබය පෙන්වන්න. - + Run &until selection ධාවනය සහ තෝරා ගන්නා තෙක් - + Run until selection තේරීම තෙක් ධාවනය කරන්න - + Put a breakpoint on selection and run the debuggee. තේරීම මත බිඳවැටීමක් තබා debuggee ධාවනය කරන්න. - + &CPU CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. මෙම disassembly ප්රදර්ශනය කිරීමට CPU ටැබ් පෙන්වන්න. - + Symbol &Info සංකේතය & තොරතුරු - + Symbol Info සංකේතය තොරතුරු - + Show the Symbols tab. සංකේත ටැබය පෙන්වන්න. - + &References &යොමු - - + + References යොමු කිරීම් - + Show the References tab. යොමු පටිත්ත පෙන්වන්න. - + &Threads &නූල් - - + + Threads නූල් - + Show the Threads tab. නූල් ටැබය පෙන්වන්න. - + &Preferences &මනාපයන් - + Preferences මනාප - + Opem the Preferences dialog. ඔපෙම් මනාපයන් සංවාදය. - + &Find Strings සහ නූල් සොයන්න - + Find Strings නූල් සොයන්න - + Find possible strings in the current module. Equivalent command "strref" වත්මන් මොඩියුලය තුළ ඇති නූල් සොයා ගන්න. සමාන විධානය “ස්ට්රීෆ්” - + &Appearance සහ පෙනුම - + Open the Appearance dialog to adjust color and font settings. වර්ණ සහ අකුරු සැකසුම් වෙනස් කිරීම සඳහා පෙනුම සංවාදය විවෘත කරන්න. - - + + Find Intermodular Calls අන්තර් මොඩියුලර් ඇමතුම් සොයන්න - + Find intermodular calls in the current module. Equivalent command "modcallfind" වත්මන් මොඩියුලය තුළ අන්තර් මොඩියුලර් ඇමතුම් සොයා ගන්න. සමාන විධානය “මොඩකල්ෆින්ඩ්” - + Patch file... පැච් ගොනුව... - + Patches පැච් - + Open the patch dialog. පැච් සංවාදය විවෘත කරන්න. - + Comments අදහස් - + Show a list of comments. Equivalent command "commentlist" අදහස් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “විචාරක ලැයිස්තුව” - + Labels ලේබල - + Show a list of labels. Equivalent command "labellist" ලේබල් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “labellist” - + Bookmarks පිටු සලකුණු - + Show a list of bookmarks. Equivalent command "bookmarklist" පිටු සලකුණු ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “පොත් සලකුණු ලැයිස්තුව” - + Functions කාර්යයන් - + Show a list of functions. Equivalent command "functionlist" කාර්යයන් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “කාර්යලැයිස්තුව” - + Check for &Updates සහ යාවත්කාලීන කිරීම් සඳහා පරීක්ෂා කරන්න - + Connect to Github to check for updates යාවත්කාලීන කිරීම් සඳහා පරීක්ෂා කිරීමට Github වෙත සම්බන්ධ වන්න - - - + + + Call Stack ඇමතුම් Stack - + Show the Call Stack tab. ඇමතුම් ස්ටැක් ටැබය පෙන්වන්න. - + Hotkeys හොට්කීස් - + Open the Hotkeys dialog to customize keyboard hotkeys. යතුරුපුවරු හොට්කී අභිරුචිකරණය කිරීමට හොට්කීස් සංවාදය විවෘත කරන්න. - + &Donate &පරිත්යාග - - + + Donate පරිත්යාග කරන්න - + Open https://donate.x64dbg.com විවෘත කරන්න https://donate.x64dbg.com - + Calculator කැල්ක්යුලේටරය - + Open the Calculator dialog. කැල්කියුලේටරය සංවාදය විවෘත කරන්න. - - + + Attach අමුණා - + Attach the debugger to a process to debug it. එය නිදොස් කිරීම සඳහා ක්රියාවලියකට නිදොස්කරණය අමුණන්න. - - + + Detach වෙන්කරන්න - + Detach from the debuggee so that it continues running without being debugged. නිදොස් නොවී එය දිගටම ධාවනය වන පරිදි නිදොස්ගෙන් වෙන්වන්න. - + Change Command &Line විධානය සහ රේඛාව වෙනස් කරන්න - + Set the command line of the debuggee. නිදොස් කිරීමේ විධාන රේඛාව සකසන්න. - - + + Skip next instruction ඊළඟ උපදෙස් මඟ හරින්න - + Topmost ඉහළම - + Topmost Window ඉහළම කවුළුව - + Make x64dbg topmost x64dbg ඉහළම කරන්න - + &Report Bug & වාර්තාව බග් - - + + Report Bug වාර්තාව බග් - + Open https://report.x64dbg.com විවෘත කරන්න https://report.x64dbg.com - + &Source &මූලාශ්රය - - + + Source මූලාශ්රය - + Show the Source tab. මූලාශ්ර ටැබය පෙන්වන්න. - + &Manual & අත්පොත - + Open the CHM manual or online documentation at https://help.x64dbg.com CHM අත්පොත හෝ මාර්ගගත ලියකියවිලි විවෘත කරන්න https://help.x64dbg.com - + &FAQ & නිතර අසනු - + FAQ නිතර අසනු - + Open https://faq.x64dbg.com විවෘත කරන්න https://faq.x64dbg.com - + SEH Chain SEH දාම - - + + Hide debugger (PEB) නිදොස්කාරයා සඟවන්න (PEB) - + Modifies the PEB to hide debugger. නිදොස්කරණය සැඟවීමට PEB වෙනස් කරයි. - - + + Reload style.css style.css රීලෝඩ් - + Read style.css from disk to apply theme changes. තේමා වෙනස්කම් යෙදීම සඳහා තැටියෙන් style.css කියවන්න. - - + + Notes සටහන් - + Show the Notes tab. සටහන් පටිත්ත පෙන්වන්න. - - + + Handles හැන්ඩ්ල් - + Show the Handles tab. හැන්ඩ්ල් ටැබය පෙන්වන්න. - - - + + + Trace over... කට හෝඩුවාවක්... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" කොන්දේසියක් සත්ය වන තෙක් පියවර ගන්න, සහ විකල්ප වශයෙන් ලුහුබැඳීමේදී විධාන ලොග් කර ක්රියාත්මක කරන්න. සමාන විධානය “tocnd” - - - + + + Trace into... බවට හෝඩුවාවක්... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" කොන්දේසියක් සත්යයක් බවට පත්වන තෙක් පියවර ගන්න, සහ ලුහුබැඳීමේදී විකල්පයක් ලෙස විධාන ලොග් කර ක්රියාත්මක කරන්න. සමාන විධානය “ticnd” - + Bit බිට් - + Enable trace coverage with 1 bit (whether an instruction was executed or not) 1 බිට් එකකින් හෝඩුවාවන් ආවරණය සක්‍රීය කරන්න (උපදෙසක් ක්‍රියාත්මක කළත් නැතත්) - + Byte බයිට් - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. උපදෙස් කී වතාවක් ක්‍රියාත්මක කර ඇත්දැයි වාර්තා කිරීමට 1 බයිටයක් සහිත හෝඩුවාවන් ආවරණය සක්‍රීය කරන්න. - + Word වචනය - + Enable trace coverage with 1 word to record how many times an instruction has been executed. උපදෙස් කී වතාවක් ක්‍රියාත්මක කර ඇත්දැයි වාර්තා කිරීමට 1 වචනයකින් හෝඩුවාවන් ආවරණය සක්‍රීය කරන්න. - + Step into until reaching uncovered code අනාවරණ කේතයට ළඟා වන තුරු ඇතුල් වන්න - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" කලින් ආවරණය නොකළ උපදෙසක් ලබා ගන්නා තෙක් ඇතුල් වන්න. සමාන විධානය "tibt" - + Step over until reaching uncovered code අනාවරණ කේතයට ළඟා වන තුරු ඉදිරියට යන්න - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" කලින් ආවරණය නොකළ උපදෙස් වෙත ළඟා වන තෙක් පියවර තබන්න. "tobt" යන සමාන විධානය - + Step into until reaching covered code ආවරණය කරන ලද කේතයට ළඟා වන තුරු ඇතුල් වන්න - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" කලින් ආවරණය කර ඇති උපදෙසකට ළඟා වන තෙක් ඇතුල් වන්න. සමාන විධානය "tiit" - + Step over until reaching covered code ආවරණය කරන ලද කේතයට ළඟා වන තුරු ඉදිරියට යන්න - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" කලින් ආවරණය කර ඇති උපදෙස් වෙත ළඟා වන තෙක් ඉදිරියට යන්න. සමාන විධානය "toit" - + Disable අක්රීය කරන්න - + Disable trace coverage හෝඩුවාවන් ආවරණය අබල කරන්න - + Run to &user code සහ පරිශීලක කේතය වෙත ධාවනය - + Trace over until user code would be executed. පරිශීලක කේතය ක්රියාත්මක කරන තෙක් හෝඩුවාවක්. - + Run until e&xpression ඊ සහ xpression තෙක් ධාවනය - + Undo last instruction අවසන් උපදෙස් අහෝසි කරන්න - - + + Generate crash dump කඩා වැටීමෙන් හැලීම් ජනනය - - + + &Manage Favourite Tools... & ප්රියතම මෙවලම් කළමනාකරණය... - + Step over (source) පියවර (මූලාශ්රය) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" subroutine ඇතුලත් නොකර ප්රභව කේතයේ තනි පේළියක් ක්රියාත්මක කරන්න. සමාන “TraceOverකොන්දේසි src.line (cip) &&! src.disp (cip)” - + Step into (source) (මූලාශ්රය) වෙත පියවර - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" තනි ප්රභව කේත රේඛාවක් ක්රියාත්මක කරන්න. සමාන “Traceintoකොන්දේසි src.line (cip) &&! src.disp (cip)” - + &Graph &ප්රස්තාරය - + Show the CPU tab and switch to Graph mode. CPU ටැබ් එක පෙන්වන්න සහ ප්රස්තාරය ප්රකාරය වෙත මාරු කරන්න. - + Step into (swallow exception) වෙත පියවර (ගිල ව්යතිරේකය) - + Step over (swallow exception) පියවර (ගිල ව්යතිරේකය) - + Run (swallow exception) ධාවනය (ගිල ව්යතිරේකය) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. නිදොස්කරණය ධාවනය කර සියලු ව්යතිරේක නොසලකා හැරීම නිසා නිදොස්කරණය ව්යතිරේකය සකසන්නේ නැත. - - + + Blog බ්ලොග් - + Open https://blog.x64dbg.com විවෘත කරන්න https://blog.x64dbg.com - + Animate into සජීවීකරණය කරන්න - + Execute the step into command at a fixed pace ස්ථාවර වේගයකින් විධානයට පියවර ක්රියාත්මක කරන්න - + Animate over පුරා සජීවිකරණය කරන්න - + Execute the step over command at a fixed pace ස්ථාවර වේගයකින් විධානය මත පියවර ක්රියාත්මක කරන්න - + Animate command... සජීවිකරණ විධානය... - + Execute a command at a fixed pace ස්ථාවර වේගයකින් විධානයක් ක්රියාත්මක කරන්න - + System breakpoint scripts පද්ධතිය බ්රේක්පොයින්ට් ස්ක්රිප්ට් - + Set the script file to run automatically when the system breakpoint is reached. පද්ධති බිඳවැටීම් ළඟා වූ විට ස්වයංක්රීයව ක්රියාත්මක කිරීමට තිර රචනය ගොනුව සකසන්න. - + Import settings... සැකසුම් ආයාත කරන්න... - + Import settings from an external file බාහිර ගොනුවකින් සැකසුම් ආයාත කරන්න - + Customize menus මෙනු රිසිකරණය - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. “වැඩි විධානයන්” උප මෙනුව තුළට කලාතුරකින් භාවිතා වන මෙනු අයිතම සැඟවීමට Customize මෙනු සංවාදය විවෘත කරන්න. - + &Import database & ආනයන දත්ත සමුදාය - + Open an external database file to import data. දත්ත ආනයනය කිරීම සඳහා බාහිර දත්ත සමුදා ගොනුවක් විවෘත කරන්න. - + &Export database සහ අපනයන දත්ත සමුදාය - + Previous Tab පසුගිය ටැබ් - + Show the tab on the left. වම්පස ඇති ටැබය පෙන්වන්න. - + Next Tab ඊළඟ ටැබ් - + Show the tab on the right. දකුණු පස ඇති ටැබය පෙන්වන්න. - + Previous View පෙර දැක්ම - + Show the tab history popup window and select more recently used tab. ටැබ් ඉතිහාසය උත්පතන කවුළුව පෙන්වන්න සහ වඩාත් මෑතකදී භාවිතා ටැබය තෝරන්න. - + Next View ඊළඟ දැක්ම - + Show the tab history popup window and select previously viewed tab. ටැබ් ඉතිහාසය උත්පතන කවුළුව පෙන්වන්න කලින් බැලූ ටැබය තෝරන්න. - + Hide Tab ටැබ් සඟවන්න - + Hide the current tab. The hidden tab can be reopened from the View menu. වත්මන් ටැබය සඟවන්න. සැඟවුණු ටැබය දර්ශන මෙනුවෙන් නැවත විවෘත කළ හැකිය. - + &Variables &විචල්යයන් - + Show a list of x64dbg variables. Equivalent command "varlist" x64dbg විචල්යයන් ලැයිස්තුවක් පෙන්වන්න. සමාන විධානය “වාර්ලිස්ට්” - + Restart as Admin පරිපාලක ලෙස නැවත ආරම්භ - + Restart x64dbg under Administrator privilege. පරිපාලක වරප්රසාදය යටතේ x64dbg නැවත ආරම්භ කරන්න. - + Plugins ප්ලගින - + Open https://plugins.x64dbg.com විවෘත කරන්න https://plugins.x64dbg.com - - + + Trace හෝඩුවාවක් - + Show the Trace tab. හෝඩුවාවක් ටැබ් පෙන්වන්න. - + Modules මොඩියුල - + Show the Symbols tab. Note that the Modules list is in the symbols tab. සංකේත ටැබය පෙන්වන්න. මොඩියුල ලැයිස්තුව සංකේත පටිත්තෙහි ඇති බව සලකන්න. - + &Default & පෙරනිමි - + &Save database & සුරකින්න දත්ත සමුදාය - + Save all data. The database will be automatically saved when debugging is stopped. සියලු දත්ත සුරකින්න. නිදොස්කරණය නතර කරන විට දත්ත සමුදාය ස්වයංක්රීයව සුරැකෙනු ඇත. - + Re&load database රී&බර දත්ත සමුදාය - + Discard all modifications and read all data from disk. සියලු වෙනස් කිරීම් ඉවතලන්න සහ තැටියේ සිට සියලු දත්ත කියවන්න. - + &Restore backup database & උපස්ථ දත්ත ගබඩාව පිළිනැගුම - + Read data from the backup database to recover from database corruption. දත්ත සමුදාය දූෂණ සිට සොයා ගැනීමට උපස්ථ දත්ත සමුදාය සිට දත්ත කියවන්න. - + &Clear database & පැහැදිලි දත්ත සමුදාය - + Clear all data. සියලු දත්ත පැහැදිලි කරන්න. - + About Qt Qt ගැන - + Display information about Qt Qt පිළිබඳ තොරතුරු ප්රදර්ශනය කරන්න - + Mnemonic Help සිහිවටන උදව් - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". එකලස් කිරීමේ මතක සටහන් පිළිබඳ සවිස්තරාත්මක උදව් තොරතුරු ලොගයට ප්‍රතිදානය කරන්න. සමාන විධානය "mnemonichelp name". + + + Release Notes + + - - - + + + + Error දෝෂය - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [උසස්] - + Log ලොග් - + Symbols සංකේත - + Breakpoints බිඳවැටීම් - + Memory Map මතක සිතියම - + SEH සෙහ් - + Favourite Toolbox ප්රියතම මෙවලම් පෙට්ටිය - + Command: විධානය: - + Ready සූදානම් - - - - - - + + + + + + Languages භාෂා - + Dark අඳුරු - + Always stop the debuggee and exit සැමවිටම නිදොස්කරණය නවතා පිටවන්න - + The debuggee is still running and will be terminated if you exit. What do you want to do? නිදොස්කරණය තවමත් ක්‍රියාත්මක වන අතර ඔබ පිටව ගියහොත් එය අවසන් වනු ඇත. ඔබට කුමක් කිරීමට අවශ්‍යද? - + Debuggee is still running නිදොස් කිරීම තවමත් ක්රියාත්මක වේ - + &Exit &පිටවීමේ - + Stop the debuggee and exit x64dbg. නිදොස්කරණය නවතා x64dbg යෙන් ඉවත් වන්න. - + &Detach and exit &වෙන් කර පිටවන්න - + Detach from the debuggee (leaving it running) and exit x64dbg. නිදොස්කරණයෙන් වෙන් වී (එය ක්‍රියාත්මක වන තුරු) x64dbg න් පිටවන්න. - + &Restart debugging & නිදොස්කරණය නැවත ආරම්භ කරන්න - + Restart the debuggee and keep x64dbg open. නිදොස්කරණය නැවත ආරම්භ කර x64dbg විවෘතව තබන්න. - + &Continue debugging &නිදොස්කරණය දිගටම කරගෙන යන්න - + Close this dialog and continue where you left off. මෙම සංවාදය වසා දමා ඔබ නතර කළ තැනින් ඉදිරියට යන්න. - - + + Unsupported system සහාය නොදක්වන පද්ධතිය - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. ඔබ x64dbg ධාවනය කරන්නේ ARM64 අනුකරණ මාදිලියෙනි. <b>මෙම පද්ධතිය x64dbg මගින් සහාය නොදක්වන අතර අනපේක්ෂිත හැසිරීම් ඇති කරයි.</b> මෙම පරිසරය තුළ අනිෂ්ට මෘදුකාංග විශ්ලේෂණය කිරීම භයානක වන අතර ඔබ සත්‍ය Intel/AMD CPU එකකට මාරු විය යුතුය.<br><br>වැඩි විස්තර සඳහා, <a href="%1">නිතර අසන ප්‍රශ්න</a>බලන්න. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. ඔබ සහය නොදක්වන මෙහෙයුම් පද්ධති අනුවාදයක x64dbg ධාවනය කරයි. <b>අනාගත යාවත්කාලීන කිරීම් මෙම පද්ධතියේ ක්‍රියාත්මක වීම සම්පූර්ණයෙන්ම නවත්වනු ඇත.</b><br><br>වැඩිදුර තොරතුරු සඳහා, නිල <a href="%1">නිවේදනය</a>බලන්න. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. ක්‍රියාත්මක වන විට හෝඩුවාවක් ආරම්භ කළ නොහැක, පළමුව ක්‍රියාත්මක කිරීම විරාම කරන්න. - - + + Open file ගොනුව විවෘත කරන්න - + Executables (*.exe *.dll);;All files (*.*) ක්රියාත්මක කිරීම් (*.exe *.dll); සියලුම ගොනු (*.*) - + Disassembly විසුරුවීම - + Dump ඩම්ප් - + Stack ගොඩගසන්න - + Enter expression to run to... වෙත ධාවනය කිරීමට ප්රකාශනය ඇතුල් කරන්න... - - + + Error! දෝෂය! - + Patches can only be shown while debugging... පැච් පෙන්විය හැක්කේ නිදොස්කරණය අතරතුර පමණි... - + All the money will go to x64dbg development. සියලු මුදල් x64dbg සංවර්ධනයට යනු ඇත. - + You will visit x64dbg's official blog. ඔබ x64dbg හි නිල බ්ලොග් අඩවියට පිවිසෙනු ඇත. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. ඔබට දෝෂයක් වාර්තා කළ හැකි වෙබ් අඩවියකට ඔබව ගෙන යනු ඇත. හැකි තරම් තොරතුරු පිරවීමට වග බලා ගන්න. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? මෙම ක්රියාව නිදොස්කරණය බිඳ වැටෙන අතර කඩා වැටීමක් ජනනය කරනු ඇත. ඔබගේ සියලු නොගැලවූ දත්ත ඔබට අහිමි වනු ඇත. ඔබට ඇත්තටම දිගටම කරගෙන යාමට අවශ්යද? - + Have fun debugging the debugger! නිදොස්කාරයා නිදොස්කිරීම විනෝද වන්න! - + Debugger detected! නිදොස්කාරයා අනාවරණය! - + Mnemonic help සිහිවටන උදව් - + Change Command Line විධාන රේඛාව වෙනස් කරන්න - + Cannot get remote command line, use the 'getcmdline' command for more information. දුරස්ථ විධාන රේඛාව ලබා ගත නොහැක, වැඩි විස්තර සඳහා 'getcmdline' විධානය භාවිතා කරන්න. - + Could not set command line! විධාන රේඛාව සැකසිය නොහැක! - + New command line: නව විධාන රේඛාව: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. අත්පොත විවෘත කළ නොහැක. කරුණාකර x64dbg.chm පවතී නම් පරීක්ෂා කර ඔබේ පද්ධතිය සමඟ වෙනත් ගැටළු නොමැති බව සහතික කරන්න. - + Do you want to open online manual at https://help.x64dbg.com ? ඔබට https://help.x64dbg.com හි මාර්ගගත අත්පොත විවෘත කිරීමට අවශ්‍යද? - + Open the Favourites dialog to manage the favourites menu ප්රියතම මෙනුව කළමනාකරණය කිරීම සඳහා ප්රියතම සංවාද විවෘත කරන්න - + Starting tool %1 මෙවලම ආරම්භ කිරීම %1 - + The translation is nearly empty. Do you still want to use this language? පරිවර්තනය කට ආසන්න හිස් ය. ඔබට තවමත් මෙම භාෂාව භාවිතා කිරීමට අවශ්යද? - + New language setting will take effect upon restart. නව භාෂා සැකසුම නැවත ආරම්භ මත ක්රියාත්මක වනු ඇත. - + Animate command සජීවිකරණ විධානය - + Example: StepInto උදාහරණය: පියවර - + Customize Menus මෙනු රිසිකරණය - + Settings (*.ini);;All files (*.*) සැකසුම් (*.ini); සියලුම ගොනු (*.*) - + Import database ආනයන දත්ත සමුදාය - + Databases (%1);;Database backup (%1.bak);;All files (*.*) දත්ත සමුදායන් (%1);; දත්ත සමුදා උපස්ථය (%1.bak);; සියලුම ගොනු (*.*) - + Export database අපනයන දත්ත සමුදාය - + Databases (%1);;All files (*.*) දත්ත සමුදායන් (%1); සියලුම ගොනු (*.*) - - + + More Commands තවත් විධාන @@ -15984,12 +15995,12 @@ Win32 API ඇමතීමෙන් තොරව ක්රියාවලිය ReleaseNotesDialog - + Release Notes - + Close වසන්න @@ -18815,52 +18826,52 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... යාවත්කාලීන කිරීම් සඳහා පරීක්ෂා කිරීම... - + Network Error! ජාල දෝෂය! - + Failed to check for updates - + Error! දෝෂය! - + File on server could not be parsed... සේවාදායකයේ ගොනුව විග්රහ කළ නොහැක... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - නව ගොඩනගනු %1 ලබා ගත හැකිය!<br>බාගත <a href="%2">මෙතැනින්</a><br><br>ඔබ දැන් ගොඩනගනු ඇත %3 - - - + You have a development build (%1) of x64dbg! ඔබට x64dbg හි සංවර්ධන ගොඩනැගීමක් (%1) ඇත! - + You have the latest build (%1) of x64dbg! ඔබට x64dbg හි නවතම ගොඩනැගීම (%1) ඇත! - + Information තොරතුරු + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_sr_SP.ts b/x64dbg_sr_SP.ts index 85f55ba..ba56088 100644 --- a/x64dbg_sr_SP.ts +++ b/x64dbg_sr_SP.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_sv_SE.ts b/x64dbg_sv_SE.ts index c08573b..5c2871b 100644 --- a/x64dbg_sv_SE.ts +++ b/x64dbg_sv_SE.ts @@ -12620,7 +12620,7 @@ Do you want to continue rendering this graph? - + &File @@ -12650,1431 +12650,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15622,12 +15633,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18449,51 +18460,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_th_TH.ts b/x64dbg_th_TH.ts index b562713..6643406 100644 --- a/x64dbg_th_TH.ts +++ b/x64dbg_th_TH.ts @@ -12622,7 +12622,7 @@ Do you want to continue rendering this graph? - + &File @@ -12652,1431 +12652,1442 @@ Do you want to continue rendering this graph? - + &Recent Files - + Database - + &View - + &Debug - + Advanced - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open - + Run the file and start debugging. - + E&xit - + Exit x64dbg. - + &Run - + Run the debuggee or restart debugging. - + &Pause - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close - + Terminate the debuggee and stop debugging. - + Step &into - + Execute a single instruction - + Step &over - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About - + Display information about x64dbg - + Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches - + Open the patch dialog. - + Comments - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate - + Open https://donate.x64dbg.com - + Calculator - + Open the Calculator dialog. - - + + Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css - + Read style.css from disk to apply theme changes. - - + + Notes - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly - + Dump - + Stack - + Enter expression to run to... - - + + Error! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15624,12 +15635,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close @@ -18451,51 +18462,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_tr_TR.ts b/x64dbg_tr_TR.ts index 70b90b5..ad678a3 100644 --- a/x64dbg_tr_TR.ts +++ b/x64dbg_tr_TR.ts @@ -12902,7 +12902,7 @@ Bu grafiği oluşturmaya devam etmek istiyormusunuz? - + &File &Dosya @@ -12932,1432 +12932,1443 @@ Bu grafiği oluşturmaya devam etmek istiyormusunuz? x64dbg - + &Recent Files &Son Dosyalar - + Database - + &View &Görünüm - + &Debug &Debug - + Advanced Gelişmiş - + &Help &Yardım - - - - + + + + &Plugins &Eklentiler - + &Options &Seçenekler - - + + &Theme &Tema - + Favour&ites &Sık Kullanılanlar - + Traci&ng - + Trace &coverage - + Toolbar Araç Çubuğu - + CommandBar Komut Çubuğu - + &Open &Aç - + Run the file and start debugging. - + E&xit Çı&kış - + Exit x64dbg. - + &Run &Çalıştır - + Run the debuggee or restart debugging. - + &Pause &Duraklat - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start Yeniden &Başlat - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Kapat - + Terminate the debuggee and stop debugging. - + Step &into Prosedürün &içine gir - + Execute a single instruction - + Step &over Prosedürün içine &girmeden devam et - + Execute a single instruction without entering the CALL instruction - + Co&mmand &Komut - + Focus on the command bar - + E&xecute till return İlk &return komutuna kadar çalıştır - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map &Hafıza - + Show the Memory Map tab. - + &Log Window &Günlük - + Show the Log tab. - + &About &Hakkında - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints &Kesme Noktaları - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script &Komut Dosyası - - + + Script Komut Dosyası - + Show the Script tab. - + Run &until selection &Seçime kadar çalıştır - + Run until selection Seçime kadar çalıştır - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info Sembol &Bilgisi - + Symbol Info Sembol Bilgisi - + Show the Symbols tab. - + &References &Referanslar - - + + References Referanslar - + Show the References tab. - + &Threads &İş Parçacıkları - - + + Threads İş Parçacıkları - + Show the Threads tab. - + &Preferences &Tercihler - + Preferences Tercihler - + Opem the Preferences dialog. - + &Find Strings &Stringleri Bul - + Find Strings Stringleri Bul - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance &Görünüm - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls İntermoduler Çağrıları Bul - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... Dosya Yamala... - + Patches Yamalar - + Open the patch dialog. - + Comments Yorumlar - + Show a list of comments. Equivalent command "commentlist" - + Labels Etiketler - + Show a list of labels. Equivalent command "labellist" - + Bookmarks Yer imleri - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions Fonksiyonlar - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates Güncellemeleri &Denetle - + Connect to Github to check for updates - - - + + + Call Stack Yığın Çağrıları - + Show the Call Stack tab. - + Hotkeys Kısayol Tuşları - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate &Bağışta Bulun - - + + Donate Bağış - + Open https://donate.x64dbg.com - + Calculator Hesap Makinesi - + Open the Calculator dialog. - - + + Attach Ekle - + Attach the debugger to a process to debug it. - - + + Detach Ayır - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line Komut &Satırını Değiştir - + Set the command line of the debuggee. - - + + Skip next instruction Bir sonraki talimatı atla - + Topmost Her zaman üstte - + Topmost Window En Üstteki Pencere - + Make x64dbg topmost - + &Report Bug &Hata Raporla - - + + Report Bug Hata Raporla - + Open https://report.x64dbg.com - + &Source &Kaynak - - + + Source Kaynak - + Show the Source tab. - + &Manual &Kullanım Kılavuzu - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ &SSS - + FAQ SSS - + Open https://faq.x64dbg.com - + SEH Chain SEH Zinciri - - + + Hide debugger (PEB) Hata Ayıklayıcıyı Gizle (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Yeniden yükle -> style.css - + Read style.css from disk to apply theme changes. - - + + Notes Notlar - + Show the Notes tab. - - + + Handles Tutamaçlar - + Show the Handles tab. - - - + + + Trace over... Prosedürün içine girmeden izleri takip et... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... Prosedürün içine girerek izleri takip et... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Bayt - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Etkin değil - + Disable trace coverage - + Run to &user code &Kullanıcı kodunu çalıştır - + Trace over until user code would be executed. - + Run until e&xpression &İfadeye kadar çalıştır - + Undo last instruction Son talimatı geri al - - + + Generate crash dump Çökme dökümü oluştur - - + + &Manage Favourite Tools... &Sık Kullanılan Araçları Yönet... - + Step over (source) Prosedürün içine girmeden devam et (kaynak) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Prosedürün içine gir (kaynak) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Grafik - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) Prosedürün içine gir (istisnayı yut) - + Step over (swallow exception) Prosedürün içine girmeden devam et (istisnayı yut) - + Run (swallow exception) Çalıştır (istisnayı yut) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog Blog - + Open https://blog.x64dbg.com - + Animate into Prosedürün içine izleyerek gir - + Execute the step into command at a fixed pace - + Animate over Prosedürün içine girmeden izleyerek devam et - + Execute the step over command at a fixed pace - + Animate command... İzleme komutu gir... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... Ayarları içe aktar... - + Import settings from an external file - + Customize menus Menüleri özelleştir - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database &Veritabanını içe aktar - + Open an external database file to import data. - + &Export database &Veritabanını dışa aktar - + Previous Tab Önceki Sekme - + Show the tab on the left. - + Next Tab Sonraki Sekme - + Show the tab on the right. - + Previous View Önceki Görünüm - + Show the tab history popup window and select more recently used tab. - + Next View Sonraki Görünüm - + Show the tab history popup window and select previously viewed tab. - + Hide Tab Sekmeyi Gizle - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables &Değişkenler - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin Yönetici olarak Yeniden Başlat - + Restart x64dbg under Administrator privilege. - + Plugins Eklentiler - + Open https://plugins.x64dbg.com - - + + Trace İz - + Show the Trace tab. - + Modules Modüller - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default &Varsayılan - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Hata - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [Yükseltildi] - + Log Günlük - + Symbols Semboller - + Breakpoints Kesme Noktaları - + Memory Map Hafıza - + SEH SEH - + Favourite Toolbox - + Command: Komut: - + Ready Hazır - - - - - - + + + + + + Languages Diller - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running Hata Ayıklayıcı hala çalışıyor - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Dosya Aç - + Executables (*.exe *.dll);;All files (*.*) Çalıştırılabilinir (*.exe *.dll);;Tüm Dosyalar (*.*) - + Disassembly Disassembly - + Dump Döküm - + Stack Yığın - + Enter expression to run to... Çalıştırılacak ifadeyi girin... - - + + Error! Hata! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. Yolladığınız tüm para x64dbg geliştirilmesine harcanıyor. - + You will visit x64dbg's official blog. x64dbg resmi blog sayfasını ziyaret ediceksin. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Bir hatayı rapor edebileceğiniz bir web sitesine yönlendirileceksiniz. Mümkün olduğunca çok bilgi girdiğinizden emin olun. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Bu eylem, hata ayıklayıcıyı çökertecek ve bir çökme dökümü oluşturtacak. KAYDEDİLMEMİŞ TÜM VERİLERİNİZİ KAYBEDİCEKSİNİZ. Gerçekten devam etmek istiyor musunuz? - + Have fun debugging the debugger! Hata ayıklayıcı ile hata ayıklarken iyi eğlenceler! - + Debugger detected! Hata ayıklayıcı algılandı! - + Mnemonic help - + Change Command Line Komut Satırını Değiştir - + Cannot get remote command line, use the 'getcmdline' command for more information. Uzak komut satırı alınamıyor, daha fazla bilgi için 'getcmdline' komutunu kullanın. - + Could not set command line! Komut satırı ayarlanamadı! - + New command line: Yeni komut satırı: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Kullanım kılavuzu açılamıyor. x64dbg.chm dosyanızın olduğunu kontrol edin ve sisteminizde ile ilgili başka bir sorun olmadığından emin olun. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? Çeviri neredeyse boş. Yine de bu dili kullanmak istiyormusunuz? - + New language setting will take effect upon restart. Yeniden başlatıldığında, yeni dil geçerli olucak. - + Animate command İzleme komutu - + Example: StepInto Örnek: StepInto - + Customize Menus Menüleri Özelleştir - + Settings (*.ini);;All files (*.*) Ayarlar (*.ini);;Tüm dosyalar (*.*) - + Import database Veritabanını içe aktar - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database Veritabanını dışa aktar - + Databases (%1);;All files (*.*) Veritabanları (%1);;Tüm dosyalar (*.*) - - + + More Commands Daha Fazla Komut @@ -15921,12 +15932,12 @@ TEB, Win32 API'sini çağırmadan süreç hakkında bir çok bilgi almak için k ReleaseNotesDialog - + Release Notes - + Close Kapat @@ -18750,51 +18761,51 @@ Bu, hata ayıklama oturumunuzda beklenmeyen davranışa sebeb olabilir... UpdateChecker - + Checking for updates... - + Network Error! Ağ Hatası! - + Failed to check for updates - + Error! Hata! - + File on server could not be parsed... File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Yeni (Yapı %1) mevcut!<br><a href="%2">indir</a><br><br>Şu anki yapı -> %3 - - - + You have a development build (%1) of x64dbg! x64dbg'un (%1) tarihli geliştirme sürümüne sahipsiniz! - + You have the latest build (%1) of x64dbg! x64dbg'un (%1) tarihli son sürümüne sahipsiniz! - + Information Bilgi + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_uk_UA.ts b/x64dbg_uk_UA.ts index 3f6beba..da1c4a3 100644 --- a/x64dbg_uk_UA.ts +++ b/x64dbg_uk_UA.ts @@ -12879,7 +12879,7 @@ Do you want to continue rendering this graph? - + &File &Файл @@ -12909,1321 +12909,1332 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files &Останні файли - + Database База даних - + &View &Вигляд - + &Debug &Відлагодження - + Advanced Додатково - + &Help &Довідка - - - - + + + + &Plugins &Плагіни - + &Options &Параметри - - + + &Theme &Тема - + Favour&ites В&подобання - + Traci&ng &Трасування - + Trace &coverage Покриття &трасування - + Toolbar Панель інструментів - + CommandBar Панель команд - + &Open &Відкрити - + Run the file and start debugging. Запустіть файл і почніть відлагодження. - + E&xit &Вихід - + Exit x64dbg. Вийти з x64dbg. - + &Run &Виконати - + Run the debuggee or restart debugging. Запустити або перезапустити відлагодження - + &Pause &Призупинити - + Pause the execution of debuggee to debug it, or stop animate into/animate over. Призупинити виконання відлагодження або зупинити «Анімація всередину»/«Анімація через». - + Re&start Пе&резапустити - + Stop the debuggee and restart it, or restart the last debugged file. Зупиніть налагодження, перезапустіть або перезапустіть останній відлагоджений файл. - + &Close Закрити - + Terminate the debuggee and stop debugging. Завершити роботу відлагоджуваного процесу та зупинити відлагодження. - + Step &into Крок &всередину - + Execute a single instruction Виконати одну інструкцію. - + Step &over Крок &через - + Execute a single instruction without entering the CALL instruction Виконати одну інструкцію без входу в інструкцію CALL. - + Co&mmand &Команда - + Focus on the command bar Сфокусуватися на командному рядку - + E&xecute till return &Виконати до повернення - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. Трасувати поверх до тих пір, поки не буде виконана інструкція RET і вказівник стеку не буде менший або дорівнювати поточному значенню. - + &Memory Map &Мапа пам'яті - + Show the Memory Map tab. Показати вкладку мапи пам'яті. - + &Log Window &Вікно журналу - + Show the Log tab. Показати вкладку журналу. - + &About &Про програму - + Display information about x64dbg Відобразити інформацію про x64dbg - + Scylla Scylla - + &Breakpoints &Точки зупину - + Show the Breakpoints tab. Показати вкладку точки зупину. - + Step into (pass all exceptions) Крок всередину (пропустити всі винятки) - + Execute a single instruction, pass exceptions to the debuggee. Виконати одну інструкцію, передати виключення відлагоджуваному процесу. - + Step over (pass all exceptions) Крок через (пропустити всі винятки) - + Run (pass all exceptions) Виконати (пропустити всі винятки) - + Run the debuggee and pass all exceptions to the debuggee without pausing. Запустити налагоджуваний процес та передати йому всі винятки без паузи. - + Execute till return (pass all exceptions) Виконати до повернення (пропустити всі винятки) - + &Script &Скрипт - - + + Script Скрипти - + Show the Script tab. Показати вкладку скриптів. - + Run &until selection Виконати &до виділеного - + Run until selection Виконати до виділеного - + Put a breakpoint on selection and run the debuggee. Поставте точку зупину на виділення та запустіть відлагодження - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. Показати вкладку CPU із дизасемблером. - + Symbol &Info &Інформація про символи - + Symbol Info Інформація про символи - + Show the Symbols tab. Показати вкладку символів. - + &References &Посилання - - + + References Посилання - + Show the References tab. Показати вкладку посилань. - + &Threads &Потоки - - + + Threads Потоки - + Show the Threads tab. Показати вкладку потоків. - + &Preferences &Налаштування - + Preferences Налаштування - + Opem the Preferences dialog. Відкрити діалогове вікно налаштувань. - + &Find Strings &Пошук рядків - + Find Strings Пошук рядків - + Find possible strings in the current module. Equivalent command "strref" Знайти можливі рядки в поточному модулі. Еквівалентна команда "strref" - + &Appearance &Зовнішній вигляд - + Open the Appearance dialog to adjust color and font settings. Відкрити діалогове вікно «Зовнішній вигляд» для налаштування кольорів та шрифтів. - - + + Find Intermodular Calls Знайти міжмодульні виклики - + Find intermodular calls in the current module. Equivalent command "modcallfind" Знайти міжмодульні виклики в поточному модулі. Еквівалентна команда "modcallfind" - + Patch file... Пропатчити файл... - + Patches Патчі - + Open the patch dialog. Відкрити діалогове вікно патчу. - + Comments Коментарі - + Show a list of comments. Equivalent command "commentlist" Показати список коментарів. Еквівалентна команда "commentlist" - + Labels Мітки - + Show a list of labels. Equivalent command "labellist" Показати список міток. Еквівалентна команда "labellist" - + Bookmarks Закладки - + Show a list of bookmarks. Equivalent command "bookmarklist" Показати список закладок. Еквівалентна команда "bookmarklist" - + Functions Функції - + Show a list of functions. Equivalent command "functionlist" Показати список функцій. Еквівалентна команда "functionlist" - + Check for &Updates Перевірити наявність &оновлень - + Connect to Github to check for updates З'єднатися з GitHub для перевірки оновлень - - - + + + Call Stack Стек викликів - + Show the Call Stack tab. Показати вкладку стеку викликів - + Hotkeys Гарячі клавіші - + Open the Hotkeys dialog to customize keyboard hotkeys. Відкрити діалогове вікно «Гарячі клавіші» для їх налаштування. - + &Donate &Пожертвувати - - + + Donate Пожертвувати - + Open https://donate.x64dbg.com Відкрити https://donate.x64dbg.com - + Calculator Калькулятор - + Open the Calculator dialog. Відкрити діалогове вікно калькулятора. - - + + Attach Приєднати - + Attach the debugger to a process to debug it. Приєднати відлагоджувач до процесу, щоб розпочати його відлагодження. - - + + Detach Від’єднати - + Detach from the debuggee so that it continues running without being debugged. Від'єднайтися від відлагоджуваного процесу, він буде продовжувати працювати без відлагодження. - + Change Command &Line Змінити аргументи командного рядка - + Set the command line of the debuggee. Встановіть командний рядок налагоджування. - - + + Skip next instruction Пропустити наступну інструкцію - + Topmost Поверх усіх вікон - + Topmost Window Поверх усіх вікон - + Make x64dbg topmost Зробити x64dbg поверх інших вікон - + &Report Bug &Повідомити про помилку - - + + Report Bug Повідомити про помилку - + Open https://report.x64dbg.com Відкрити https://report.x64dbg.com - + &Source &Початковий код - - + + Source Початковий код - + Show the Source tab. Показати вкладку початкового файлу. - + &Manual &Посібник - + Open the CHM manual or online documentation at https://help.x64dbg.com Відкрити CHM-довідку або онлайн документацію за адресою http://help.x64bg.com - + &FAQ &ЧАП - + FAQ ЧАП - + Open https://faq.x64dbg.com Відкрити https://faq.x64dbg.com - + SEH Chain SEH ланцюг - - + + Hide debugger (PEB) Приховати відлагоджувач (PEB) - + Modifies the PEB to hide debugger. Змінює PEB для приховання відлагоджувача. - - + + Reload style.css Перезавантажити style.css - + Read style.css from disk to apply theme changes. Читати style.css з диска для застосування змін тем. - - + + Notes Нотатки - + Show the Notes tab. Показати вкладку нотаток. - - + + Handles Дескриптори - + Show the Handles tab. Показати вкладку дескрипторів. - - - + + + Trace over... Трасування через... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" Крокувати поверх до того, як умова стане істинною, і опційно залогуйте та виконайте команди під час трасування. Еквівалентна команда "tocnd" - - - + + + Trace into... Трасування всередину... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" Крокувати із заходом до того, як умова стане істинною, і опційно залогуйте та виконайте команди під час трасування. Еквівалентна команда "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) Увімкнути відстеження покриття інформацією із одним бітом (виконана інструкція чи ні) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. Увімкнути відстеження покриття блоком 1 байтом для запису, скільки разів виконана інструкція. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. Увімкнути відстеження покриття блоком 1 слово для запису, скільки разів виконана інструкція. - + Step into until reaching uncovered code Крок всередину до досягнення непокритого коду - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" Крокувати із заходом до досягнення інструкції, яка не була покрита раніше. Еквівалентна команда "tibt" - + Step over until reaching uncovered code Крок через до досягнення непокритого коду - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" Крокувати поверх до досягнення інструкцій, які не були покриті раніше. Еквівалентна команда "tobt" - + Step into until reaching covered code Крок всередину до досягнення покритого коду - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" Крокувати із заходом до досягнення інструкції, яка була покрита раніше. Еквівалентна команда "tiit" - + Step over until reaching covered code Крок через до досягнення покритого коду - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" Крокувати поверх до досягнення інструкцій, які були покриті раніше. Еквівалентна команда "toit" - + Disable Відключити - + Disable trace coverage Вимкнути відстеження покриття - + Run to &user code Виконати до &коду користувача - + Trace over until user code would be executed. Трасувати поверх, поки не буде досягнутий код користувача. - + Run until e&xpression Виконати до &виразу - + Undo last instruction Скасувати останню інструкцію - - + + Generate crash dump Створити аварійний дамп - - + + &Manage Favourite Tools... &Керування обраними інструментами... - + Step over (source) Крок через (початковий код) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" Виконати один рядок початкового коду без входу в підпрограму. Еквівалентно "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) Крок всередину (початковий код) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" Виконати один рядок початкового коду. Еквівалентно "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph &Граф - + Show the CPU tab and switch to Graph mode. Показати вкладку ЦПУ та перейти до режиму Графу. - + Step into (swallow exception) Крок всередину (приглушити виняток) - + Step over (swallow exception) Крок через (приглушити виняток) - + Run (swallow exception) Виконати (приглушити виняток) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. Запустити відлагоджуваний процес та ігнорувати всі винятки, відлагоджуваний процес не буде обробляти винятки. - - + + Blog Блог - + Open https://blog.x64dbg.com Відкрити https://blog.x64dbg.com - + Animate into Анімація всередину - + Execute the step into command at a fixed pace Виконати команду крокування із заходом всередину із фіксованою швидкістю - + Animate over Анімація через - + Execute the step over command at a fixed pace Виконати команду крокування без заходження всередину із фіксованою швидкістю - + Animate command... Анімація команди... - + Execute a command at a fixed pace Виконати команду в фіксованому темпі - + System breakpoint scripts Системні скрипти зупину - + Set the script file to run automatically when the system breakpoint is reached. Встановити файл скрипту для автоматичного запуску при досягненні точки зупинки. - + Import settings... Імпортувати налаштування... - + Import settings from an external file Імпортувати налаштування з зовнішнього файлу - + Customize menus Налаштування меню - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. Відкрийте діалогове вікно «Налаштування меню», щоб приховати рідко використовувані елементи меню в підменю «Більше команд». - + &Import database &Імпортувати базу даних - + Open an external database file to import data. Відкрийте файл зовнішньої БД щоб імпортувати дані. - + &Export database &Експортувати базу даних - + Previous Tab Попередня вкладка - + Show the tab on the left. Показати вкладку зліва. - + Next Tab Наступна вкладка - + Show the tab on the right. Показати вкладку справа. - + Previous View Попередній вид - + Show the tab history popup window and select more recently used tab. Показувати спливаючі вікна історії вкладок та оберати нещодавно використану вкладку. - + Next View Наступний вид - + Show the tab history popup window and select previously viewed tab. Показувати спливаючі вікна історії вкладок та оберати нещодавно відвідану вкладку. - + Hide Tab Приховати вкладку - + Hide the current tab. The hidden tab can be reopened from the View menu. Приховати поточну вкладку. Приховану вкладку можна відкрити знову в меню View. - + &Variables &Змінні - + Show a list of x64dbg variables. Equivalent command "varlist" Показати список змінних x64dbg. Еквівалентна команда "varlist" - + Restart as Admin Перезапустити від імені адміністратора - + Restart x64dbg under Administrator privilege. Перезапустіть x64dbg з правами адміністратора. - + Plugins Плагіни - + Open https://plugins.x64dbg.com Відкрити https://plugins.x64dbg.com - - + + Trace Трасування - + Show the Trace tab. Показати вкладку трасування. - + Modules Модулі - + Show the Symbols tab. Note that the Modules list is in the symbols tab. Показати вкладку "Символи". Зверніть увагу, що список модулів знаходиться у цій вкладці. - + &Default &За замовчуванням - + &Save database &Зберегти базу даних - + Save all data. The database will be automatically saved when debugging is stopped. Зберігати всі дані. База даних буде автоматично збережена, коли відлагодження буде призупинено. - + Re&load database Перезавантажити базу даних - + Discard all modifications and read all data from disk. Скасувати всі зміни та прочитати всі дані з диску. - + &Restore backup database &Відновити базу даних з резервної копії - + Read data from the backup database to recover from database corruption. Прочитати дані з резервної копії бази даних для відновлення пошкодженої бази даних. - + &Clear database &Очистити базу даних - + Clear all data. Очистити всі дані - + About Qt Про Qt - + Display information about Qt Відобразити інформацію про Qt - + Mnemonic Help Мнемонічна допомога - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". Виводити детальну інформацію про помилку збірки мнемонічного журналу. Еквівалентна команда "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Помилка - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [Elevated] - + Log Журнал - + Symbols Символи - + Breakpoints Точки зупину - + Memory Map Мапа пам'яті - + SEH SEH - + Favourite Toolbox Обрані інструменти - + Command: Команда: - + Ready Готовий - - - - - - + + + + + + Languages Мови - + Dark Темна - + Always stop the debuggee and exit Завжди зупиняти відлагоджуваний процес і виходити - + The debuggee is still running and will be terminated if you exit. What do you want to do? Відлагоджуваний процес все ще працює і буде завершений, якщо ви вийдете. Що ви бажаєте зробити? - + Debuggee is still running Відлагодження ще виконується - + &Exit &Вийти - + Stop the debuggee and exit x64dbg. Зупинити відлагоджуваний процес та вийти з x64dbg. - + &Detach and exit &Від’єднати та вийти - + Detach from the debuggee (leaving it running) and exit x64dbg. Від'єднайтеся від відлагоджуваного процесу (залишивши його запущеним) та вийти з x64dbg. - + &Restart debugging &Перезапустити відлагодження - + Restart the debuggee and keep x64dbg open. Перезапустити відлагоджуваний процес і залишити x64dbg відкритим. - + &Continue debugging &Продовжити дебаг - + Close this dialog and continue where you left off. Закрийте це діалогове вікно і продовжте з того місця, де ви зупинилися. - - + + Unsupported system Система не підтримується - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. Ви використовуєте x64gdb у режимі емуляції ARM64. <b>Ця система не підтримується і може спричинити неочікувану поведінку.</b> Аналіз шкідливого програмного забезпечення в цьому середовищі є небезпечним, і вам слід перейти на фактичний процесор Intel/AMD/...<br><br>Для отримання додаткової інформації див. <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. Ви використовуєте x64dgb на непідтримуваній версії операційної системи. <b>Майбутні оновлення повністю перестануть працювати на цій системі.</b><br><br>Для отримання додаткової інформації див. офіційне <a href="%1">оголішення</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. Не можна почати трасу при виконанні, спочатку пауза після виконання. - - + + Open file Відкрити файл - + Executables (*.exe *.dll);;All files (*.*) Виконувані файли (*.exe *.dll);;Всі файли (*.*) - + Disassembly Дизасембльований код - + Dump Дамп - + Stack Стек - + Enter expression to run to... Введіть вираз для запуску до... - - + + Error! Помилка! - + Patches can only be shown while debugging... Патчі можуть бути показані тільки під час дебагу... - + All the money will go to x64dbg development. Усі гроші підуть на розробку x64dbg. - + You will visit x64dbg's official blog. Ви відвідаєте офіційний блог x64dbg. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. Ви будете переадресовані на сайт, де Ви можете повідомити про помилку. Будь ласка, надайте якомога більше інформації. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? Ця дія спричинить збій відлагоджувача та створить дамп збою. Ви ВТРАТИТЕ ВСІ НЕЗБЕРЕЖЕНІ ДАНІ. Ви дійсно бажаєте продовжити? @@ -14232,114 +14243,114 @@ Make sure to fill in as much information as possible. - + Have fun debugging the debugger! Отримуйте задоволення від відлагодження відлагоджувача! - + Debugger detected! Виявлено відлагоджувач! - + Mnemonic help Мнемонічна допомога - + Change Command Line Змінити аргументи командного рядка - + Cannot get remote command line, use the 'getcmdline' command for more information. Не вдалося отримати параметри віддаленого командного рядку, використовуйте команду 'getcmdline' для отримання додаткової інформації. - + Could not set command line! Не вдалося встановити параметри командного рядка! - + New command line: Новий командний рядок: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. Не можливо відкрити довідку. Перевірте, чи існує x64dbg.chm та переконайтеся, що в вашій системі немає інших проблем. - + Do you want to open online manual at https://help.x64dbg.com ? Бажаєте відкрити онлайн-посібник на http://help.x64dbg.co? - + Open the Favourites dialog to manage the favourites menu Відкрийте Favourites діалог для керування меню закладок - + Starting tool %1 Запуск інструменту %1 - + The translation is nearly empty. Do you still want to use this language? Переклад майже порожній. Ви все ще хочете використовувати цю мову? - + New language setting will take effect upon restart. Нові мовні налаштування набудуть чинності після перезапуску. - + Animate command Анімація команди - + Example: StepInto Приклад: StepInto - + Customize Menus Налаштування меню - + Settings (*.ini);;All files (*.*) Налаштування (*.ini);;Всі файли (*.*) - + Import database Імпортувати базу даних - + Databases (%1);;Database backup (%1.bak);;All files (*.*) Бази даних (%1);; Резервна копія бази даних (%1.bak);;Всі файли (*.*) - + Export database Експортувати базу даних - + Databases (%1);;All files (*.*) Бази даних (%1);;Всі файли (*.*) - - + + More Commands Більше команд @@ -15903,12 +15914,12 @@ TEB може бути використаний для отримання інф ReleaseNotesDialog - + Release Notes - + Close &Закрити @@ -18733,51 +18744,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... Перевірка наявності оновлень... - + Network Error! Помилка мережі! - + Failed to check for updates - + Error! Помилка! - + File on server could not be parsed... Не вдалося проаналізувати файл на сервері... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - Нова збірка %1 вже доступна!<br>Завантажити <a href="%2">тут</a><br><br>Ваша збірка %3 - - - + You have a development build (%1) of x64dbg! У вас тестова збірка (%1) x64dbg! - + You have the latest build (%1) of x64dbg! У вас остання збірка (%1) x64dbg! - + Information Інформація + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_vi_VN.ts b/x64dbg_vi_VN.ts index 11e3ed0..0708b23 100644 --- a/x64dbg_vi_VN.ts +++ b/x64dbg_vi_VN.ts @@ -12623,7 +12623,7 @@ Do you want to continue rendering this graph? - + &File Tệp @@ -12653,1431 +12653,1442 @@ Do you want to continue rendering this graph? - + &Recent Files Các tệp gần đây - + Database - + &View Hiển thị - + &Debug - + Advanced Nâng cao - + &Help - - - - + + + + &Plugins - + &Options - - + + &Theme - + Favour&ites - + Traci&ng - + Trace &coverage - + Toolbar - + CommandBar - + &Open Mở - + Run the file and start debugging. - + E&xit Thoát (&X) - + Exit x64dbg. - + &Run Chạy - + Run the debuggee or restart debugging. - + &Pause Tạm dừng - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close &Đóng - + Terminate the debuggee and stop debugging. - + Step &into Đi vào - + Execute a single instruction - + Step &over Đi qua - + Execute a single instruction without entering the CALL instruction - + Co&mmand - + Focus on the command bar - + E&xecute till return - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map - + Show the Memory Map tab. - + &Log Window - + Show the Log tab. - + &About Giới thiệu - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script - - + + Script Kịch bản - + Show the Script tab. - + Run &until selection - + Run until selection - + Put a breakpoint on selection and run the debuggee. - + &CPU - - + + CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info - + Symbol Info - + Show the Symbols tab. - + &References - - + + References - + Show the References tab. - + &Threads - - + + Threads - + Show the Threads tab. - + &Preferences - + Preferences Tuỳ chỉnh - + Opem the Preferences dialog. - + &Find Strings - + Find Strings - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance Giao diện - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... - + Patches Patch - + Open the patch dialog. - + Comments Ghi chú - + Show a list of comments. Equivalent command "commentlist" - + Labels - + Show a list of labels. Equivalent command "labellist" - + Bookmarks - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates - + Connect to Github to check for updates - - - + + + Call Stack - + Show the Call Stack tab. - + Hotkeys - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate - - + + Donate Ủng hộ - + Open https://donate.x64dbg.com - + Calculator Tính toán - + Open the Calculator dialog. - - + + Attach Attach - + Attach the debugger to a process to debug it. - - + + Detach - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line - + Set the command line of the debuggee. - - + + Skip next instruction - + Topmost - + Topmost Window - + Make x64dbg topmost - + &Report Bug - - + + Report Bug - + Open https://report.x64dbg.com - + &Source - - + + Source - + Show the Source tab. - + &Manual - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ - + FAQ - + Open https://faq.x64dbg.com - + SEH Chain - - + + Hide debugger (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css Tải lại style.css - + Read style.css from disk to apply theme changes. - - + + Notes Ghi chú - + Show the Notes tab. - - + + Handles - + Show the Handles tab. - - - + + + Trace over... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte Byte - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word Word - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable Đã tắt - + Disable trace coverage - + Run to &user code - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction - - + + Generate crash dump - - + + &Manage Favourite Tools... - + Step over (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) - + Step over (swallow exception) - + Run (swallow exception) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog - + Open https://blog.x64dbg.com - + Animate into - + Execute the step into command at a fixed pace - + Animate over - + Execute the step over command at a fixed pace - + Animate command... - + Execute a command at a fixed pace - + System breakpoint scripts - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... - + Import settings from an external file - + Customize menus - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database - + Open an external database file to import data. - + &Export database - + Previous Tab - + Show the tab on the left. - + Next Tab - + Show the tab on the right. - + Previous View - + Show the tab history popup window and select more recently used tab. - + Next View - + Show the tab history popup window and select previously viewed tab. - + Hide Tab - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin - + Restart x64dbg under Administrator privilege. - + Plugins - + Open https://plugins.x64dbg.com - - + + Trace - + Show the Trace tab. - + Modules - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default - + &Save database - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database - + Clear all data. - + About Qt - + Display information about Qt - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error Lỗi - + %1 (%2) - + %1 [Elevated] - + Log - + Symbols - + Breakpoints - + Memory Map - + SEH - + Favourite Toolbox - + Command: - + Ready - - - - - - + + + + + + Languages Ngôn ngữ - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running - + &Exit - + Stop the debuggee and exit x64dbg. - + &Detach and exit - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file Mở tệp - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly Disassembly - + Dump Dump - + Stack Stack - + Enter expression to run to... - - + + Error! Lỗi! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. - + Animate command - + Example: StepInto - + Customize Menus - + Settings (*.ini);;All files (*.*) - + Import database - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database - + Databases (%1);;All files (*.*) - - + + More Commands @@ -15625,12 +15636,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close Đóng @@ -18452,51 +18463,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! - + Failed to check for updates - + Error! Lỗi! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_zh_CN.ts b/x64dbg_zh_CN.ts index 7c90b0d..7f14dbe 100644 --- a/x64dbg_zh_CN.ts +++ b/x64dbg_zh_CN.ts @@ -12951,7 +12951,7 @@ Do you want to continue rendering this graph? - + &File 文件(&F) @@ -12981,1432 +12981,1443 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files 最近打开文件(&R) - + Database 数据库 - + &View 视图(&V) - + &Debug 调试(&D) - + Advanced 高级 - + &Help 帮助(&H) - - - - + + + + &Plugins 插件(&P) - + &Options 选项(&O) - - + + &Theme 主题(&T) - + Favour&ites 收藏夹(&I) - + Traci&ng 跟踪(&N) - + Trace &coverage 代码覆盖(&C) - + Toolbar 工具栏 - + CommandBar 命令栏 - + &Open 打开(&O) - + Run the file and start debugging. 运行文件并开始调试。 - + E&xit 退出(&X) - + Exit x64dbg. 退出 x64dbg。 - + &Run 运行(&R) - + Run the debuggee or restart debugging. 运行被调试程序或重新调试。 - + &Pause 暂停(&P) - + Pause the execution of debuggee to debug it, or stop animate into/animate over. 暂停运行被调试程序以进行调试,或停止自动步进。 - + Re&start 重新运行(&S) - + Stop the debuggee and restart it, or restart the last debugged file. 停止调试并重新启动调试,或重新启动上次的被调试程序。 - + &Close 结束(&C) - + Terminate the debuggee and stop debugging. 终止被调试进程,停止调试。 - + Step &into 步进(&I) - + Execute a single instruction 执行一条指令 - + Step &over 步过(&O) - + Execute a single instruction without entering the CALL instruction 执行一条指令但不跟进 CALL 指令 - + Co&mmand 命令(&M) - + Focus on the command bar 激活命令栏 - + E&xecute till return 运行到返回(&X) - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. 步过到 RET 指令将被执行,堆栈指针小于或等于当前值。 - + &Memory Map 内存布局(&M) - + Show the Memory Map tab. 显示内存布局选项卡。 - + &Log Window 日志窗口(&L) - + Show the Log tab. 显示日志标签页。 - + &About 关于(&A) - + Display information about x64dbg 显示 x64dbg 相关信息 - + Scylla Scylla - + &Breakpoints 断点(&B) - + Show the Breakpoints tab. 显示断点标签页。 - + Step into (pass all exceptions) 步进(无视所有异常) - + Execute a single instruction, pass exceptions to the debuggee. 执行单个指令,跳过所有传给被调试进程的异常。 - + Step over (pass all exceptions) 步过(无视所有异常) - + Run (pass all exceptions) 运行(无视所有异常) - + Run the debuggee and pass all exceptions to the debuggee without pausing. 运行被调试进程并跳过所有传给被调试进程的异常而不暂停。 - + Execute till return (pass all exceptions) 运行到返回(无视所有异常) - + &Script 脚本(&S) - - + + Script 脚本 - + Show the Script tab. 显示脚本标签页。 - + Run &until selection 运行到选区(&U) - + Run until selection 运行到选区 - + Put a breakpoint on selection and run the debuggee. 放置断点到光标后运行被调试程序。 - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. 显示 CPU 标签以显示反汇编。 - + Symbol &Info 符号信息(&I) - + Symbol Info 符号信息 - + Show the Symbols tab. 显示符号标签页。 - + &References 引用(&R) - - + + References 引用 - + Show the References tab. 显示引用标签页。 - + &Threads 线程(&T) - - + + Threads 线程 - + Show the Threads tab. 显示线程标签页。 - + &Preferences 选项(&P) - + Preferences 选项 - + Opem the Preferences dialog. 打开选项对话框。 - + &Find Strings 搜索字符串(&S) - + Find Strings 搜索字符串 - + Find possible strings in the current module. Equivalent command "strref" 在当前模块内查找可能的字符串,等价于命令“strref” - + &Appearance 外观(&A) - + Open the Appearance dialog to adjust color and font settings. 打开外观对话框以调整颜色和字体设置。 - - + + Find Intermodular Calls 搜索跨模块调用 - + Find intermodular calls in the current module. Equivalent command "modcallfind" 在当前模块中查找跨模块调用,等价于命令“modcallfind” - + Patch file... 补丁... - + Patches 补丁 - + Open the patch dialog. 打开补丁对话框。 - + Comments 注释 - + Show a list of comments. Equivalent command "commentlist" 显示注释列表。等于命令“commentlist”。 - + Labels 标签 - + Show a list of labels. Equivalent command "labellist" 显示标签列表。等于命令“labellist”。 - + Bookmarks 书签 - + Show a list of bookmarks. Equivalent command "bookmarklist" 显示书签列表。等于命令“bookmarklist”。 - + Functions 函数 - + Show a list of functions. Equivalent command "functionlist" 显示函数列表。等于命令“functionlist”。 - + Check for &Updates 检查更新(&U) - + Connect to Github to check for updates 连接到 Github 以检查更新 - - - + + + Call Stack 调用堆栈 - + Show the Call Stack tab. 显示调用堆栈标签页。 - + Hotkeys 快捷键 - + Open the Hotkeys dialog to customize keyboard hotkeys. 打开快捷键对话框以自定义键盘快捷键。 - + &Donate 捐赠(&D) - - + + Donate 捐赠 - + Open https://donate.x64dbg.com 打开 https://donate.x64dbg.com - + Calculator 计算器 - + Open the Calculator dialog. 打开计算器对话框。 - - + + Attach 附加 - + Attach the debugger to a process to debug it. 将调试器附加到进程来开始调试。 - - + + Detach 脱离 - + Detach from the debuggee so that it continues running without being debugged. 脱离被调试程序,让它不被调试继续运行。 - + Change Command &Line 改变命令行(&L) - + Set the command line of the debuggee. 设置被调试程序的命令行。 - - + + Skip next instruction 跳过下一指令 - + Topmost 窗口置顶 - + Topmost Window 窗口置顶 - + Make x64dbg topmost 将x64dbg置顶 - + &Report Bug 报告Bug(&B) - - + + Report Bug 报告Bug - + Open https://report.x64dbg.com 打开 https://report.x64dbg.com - + &Source 源代码(&S) - - + + Source 源代码 - + Show the Source tab. 显示源代码标签页。 - + &Manual 用户手册(&M) - + Open the CHM manual or online documentation at https://help.x64dbg.com 打开 CHM 手册或 https://help.x64dbg.com 上的在线手册 - + &FAQ &FAQ - + FAQ FAQ - + Open https://faq.x64dbg.com 打开 https://faq.x64dbg.com - + SEH Chain SEH链 - - + + Hide debugger (PEB) 隐藏调试器 (PEB) - + Modifies the PEB to hide debugger. 修改 PEB 以隐藏调试器。 - - + + Reload style.css 重新载入 style.css - + Read style.css from disk to apply theme changes. 从磁盘读取style.css来应用主题更改。 - - + + Notes 笔记 - + Show the Notes tab. 显示笔记标签页。 - - + + Handles 句柄 - + Show the Handles tab. 显示句柄标签页。 - - - + + + Trace over... 步过直到条件满足... - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" 步过直到一个条件变为真,并且在追踪时可以记录和执行命令。等于命令“tocnd”。 - - - + + + Trace into... 步进直到条件满足... - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" 步进直到一个条件变为真,并且在追踪时可以记录和执行命令。等于命令“ticnd”。 - + Bit - + Enable trace coverage with 1 bit (whether an instruction was executed or not) 启用1比特代码覆盖(指令是否被执行) - + Byte 1字节 - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. 启用1字节代码覆盖记录指令执行次数 - + Word 2字节 - + Enable trace coverage with 1 word to record how many times an instruction has been executed. 启用2字节代码覆盖记录指令执行次数 - + Step into until reaching uncovered code 步进至未覆盖的代码 - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" 步进并追踪直到当前指令未曾被执行过,等价于命令“tibt” - + Step over until reaching uncovered code 步过至未覆盖的代码 - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" 步过并追踪直到当前指令未曾被执行过,等价于命令“tobt” - + Step into until reaching covered code 步进至已覆盖的代码 - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" 步进并追踪直到当前指令已经被执行过,等价于命令“tiit” - + Step over until reaching covered code 步过至已覆盖的代码 - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" 步过并追踪直到当前指令已经被执行过,等价于命令“toit” - + Disable 禁用 - + Disable trace coverage 禁用代码覆盖 - + Run to &user code 运行到用户代码(&U) - + Trace over until user code would be executed. 步过并追踪直到用户代码将被执行。 - + Run until e&xpression 运行到表达式(&X) - + Undo last instruction 撤销上个指令 - - + + Generate crash dump 生成故障转储 - - + + &Manage Favourite Tools... 管理收藏工具(&M)... - + Step over (source) 步过 (源代码) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" 执行源代码内的单行而不进入子程序内,等价于“TraceOverConditional src.line(cip) && !src.disp(cip)” - + Step into (source) 步进 (源代码) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" 执行单行源代码,等价于“TraceIntoConditional src.line(cip) && !src.disp(cip)” - + &Graph 流程图(&G) - + Show the CPU tab and switch to Graph mode. 显示 CPU 菜单栏并切换至图形模式。 - + Step into (swallow exception) 步进(无视异常) - + Step over (swallow exception) 步过(无视异常) - + Run (swallow exception) 运行(无视异常) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. 执行被调试进程并忽略所有异常,使得被调试进程不处理异常。 - - + + Blog 博客 - + Open https://blog.x64dbg.com 打开 https://blog.x64dbg.com - + Animate into 自动步进 - + Execute the step into command at a fixed pace 以固定速度运行步进命令 - + Animate over 自动步过 - + Execute the step over command at a fixed pace 以固定速度运行步过命令 - + Animate command... 自动运行命令... - + Execute a command at a fixed pace 以固定速度运行命令 - + System breakpoint scripts 系统断点脚本 - + Set the script file to run automatically when the system breakpoint is reached. 设置当运行到系统断点时自动运行的脚本文件。 - + Import settings... 导入设置... - + Import settings from an external file 从外部文件导入设置 - + Customize menus 自定义菜单 - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. 打开自定义菜单对话框,将不经常使用的菜单项隐藏到“更多命令”子菜单中。 - + &Import database 导入数据库(&I) - + Open an external database file to import data. 打开外部数据库文件导入数据。 - + &Export database 导出数据库(&E) - + Previous Tab 上一页 - + Show the tab on the left. 显示左侧的标签页。 - + Next Tab 下一页 - + Show the tab on the right. 显示右侧的标签页。 - + Previous View 上一个视图 - + Show the tab history popup window and select more recently used tab. 显示标签页历史窗口并选择最近使用的标签页。 - + Next View 下一个视图 - + Show the tab history popup window and select previously viewed tab. 显示标签历史窗口并选择更旧的标签页。 - + Hide Tab 隐藏页面 - + Hide the current tab. The hidden tab can be reopened from the View menu. 隐藏当前标签页。可以从视图菜单重新打开被隐藏的标签页。 - + &Variables 变量(&V) - + Show a list of x64dbg variables. Equivalent command "varlist" 显示x64dbg变量列表。等效命令“varlist” - + Restart as Admin 以管理员身份重新启动 - + Restart x64dbg under Administrator privilege. 以管理员权限重启 x64dbg。 - + Plugins 插件 - + Open https://plugins.x64dbg.com 打开 https://plugins.x64dbg.com - - + + Trace 跟踪 - + Show the Trace tab. 显示跟踪标签页。 - + Modules 模块 - + Show the Symbols tab. Note that the Modules list is in the symbols tab. 显示符号标签页。注意模块列表在符号标签页内。 - + &Default 默认(&D) - + &Save database 保存数据库(&S) - + Save all data. The database will be automatically saved when debugging is stopped. 保存所有数据。当调试停止时,数据库将自动保存。 - + Re&load database 重新载入数据库(&L) - + Discard all modifications and read all data from disk. 放弃所有修改并从磁盘读取所有数据。 - + &Restore backup database 还原备份数据库(&R) - + Read data from the backup database to recover from database corruption. 从备份数据库读取数据以恢复数据库损坏。 - + &Clear database 清空数据库(&C) - + Clear all data. 清除全部数据。 - + About Qt 关于 Qt - + Display information about Qt 显示 Qt 相关信息 - + Mnemonic Help 指令帮助 - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". 输出有关汇编指令的详细的帮助信息到日志。等价于命令“mnemonichelp 名称”。 + + + Release Notes + + - - - + + + + Error 错误 - + %1 (%2) %1 (%2) - + %1 [Elevated] %1 [管理员] - + Log 日志 - + Symbols 符号 - + Breakpoints 断点 - + Memory Map 内存布局 - + SEH SEH链 - + Favourite Toolbox 收藏工具箱 - + Command: 命令: - + Ready 就绪 - - - - - - + + + + + + Languages 语言 - + Dark 深色 - + Always stop the debuggee and exit 总是停止被调试程序并退出 - + The debuggee is still running and will be terminated if you exit. What do you want to do? 被调试程序还在运行,如果退出,被调试程序也将终止。你想要做什么? - + Debuggee is still running 调试对象仍在运行 - + &Exit 退出(&E) - + Stop the debuggee and exit x64dbg. 停止被调试程序,并退出 x64dbg。 - + &Detach and exit 脱离并退出(&D) - + Detach from the debuggee (leaving it running) and exit x64dbg. 脱离调试器(被调试程序继续运行)并退出 x64dbg。 - + &Restart debugging 重新调试(&R) - + Restart the debuggee and keep x64dbg open. 重新启动被调试程序,x64dbg仍然打开。 - + &Continue debugging 继续调试(&C) - + Close this dialog and continue where you left off. 关闭此对话框,继续调试。 - - + + Unsupported system 不受支持的系统 - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. 你正在 ARM64 模拟下运行x64dbg 。 <b>此系统不被 x64dbg 支持,并将导致意外行为。</b> 在此环境中分析恶意软件是危险的,您应该改用真实的 Intel/AMD CPU。<br><br>了解更多信息,请参阅 <a href="%1">FAQ</a>。 - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. 您正在一个不支持的操作系统版本上运行 x64dbg。 <b>未来的更新版本将完全停止在此系统上运行。</b><br><br>了解更多信息,请参阅官方 <a href="%1">公告</a>。 - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. 运行时无法启动跟踪,请先暂停。 - - + + Open file 打开文件 - + Executables (*.exe *.dll);;All files (*.*) 可执行文件 (*.exe *.dll);;所有文件 (*.*) - + Disassembly 反汇编 - + Dump 内存窗口 - + Stack 堆栈 - + Enter expression to run to... 请输入要运行到的表达式... - - + + Error! 错误! - + Patches can only be shown while debugging... 只能在调试时显示补丁…… - + All the money will go to x64dbg development. 所有捐款都将用于赞助x64dbg的开发。 - + You will visit x64dbg's official blog. 您将打开 x64dbg 的官方博客。 - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. 您将会进入报告Bug的网站。记得尽可能填写最多信息。 - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? 此操作将使调试器崩溃并生成故障转储。你将失去你所有未保存的数据。你真的想要继续吗? - + Have fun debugging the debugger! 祝您调试调试器愉快! - + Debugger detected! 发现调试器! - + Mnemonic help 指令帮助 - + Change Command Line 改变命令行 - + Cannot get remote command line, use the 'getcmdline' command for more information. 无法获得调试对象的命令行,请尝试调用“getcmdline”命令来获得更多信息。 - + Could not set command line! 无法设置命令行! - + New command line: 新的命令行︰ - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. 不能打开手册。请检查 x64dbg.chm 是否存在,并确保您的系统没有其他问题。 - + Do you want to open online manual at https://help.x64dbg.com ? 您想在 https://help.x64dbg.com 上打开在线手册吗? - + Open the Favourites dialog to manage the favourites menu 打开收藏夹对话框来管理收藏夹菜单 - + Starting tool %1 正在启动工具 %1 - + The translation is nearly empty. Do you still want to use this language? 翻译几乎是空的。你仍然想要使用这种语言吗? - + New language setting will take effect upon restart. 新的语言设置将在重新启动应用程序时生效。 - + Animate command 自动运行命令 - + Example: StepInto 例如: StepInto - + Customize Menus 自定义菜单 - + Settings (*.ini);;All files (*.*) 配置文件 (*.ini);;所有文件 (*.*) - + Import database 导入数据库 - + Databases (%1);;Database backup (%1.bak);;All files (*.*) 数据库(%1);数据库备份(%1.bak);所有文件 (*.*) - + Export database 导出数据库 - + Databases (%1);;All files (*.*) 数据库 (%1);;所有文件 (*.*) - - + + More Commands 更多命令 @@ -15963,12 +15974,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close 结束 @@ -18794,51 +18805,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... 正在检查更新...... - + Network Error! 网络错误! - + Failed to check for updates 检查更新失败 - + Error! 错误! - + File on server could not be parsed... 无法解析服务器上的文件…… - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - 新版本 %1 已经发布!<br>立即<a href="%2">下载</a><br><br>您现在正在使用版本 %3 - - - + You have a development build (%1) of x64dbg! 您正在使用开发版(%1) 的x64dbg - + You have the latest build (%1) of x64dbg! 你有最新的版本 (%1) 的 x64dbg! - + Information 温馨提示 + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog diff --git a/x64dbg_zh_TW.ts b/x64dbg_zh_TW.ts index 18396fb..9937e17 100644 --- a/x64dbg_zh_TW.ts +++ b/x64dbg_zh_TW.ts @@ -12754,7 +12754,7 @@ Do you want to continue rendering this graph? - + &File 檔案(&F) @@ -12784,1431 +12784,1442 @@ Do you want to continue rendering this graph? x64dbg - + &Recent Files 最近使用的檔案(&R) - + Database 資料庫 - + &View 檢視(&V) - + &Debug 除錯(&D) - + Advanced 進階 - + &Help 幫助(&H) - - - - + + + + &Plugins 外掛程式(&P) - + &Options 選項(&O) - - + + &Theme 主題(&T) - + Favour&ites 最愛(&I) - + Traci&ng 追蹤(&N) - + Trace &coverage - + Toolbar 工具列 - + CommandBar 命令列 - + &Open 開啟(&O) - + Run the file and start debugging. - + E&xit 離開(&x) - + Exit x64dbg. 離開 x64dbg。 - + &Run 執行(&R) - + Run the debuggee or restart debugging. - + &Pause 暫停(&P) - + Pause the execution of debuggee to debug it, or stop animate into/animate over. - + Re&start 重新啟動(&S) - + Stop the debuggee and restart it, or restart the last debugged file. - + &Close 關閉(&C) - + Terminate the debuggee and stop debugging. - + Step &into 單步步入 (&I) - + Execute a single instruction - + Step &over 單步步過(&O) - + Execute a single instruction without entering the CALL instruction - + Co&mmand 指令(&M) - + Focus on the command bar - + E&xecute till return 執行到返回(&x) - + Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value. - + &Memory Map 記憶體映射(&M) - + Show the Memory Map tab. - + &Log Window 日誌視窗 (&L) - + Show the Log tab. - + &About 關於(&A) - + Display information about x64dbg - + Scylla Scylla - + &Breakpoints 中斷點(&B) - + Show the Breakpoints tab. - + Step into (pass all exceptions) - + Execute a single instruction, pass exceptions to the debuggee. - + Step over (pass all exceptions) - + Run (pass all exceptions) - + Run the debuggee and pass all exceptions to the debuggee without pausing. - + Execute till return (pass all exceptions) - + &Script 腳本(&S) - - + + Script 腳本 - + Show the Script tab. - + Run &until selection 執行到選取處(&U) - + Run until selection 執行到選取處 - + Put a breakpoint on selection and run the debuggee. - + &CPU &CPU - - + + CPU CPU - + Show the CPU tab to display the disassembly. - + Symbol &Info 符號資訊(&I) - + Symbol Info 符號資訊 - + Show the Symbols tab. - + &References 引用(&R) - - + + References 引用 - + Show the References tab. - + &Threads 執行緒(&T) - - + + Threads 執行緒 - + Show the Threads tab. - + &Preferences 偏好設定(&P) - + Preferences 偏好設定 - + Opem the Preferences dialog. - + &Find Strings 尋找字串(&F) - + Find Strings 尋找字串 - + Find possible strings in the current module. Equivalent command "strref" - + &Appearance 外觀(&A) - + Open the Appearance dialog to adjust color and font settings. - - + + Find Intermodular Calls 搜尋跨模組呼叫 - + Find intermodular calls in the current module. Equivalent command "modcallfind" - + Patch file... 修補程式檔... - + Patches 修補程式 - + Open the patch dialog. - + Comments 註解 - + Show a list of comments. Equivalent command "commentlist" - + Labels 標籤 - + Show a list of labels. Equivalent command "labellist" - + Bookmarks 書籤 - + Show a list of bookmarks. Equivalent command "bookmarklist" - + Functions 函數 - + Show a list of functions. Equivalent command "functionlist" - + Check for &Updates 檢查更新(&U) - + Connect to Github to check for updates - - - + + + Call Stack 呼叫堆疊 - + Show the Call Stack tab. - + Hotkeys 熱鍵 - + Open the Hotkeys dialog to customize keyboard hotkeys. - + &Donate 捐贈(&D) - - + + Donate 捐贈 - + Open https://donate.x64dbg.com 打開https://donate.x64dbg.com - + Calculator 計算機 - + Open the Calculator dialog. - - + + Attach 附加 - + Attach the debugger to a process to debug it. - - + + Detach 分離 - + Detach from the debuggee so that it continues running without being debugged. - + Change Command &Line 更改命令列(&L) - + Set the command line of the debuggee. - - + + Skip next instruction 跳過下一行指令 - + Topmost 最上層顯示 - + Topmost Window 最上層顯示 - + Make x64dbg topmost - + &Report Bug 回報發現的錯誤(&R) - - + + Report Bug 回報 Bug - + Open https://report.x64dbg.com 打開https://report.x64dbg.com - + &Source 原始碼(&S) - - + + Source 原始碼 - + Show the Source tab. - + &Manual 手冊(&M) - + Open the CHM manual or online documentation at https://help.x64dbg.com - + &FAQ 常見問題(&F) - + FAQ 常見問題 - + Open https://faq.x64dbg.com 打開https://faq.x64dbg.com - + SEH Chain SEH 鏈 - - + + Hide debugger (PEB) 隱藏除錯器 (PEB) - + Modifies the PEB to hide debugger. - - + + Reload style.css 重新載入 style.css - + Read style.css from disk to apply theme changes. - - + + Notes 筆記 - + Show the Notes tab. - - + + Handles Handles - + Show the Handles tab. - - - + + + Trace over... 跟蹤步過 - + Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "tocnd" - - - + + + Trace into... 跟蹤步入 - + Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command "ticnd" - + Bit 位元 - + Enable trace coverage with 1 bit (whether an instruction was executed or not) - + Byte 位元組 - + Enable trace coverage with 1 byte to record how many times an instruction has been executed. - + Word 字組 - + Enable trace coverage with 1 word to record how many times an instruction has been executed. - + Step into until reaching uncovered code - + Step into until reaching an instruction that was not covered before. Equivalent command "tibt" - + Step over until reaching uncovered code - + Step over until reaching an instruction that was not covered before. Equivalent command "tobt" - + Step into until reaching covered code - + Step into until reaching an instruction that has been covered before. Equivalent command "tiit" - + Step over until reaching covered code - + Step over until reaching an instruction that has been covered before. Equivalent command "toit" - + Disable 停用 - + Disable trace coverage - + Run to &user code 執行到使用者代碼(&U) - + Trace over until user code would be executed. - + Run until e&xpression - + Undo last instruction 復原上一個動作 - - + + Generate crash dump 生成損毀傾印 - - + + &Manage Favourite Tools... 管理我的最愛(&M)... - + Step over (source) 單步步過 (source) - + Execute a single line of source code without entering the subroutine. Equivalent to "TraceOverConditional src.line(cip) && !src.disp(cip)" - + Step into (source) 單步步入 (source) - + Execute a single source code line. Equivalent to "TraceIntoConditional src.line(cip) && !src.disp(cip)" - + &Graph 圖形(&G) - + Show the CPU tab and switch to Graph mode. - + Step into (swallow exception) 單步步入 (忽略例外) - + Step over (swallow exception) 單步步過 (忽略例外) - + Run (swallow exception) 執行 (忽略例外) - + Run the debuggee and ignore all exceptions so the debuggee will not process the exception. - - + + Blog 網誌 - + Open https://blog.x64dbg.com 打開https://blog.x64dbg.com - + Animate into 自動步入 - + Execute the step into command at a fixed pace - + Animate over 自動步過 - + Execute the step over command at a fixed pace - + Animate command... 自動執行命令... - + Execute a command at a fixed pace - + System breakpoint scripts 系統中斷點腳本 - + Set the script file to run automatically when the system breakpoint is reached. - + Import settings... 匯入設定... - + Import settings from an external file - + Customize menus 自訂功能表 - + Open the Customize Menus dialog to hide infrequently used menu items into the "more commands" submenu. - + &Import database 匯入資料庫(&I) - + Open an external database file to import data. - + &Export database 匯出資料庫(&E) - + Previous Tab 前一個分頁 - + Show the tab on the left. - + Next Tab 下一個分頁 - + Show the tab on the right. - + Previous View 前一個視圖 - + Show the tab history popup window and select more recently used tab. - + Next View 後一個視圖 - + Show the tab history popup window and select previously viewed tab. - + Hide Tab 隱藏分頁欄 - + Hide the current tab. The hidden tab can be reopened from the View menu. - + &Variables 變數(&V) - + Show a list of x64dbg variables. Equivalent command "varlist" - + Restart as Admin 以管理員身份重新執行 - + Restart x64dbg under Administrator privilege. - + Plugins 外掛 - + Open https://plugins.x64dbg.com 打開https://plugins.x64dbg.com - - + + Trace 追蹤 - + Show the Trace tab. - + Modules 模組 - + Show the Symbols tab. Note that the Modules list is in the symbols tab. - + &Default 預設(&D) - + &Save database 保存資料庫(&S) - + Save all data. The database will be automatically saved when debugging is stopped. - + Re&load database 重新載入資料庫(&L) - + Discard all modifications and read all data from disk. - + &Restore backup database - + Read data from the backup database to recover from database corruption. - + &Clear database 清除資料庫(&C) - + Clear all data. - + About Qt 關於Qt - + Display information about Qt 顯示 Qt 相關資訊 - + Mnemonic Help - + Output the detailed help information about an assembly mnemonic to the log. Equivalent command "mnemonichelp name". + + + Release Notes + + - - - + + + + Error 錯誤 - + %1 (%2) %1 (%2) - + %1 [Elevated] - + Log 日誌 - + Symbols 符號 - + Breakpoints 中斷點 - + Memory Map 記憶體映射 - + SEH SEH鏈 - + Favourite Toolbox - + Command: 命令: - + Ready 已就緒 - - - - - - + + + + + + Languages 語言 - + Dark - + Always stop the debuggee and exit - + The debuggee is still running and will be terminated if you exit. What do you want to do? - + Debuggee is still running 被除錯程式仍在執行 - + &Exit 離開(&E) - + Stop the debuggee and exit x64dbg. - + &Detach and exit 分離並退出(&D) - + Detach from the debuggee (leaving it running) and exit x64dbg. - + &Restart debugging 重新開始除錯(&R) - + Restart the debuggee and keep x64dbg open. - + &Continue debugging - + Close this dialog and continue where you left off. - - + + Unsupported system - + You are running x64dbg in ARM64 emulation mode. <b>This system is not supported by x64dbg and will cause unexpected behavior.</b> Analyzing malware in this environment is dangerous and you should switch to an actual Intel/AMD CPU.<br><br>For more information, see the <a href="%1">FAQ</a>. - + You are running x64dbg on an unsupported operating system version. <b>Future updates will completely stop running on this system.</b><br><br>For more information, see the official <a href="%1">announcement</a>. - - + + Release notes are not available, see <a href="%1">%2</a> for the latest updates. + + + + + Cannot start a trace when running, pause execution first. - - + + Open file 開啟檔案 - + Executables (*.exe *.dll);;All files (*.*) - + Disassembly 反組譯 - + Dump 資料視窗 - + Stack 堆疊 - + Enter expression to run to... - - + + Error! 錯誤! - + Patches can only be shown while debugging... - + All the money will go to x64dbg development. - + You will visit x64dbg's official blog. 您將進入 x64dbg 的官方網誌。 - + You will be taken to a website where you can report a bug. Make sure to fill in as much information as possible. - + This action will crash the debugger and generate a crash dump. You will LOSE ALL YOUR UNSAVED DATA. Do you really want to continue? - + Have fun debugging the debugger! - + Debugger detected! - + Mnemonic help - + Change Command Line 更改命令列 - + Cannot get remote command line, use the 'getcmdline' command for more information. - + Could not set command line! - + New command line: 新的命令列: - + Manual cannot be opened. Please check if x64dbg.chm exists and ensure there is no other problems with your system. - + Do you want to open online manual at https://help.x64dbg.com ? - + Open the Favourites dialog to manage the favourites menu - + Starting tool %1 - + The translation is nearly empty. Do you still want to use this language? - + New language setting will take effect upon restart. 新的語言設置將在重新啟動軟體時生效。 - + Animate command 自動執行命令 - + Example: StepInto 範例:StepInto - + Customize Menus 自訂功能表 - + Settings (*.ini);;All files (*.*) - + Import database 匯入資料庫 - + Databases (%1);;Database backup (%1.bak);;All files (*.*) - + Export database 匯出資料庫 - + Databases (%1);;All files (*.*) - - + + More Commands 更多命令 @@ -15756,12 +15767,12 @@ The TEB can be used to get a lot of information on the process without calling W ReleaseNotesDialog - + Release Notes - + Close 關閉 @@ -18583,51 +18594,51 @@ This could introduce unexpected behaviour to your debugging session... UpdateChecker - + Checking for updates... - + Network Error! 網路錯誤! - + Failed to check for updates - + Error! 錯誤! - + File on server could not be parsed... - - New build %1 available!<br>Download <a href="%2">here</a><br><br>You are now on build %3 - 新版本 %1 已發佈!<br>立即<a href="%2">下載</a><br><br>您現在正在使用版本 %3 - - - + You have a development build (%1) of x64dbg! - + You have the latest build (%1) of x64dbg! - + Information 訊息 + + + <p><b>New x64dbg version available</b>: <a href="%1">%2</a></p> + + VirtualModDialog