updated Turkish translation by [Clompress] + updated changelog

This commit is contained in:
otavepto 2024-04-11 21:26:09 +02:00
parent a7ef911d61
commit 7a3c1b82f6
2 changed files with 45 additions and 34 deletions

View File

@ -1,7 +1,18 @@
## 2024/4/11 (2) ## 2024/4/11 (2)
* **[Clompress]** Turkish translation for the overlay * **[Clompress]** Turkish translation for the overlay
* more accurate implementation for callbacks and call results in various interfaces, allowing some games to work properly * added callbacks alongside call results in various interfaces, allowing some games to work properly
* trigger additional `UserAchievementStored_t` callbacks in `Steam_User_Stats::StoreStats()` for all the unlocked achievements prior to calling this function
* trigger `UserStatsStored_t` callback in `Steam_User_Stats::IndicateAchievementProgress()` instead of a call result (call result is removed),
might break stuff
* trigger `UserStatsReceived_t` callback as well as call result in `Steam_User_Stats::RequestUserStats()`, needed by some games
* trigger additional `PersonaStateChange_t` callback in `Steam_Friends::SetPersonaName()`
* trigger `SteamInventoryRequestPricesResult_t` callback as well as call result in `Steam_Inventory::RequestPrices()`
* trigger `SteamUGCQueryCompleted_t` callback as well as call result in `Steam_UGC::SendQueryUGCRequest()`
* trigger callback as well as call result in many places including the following classes:
- `Steam_User_Stats`
- `Steam_HTTP`
- `Steam_HTMLsurface`
--- ---

View File

@ -2127,7 +2127,7 @@ const char translationGlobalSettingsWindowDescription[TRANSLATION_NUMBER_OF_LANG
u8"These are global emulator settings and will apply to all games.", u8"These are global emulator settings and will apply to all games.",
// 26 - Turkish // 26 - Turkish
u8"Bunlar genel emülatör ayarlarıdır ve tüm oyunlar için geçerli olacaktır.", u8"Bu ayarlar genel öykünücü ayarlarıdır ve tüm oyunlar için geçerli olacaktır.",
// 27 - Ukrainian // 27 - Ukrainian
u8"These are global emulator settings and will apply to all games.", u8"These are global emulator settings and will apply to all games.",
@ -2495,7 +2495,7 @@ const char translationRestartTheGameToApply[TRANSLATION_NUMBER_OF_LANGUAGES][TRA
u8"You may have to restart the game for these to apply.", u8"You may have to restart the game for these to apply.",
// 26 - Turkish // 26 - Turkish
u8"Bunların uygulanması için oyunu yeniden başlatmanız gerekebilir.", u8"Bu ayarların uygulanması için oyunu yeniden başlatmanız gerekebilir.",
// 27 - Ukrainian // 27 - Ukrainian
u8"You may have to restart the game for these to apply.", u8"You may have to restart the game for these to apply.",
@ -3047,7 +3047,7 @@ const char translationWarningDescription3[TRANSLATION_NUMBER_OF_LANGUAGES][TRANS
u8"local_save.txt detected, the emu is saving locally to the game folder. Please delete it if you don't want this.", u8"local_save.txt detected, the emu is saving locally to the game folder. Please delete it if you don't want this.",
// 26 - Turkish // 26 - Turkish
u8"local_save.txt tespit edildi, emulatör yerel olarak oyun klasörüne kaydediliyor. Eğer bunu istemiyorsanız lütfen silin.", u8"local_save.txt tespit edildi, öykünücü yerel olarak oyun klasörüne kaydediyor. Eğer bunu istemiyorsanız lütfen silin.",
// 27 - Ukrainian // 27 - Ukrainian
u8"local_save.txt detected, the emu is saving locally to the game folder. Please delete it if you don't want this.", u8"local_save.txt detected, the emu is saving locally to the game folder. Please delete it if you don't want this.",