Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Offline, no PSN account required.

## About the Emulator

psOff is a closed-source PlayStation 4 emulator (compatibility layer) written in C++20. The project is still in its early stages, and many games may not work properly yet. However, we are continuously improving compatibility and performance. Stay updated via our Discord server and Compatibility Tracker. You can track our progress [here](https://github.com/users/SysRay/projects/5).
psOff is a closed-source PlayStation 4 emulator (compatibility layer) written in C++23. The project is still in its early stages, and many games may not work properly yet. However, we are continuously improving compatibility and performance. Stay updated via our Discord server and Compatibility Tracker. You can track our progress [here](https://github.com/users/SysRay/projects/5).

### Main Developers
- **Ray** - Project Founder ([GitHub: @SysRay](https://github.com/SysRay))
Expand Down
24 changes: 11 additions & 13 deletions translations/ChineseSimplified.lang
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
&View_Settings.GeneralTab.Country.tt=此设置指定要向您启动的应用程序报告的国家/地区。某些应用程序可能会使用此设置应用区域限制。
&View_Settings.GeneralTab.Lang=语言
&View_Settings.GeneralTab.Lang.tt=此设置指定用户界面和应用程序使用的语言。\n需要注意的是如果缺少你所用语言的翻译,用户界面将回退为英文,而应用程序的行为可能各不相同。
&View_Settings.GeneralTab.Update=更新通道
&View_Settings.GeneralTab.Update.tt=此设置指定模拟器的更新通道。\n\n稳定版 - 此通道大约每月发布一次新版本。\n非稳定版 - 此通道大约每周发布一次新版本。
&View_Settings.GeneralTab.UpdateChannel.0=稳定版
&View_Settings.GeneralTab.UpdateChannel.1=非稳定版
&View_Settings.GeneralTab.UpdateFreq=更新频率
&View_Settings.GeneralTab.UpdateFreq.0=每月
&View_Settings.GeneralTab.UpdateFreq.1=每周
&View_Settings.GeneralTab.UpdateFreq.2=每日
&View_Settings.GeneralTab.UpdateFreq.3=从不
&View_Settings.UpdaterTab.Update=更新通道
&View_Settings.UpdaterTab.Update.tt=此设置指定模拟器的更新通道。\n\n稳定版 - 此通道大约每月发布一次新版本。\n非稳定版 - 此通道大约每周发布一次新版本。
&View_Settings.UpdaterTab.UpdateChannel.0=稳定版
&View_Settings.UpdaterTab.UpdateChannel.1=非稳定版
&View_Settings.UpdaterTab.UpdateFreq=更新频率
&View_Settings.UpdaterTab.UpdateFreq.0=每月
&View_Settings.UpdaterTab.UpdateFreq.1=每周
&View_Settings.UpdaterTab.UpdateFreq.2=每日
&View_Settings.UpdaterTab.UpdateFreq.3=从不
&View_Settings.GeneralTab.UiKey=叠加显示绑定键
&View_Settings.GeneralTab.TropKey=奖杯密钥
&View_Settings.GeneralTab.TropKey.tt=PS主机上的奖杯数据是加密的。\n你要从PS4主机中转储出这个密钥然后以十六进制格式输入到此处。\n这个设置是可选的,但是如果你不指定正确的密钥,\n与奖杯相关的应用程序功能将不正常。\n\n你需要重启应用程序来应用这个设置。
Expand All @@ -35,7 +35,7 @@
&View_Settings.GeneralTab.JapCn=在用户界面中启用中文和日文字符支持(会显著增加内存使用量!)。
&View_Settings.GeneralTab.CommStart=在应用程序启动时应用已启用的社区补丁
&View_Settings.GeneralTab.DevGame=在游戏时显示开发者信息
&View_Settings.GeneralTab.UpdateForce=强制更新检查
&View_Settings.UpdaterTab.UpdateForce=强制更新检查
&View_Settings.GeneralTab.MouseLock=锁定鼠标指针
&View_Settings.GeneralTab.MouseLock.tt=如果激活这个设置,应用程序在运行的时候鼠标指针将被锁定在模拟器窗口中。\n 如果应用程序支持鼠标输入,\n任何鼠标移动都会被传递给应用程序。
&View_Settings.GeneralTab.DelLogs=启动时删除所有旧日志
Expand Down Expand Up @@ -99,7 +99,7 @@
&View_Settings.FirmTab.Lib.tt=此值必须为空或者包含到任意版本PS4固件目录的完整路径。\n\n如果在下方列表中未选中任何选项,这个设置将被忽略。
&View_Settings.FirmTab.ALib.tt=此处可以选择需要从上方的PS4固件目录中载入的库。\n如果固件路径为空,所有的这些复选框都会被忽略。
&View_Settings.AboutTab=关于
&View_Settings.AboutTab.HeadingText=psOff是用C++20编写的一个闭源的PlayStation 4 模拟器 (兼容层)。此项目仍在初始阶段并且很多游戏在一段比较长的时间内都将不能正常运行,但是随着时间推移我们在稳步改进模拟器的兼容性和稳定性,因此请通过Discord和我们的Compatibility tracker保持关注。 (在此页面的底部有到这些资源的链接)。\n\n主要开发人员:\n* Ray - project founder (GitHub: @SysRay)\n* Daydreamer - secondary developer (GitHub: @igor725)\n\nThis project uses following third party open source libraries:\n
&View_Settings.AboutTab.HeadingText=psOff是用C++23编写的一个闭源的PlayStation 4 模拟器 (兼容层)。此项目仍在初始阶段并且很多游戏在一段比较长的时间内都将不能正常运行,但是随着时间推移我们在稳步改进模拟器的兼容性和稳定性,因此请通过Discord和我们的Compatibility tracker保持关注。 (在此页面的底部有到这些资源的链接)。\n\n主要开发人员:\n* Ray - project founder (GitHub: @SysRay)\n* Daydreamer - secondary developer (GitHub: @igor725)\n\nThis project uses following third party open source libraries:\n
&View_Settings.AboutTab.License=License
&View_Settings.AboutTab.ThanksList=特别感谢下方的人员在我们的开发过程中给予我们的帮助:
&View_Settings.AboutTab.ThanksRedPrig=Countless amount of selfless help to the entire PS4 emulation community
Expand Down Expand Up @@ -267,8 +267,6 @@
&View_Dialog.UpdaterChild.Description=要更新模拟器版本,你首先需要关闭正在运行的应用程序。
&View_Dialog.UpdaterError.DescriptionConsole=检查控制台以获取更详细的信息。模拟器将在你关闭对话框后完全关闭。
&View_Dialog.UpdaterError.Title=更新失败!
&View_Dialog.UpdaterNewFFmpegVer.Description=你的FFmpeg版本已过期,你想要更新到最新版本吗?
&View_Dialog.UpdaterNewVer.Description=你的模拟器版本已过期。你想要更新到最新版本吗?
&View_Dialog.UpdaterNewVer.Title=发现新版本!
&View_Dialog.UpdaterProgress.Description=请等待新版下载完成。模拟器将在安装好新文件后立即重启。
&View_Dialog.UpdaterProgress.Title=正在下载新版本...
Expand Down
33 changes: 20 additions & 13 deletions translations/EnglishUS.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@
&View_Settings.GeneralTab.Country.tt=This setting specifies the country to be reported to applications you launch. Some of applications may apply regional restrictions using this setting.
&View_Settings.GeneralTab.Lang=Language
&View_Settings.GeneralTab.Lang.tt=This setting specifies the language to be used\nin the user interface and applications you launch.\nNote that if translation to your language is missing UI will\nfallback to English, the behavior applications\nin such case may vary.
&View_Settings.GeneralTab.Update=Update channel
&View_Settings.GeneralTab.Update.tt=This setting specifies the update channel for emulator.\n\nStable - new release for this channel comes out about once a month.\nUnstable - new release for this channel comes out once a week.
&View_Settings.GeneralTab.UpdateChannel.0=Stable
&View_Settings.GeneralTab.UpdateChannel.1=Unstable
&View_Settings.GeneralTab.UpdateFreq=Update frequency
&View_Settings.GeneralTab.UpdateFreq.0=Monthly
&View_Settings.GeneralTab.UpdateFreq.1=Weekly
&View_Settings.GeneralTab.UpdateFreq.2=Daily
&View_Settings.GeneralTab.UpdateFreq.3=Never
&View_Settings.GeneralTab.UiKey=Overlay keybind
&View_Settings.GeneralTab.TropKey=Trophy Key
&View_Settings.GeneralTab.TropKey.tt=The trophy data on PlayStation consoles is encrypted.\nYou should dump this key from your PS4 console and type it\nhere in hexadecimal format. This setting is optional, but\nif you do not specify the correct key, application functions\nrelated to trophies will not work properly.\n\nYou should restart your application to apply this setting.
Expand All @@ -38,7 +29,6 @@
&View_Settings.GeneralTab.WGI.tt=Windows.Gaming.Input (WGI) is a Windows API that serves as a superset for\nall legacy input devices. Enabling this option may improve detection of older\ngamepads in the emulator, but it can break detection of newer ones as well.\nAlso, devices detected via WGI often require you to manually add a mapping\nin the "gamecontrollerdb.txt" file in the emulator's root folder. Note that this\nfile is never created automatically, so you must create it manually too.\nOnly use this option if you know what you're doing.
&View_Settings.GeneralTab.CommStart=Apply enabled community patches on application startup
&View_Settings.GeneralTab.DevGame=Show developer info in gameplay
&View_Settings.GeneralTab.UpdateForce=Force Update Check
&View_Settings.GeneralTab.MouseLock=Lock mouse cursor
&View_Settings.GeneralTab.MouseLock.tt=If this setting is active, the mouse cursor will be locked inside the emulator window\nif any application is running. If the application supports mouse input,\nevery mouse move will be passed to it.
&View_Settings.GeneralTab.DelLogs=Remove all old logs on start
Expand Down Expand Up @@ -105,8 +95,22 @@
&View_Settings.FirmTab.Lib=Firmware folder "common/lib" path
&View_Settings.FirmTab.Lib.tt=This value must either be empty or contain\nthe FULL path to the PS4 firmware folder of any version.\nIf nothing is selected in the list below, this setting\nwill be ignored.
&View_Settings.FirmTab.ALib.tt=Here you can select the libraries to be loaded\nfrom the PS4 firmware directory above. If the firmware\npath is empty, all these checkboxes will be ignored.
&View_Settings.UpdaterTab=Auto Updater
&View_Settings.UpdaterTab.Update=Update channel
&View_Settings.UpdaterTab.Update.tt=This setting specifies the update channel for emulator.\n\nStable - new release for this channel comes out about once a month.\nUnstable - new release for this channel comes out once a week.
&View_Settings.UpdaterTab.UpdateForce=Force Update Check
&View_Settings.UpdaterTab.UpdateChannel.0=Stable
&View_Settings.UpdaterTab.UpdateChannel.1=Unstable
&View_Settings.UpdaterTab.UpdateFreq=Update frequency
&View_Settings.UpdaterTab.UpdateFreq.0=Monthly
&View_Settings.UpdaterTab.UpdateFreq.1=Weekly
&View_Settings.UpdaterTab.UpdateFreq.2=Daily
&View_Settings.UpdaterTab.UpdateFreq.3=Never
&View_Settings.UpdaterTab.CheckEmu=Check for new emulator versions
&View_Settings.UpdaterTab.CheckFFmpeg=Check for new FFmpeg versions
&View_Settings.UpdaterTab.CheckCommPatch=Check for new illusion0001's community patches
&View_Settings.AboutTab=About
&View_Settings.AboutTab.HeadingText=psOff is a closed-source PlayStation 4 emulator (compatibility layer) written in C++20. The project is still in its early stages, and many games may not work properly yet. However, we are continuously improving compatibility and performance. Stay updated via our Discord server and Compatibility Tracker (there's links to these resources on the bottom of this page).\n\nMain Developers:\n* Ray - Project Founder (GitHub: @SysRay)\n* Daydreamer - Secondary Developer (GitHub: @igor725)\n\nThis project uses following third party open source libraries:\n
&View_Settings.AboutTab.HeadingText=psOff is a closed-source PlayStation 4 emulator (compatibility layer) written in C++23. The project is still in its early stages, and many games may not work properly yet. However, we are continuously improving compatibility and performance. Stay updated via our Discord server and Compatibility Tracker (there's links to these resources on the bottom of this page).\n\nMain Developers:\n* Ray - Project Founder (GitHub: @SysRay)\n* Daydreamer - Secondary Developer (GitHub: @igor725)\n\nThis project uses following third party open source libraries:\n
&View_Settings.AboutTab.License=License
&View_Settings.AboutTab.ThanksList=Special thanks to following persons who have helped us throughout our journey:
&View_Settings.AboutTab.ThanksRedPrig=Countless amount of selfless help to the entire PS4 emulation community
Expand Down Expand Up @@ -244,6 +248,10 @@
&Notify.Welcome.Title=Welcome!
&Notify.LogSize.Title=Logs folder is too big
&Notify.LogSize.Description=Your "logs" folder is too big! It takes more than 512MB, you need to clear it manually.
&Notify.Updater.Title=Auto updater message
&Notify.Updater.TooFast=Last update check was less than 1 minute ago! Try again later.
&Notify.Updater.NoUpdates=No updates found, you're already using the latest version.
&Notify.Updater.RestartRecomm=Auto updater has finished it's job! It is recommended to restart the emulator now.
&View_Base.Load=Search
&View_Base.Load.tt=Press this button to trigger the application scanner.
&View_SSearch.UseLists=Used lists
Expand Down Expand Up @@ -276,8 +284,7 @@
&View_Dialog.UpdaterChild.Description=To update your emulator version, you should close running application first!
&View_Dialog.UpdaterError.DescriptionConsole=Check the console to get more details. The emulator will be closed entirely once you close this dialog.
&View_Dialog.UpdaterError.Title=Updater failed!
&View_Dialog.UpdaterNewFFmpegVer.Description=Your FFmpeg version is out of date. Do you want to update to the latest version?
&View_Dialog.UpdaterNewVer.Description=Your emulator version is out of date. Do you want to update to the latest version?
&View_Dialog.UpdaterNewVer.Description=Some components of the emulator are out of date. Which ones you want to update?
&View_Dialog.UpdaterNewVer.Title=New version found!
&View_Dialog.UpdaterProgress.Description=Please wait until the new version is downloaded. The emulator will be restarted immediately after installing new files.
&View_Dialog.UpdaterProgress.Title=Downloading a new version...
Expand Down
Loading