From c059c7a40b035698ce0a3a26b5e78bb668177ef7 Mon Sep 17 00:00:00 2001 From: ESK0 Date: Sat, 19 Oct 2024 04:20:43 +0200 Subject: [PATCH] chore(locales): cs translation (#179) --- locales/cs.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 locales/cs.json diff --git a/locales/cs.json b/locales/cs.json new file mode 100644 index 00000000..6d1cb74f --- /dev/null +++ b/locales/cs.json @@ -0,0 +1,14 @@ +{ + "create_character": "Vytvořit novou postavu", + "firstname": "Jméno", + "lastname": "Příjmení", + "gender": "Pohlaví", + "male": "Muž", + "female": "Žena", + "non_binary": "Nebinární", + "date_of_birth": "Datum narození", + "withdraw": "Výběr", + "deposit": "Vklad", + "transfer": "Bankovní převod", + "invoice_payment": "Úhrada faktury" +}