mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
GUI: Additional translation entries
A few more items: Standardising on 'OK' for all base language uses (rather than 'Ok', or 'Okay'). It's perceived as the 'most correct' variant, and importantly having a single variant is best from a translation perspective. Added plurality handling for multiple PPU caches created. Added plurality handling for multiple items deleted in save manager. Capitalised trophy grade to align with Sony terminology. Brought trophy name position into translatable string (for languages that might really want to deviate from SVO)
This commit is contained in:
parent
2688081656
commit
e1adb18491
7 changed files with 12 additions and 12 deletions
|
@ -1438,7 +1438,7 @@ void game_list_frame::BatchCreatePPUCaches()
|
|||
}
|
||||
}
|
||||
|
||||
pdlg->setLabelText(tr("Created PPU Caches for %0 titles").arg(created));
|
||||
pdlg->setLabelText(tr("Created PPU Caches for %n title(s)", "", created));
|
||||
pdlg->setCancelButtonText(tr("OK"));
|
||||
QApplication::beep();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue