From e3dec1330a837f7e297d21fc9a93debbdb450fd3 Mon Sep 17 00:00:00 2001 From: iAmir Date: Wed, 15 Nov 2023 15:41:09 +0330 Subject: [PATCH] add new english texts to the end --- src/locales/translations/en.ts | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/locales/translations/en.ts b/src/locales/translations/en.ts index 96cce1b5..687701b6 100644 --- a/src/locales/translations/en.ts +++ b/src/locales/translations/en.ts @@ -68,13 +68,6 @@ export default { gta_path_modal_cant_find_game_title: "Can't find GTA San Andreas!", gta_path_modal_cant_find_game_description: 'Can not find GTA San Andreas in this directory:\n - "{{ path }}"\nUnable to find "gta_sa.exe" in your given path.', - nickname_modal_name_not_set_title: "No Nickname!", - nickname_modal_name_not_set_description: "You must choose a nickname for yourself before joining a server.", - gta_path_modal_path_not_set_title: "GTA San Andreas path is not set!", - gta_path_modal_path_not_set_description: "You didn't set GTA San Andreas path, go to settings and search for game folder.", - admin_permissions_required_modal_title: "Admin permissions required!", - admin_permissions_required_modal_description: "It seems like your GTA: San Andreas game requires administration permissions to run. This can be due to many causes, like having your game installed in \"C\" drive. Please re-open open.mp launcher as administrator either using \"Run as Admin\" button or manually by yourself", - run_as_admin: "Run as Admin", open_settings: "Open Settings", cancel: "Cancel", gta_path_modal_cant_find_samp_title: "Can't find SA-MP!", @@ -83,4 +76,14 @@ export default { notification_add_to_favorites_title: "Added to Favorites!", notification_add_to_favorites_description: "{{ server }} has been added to your favorite list.", + nickname_modal_name_not_set_title: "No Nickname!", + nickname_modal_name_not_set_description: + "You must choose a nickname for yourself before joining a server.", + gta_path_modal_path_not_set_title: "GTA San Andreas path is not set!", + gta_path_modal_path_not_set_description: + "You didn't set GTA San Andreas path, go to settings and search for game folder.", + admin_permissions_required_modal_title: "Admin permissions required!", + admin_permissions_required_modal_description: + 'It seems like your GTA: San Andreas game requires administration permissions to run. This can be due to many causes, like having your game installed in "C" drive. Please re-open open.mp launcher as administrator either using "Run as Admin" button or manually by yourself', + run_as_admin: "Run as Admin", };