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:
@ -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",
|
||||||
|
@ -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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user