From 112dae6bc7cbbd3d2753022ff77eebcabb99c33a Mon Sep 17 00:00:00 2001 From: XMuli Date: Thu, 30 May 2024 15:34:35 +0800 Subject: [PATCH] feat: init --- .gitignore | 695 ++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 2 +- README.md | 53 +++- ar.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ bg.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ cs.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ da.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ de.ts | 797 ++++++++++++++++++++++++++++++++++++++++++++++++++++ el.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ en_gb.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ en_us.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ es.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ fi.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ fr.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ he.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ hi.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ hu.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ id.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ it.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ja.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ko.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ nl.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ no.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pl.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pt.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pt_br.ts | 797 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ro.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ru.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sr.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sv.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ th.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tr.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ uk.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ vi.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ zh_cn.ts | 798 +++++++++++++++++++++++++++++++++++++++++++++++++++++ zh_sg.ts | 794 ++++++++++++++++++++++++++++++++++++++++++++++++++++ zh_tw.ts | 797 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 37 files changed, 27756 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 ar.ts create mode 100644 bg.ts create mode 100644 cs.ts create mode 100644 da.ts create mode 100644 de.ts create mode 100644 el.ts create mode 100644 en_gb.ts create mode 100644 en_us.ts create mode 100644 es.ts create mode 100644 fi.ts create mode 100644 fr.ts create mode 100644 he.ts create mode 100644 hi.ts create mode 100644 hu.ts create mode 100644 id.ts create mode 100644 it.ts create mode 100644 ja.ts create mode 100644 ko.ts create mode 100644 nl.ts create mode 100644 no.ts create mode 100644 pl.ts create mode 100644 pt.ts create mode 100644 pt_br.ts create mode 100644 ro.ts create mode 100644 ru.ts create mode 100644 sr.ts create mode 100644 sv.ts create mode 100644 th.ts create mode 100644 tr.ts create mode 100644 uk.ts create mode 100644 vi.ts create mode 100644 zh_cn.ts create mode 100644 zh_sg.ts create mode 100644 zh_tw.ts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a8bbe2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,695 @@ +# Created by https://www.toptal.com/developers/gitignore/api/qt,cmake,c++,visualstudio,visualstudiocode,clion,macos,windows,linux +# Edit at https://www.toptal.com/developers/gitignore?templates=qt,cmake,c++,visualstudio,visualstudiocode,clion,macos,windows,linux + +### C++ ### +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +### CLion ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ +build*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### CLion Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr + +# Sonarlint plugin +# https://plugins.jetbrains.com/plugin/7973-sonarlint +.idea/**/sonarlint/ + +# SonarQube Plugin +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin +.idea/**/sonarIssues.xml + +# Markdown Navigator plugin +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced +.idea/**/markdown-navigator.xml +.idea/**/markdown-navigator-enh.xml +.idea/**/markdown-navigator/ + +# Cache file creation bug +# See https://youtrack.jetbrains.com/issue/JBR-2257 +.idea/$CACHE_FILE$ + +# CodeStream plugin +# https://plugins.jetbrains.com/plugin/12206-codestream +.idea/codestream.xml + +# Azure Toolkit for IntelliJ plugin +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij +.idea/**/azureSettings.xml + +### CMake ### +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +### CMake Patch ### +# External projects +*-prefix/ + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Qt ### +# C++ objects and libs +*.so.* + +# Qt-es +object_script.*.Release +object_script.*.Debug +*_plugin_import.cpp +/.qmake.cache +/.qmake.stash +*.pro.user +*.pro.user.* +*.qbs.user +*.qbs.user.* +*.moc +moc_*.cpp +moc_*.h +qrc_*.cpp +ui_*.h +*.qmlc +*.jsc +Makefile* +*build-* +*.qm +*.prl + +# Qt unit tests +target_wrapper.* + +# QtCreator +*.autosave + +# QtCreator Qml +*.qmlproject.user +*.qmlproject.user.* + +# QtCreator CMake +CMakeLists.txt.user* + +# QtCreator 4.8< compilation database + +# QtCreator local machine specific files for imported projects +*creator.user* + +*_qmlcache.qrc + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.iobj +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +*.code-workspace + +# Local History for Visual Studio Code + +# Windows Installer files from build outputs + +# JetBrains Rider +*.sln.iml + +### VisualStudio Patch ### +# Additional files built by Visual Studio + +# End of https://www.toptal.com/developers/gitignore/api/qt,cmake,c++,visualstudio,visualstudiocode,clion,macos,windows,linux \ No newline at end of file diff --git a/LICENSE b/LICENSE index 0c897e7..55a5587 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Sunny Screenshot +Copyright (c) 2023-2024 XMuli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e72901b..2dacc9c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,51 @@ -# translations -Sunny Screenshot‘s translations *.ts files +# Sunny Translations + +Sunny Screenshot‘s translations `*.ts` files + + + +## Introduce + +> +> If you are interested, you can help with the internationalisation of this project! + +This is the internationalised translation file (.ts) of Sunny's screenshot. + +You can use Notepad to edit, or [Qt Linguist](https://github.com/lelegard/qtlinguist-installers/releases) to translate. + +When the text file *.ts is translated, I will merge it into the programme and release it in the next version. Subsequently, the submission of translated documents will also be optimised and more detailed programme descriptions will be improved. + +​ + + + +## Languages already translated, thanks + + + +| Abbreviations | Name | English Name | Translator | +| ------------- | ---------------- | ------------------- | -------------------------------------------------- | +| pt_br | Português Brasil | Portuguese (Brazil) | [Thiago Dalsoto](https://github.com/thiagodalsoto) | +| de | Deutsch | German | [Kthargas](https://github.com/Kthargas) | +| zh_cn | 简体中文 | Simplified Chinese | - | +| zh_tw | 繁体中文 | Traditional Chinese | - | +| en_us | English | English | - | + + + +Thank you all for your contributions, if you have anything you don't know, you can refer to the following already translated, or directly mention an [Issues](https://github.com/XMuli/SunnyPages/issues) or gmail contact me, I will help you to finish it. + +
+ +## Example + +Translation language should be written between `` and ``. +: Licenses. + + +https://github.com/SunnyScreenshot/translations/blob/45987f336a0c1527aa9efb273428e17d5f276ab8/translations/pt_br.ts#L7-L8 + +https://github.com/SunnyScreenshot/translations/blob/45987f336a0c1527aa9efb273428e17d5f276ab8/translations/zh_tw.ts#L7-L8 + + + diff --git a/ar.ts b/ar.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/ar.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/bg.ts b/bg.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/bg.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/cs.ts b/cs.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/cs.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/da.ts b/da.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/da.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/de.ts b/de.ts new file mode 100644 index 0000000..dd5e1f7 --- /dev/null +++ b/de.ts @@ -0,0 +1,797 @@ + + + + + About + + Licenses + Lizenzen + + + System Info + System Info + + + Copyright (C) 2023~2024 sunny.xmuli.tech + Copyright (C) 2023~2024 sunny.xmuli.tech + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + Version + Version + + + + AboutInfo + + System Info + System Info + + + CPU + CPU + + + Qt Version + Qt Version + + + Edition + Edition + + + Build Time + Build Zeit + + + Version + Version + + + Memory + Arbeitsspeicher + + + Build Kits + Build Kits + + + Project + Projekt + + + Copy + Kopieren + + + Detailed + Detailliert + + + + ColorPicker + + select color + wähle eine Farbe + + + + General + + Autostart + Autostart + + + Log Level: + Protokollebene: + + + Font: + Schriftart: + + + Language: + Sprache: + + + Themes: + Darstellung: + + + Select Font + Wähle eine Schriftart + + + + Hotkeys + + Capture: + Aufnahme: + + + Delay capture: + Verzögerte Aufnahme: + + + Custom capture: + Benutzerdefinierte Aufnahme: + + + OCR: + Texterkennung: + + + Image translate: + Bild Übersetzung: + + + + ImageTranslateDlg + + Image Translation + Bild Übersetzung + + + To + Zu + + + + ImageView + + Load Image + Bild laden + + + Zoom In + Reinzoomen + + + Zoom Out + Zoom Out + + + Preset + Voreinstellung + + + Zoom: %1% + Zoom: %1% + + + Images (*.png *.bpm *.jpg) + Bilder (*.png *.bpm *.jpg) + + + + Interface + + Personalization + Personalisierung + + + Crosshair: + Fadenkreuz: + + + Highlight: + Markierung: + + + Border Width: + Rahmenbreite: + + + Style: + Stil: + + + Crosshair Width: + Fadenkreuzbreite: + + + Orientation: + Ausrichtung: + + + Custom capture size + Benutzerdefinierte Aufnahmegröße + + + , + , + + + Top left: + Oben links: + + + Size: + Größe: + + + Delay: + Verzögerung: + + + x + x + + + s + s + + + px + px + + + Acrylic effect + Acryl Effekt + + + Auto detect windows + Fenster automatisch erkennen + + + Auto copy to clipboard + Automatisch in Zwischenablage kopieren + + + Crosshair show + Fadenkreuz anzeigen + + + + LicenseUI + + Open source licenses + Open Source Lizenzen + + + About Qt + Über Qt + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + Copyright (C) 2023~2024 %1. Alle Rechte vorbehalten.<br>Die Entstehung dieses Projekts ist untrennbar mit dieser Open-Source-Software verbunden. + + + + NetworkOCR + + Status Code: + Status Code: + + + +Reason Phrase: + +Grund: + + + Warning + Warnung + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + Ihr BaiDu [APIKey oder SecretKey] ist leer, bitte überprüfen Sie ihn und geben Sie ihn erneut ein! + + + + Output + + Image quailty: + Bildqualität: + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + Reichweite: [0,100] oder -1. +Geben Sie 0 an, um kleine komprimierte Dateien zu erhalten, 100 für große unkomprimierte Dateien. +und geben Sie -1 an, damit Sunny für Sie entscheiden kann. + + + Path + Pfad + + + File Name: + Dateiname: + + + Config Path: + Config Pfad: + + + Open + Öffnen + + + Quick save + Schnellspeichern + + + Path: + Pfad: + + + Select + Auswählen + + + Auto save + Automatisch speichern + + + Path: + Pfad: + + + Preview: + Vorschau: + + + Select a path + Wähle den Pfad + + + + PaintToolBar + + Rectangle + Rechteck + + + Ellipse + Ellipse + + + Arrow + Pfeil + + + Pencil + Stift + + + Marker pen + Textmarker + + + Mosaic/Blur + Mosaik/Verwischen + + + Text + Text + + + Serial + Zahlenserie + + + translate + Übersetzen + + + OCR + OCR + + + Undo + Rückgängig + + + Redo + Wiederholen + + + Cancel Capture + Aufnahme abbrechen + + + Pin to screen + An den Bildschirm anheften + + + Save to file + In Datei speichern + + + copy to clipboard + In Zwischenablage kopieren + + + + Pin + + Maximum size: + Maximale Größe: + + + Opacity: + Deckkraft: + + + + PinWidget + + Form + Form + + + Copy + Kopieren + + + Save + Speichern + + + Shadow + Schatten + + + Opicaty + Deckkraft + + + %1% + %1% + + + Close + Schließen + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + Bilddateien(*.png);;Bilddateien(*.jpg);;Bilddateien(*.jpeg);;Bilddateien(*.bmp);;Bilddateien(*.gif);;Alle Dateien(*.*) + + + Save Files + Dateien speichern + + + Zoom: %1% + Zoom: %1% + + + + QObject + + CRASH + ABSTURZ + + + Horizontal + Horizontal + + + Vertical + Vertikal + + + Primary + Primär + + + + ResetUI + + Reset + Zurücksetzen + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + Bilddateien(*.png);;Bilddateien(*.jpg);;Bilddateien(*.jpeg);;Bilddateien(*.bmp);;Bilddateien(*.gif);;Alle Dateien(*.*) + + + Save Files + Dateien Speichern + + + Success + Erfolg + + + Failed + Fehlgeschlagen + + + Image save to + Bild speichern unter + + + Quick save feature is not enabled, please check. + Die Schnellspeicherfunktion ist nicht aktiviert. Bitte überprüfen Sie dies. + + + + SideSettingUI + + Settings [Free] + Einstellungen [Kostenlos] + + + General + Allgemein + + + Interface + Oberfläche + + + Output + Ausgabe + + + Pin + Pin + + + Hotkeys + Hotkeys + + + Tokens + Tokens + + + About + Über + + + + SystemInfo + + Idx + Idx + + + DevicePixelRatio + Gerätepixelverhältnis + + + Logical DPI + Logische DPI + + + Physical DPI + Physische DPI + + + RefreshRate + Bildwiederholrate + + + Geometry + Geometrie + + + PhysicalSize + PhysischeGröße + + + VirtualGeometry + VirtuelleGeometrie + + + + Tokens + + Channel + Kanal + + + OCR: + OCR: + + + Image Translate: + Bild Übersetzung: + + + Next Page + Nächste Seite + + + BaiDu + BaiDu + + + API Key: + API Key: + + + Secret Key: + Secret Key: + + + Youdao + Youdao + + + APP ID: + APP ID: + + + high location + Hohe Lage + + + standard location + Standard Lage + + + high + Hoch + + + standard + Standard + + + baidu + baidu + + + youdao + youdao + + + + Tray + + Screenshot + Bildschirmaufnahme + + + Capture + Aufnahme + + + Delay Capture + Verzögerte Aufnahme + + + Custom Capture + Benutzerdefinierte Aufnahme + + + OCR Capture + OCR Aufnahme + + + Image Translate Capture + Bild Übersetzen Aufnahme + + + Setting + Einstellungen + + + About + Über + + + Restart + Neu Starten + + + Quit + Beenden + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Adjust the pen width + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + + XMagnifyingGlass + + TextLabel + Textbeschriftung + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> Farbe kopieren</p></body></html> + + + (%1, %2) + (%1, %2) + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> Verbessern RGB/HEX</p></body></html> + + + + XMonitorLabel + + Idx + Idx + + + DevicePixelRatio + Gerätepixelverhältnis + + + Logical DPI + Logische DPI + + + Physical DPI + Physische DPI + + + RefreshRate + Bildwiederholrate + + + Geometry + Geometrie + + + PhysicalSize + PhysischeGröße + + + Primary + Primär + + + + XOcrWidget + + OCR + OCR + + + diff --git a/el.ts b/el.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/el.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/en_gb.ts b/en_gb.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/en_gb.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/en_us.ts b/en_us.ts new file mode 100644 index 0000000..4d972b0 --- /dev/null +++ b/en_us.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + Version + + + + System Info + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + + AboutInfo + + Copy + + + + Detailed + + + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Save Files + + + + Zoom: %1% + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + Screenshot + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Adjust the pen width + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/es.ts b/es.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/es.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/fi.ts b/fi.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/fi.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/fr.ts b/fr.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/fr.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/he.ts b/he.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/he.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/hi.ts b/hi.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/hi.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/hu.ts b/hu.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/hu.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/id.ts b/id.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/id.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/it.ts b/it.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/it.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/ja.ts b/ja.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/ja.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/ko.ts b/ko.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/ko.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/nl.ts b/nl.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/nl.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/no.ts b/no.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/no.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/pl.ts b/pl.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/pl.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/pt.ts b/pt.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/pt.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/pt_br.ts b/pt_br.ts new file mode 100644 index 0000000..bc5e38a --- /dev/null +++ b/pt_br.ts @@ -0,0 +1,797 @@ + + + + + About + + Licenses + Licenças + + + Version + Versão + + + System Info + Informações do sistema + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Site Web</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Autor</span></a></p></body></html> + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Questões</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussão </span></a></p></body></html> + + + Copyright (C) 2023~2024 sunny.xmuli.tech + Direitos autorais (C) 2023~2024 sunny.xmuli.tech + + + + AboutInfo + + Copy + Copiar + + + Detailed + Detalhes + + + System Info + Informações do Sistema + + + CPU + CPU + + + Qt Version + Versão Qt + + + Edition + Edição + + + Build Time + Tempo de Construção + + + Version + Versão + + + Memory + Memória + + + Build Kits + Kits de Construção + + + Project + Projeto + + + + ColorPicker + + select color + Seletor de cores + + + + General + + Autostart + Início automatico + + + Log Level: + Nível de Log: + + + Font: + Fonte: + + + Language: + Linguagem: + + + Themes: + Temas: + + + Select Font + Selecione a Fonte + + + + Hotkeys + + Delay capture: + Captura atrasada: + + + Capture: + Capturar: + + + Custom capture: + Captura personalizada: + + + OCR: + OCR: + + + Image translate: + Tradutor de imagem: + + + + ImageTranslateDlg + + To + Para + + + Image Translation + Tradutor de Imagem + + + + ImageView + + Load Image + Carregar Imagem + + + Zoom In + Ampliar + + + Zoom Out + Reduzir + + + Preset + Predefinido + + + Zoom: %1% + Ampliar: %1% + + + Images (*.png *.bpm *.jpg) + Imagens (*.png *.bpm *.jpg) + + + + Interface + + Personalization + Personalização + + + Crosshair: + Mira: + + + Highlight: + Borda: + + + Border Width: + Largura da borda: + + + Style: + Estilo: + + + Crosshair Width: + Largura da mira: + + + Orientation: + Orientação: + + + , + , + + + Top left: + Canto superior esquerdo: + + + Size: + Tamanho: + + + Delay: + Atraso: + + + x + x + + + s + s + + + px + px + + + Acrylic effect + Efeito acrílico + + + Auto detect windows + Detecção automática de janela + + + Auto copy to clipboard + Copiar automaticamente para a área de transferência + + + Crosshair show + Mostrar mira + + + Custom capture size + Tamanho de captura personalizado + + + + LicenseUI + + Open source licenses + Licenças de código aberto + + + About Qt + Sobre Qt + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + Direitos autorais (C) 2023~2024 %1. Todos os direitos reservados.<br>O nascimento deste projeto é inseparável desses softwares de código aberto + + + + NetworkOCR + + Status Code: + Código de status: + + + +Reason Phrase: + +Frase de Razão: + + + Warning + Aviso + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + Seu BaiDu [APIKey ou SecretKey] está vazio, verifique e insira-o novamente! + + + + Output + + Image quailty: + Qualidade da imagem: + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + Faixa: [0,100] ou -1. +Especifique 0 para obter arquivos compactados pequenos, 100 para arquivos grandes descompactados, +e especifique -1 para deixar Sunny decidir por você. + + + Path + Caminho + + + File Name: + Nome do arquivo: + + + Config Path: + Caminho da configuração: + + + Open + Abrir + + + Quick save + Salvamento rapido + + + Path: + Caminho: + + + Select + Selecionar + + + Auto save + Salvamento automático + + + Path: + Caminho: + + + Preview: + Visualização: + + + Select a path + Selecione um caminho + + + + PaintToolBar + + Rectangle + Retângulo + + + Ellipse + Elipse + + + Arrow + Seta + + + Pencil + Lápis + + + Marker pen + Caneta de destaque + + + Mosaic/Blur + Mosaico/Desfoque + + + Text + Texto + + + Serial + Contador + + + Pin to screen + Fixar na tela + + + translate + Traduzir + + + OCR + OCR + + + Undo + Desfazer + + + Redo + Refazer + + + Cancel Capture + Cancelar captura + + + Save to file + Salvar em arquivo + + + copy to clipboard + Copiar para área de transferência + + + + Pin + + Maximum size: + Tamanho máximo: + + + Opacity: + Opacidade: + + + + PinWidget + + Form + Forma + + + Copy + Copiar + + + Save + Salvar + + + Shadow + Sombra + + + Opicaty + Opacidade + + + %1% + %1% + + + Close + Fechar + + + Save Files + Salvar Arquivos + + + Zoom: %1% + Ampliar: %1% + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + Arquivos de Iimagem(*.png);;Arquivos de Iimagem(*.jpg);;Arquivos de Iimagem(*.jpeg);;Arquivos de Iimagem(*.bmp);;Arquivos de Iimagem(*.gif);;Todos os Arquivos(*.*) + + + + QObject + + CRASH + FALHA + + + Horizontal + Horizontal + + + Vertical + Vertical + + + Primary + Primário + + + + ResetUI + + Reset + Redefinir + + + + ScreenShot + + Save Files + Salvar Arquivos + + + Success + Sucesso + + + Failed + Falhou + + + Image save to + Salvar imagem em + + + Quick save feature is not enabled, please check. + O recurso de salvamento rápido não está ativado, verifique. + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + Arquivos de imagem(*.png);;Arquivos de imagem(*.jpg);;Arquivos de imagem(*.jpeg);;Arquivos de imagem(*.bmp);;Arquivos de imagem(*.gif);;Todos os Arquivos(*.*) + + + + SideSettingUI + + General + Geral + + + Interface + Interface + + + Output + Saída + + + Pin + Fixar + + + Hotkeys + Teclas de atalho + + + Tokens + Chaves + + + About + Sobre + + + Settings [Free] + Configurações + + + + SystemInfo + + Idx + Identificador X + + + DevicePixelRatio + Proporção de pixels do dispositivo + + + Logical DPI + DPI Lógico + + + Physical DPI + DPI Físico + + + RefreshRate + Taxa de Atualização + + + Geometry + Geometria + + + PhysicalSize + Tamanho Físico + + + VirtualGeometry + Geometria Virtual + + + + Tokens + + APP ID: + APP ID: + + + Secret Key: + Chave Secreta: + + + API Key: + Chave API: + + + Channel + Canal + + + OCR: + OCR: + + + Image Translate: + Tradução de Imagens: + + + BaiDu + BaiDu + + + Youdao + Youdao + + + Next Page + Próxima Página + + + high location + localização alta + + + standard location + localização padrão + + + high + alta + + + standard + padrão + + + baidu + baidu + + + youdao + youdao + + + + Tray + + Capture + Capturar + + + Setting + Configuração + + + Restart + Reiniciar + + + Quit + Sair + + + About + Sobre + + + Screenshot + Captura de Tela + + + Delay Capture + Captura Atrasada + + + Custom Capture + Captura Personalizada + + + OCR Capture + Captura OCR + + + Image Translate Capture + Tradutor + + + + XGuideTips + + Move the cursor by 1 pixel + Mover o cursor por 1 pixel + + + Move the snipping area by 1 pixel + Mover a área de captura em 1 pixel + + + Toggle between window detection and element detection + Alternar entre detecção de janela e detecção de elemento + + + Display detailed information about this window's process + Exibir informações detalhadas sobre o processo desta janela + + + Adjust the pen width + Ajustar a largura da ferramenta + + + Enlargement / Reduction of the snipping area by 1 pixel + Ampliação / Redução da área de captura em 1 pixel + + + Select the active screen / fullscreen + Selecione a tela ativa / tela cheia + + + + XMagnifyingGlass + + TextLabel + Rótulo do Texto + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + <html><head/><body><p>Pressione <span style=" font-weight:700;">C</span> para copiar a cor</p></body></html> + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + <html><head/><body><p>Pressione <span style=" font-weight:700;">Shift</span> para alternar entre RGB/HEX</p></body></html> + + + (%1, %2) + (%1, %2) + + + + XMonitorLabel + + Idx + Identificador X + + + DevicePixelRatio + Proporção de pixels do dispositivo + + + Logical DPI + DPI Lógico + + + Physical DPI + DPI Físico + + + RefreshRate + Taxa de Atualização + + + Geometry + Geometria + + + PhysicalSize + Tamanho Físico + + + Primary + Primário + + + + XOcrWidget + + OCR + OCR + + + diff --git a/ro.ts b/ro.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/ro.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/ru.ts b/ru.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/ru.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/sr.ts b/sr.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/sr.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/sv.ts b/sv.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/sv.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/th.ts b/th.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/th.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/tr.ts b/tr.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/tr.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/uk.ts b/uk.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/uk.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/vi.ts b/vi.ts new file mode 100644 index 0000000..8b07dea --- /dev/null +++ b/vi.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/zh_cn.ts b/zh_cn.ts new file mode 100644 index 0000000..c80b558 --- /dev/null +++ b/zh_cn.ts @@ -0,0 +1,798 @@ + + + + + About + + Licenses + 开源许可 + + + Version + 版本 + + + System Info + 系统信息 + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">官网</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">更新</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">作者</span></a></p></body></html> + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + <html><head/><body><p>反饋: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">討論組 </span></a></p></body></html> + <html><head/><body><p>反馈: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">讨论组 </span></a></p></body></html> + + + Copyright (C) 2023~2024 sunny.xmuli.tech + 版权所有 (C) 2023~2024 sunny.xmuli.tech + + + + AboutInfo + + Copy + 复制 + + + Detailed + 详细 + + + System Info + 系统信息 + + + CPU + 处理器 + + + Qt Version + Qt 版本 + + + Edition + 版本 + + + Build Time + 构建时间 + + + Version + 版本 + + + Memory + 内存 + + + Build Kits + 构建套件 + + + Project + 项目 + + + + ColorPicker + + select color + 选择颜色 + + + + General + + Font: + 界面字体: + + + Language: + 语言: + + + Autostart + 开机自启 + + + Log Level: + 日志级别: + + + Select Font + 选择字体 + + + Themes: + 主题: + + + + Hotkeys + + Delay capture: + 自定义截图: + + + Capture: + 截图: + + + Custom capture: + 延时截图: + + + OCR: + 提取文字: + + + Image translate: + 图片翻译: + + + + ImageTranslateDlg + + To + + + + Image Translation + 图片翻译 + + + + ImageView + + Load Image + 加载图片 + + + Zoom In + 放大 + + + Zoom Out + 缩小 + + + Preset + 重置 + + + Zoom: %1% + 缩放: %1% + + + Images (*.png *.bpm *.jpg) + 图片 (*.png *.bpm *.jpg) + + + + Interface + + Personalization + 个性化 + + + Border Width: + 边框宽度: + + + Crosshair: + 十字线颜色: + + + Crosshair Width: + 十字线宽度: + + + Style: + 风格: + + + Highlight: + 活动色: + + + , + + + + Top left: + 左上角: + + + Size: + 大小: + + + Delay: + 延时: + + + x + + + + s + + + + px + + + + Acrylic effect + 亚克力效果 + + + Auto detect windows + 自动检测窗口 + + + Auto copy to clipboard + 自动复制到剪切板 + + + Crosshair show + 显示全屏十字线 + + + Orientation: + 工具栏的方位: + + + Custom capture size + 自定义截图的大小 + + + + LicenseUI + + Open source licenses + 开源协议 + + + About Qt + 关于 Qt + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + 版权所有 2023~2024 %1. 保留所有权利。<br>本项目的诞生离不开如下开源项目 + + + + NetworkOCR + + Status Code: + 状态码: + + + +Reason Phrase: + +原因短语: + + + Warning + 警告 + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + 你的百度 [APIKey Or SecretKey] 为空,请检查后重试! + + + + Output + + Image quailty: + 图像质量: + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + 范围:[0,100] 或 -1. +设为 0 可最大压缩图像,100 为完全不压缩, +设为 -1 让 Sunny 为您决定。 + + + Path + 路径 + + + File Name: + 文件名: + + + Config Path: + 配置路径: + + + Open + 打开 + + + Quick save + 快速保存 + + + Path: + 路径: + + + Select + 更改 + + + Auto save + 自动保存 + + + Path: + 路径: + + + Preview: + 预览: + + + Select a path + 选择新路径 + + + + PaintToolBar + + Rectangle + 矩形 + + + Ellipse + 椭圆 + + + Pencil + 画笔 + + + Marker pen + 记号笔 + + + Mosaic/Blur + 马赛克/模糊 + + + Text + 文本 + + + Serial + 序号 + + + Pin to screen + 钉到屏幕上 + + + Undo + 撤销 + + + Redo + 重做 + + + Cancel Capture + 退出截屏 + + + Save to file + 保存到文件 + + + copy to clipboard + 复制到剪切板 + + + Arrow + 箭头 + + + translate + 翻译 + + + OCR + 屏幕识图 + + + + Pin + + Maximum size: + 默认最大窗口尺寸: + + + Opacity: + 默认不透明度: + + + + PinWidget + + Opicaty + 不透明度 + + + %1% + %1% + + + Close + 关闭 + + + Save Files + 保存图片 + + + Form + + + + Shadow + 阴影 + + + Copy + 复制 + + + Save + 保存 + + + Zoom: %1% + 缩放: %1% + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + 图片格式(*.png);;图片格式(*.jpg);;图片格式(*.jpeg);;图片格式(*.bmp);;图片格式(*.gif);;所有格式(*.*) + + + + QObject + + Horizontal + 水平 + + + Vertical + 竖直 + + + CRASH + 程式崩溃 + + + Primary + 主屏幕 + + + + ResetUI + + Reset + 重置 + + + + ScreenShot + + Save Files + 保存图片 + + + Success + 成功 + + + Failed + 失败 + + + Image save to + 图片保存到 + + + Quick save feature is not enabled, please check. + 快速保存功能未启用,请检查。 + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + 图片格式(*.png);;图片格式(*.jpg);;图片格式(*.jpeg);;图片格式(*.bmp);;图片格式(*.gif);;所有格式(*.*) + + + + SideSettingUI + + General + 常规 + + + Interface + 界面 + + + Output + 输出 + + + Pin + 钉图 + + + Hotkeys + 热键 + + + Tokens + 令牌 + + + About + 关于 + + + Settings [Free] + 设置 [免费] + + + + SystemInfo + + Idx + 序号 + + + DevicePixelRatio + 设备像素比 + + + Logical DPI + 逻辑 DPI + + + Physical DPI + 物理 DPI + + + RefreshRate + 刷新率 + + + Geometry + 可用区域 + + + PhysicalSize + 物理尺寸 + + + VirtualGeometry + 虚拟可用区域 + + + + Tokens + + APP ID: + + + + Secret Key: + + + + API Key: + + + + Channel + 线路 + + + OCR: + 提取文字: + + + Image Translate: + 图片翻译: + + + BaiDu + 百度 + + + Youdao + 有道 + + + Next Page + 下一页 + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Capture + 截屏 + + + Setting + 设置 + + + Restart + 重新启动 + + + Quit + 退出 + + + About + 关于 + + + Screenshot + 截图 + + + Delay Capture + 延迟截图 + + + Custom Capture + 自定义截图 + + + OCR Capture + OCR截图 + + + Image Translate Capture + 图片翻译截图 + + + + XGuideTips + + Move the cursor by 1 pixel + 将鼠标指针移动 1 像素 + + + Move the snipping area by 1 pixel + 将截屏区域移动 1 像素 + + + Toggle between window detection and element detection + 切换检测窗口/子控件元素 + + + Display detailed information about this window's process + 显示此窗口的进程详细信息 + + + Adjust the pen width + 调整画笔粗细 + + + Enlargement / Reduction of the snipping area by 1 pixel + 扩大 / 缩小截屏区域 1 像素 + + + Select the active screen / fullscreen + 设置截屏区域为当前屏幕 / 全屏 + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + <html><head/><body><p>按 <span style=" font-weight:700;">C</span> 复制颜色值</p></body></html> + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + <html><head/><body><p>按 <span style=" font-weight:700;">Shift</span> 切换 RGB/HEX</p></body></html> + + + (%1, %2) + + + + + XMonitorLabel + + Idx + 序号 + + + DevicePixelRatio + 设备像素比 + + + Logical DPI + 逻辑 DPI + + + Physical DPI + 物理 DPI + + + RefreshRate + 刷新率 + + + Geometry + 可用区域 + + + PhysicalSize + 物理尺寸 + + + Primary + 主屏幕 + + + + XOcrWidget + + OCR + OCR + + + diff --git a/zh_sg.ts b/zh_sg.ts new file mode 100644 index 0000000..a726db4 --- /dev/null +++ b/zh_sg.ts @@ -0,0 +1,794 @@ + + + + + About + + Licenses + + + + System Info + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Version + + + + + AboutInfo + + System Info + + + + CPU + + + + Qt Version + + + + Edition + + + + Build Time + + + + Version + + + + Memory + + + + Build Kits + + + + Project + + + + Copy + + + + Detailed + + + + + ColorPicker + + select color + + + + + General + + Autostart + + + + Log Level: + + + + Font: + + + + Language: + + + + Themes: + + + + Select Font + + + + + Hotkeys + + Capture: + + + + Delay capture: + + + + Custom capture: + + + + OCR: + + + + Image translate: + + + + + ImageTranslateDlg + + Image Translation + + + + To + + + + + ImageView + + Load Image + + + + Zoom In + + + + Zoom Out + + + + Preset + + + + Zoom: %1% + + + + Images (*.png *.bpm *.jpg) + + + + + Interface + + Personalization + + + + Crosshair: + + + + Highlight: + + + + Border Width: + + + + Style: + + + + Crosshair Width: + + + + Orientation: + + + + Custom capture size + + + + , + + + + Top left: + + + + Size: + + + + Delay: + + + + x + + + + s + + + + px + + + + Acrylic effect + + + + Auto detect windows + + + + Auto copy to clipboard + + + + Crosshair show + + + + + LicenseUI + + Open source licenses + + + + About Qt + + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + + + + + NetworkOCR + + Status Code: + + + + +Reason Phrase: + + + + Warning + + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + + + + + Output + + Image quailty: + + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + + + + Path + + + + File Name: + + + + Config Path: + + + + Open + + + + Quick save + + + + Path: + + + + Select + + + + Auto save + + + + Path: + + + + Preview: + + + + Select a path + + + + + PaintToolBar + + Rectangle + + + + Ellipse + + + + Arrow + + + + Pencil + + + + Marker pen + + + + Mosaic/Blur + + + + Text + + + + Serial + + + + translate + + + + OCR + + + + Undo + + + + Redo + + + + Cancel Capture + + + + Pin to screen + + + + Save to file + + + + copy to clipboard + + + + + Pin + + Maximum size: + + + + Opacity: + + + + + PinWidget + + Form + + + + Copy + + + + Save + + + + Shadow + + + + Opicaty + + + + %1% + + + + Close + + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Zoom: %1% + + + + + QObject + + CRASH + + + + Horizontal + + + + Vertical + + + + Primary + + + + + ResetUI + + Reset + + + + + ScreenShot + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + + + + Save Files + + + + Success + + + + Failed + + + + Image save to + + + + Quick save feature is not enabled, please check. + + + + + SideSettingUI + + Settings [Free] + + + + General + + + + Interface + + + + Output + + + + Pin + + + + Hotkeys + + + + Tokens + + + + About + + + + + SystemInfo + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + VirtualGeometry + + + + + Tokens + + Channel + + + + OCR: + + + + Image Translate: + + + + Next Page + + + + BaiDu + + + + API Key: + + + + Secret Key: + + + + Youdao + + + + APP ID: + + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Screenshot + + + + Capture + + + + Delay Capture + + + + Custom Capture + + + + OCR Capture + + + + Image Translate Capture + + + + Setting + + + + About + + + + Restart + + + + Quit + + + + + XGuideTips + + Move the cursor by 1 pixel + + + + Move the snipping area by 1 pixel + + + + Toggle between window detection and element detection + + + + Display detailed information about this window's process + + + + Enlargement / Reduction of the snipping area by 1 pixel + + + + Select the active screen / fullscreen + + + + Adjust the pen width + + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + + + + (%1, %2) + + + + + XMonitorLabel + + Idx + + + + DevicePixelRatio + + + + Logical DPI + + + + Physical DPI + + + + RefreshRate + + + + Geometry + + + + PhysicalSize + + + + Primary + + + + + XOcrWidget + + OCR + + + + diff --git a/zh_tw.ts b/zh_tw.ts new file mode 100644 index 0000000..392d5c6 --- /dev/null +++ b/zh_tw.ts @@ -0,0 +1,797 @@ + + + + + About + + Licenses + 開源許可 + + + Version + 版本 + + + System Info + 系統信息 + + + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">Website</span></a></p></body></html> + <html><head/><body><p><a href="https://sunny.xmuli.tech"><span style=" text-decoration: underline; color:#008000;">官網</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">Download</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/SunnyPages/releases"><span style=" text-decoration: underline; color:#008000;">下載</span></a></p></body></html> + + + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">Author</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli"><span style=" text-decoration: underline; color:#008000;">作者</span></a></p></body></html> + + + <html><head/><body><p>Feedback: &nbsp;<a href="https://github.com/XMuli/SunnyPages/issues"><span style=" text-decoration: underline; color:#008000;">Issues</span></a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://txc.qq.com/products/649489"><span style=" text-decoration: underline; color:#008000;">Discussion </span></a></p></body></html> + + + + Copyright (C) 2023~2024 sunny.xmuli.tech + 版權所有 (C) 2023~2024 sunny.xmuli.tech + + + + AboutInfo + + Copy + 複製 + + + Detailed + 詳細 + + + System Info + 系統信息 + + + CPU + 處理器 + + + Qt Version + Qt 版本 + + + Edition + 版本 + + + Build Time + 構建時間 + + + Version + 版本 + + + Memory + 內存 + + + Build Kits + 构建套件 + + + Project + 項目 + + + + ColorPicker + + select color + 選擇顏色 + + + + General + + Font: + 界面字體: + + + Language: + 語言: + + + Autostart + 開機自啟 + + + Log Level: + 日誌級別: + + + Select Font + 選擇字體 + + + Themes: + 主題: + + + + Hotkeys + + Delay capture: + 自定義截圖: + + + Capture: + 截圖: + + + Custom capture: + 延時截圖: + + + OCR: + OCR: + + + Image translate: + 圖片翻譯: + + + + ImageTranslateDlg + + To + + + + Image Translation + 圖片翻譯 + + + + ImageView + + Load Image + 加載圖片 + + + Zoom In + 放大 + + + Zoom Out + 縮小 + + + Preset + 重置 + + + Zoom: %1% + 縮放: %1% + + + Images (*.png *.bpm *.jpg) + 圖片 (*.png *.bpm *.jpg) + + + + Interface + + Personalization + 個性化 + + + Border Width: + 邊框寬度: + + + Crosshair: + 十字線顏色: + + + Crosshair Width: + 十字線寬度: + + + Style: + 風格: + + + Highlight: + 活動色: + + + , + + + + Top left: + 左上角: + + + Size: + 大小: + + + Delay: + 延時: + + + x + + + + s + + + + px + + + + Acrylic effect + 亞克力效果 + + + Auto detect windows + 自動檢測窗口 + + + Auto copy to clipboard + 自動複製到剪切板 + + + Crosshair show + 顯示全屏十字線 + + + Orientation: + 工具欄的方位: + + + Custom capture size + 自定義截圖的大小 + + + + LicenseUI + + Open source licenses + 開源協議 + + + About Qt + 關於 Qt + + + Copyright (C) 2023~2024 %1. All rights reserved.<br>The birth of this project is inseparable from these open source software + 版權所有 2023~2024 %1. 保留所有權利。<br>本項目的誕生離不開如下開源項目 + + + + NetworkOCR + + Status Code: + 狀態碼: + + + +Reason Phrase: + +原因短語: + + + Warning + 警告 + + + Your BaiDu [APIKey Or SecretKey] is empty, please check and re-enter it! + 你的百度 [APIKey Or SecretKey] 為空,請檢查後重試! + + + + Output + + Image quailty: + 圖像質量: + + + Range: [0,100] or -1. +Specify 0 to obtain small compressed files, 100 for large uncompressed files, +and specify -1 to let Sunny decide for you. + 範圍:[0,100] 或 -1. +設為 0 可最大壓縮圖像,100 為完全不壓縮, +設為 -1 讓 Sunny 為您決定。 + + + Path + 路徑 + + + File Name: + 文件名: + + + Config Path: + 配置路徑: + + + Open + 打開 + + + Quick save + 快速保存 + + + Path: + 路徑: + + + Select + 更改 + + + Auto save + 自動保存 + + + Path: + 路徑: + + + Preview: + 預覽: + + + Select a path + 選擇新路徑 + + + + PaintToolBar + + Rectangle + 矩形 + + + Ellipse + 橢圓 + + + Pencil + 畫筆 + + + Marker pen + 記號筆 + + + Mosaic/Blur + 馬賽克/模糊 + + + Text + Text + + + Serial + 序號 + + + Pin to screen + 釘到屏幕上 + + + Undo + 撤銷 + + + Redo + 重做 + + + Cancel Capture + 退出截屏 + + + Save to file + 保存到文件 + + + copy to clipboard + 複製到剪切板 + + + Arrow + 箭頭 + + + translate + 翻譯 + + + OCR + 屏幕識圖 + + + + Pin + + Maximum size: + 默認最大窗口尺寸: + + + Opacity: + 默認不透明度: + + + + PinWidget + + Opicaty + 不透明度 + + + %1% + %1% + + + Close + 關閉 + + + Save Files + 保存圖片 + + + Form + + + + Shadow + 陰影 + + + Copy + 複製 + + + Save + 保存 + + + Zoom: %1% + 縮放: %1% + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + 圖片格式(*.png);;圖片格式(*.jpg);;圖片格式(*.jpeg);;圖片格式(*.bmp);;圖片格式(*.gif);;所有格式(*.*) + + + + QObject + + Horizontal + 水平 + + + Vertical + 豎直 + + + CRASH + 程式崩潰 + + + Primary + 主屏幕 + + + + ResetUI + + Reset + 重置 + + + + ScreenShot + + Save Files + 保存圖片 + + + Success + 成功 + + + Failed + 失敗 + + + Image save to + 圖片保存到 + + + Quick save feature is not enabled, please check. + 快速保存功能未啟用,請檢查。 + + + Image Files(*.png);;Image Files(*.jpg);;Image Files(*.jpeg);;Image Files(*.bmp);;Image Files(*.gif);;All Files(*.*) + 圖片格式(*.png);;圖片格式(*.jpg);;圖片格式(*.jpeg);;圖片格式(*.bmp);;圖片格式(*.gif);;所有格式(*.*) + + + + SideSettingUI + + General + 常規 + + + Interface + 界面 + + + Output + 輸出 + + + Pin + 釘圖 + + + Hotkeys + 熱鍵 + + + Tokens + 令牌 + + + About + 關於 + + + Settings [Free] + 設置 [免費] + + + + SystemInfo + + Idx + 序號 + + + DevicePixelRatio + 設備像素比 + + + Logical DPI + 邏輯 DPI + + + Physical DPI + 物理 DPI + + + RefreshRate + 刷新率 + + + Geometry + 可用區域 + + + PhysicalSize + 物理尺寸 + + + VirtualGeometry + 虛擬可用區域 + + + + Tokens + + APP ID: + + + + Secret Key: + + + + API Key: + + + + Channel + 線路 + + + OCR: + 提取文字: + + + Image Translate: + 圖片翻譯: + + + BaiDu + 百度 + + + Youdao + 有道 + + + Next Page + 下一頁 + + + high location + + + + standard location + + + + high + + + + standard + + + + baidu + + + + youdao + + + + + Tray + + Capture + 截屏 + + + Setting + 设置 + + + Restart + 重新啟動 + + + Quit + 退出 + + + About + 關於 + + + Screenshot + 截圖 + + + Delay Capture + 延遲截圖 + + + Custom Capture + 自定義截圖 + + + OCR Capture + OCR截圖 + + + Image Translate Capture + 圖片翻譯截圖 + + + + XGuideTips + + Move the cursor by 1 pixel + 將鼠標指針移動 1 像素 + + + Move the snipping area by 1 pixel + 將截屏區域移動 1 像素 + + + Toggle between window detection and element detection + 切換檢測窗口/子控件元素 + + + Display detailed information about this window's process + 顯示此窗口的進程詳細信息 + + + Adjust the pen width + 調整畫筆粗細 + + + Enlargement / Reduction of the snipping area by 1 pixel + 擴大 / 縮小截屏區域 1 像素 + + + Select the active screen / fullscreen + 設置截屏區域為當前屏幕 / 全屏 + + + + XMagnifyingGlass + + TextLabel + + + + <html><head/><body><p>Press <span style=" font-weight:700;">C</span> to copy color</p></body></html> + <html><head/><body><p>按 <span style=" font-weight:700;">C</span> 複製顏色值</p></body></html> + + + <html><head/><body><p>Press <span style=" font-weight:700;">Shift</span> to Switch betten RGB/HEX</p></body></html> + <html><head/><body><p>按 <span style=" font-weight:700;">Shift</span> 切换 RGB/HEX</p></body></html> + + + (%1, %2) + + + + + XMonitorLabel + + Idx + 序號 + + + DevicePixelRatio + 設備像素比 + + + Logical DPI + 邏輯 DPI + + + Physical DPI + 物理 DPI + + + RefreshRate + 刷新率 + + + Geometry + 可用區域 + + + PhysicalSize + 物理尺寸 + + + Primary + 主屏幕 + + + + XOcrWidget + + OCR + OCR + + +