From 42871240236e89d9f7ba660408b036905078a094 Mon Sep 17 00:00:00 2001 From: Mortyyka <50298953+Mortyyka@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:58:37 +0100 Subject: [PATCH] Update hu.ts --- src/locales/translations/hu.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/translations/hu.ts b/src/locales/translations/hu.ts index 88ae31f1..ef6891e4 100644 --- a/src/locales/translations/hu.ts +++ b/src/locales/translations/hu.ts @@ -72,8 +72,8 @@ export default { cancel: "Mégse", gta_path_modal_cant_find_samp_title: "Nem található a SA-MP!", gta_path_modal_cant_find_samp_description: - 'Can not find SA-MP installation in this directory:\n - "{{ path }}"\nUnable to find "samp.dll" in your given path.\n\nIf you don\'t have SA-MP installed, you can download it from https://sa-mp.mp/ by clicking **Download**.', - notification_add_to_favorites_title: "Added to Favorites!", + 'Nem található telepített SA-MP ezen a helyen?\n - "{{ path }}"\nNem található "samp.dll" a megadott útvonalon.\n\nAmennyiben nincs SA-MP telepítve, a **"Download"** gombra kattintva itt letöltheted: https://sa-mp.mp/', + notification_add_to_favorites_title: "Kedvencekhez ad", notification_add_to_favorites_description: - "{{ server }} has been added to your favorite list.", -}; \ No newline at end of file + "{{ server }} hozzáadva a kedvenceid közé.", +};