Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
daarknight4 committed May 23, 2024
1 parent 9163898 commit ff9123b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": "تثبيت",
Expand All @@ -3590,7 +3594,12 @@ $sync.database.locales = '{
"darkmode":"الوضع الليلي",
"en":"English",
"ar":"عربي",
"lang":"اللغة"
"lang":"اللغة",
"installmsg":"هل تريد تثبيت البرامج المختارة؟",
"choseapp":"أختار على الاقل تطبيق لتثبيته",
"lastupdate":"اخر تحديث",
"sourcecode":"اكواد الاداة",
"devby":"تطوير بواسطة عماد عادل"
}
}
' | ConvertFrom-Json
Expand Down

0 comments on commit ff9123b

Please sign in to comment.