little progress and icon changed

This commit is contained in:
AmitChauhan63390
2024-12-10 21:45:09 +05:30
parent 077234212a
commit 5663abe63e
5 changed files with 72 additions and 40 deletions

View File

@@ -49,5 +49,18 @@
"feedback":"Join Maxun Cloud",
"apidocs":"API Docs"
},
"runstable":{
"runs":"All Runs",
"runStatus":"Status",
"runName":"Name",
"startedAt":"Started At",
"finishedAt":"Finished At",
"delete":"Delete",
"settings":"Settings",
"search":"Search Runs..."
}
}

View File

@@ -37,7 +37,8 @@
},
"edit": "編集",
"delete": "削除",
"duplicate": "複製"
"duplicate": "複製",
"search": "ロボットを検索..."
},
"mainmenu": {
"recordings": "ロボット",
@@ -46,5 +47,15 @@
"apikey": "APIキー",
"feedback": "Maxunクラウドに参加する",
"apidocs": "APIドキュメント"
},
"runstable": {
"runs": "すべての実行",
"runStatus": "ステータス",
"runName": "名前",
"startedAt": "開始日時",
"finishedAt": "終了日時",
"delete": "削除",
"settings": "設定",
"search": "実行を検索..."
}
}