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