another step just a little remaining

This commit is contained in:
hamid
2026-06-21 00:05:07 +03:30
parent da42f15a32
commit 3fd147cf80
35 changed files with 4620 additions and 4537 deletions
+12
View File
@@ -8,5 +8,17 @@
"light_mode": "Light mode",
"direction_ltr": "Switch to LTR",
"direction_rtl": "Switch to RTL"
},
"toastDemo": {
"title": "Toast Notifications Demo",
"subtitle": "Click a button to trigger each toast type",
"success_btn": "Success",
"error_btn": "Error",
"warning_btn": "Warning",
"info_btn": "Info",
"success_msg": "Profile saved successfully!",
"error_msg": "Failed to load data. Please try again.",
"warning_msg": "Your session will expire in 5 minutes.",
"info_msg": "A new version of the app is available."
}
}