-
-
Notifications
You must be signed in to change notification settings - Fork 923
chore: Update translations from Crowdin #21747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Sep 27, 2025
-------------------------------------------------------------------------------------- zmusic.mk 4b443225eae919c31dc99e47c4ef217a75bb1927 # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- Use absolute path, ------------------------------------------------------------------------------------ ares.mk 2f7fa79b075ff4afed9c7f9840bab43052330aa0 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------ ld: Fix a potential out of bounds memory access in some video modes, ------------------------------------------------------------------------------------------- duckstation.mk 94efd0089f7b7907904e6fe336ca02e7dc21430b # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------- Qt: Add fallback if system colour scheme is unknown, ------------------------------------------------------------------------------------ eden.mk 76a8a6e03926e7bcc6111f92b894fdae4d0a17ea # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------ [cmake] feat: FFmpeg CI, allow 16kb android builds, update translations for transifex (#2543) -------------------------------------------------------------------------------------- ikemen.mk 388430bb0d92a1ced3430fe102b368a911649110 # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- Merge pull request #2686 from Jesuszilla/new-feats feat: Add option for macOS to use Command key (⌘) instead of Ctrl for hotkeys, add new controller strings to match new common gamecontrollerdb.txt entries, ----------------------------------------------------- pcsx2.mk v2.5.169 # Version: Commits on Sept 23, 2025 ----------------------------------------------------- - [GS/SW: Misc code cleanup.](PCSX2/pcsx2#13263) -------------------------------------------------------------------------------------- ppsspp.mk 4a790ebc6b93666f2b721fcdbcc4ddc959933f66 # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- Merge pull request #20833 from hrydgard/assorted-fixes Assorted cleanups and fixes, ---------------------------------------------------------------- ruffle.mk nightly-2025-09-23 # Version: Commits on Sept 23, 2025 ---------------------------------------------------------------- ## What's Changed * avm2: Do not reference trivially copyable objects by @kjarosh in ruffle-rs/ruffle#21727 * chore: Bump `gilrs-core` to `0.6.5` by @torokati44 in ruffle-rs/ruffle#21736 * build(deps-dev): bump the npm-minor group in /web with 6 updates by @dependabot[bot] in ruffle-rs/ruffle#21743 * build(deps-dev): bump eslint-plugin-jsdoc from 57.0.10 to 60.1.1 in /web by @dependabot[bot] in ruffle-rs/ruffle#21744 * chore: Update translations from Crowdin by @kjarosh in ruffle-rs/ruffle#21747 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-09-22...nightly-2025-09-23, -------------------------------------------------------------------------------------- snes9x.mk 0cb42eb1dd4c9bc2b25d6d60b7f59baa68fc0992 # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- gtk,qt,win32: Disable dynamic rate control as default., ------------------------------------------------------------------------------------------ supermodel.mk 4e5905f9fdd5fe504b659fafe8e694b07aea6801 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------ build.yml: Delete Supermodel.ini after running validation so it doesn't find its way into release packages, --------------------------------------------------------------------------------------------- supermodel-es.mk 546acee956ddbf3920b4384f016c2d143fac959a # Version: Commits on Sept 23, 2025 --------------------------------------------------------------------------------------------- 0.3a-4e5905f, -------------------------------------------------------------------------------------- vita3k.mk 556c2355a42517ad92bc9365ce6542b2aae39227 # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- external: Update capstone to fix macOS CI failure, ------------------------------------------------------------------------------------------ rpi-eeprom.mk b818b44bd5bad848410ff56ed4c95868a3679786 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------ pieeprom-2025-09-23: 2712: Fix TFTP to allow larger files (latest) * Fix TFTP to allow larger files Allow TFTP block counter to rollover to 0. See: raspberrypi/rpi-eeprom#720, ----------------------------------------------------------------------------------------- rpi-utils.mk d84dc9bd5f9eef141e5a98d5c10114a1f670e8ef # Version: Commits on Sept 12, 2025 ----------------------------------------------------------------------------------------- rpifwcrypto: Add a command to retrieve private keys Add support for a new mailbox API which returns the private key in DER form. This API will return an error if the private key is locked. Example: rpi-fw-crypto privkey --key-id 1 --out privkey.der N.B. Tidyup of buffer size defines RPI_FW_CRYPTO_PUBKEY_MAX_SIZE -> RPI_FW_CRYPTO_PUBLIC_KEY_MAX_SIZE, ---------------------------------------------------- nblood.mk r14274 # Version: Commits on Sept 23, 2025 ---------------------------------------------------- , --------------------------------------------------------------------------------------- omf2097.mk 685c4fc7560efba3052c15beaaeacf536a5aa26d # Version: Commits on Sept 23, 2025 --------------------------------------------------------------------------------------- Fix fb_scale arg in video_init/video_reinit call, -------------------------------------------------------------------------------------- tekwar.mk c2045b374184309dd0fb94706b0c3b8453f5d8bf # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- ci: add xaudio2 dependency for msvc, ---------------------------------------------------------------------------------------- mangohud.mk be12df22f4d8a482591948024c8597a3d82523a1 # Version: Commits on Sept 23, 2025 ---------------------------------------------------------------------------------------- params: publish with atomic shared_ptr, ------------------------------------------------------------- syncthing.mk v2.0.10-rc.1 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------- ## Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A \default folder\ is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: * APT repository: https://apt.syncthing.net/ * Docker image: `docker.io/syncthing/syncthing:2.0.10-rc.1` or `ghcr.io/syncthing/syncthing:2.0.10-rc.1` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) ## What's Changed ### Fixes * fix: improve conflict detection by tracking previous file hash (fixes #10349) by @calmh in syncthing/syncthing#10351 * fix(ur): properly skip zero/empty fields in report by @calmh in syncthing/syncthing#10394 * fix(gui): don't fetch usage report preview unnecessarily on GUI load by @calmh in syncthing/syncthing#10395 * fix(db): only perform foreign key checking when a migration was applied by @pixelspark in syncthing/syncthing#10397 * fix(syncthing): do not perform CPU benchmark on startup unless logging enabled by @pixelspark in syncthing/syncthing#10398 * fix(model): don't announce untrusted devices to other devices (fixes #10393) by @calmh in syncthing/syncthing#10408 * fix(sqlite): actually always insert blocks for local files (fixes #10388) by @calmh in syncthing/syncthing#10411 ### Other * build: update GitHub actions by @mrclmr in syncthing/syncthing#10399 **Full Changelog**: syncthing/syncthing@v2.0.9...v2.0.10-rc.1, ----------------------------------------------------------------------------------------- retroarch.mk 8141b31151c2cf93efabfdae2778cf8be614694f # Version: Commits on Sept 23, 2025 ----------------------------------------------------------------------------------------- Fetch translations from Crowdin, -------------------------------------------------------------------------------------- libdof.mk f7ba2e1a0953bb82bb167535f9458533c5b0a308 # Version: Commits on Sept 22, 2025 -------------------------------------------------------------------------------------- ledwiz: fix autoconfigurator from not running (#29), --------------------------------------------------------------------------------------- vpinball.mk 6d8f23de01a1a3ff1e31cd94417e310a00574474 # Version: Commits on Jul 23, 2024 --------------------------------------------------------------------------------------- misc: standalone builds for macos, ios, tvos, android, linux, and rpi, ----------------------------------------------------------------------------------------- doomretro.mk 282a0178fd31fc1e8bb9737fd7f71d893f028ce2 # Version: Commits on Sept 23, 2025 ----------------------------------------------------------------------------------------- Another fix for using mouse pointer on sliders in options menu, -------------------------------------------------------------------------------------- gzdoom.mk 376bef703321ae6a7589246aa420b03986910f45 # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------- Fix array oob, ------------------------------------------------------------------------------------ tr1x.mk dca1860a0746c022163d861190bc594708952a69 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------ tr2/objects/skidoo_driver: restore hitpoints on load This ensures dead skidoo drivers' hitpoints are set to DONT_TARGET after loading a save. Resolves #3966., ------------------------------------------------------------------------------------ tr2x.mk dca1860a0746c022163d861190bc594708952a69 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------ tr2/objects/skidoo_driver: restore hitpoints on load This ensures dead skidoo drivers' hitpoints are set to DONT_TARGET after loading a save. Resolves #3966., -------------------------------------------------------------------------------------------------------- libretro-beetle-pce-fast.mk be659edd93cd84e01e13ab3c44a6354662d37e4e # Version: Commits on Sept 23, 2025 -------------------------------------------------------------------------------------------------------- added vram memory access, minor optimizations for volume hacks (#236) * minor optimization: changed user_volume type to avoid unnecessary casting (#21) * minor refactoring for better performances * added vram memory access --------- Co-authored-by: eadmaster <51NMBsFda0ab1>, ---------------------------------------------------------------------------------------------------- libretro-dosbox-pure.mk 3542877b5a7f82be05fa6b9cbc5574f7ca392bfc # Version: Commits on Sept 23, 2025 ---------------------------------------------------------------------------------------------------- Reset text mode on save state loading, ------------------------------------------------------------------------------------------------------- libretro-doublecherrygb.mk 84186706ccd5298af0a576a4e07ffcec4716351e # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------------------- Merge branch 'feature/GBCLCDforDMG', ---------------------------------------------------------------------------------------------- libretro-fbneo.mk 2d05f6cd665d6a2f0a876e2f50192c3fce53ed65 # Version: Commits on Sept 23, 2025 ---------------------------------------------------------------------------------------------- (libretro) update files, ------------------------------------------------------------------------------------------------- libretro-mojozork.mk c3e08bc740b48e8c0297fd5c3b5cb09136201987 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------------- sdl3: Update the pre-game message text., ------------------------------------------------------------------------------------------------- libretro-panda3ds.mk 9a91c0bc30d92b2c1722e0b972d226253bf63528 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------------- Add support for using system LuaJIT (#808) * Add support for using system LuaJIT * Test CI: Update package list * Update toml11, ----------------------------------------------------------------------------------------------- libretro-ppsspp.mk 4a790ebc6b93666f2b721fcdbcc4ddc959933f66 # Version: Commits on Sept 23, 2025 ----------------------------------------------------------------------------------------------- Merge pull request #20833 from hrydgard/assorted-fixes Assorted cleanups and fixes, ------------------------------------------------------------------------------------------------ libretro-sameboy.mk 86bf58ae27c4654dd96db34a83f139b7dc75bb15 # Version: Commits on Sept 23, 2025 ------------------------------------------------------------------------------------------------ Fixes #718, always reset the rewind buffer on auto state load.,
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Split from #21671; only reviewed & non-controversial