Files
hlaskovnik-reimagined/frontend/lib/values/strings.dart
T
2026-04-03 14:26:57 +02:00

35 lines
1.4 KiB
Dart

class Strings {
static const String appName = "Nový Hláškovník";
static const String list = "Seznam";
static const String add = "Přidat";
static const String flashcards = "Flashkarty";
static const String leaderboard = "Žebříčky";
static const String settings = "Nastavení";
static const String createQuote = "Přidat hlášku";
static const String updateQuote = "Upravit hlášku";
static const String deleteQuote = "Smazat hlášku";
static const String update = "Upravit";
static const String cancel = "Zrušit";
static const String delete = "Smazat";
static const String save = "Uložit";
static const String quote = "Hláška";
static const String author = "Autor";
static const String flipFlashcard = "Otočit flashkartu";
static const String nextFlashcard = "Další flashkarta";
//static const String importQuotesFromFile = "Importovat hlášky ze souboru";
static const String fileExportedSuccessfully = "Soubor byl úspěšně vyexportován.";
static const String noUndo = "Tuto akci nelze odčinit.";
static const String filterQuery = "Filtrovací požadavek";
static const String allQuotesCount = "Celkový počet hlášek";
static const String filterBy = "Filtrovat podle";
static const String exportSelectedQuotes = "Exportovat vybrané hlášky";
static const String byAttribute = "podle příznaku";
static const String userPrefersDarkMode = "Preferuji tmavý režim";
}