Update translation files

This commit is contained in:
kramo
2023-03-29 08:15:56 +02:00
parent d4e6423bd5
commit eca96d8a5a
3 changed files with 21 additions and 44 deletions

View File

@@ -8,54 +8,54 @@ ShortcutsWindow help_overlay {
max-height: 10;
ShortcutsGroup {
title: C_("shortcuts window", "General");
title: _("General");
ShortcutsShortcut {
title: C_("shortcuts window", "Quit");
title: _("Quit");
action-name: "app.quit";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Search");
title: _("Search");
action-name: "win.toggle_search";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Show preferences");
title: _("Show preferences");
action-name: "app.preferences";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Shortcuts");
title: _("Shortcuts");
action-name: "win.show-help-overlay";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Undo");
title: _("Undo");
action-name: "win.undo_remove";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Open menu");
title: _("Open menu");
action-name: "win.open_menu";
}
}
ShortcutsGroup {
title: C_("shortcuts window", "Games");
title: _("Games");
ShortcutsShortcut {
title: C_("shortcuts window", "Add new game");
title: _("Add new game");
action-name: "app.add_game";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Import games");
title: _("Import games");
action-name: "app.import";
}
ShortcutsShortcut {
title: C_("shortcuts window", "Show hidden games");
title: _("Show hidden games");
action-name: "win.show_hidden";
}
}