From ff9123b49f779c1985908209d0881c0848974e05 Mon Sep 17 00:00:00 2001 From: Wh0ami010 <167635892+Wh0ami010@users.noreply.github.com> Date: Thu, 23 May 2024 16:25:03 +0200 Subject: [PATCH] Update itt.ps1 --- itt.ps1 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index 8c5be772..2a5dd7c3 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -29,7 +29,7 @@ Add-Type -AssemblyName System.Windows.Forms # Variable to sync between runspaces $sync = [Hashtable]::Synchronized(@{}) $sync.PSScriptRoot = $PSScriptRoot -$sync.version = "23-05-2024 (07:13 AM)" +$sync.version = "23-05-2024 (04:24 م)" $sync.github = "https://github.com/emadadel4" $sync.telegram = "https://t.me/emadadel4" $sync.website = "https://eprojects.orgfree.com" @@ -3569,8 +3569,12 @@ $sync.database.locales = '{ "darkmode":"Dark Mode", "en":"English", "ar":"عربي", - "lang":"Langusege" - + "lang":"Langusege", + "installmsg":"Do you want install selected apps", + "choseapp":"Select at lest app to install", + "lastupdate":"Last update", + "sourcecode":"Source Code", + "devby":"Development by Emad Adel" }, "ar": { "InstallBtn": "تثبيت", @@ -3590,7 +3594,12 @@ $sync.database.locales = '{ "darkmode":"الوضع الليلي", "en":"English", "ar":"عربي", - "lang":"اللغة" + "lang":"اللغة", + "installmsg":"هل تريد تثبيت البرامج المختارة؟", + "choseapp":"أختار على الاقل تطبيق لتثبيته", + "lastupdate":"اخر تحديث", + "sourcecode":"اكواد الاداة", + "devby":"تطوير بواسطة عماد عادل" } } ' | ConvertFrom-Json