From e1bc9a5015b212da344fce17780ef9edc3b6a95a Mon Sep 17 00:00:00 2001 From: ANTOND <71350868+antond15@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:06:54 +0200 Subject: [PATCH] feat(locales): Update czech and slovak translation (#64) --- locales/cs.json | 2 +- locales/sk.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/cs.json b/locales/cs.json index e5f517f..2504d06 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -5,7 +5,7 @@ "title": "Nastavení", "language": "Jazyk" }, - "cancel": "Cancel", + "cancel": "Zrušit", "close": "Zavřít", "confirm": "Potvrdit" } diff --git a/locales/sk.json b/locales/sk.json index f415299..cfea4c1 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -5,7 +5,7 @@ "title": "Nastavenia", "language": "Jazyk" }, - "cancel": "Cancel", + "cancel": "Zrušiť", "close": "Zavrieť", "confirm": "Potvrdiť" }