Commit Graph

135 Commits

Author SHA1 Message Date
Henrik Rydgård
9f11784c7b Add more missing strings 2023-08-01 13:16:59 +02:00
Henrik Rydgård
9a8919810b Translation cleanups 2023-08-01 13:04:52 +02:00
Henrik Rydgård
1071e1f248 Move towards separate types for leaderboard events 2023-08-01 11:57:28 +02:00
Henrik Rydgård
b1751f8b41 Move the corner position strings from Networking (for Chat) to Dialog (general)
These strings will be used to configure positions for notifications.
2023-07-31 23:18:23 +02:00
Henrik Rydgård
386976b123 Translations: Add missing strings and sections 2023-07-23 22:56:48 +02:00
Henrik Rydgård
5cf4619c36 Combine a couple of translation strings. Fix up using Google Translate (ugh) 2023-07-23 22:56:44 +02:00
Henrik Rydgård
34e76e88ea Copy translation lines 2023-07-23 11:52:19 +02:00
Henrik Rydgård
556ff1e3f1 Add missing language strings to ini files 2023-07-23 11:10:06 +02:00
Henrik Rydgård
ec8b041f73 Remove unused strings, copy new ones 2023-07-16 16:45:54 +02:00
Henrik Rydgård
64a585ece4 Copy the achievement lines to all the other languages 2023-06-27 18:04:27 +02:00
Henrik Rydgård
48fab112b9 Collapse the "Custom 1", "Custom 2" etc translation strings 2023-06-20 10:42:56 +02:00
Henrik Rydgård
15ff2cf5e3 Add translation string, though this is a tricky one. 2023-05-22 12:20:10 +02:00
Henrik Rydgård
90b0533080 Fix many of the translations of BufferedRenderingRequired 2023-05-15 17:54:33 +02:00
Henrik Rydgård
0e3ff99abe Add 1080p and 4K markers to 4x and 8x resolutions
suggested by HeavyHuy on discord
2023-04-19 20:48:32 +02:00
Henrik Rydgård
db936cfb52 Merge two very similar translation keys (seconds, 0:off), move to Dialog section 2023-04-14 14:34:48 +02:00
Henrik Rydgård
a3840afe34 Change Auto-hide last word to "delay". Update Swedish a bit 2023-04-14 14:21:13 +02:00
Henrik Rydgård
df21404c61 Insert missing translation lines 2023-04-12 23:10:03 +02:00
Henrik Rydgård
500ab1fcde Fix translatability of seconds unit formatting for sliders 2023-04-11 23:07:50 +02:00
Henrik Rydgård
98c782ca42 Correct the "Rewind snapshot interval" translation key. (yes, many of the translations are still wrong, but it's not that bad) 2023-04-11 22:56:27 +02:00
Henrik Rydgård
2fa93982ea Add support for integer scale factor for display
This is mainly useful if you want an authentic pixellated look with 1x
rendering (or software) and nearest display filter. It'll simply round
down the auto-scaled sized to the nearest integer scale factor,
configuring exactly which one isn't that interesting since they all are
gonna look good.

Fixes #17093
2023-04-02 22:29:08 +02:00
Henrik Rydgård
84f33d9346 Button text fix, required adding a new translation line. 2023-03-23 13:46:07 +01:00
Henrik Rydgård
4475533c0b Remove redundant translation strings 2023-03-23 10:32:27 +01:00
TotalCaesar659
00d5658ff2 Revert "Scoped Storage" translatability 2023-03-14 17:37:51 +03:00
Henrik Rydgård
a592971209 Add translation strings for dark theme and "Scoped Storage" 2023-03-13 16:51:07 +01:00
Henrik Rydgård
c04acaf5c1 Add new translation string 2023-03-12 12:28:02 +01:00
Henrik Rydgård
5418be738b Make the rewind snapshot interval wall-time based instead of frame-based. 2023-02-14 10:09:51 +01:00
Henrik Rydgård
cdca958781 Change "Customize tilt..." to "Tilt control setup" 2023-02-02 11:05:33 +01:00
Henrik Rydgård
59dec197d8 Add previews for more types, fix mappings. 2023-02-02 01:09:33 +01:00
Henrik Rydgård
1f51a31544 Remove the separate deadzone-skip value. 2023-02-02 01:09:30 +01:00
Henrik Rydgård
4aeb1ef703 Better math, fix tilt calibration (was entirely broken) 2023-02-02 01:01:05 +01:00
Henrik Rydgård
102607a6e8 Code style fixes, translation key fix, cleanup 2023-02-01 14:24:55 +01:00
Henrik Rydgård
c554f4e2b6 Allow restoring only settings, recents or controls to defaults.
Fixes #16381 , though could make even more granular later.

The only translation change was deleting one sentence from a longer
string - used Google Translate to assist me in removing the correct part
for a few of them, most were obvious. Hope they're all right.
2023-01-31 18:56:18 +01:00
Serena
ca154879f0 Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
Serena
995c9e1c2b Localization changes 2023-01-27 12:51:49 +03:00
Serena
2f3959cc52 Memory stick customization for Darwin 2023-01-22 20:32:58 +03:00
Henrik Rydgård
5ec7f803e4 Insert the new string in translation files 2022-12-17 22:38:09 +01:00
Henrik Rydgård
41f679a3b2 Add new translation string 2022-12-16 09:15:12 +01:00
Henrik Rydgård
e8f321fe25 Copy the VR section to all the other translations (th_TH already had it) 2022-12-12 10:25:23 +01:00
iota97
af06fa9194 Fix Hz casing 2022-12-11 21:20:38 +01:00
Henrik Rydgård
c9eac0d797 Copy new lines to more translations 2022-12-11 18:13:41 +01:00
Henrik Rydgård
a5cb357058 More strings 2022-12-08 13:16:33 +01:00
Henrik Rydgård
79d303f35c Delete the InverseColors shader too 2022-12-07 22:47:28 +01:00
Henrik Rydgård
49e55135c5 Translation: Copy missing lines 2022-12-07 12:10:45 +01:00
Henrik Rydgård
ed7f3d69a7 Rename Postprocessing shader to Postprocessing shaders. Make low-effort attempt at updating 2022-12-07 12:09:32 +01:00
Henrik Rydgård
6ee5382e86 Remove obsolete translation key "Postprocessing effects" 2022-12-07 11:57:31 +01:00
Henrik Rydgård
8bd6621c40 Remove postprocessing option from desktop menu (doesn't support multi-shader) 2022-12-07 11:57:28 +01:00
Henrik Rydgård
39e835b320 Add missing lines to other languages 2022-11-29 10:10:52 +01:00
Henrik Rydgård
1358cf9b8f Clean up "GPU log profiler" translation strings 2022-11-29 10:04:09 +01:00
Henrik Rydgård
6ef855bf31 Put back the lost Language strings, now in the right category 2022-11-29 09:54:42 +01:00
Henrik Rydgård
dbd799bce3 Add new translation key "Aspect Ratio" 2022-11-27 19:44:45 +01:00
Henrik Rydgård
a0f10141ab lang; Stretching->stretch 2022-11-27 19:35:13 +01:00
Henrik Rydgård
ca86d8d267 Remove "Load language ini" / "Save language ini" from devtools 2022-11-24 22:55:22 +01:00
Henrik Rydgård
a87cf02dbf Rename "Display layout editor" to "Display Layout && Effects" 2022-11-24 22:43:49 +01:00
Henrik Rydgård
2e0feb4efe Remove unneeded translation string 2022-11-24 22:14:01 +01:00
Henrik Rydgård
01beb52f90 Consolidate translation strings 2022-11-24 22:12:01 +01:00
Henrik Rydgård
f02c983a63 lang: Remove obsolete keys, add new untranslated ones :( 2022-11-06 19:44:16 +01:00
Henrik Rydgård
c91e7912bf Change "Simulate block transfer" to "Skip GPU Readbacks". Group the speed hacks together 2022-11-06 19:30:38 +01:00
Henrik Rydgård
519db766b6 Change "Rendering Mode" to just a "Skip buffer effects" checkbox. Reuse translations. 2022-11-06 19:26:56 +01:00
Henrik Rydgård
ff23d67bf4 Remove now-unused lang keys 2022-11-06 17:33:42 +01:00
Henrik Rydgård
8c56abd3dc Remove setting "Disable slower framebuffer effects" 2022-09-03 11:06:43 +02:00
Unknown W. Brackets
ade6be4052 UI: Show better warning on MAC reset. 2022-08-07 08:48:27 -07:00
Henrik Rydgård
a831cab14c
Remove unmotivated check preventing texture ini creation on mobile. (#15647)
* Remove unmotivated check preventing  texture ini creation on mobile.

Fixes #15644

* Show a "toast" message on platforms that don't support opening a text editor, when you try to create/open a texture ini file.

* Avoid the need to ifdef around calls to SystemToast

* UWP buildfix (and some warning fixes).

And possibly libretro fix

* Rename for a bit more consistency
2022-07-10 22:34:44 +02:00
ANR2ME
6b8b316b81 Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
iota97
7d72c1e35a More translation key 2022-06-21 08:46:57 +02:00
iota97
fb88741565 Update all 2022-06-20 17:53:49 +02:00
iota97
8587fbf8ed Log missing lines on shutdown, update lang files 2022-06-01 18:37:46 +02:00
iota97
c7a7a321b0 Fix missing GPU and run tools 2022-05-15 00:57:56 +02:00
iota97
8b79025507 Avoid confusion for translator 2022-01-10 20:04:47 +01:00
Unknown W. Brackets
9730251132 UI: Remove I/O on thread setting.
Still configurable in the ini if really needed, for now.
2021-10-12 20:40:24 -07:00
Henrik Rydgård
70127f9a15 Don't need these strings anymore. Sorry those who spent time translating them :)
See #14918
2021-09-22 23:57:45 +02:00
Henrik Rydgård
9f9b6a5952 Also add the strings to the other languages. 2021-09-22 22:58:09 +02:00
Henrik Rydgård
528b4d2f32 Fix another couple of translation mistakes from the big fixup 2021-09-22 09:15:43 +02:00
Henrik Rydgård
ff486a89e5 Fix another couple of translation screwups 2021-09-22 08:37:29 +02:00
Henrik Rydgård
3bc149f75b lang: Remove outdated string 2021-09-22 08:32:21 +02:00
Henrik Rydgård
e30efb01d0 Use langtool to sync missing strings from en_US to all the other language files. 2021-09-21 20:16:48 +02:00
Henrik Rydgård
17739611f9 Remove outdated string 2021-09-21 09:30:53 +02:00
Henrik Rydgård
541f126e25 Add a LOT of missing strings to en_US.ini, auto-found by checking thai against English. Thanks Saramagrean. Part 1/2 2021-09-21 09:23:56 +02:00
Henrik Rydgård
d6173749ec Use langtool to automatically add missing MemStick section to lots of language inis. 2021-09-21 08:03:53 +02:00
Henrik Rydgård
5ebbff0911 Remove misplaced left-to-right-mark character in ar_AE.ini.
Remove misplaced left-to-right-mark character in ar_AE.ini.
2021-09-21 08:03:51 +02:00
Henrik Rydgård
45244a7f6e Fix another translation key string 2021-09-20 23:08:12 +02:00
Henrik Rydgård
bfa04e8e78 Fix and add some translation strings 2021-09-20 22:48:33 +02:00
Henrik Rydgård
c9f88b3831 Remove (GB) suffix from "Memory Stick size", it's now shown as a unit. 2021-09-20 08:36:05 +02:00
Henrik Rydgård
adac44fd9b Remove "Change" from "Change Memory Stick Folder". Easier to read. 2021-09-19 20:23:46 +02:00
Henrik Rydgård
923fea5b40 Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
Henrik Rydgård
6d6b5d8b81 Add contents of the assets/lang submodule to the main repo. 2021-07-17 16:46:48 +02:00