Skip to content
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

Update Russian translation #3002

Merged
merged 3 commits into from
Sep 2, 2023
Merged
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
12 changes: 8 additions & 4 deletions src/duckstation-qt/translations/duckstation-qt_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<context>
<name>EmuThread</name>
<message numerus="yes">
<location filename="../qthost.cpp" line="1211"/>
<source>%n points</source>
<translation>
<numerusform>%n point</numerusform>
Expand All @@ -14,6 +15,7 @@
<context>
<name>EmulationSettingsWidget</name>
<message numerus="yes">
<location filename="../emulationsettingswidget.cpp" line="196"/>
<source>Rewind for %n frame(s), lasting %1 second(s) will require up to %2MB of RAM and %3MB of VRAM.</source>
<translation>
<numerusform>Rewind for %n frame, lasting %1 second(s) will require up to %2MB of RAM and %3MB of VRAM.</numerusform>
Expand All @@ -24,6 +26,7 @@
<context>
<name>InputBindingWidget</name>
<message numerus="yes">
<location filename="../inputbindingwidgets.cpp" line="68"/>
<source>%n bindings</source>
<translation>
<numerusform>%n binding</numerusform>
Expand All @@ -34,6 +37,7 @@
<context>
<name>MemoryCardEditorDialog</name>
<message numerus="yes">
<location filename="../memorycardeditordialog.cpp" line="296"/>
<source>%n block(s) free%1</source>
<translation>
<numerusform>%n block free%1</numerusform>
Expand All @@ -45,28 +49,28 @@
<name>OSDMessage</name>
<message numerus="yes">
<source>%n cheats are now active.</source>
<translation>
<translation type="vanished">
<numerusform>%n cheat is now active.</numerusform>
<numerusform>%n cheats are now active.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>%n cheats are now inactive.</source>
<translation>
<translation type="vanished">
<numerusform>%n cheat is now inactive.</numerusform>
<numerusform>%n cheats are now inactive.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>Saved %n cheats to &apos;%s&apos;.</source>
<translation>
<translation type="vanished">
<numerusform>Saved %n cheat to &apos;%s&apos;.</numerusform>
<numerusform>Saved %n cheats to &apos;%s&apos;.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>%n cheats are enabled. This may result in instability.</source>
<translation>
<translation type="vanished">
<numerusform>%n cheat is enabled. This may result in instability.</numerusform>
<numerusform>%n cheats are enabled. This may result in instability.</numerusform>
</translation>
Expand Down
Loading
Loading