Update translation files
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user