Update translations, fix strings

Praying to god this isn't broken
This commit is contained in:
kramo
2024-04-14 13:09:45 +02:00
parent 5671597089
commit 9f2228e7c8
33 changed files with 2905 additions and 2947 deletions

View File

@@ -4,7 +4,7 @@ using Adw 1;
Adw.StatusPage notice_no_results {
icon-name: "system-search-symbolic";
title: _("No Games Found");
description: _("Try a different search.");
description: _("Try a different search");
vexpand: true;
valign: center;
}
@@ -12,14 +12,14 @@ Adw.StatusPage notice_no_results {
Adw.StatusPage hidden_notice_no_results {
icon-name: "system-search-symbolic";
title: _("No Games Found");
description: _("Try a different search.");
description: _("Try a different search");
vexpand: true;
valign: center;
}
Adw.StatusPage notice_empty {
title: _("No Games");
description: _("Use the + button to add games.");
description: _("Use the + button to add games");
vexpand: true;
valign: center;
@@ -38,7 +38,7 @@ Adw.StatusPage notice_empty {
Adw.StatusPage hidden_notice_empty {
icon-name: "view-conceal-symbolic";
title: _("No Hidden Games");
description: _("Games you hide will appear here.");
description: _("Games you hide will appear here");
vexpand: true;
valign: center;
}