1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00

Merge pull request #5365 from GeorgeK1ng/czech_update

Czech translation update
This commit is contained in:
Ivan Savenko
2025-02-02 13:52:42 +02:00
committed by GitHub
3 changed files with 34 additions and 31 deletions

View File

@ -199,6 +199,7 @@
"vcmi.lobby.preview.error.invite" : "Nebyl jste pozván do této mísnosti.", "vcmi.lobby.preview.error.invite" : "Nebyl jste pozván do této mísnosti.",
"vcmi.lobby.preview.error.mods" : "Použváte jinou sadu modifikací.", "vcmi.lobby.preview.error.mods" : "Použváte jinou sadu modifikací.",
"vcmi.lobby.preview.error.version" : "Používáte jinou verzi VCMI.", "vcmi.lobby.preview.error.version" : "Používáte jinou verzi VCMI.",
"vcmi.lobby.channel.add" : "Přidat kanál",
"vcmi.lobby.room.new" : "Nová hra", "vcmi.lobby.room.new" : "Nová hra",
"vcmi.lobby.room.load" : "Načíst hru", "vcmi.lobby.room.load" : "Načíst hru",
"vcmi.lobby.room.type" : "Druh místnosti", "vcmi.lobby.room.type" : "Druh místnosti",

View File

@ -979,10 +979,12 @@ void MainWindow::on_actionLevel_triggered()
ui->minimapView->setScene(controller.miniScene(mapLevel)); ui->minimapView->setScene(controller.miniScene(mapLevel));
if (mapLevel == 0) if (mapLevel == 0)
{ {
ui->actionLevel->setText(tr("View underground"));
ui->actionLevel->setToolTip(tr("View underground")); ui->actionLevel->setToolTip(tr("View underground"));
} }
else else
{ {
ui->actionLevel->setText(tr("View surface"));
ui->actionLevel->setToolTip(tr("View surface")); ui->actionLevel->setToolTip(tr("View surface"));
} }
} }

View File

@ -1067,7 +1067,7 @@
</action> </action>
<action name="actionLevel"> <action name="actionLevel">
<property name="text"> <property name="text">
<string>U/G</string> <string>View underground</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>View underground</string> <string>View underground</string>