feat: add translations for placeholders

This commit is contained in:
Rohit Rajan
2025-08-29 19:37:54 +05:30
parent bdafb18735
commit 561c3e8570
6 changed files with 66 additions and 18 deletions

View File

@@ -48,6 +48,12 @@
"options": "Options",
"heading":"My Robots",
"new":"Create Robot",
"search_criteria": "Try adjusting your search criteria",
"placeholder": {
"title": "You're All Set to Start",
"body": "Robots you create will appear here. Click \"Create Robot\" to get started!",
"search": "No robots match your search"
},
"modal":{
"title":"Enter the URL",
"login_title": "Does this website require logging in?",
@@ -90,6 +96,11 @@
"settings":"Settings",
"search":"Search Runs...",
"sort_tooltip": "Click to sort",
"placeholder": {
"title": "No Runs Found",
"body": "This is where all your robot runs will appear. Once a robot is active, its runs will be logged here.",
"search":"No runs match your search"
},
"notifications": {
"no_runs": "No runs found. Please try again.",
"delete_success": "Run deleted successfully"