From 5df79a3ad5a11eaedc63333b4346d1f8e7ca8a51 Mon Sep 17 00:00:00 2001 From: IceCubePiso <33593306+icecubepiso@users.noreply.github.com> Date: Thu, 19 May 2022 14:16:52 +0200 Subject: [PATCH] feat(locales): Czech translation (#27) --- locales/cs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/cs.json diff --git a/locales/cs.json b/locales/cs.json new file mode 100644 index 0000000..38d3570 --- /dev/null +++ b/locales/cs.json @@ -0,0 +1,12 @@ +{ + "language": "Czech", + "ui": { + "settings": { + "title": "Nastavení", + "language": "Jazyk" + }, + "close": "Zavřít", + "confirm": "Potvrdit" + } + } + \ No newline at end of file