Added translate for Actions

This commit is contained in:
mayumih387
2023-07-04 22:47:27 +09:00
parent 345ce4751f
commit bc14b67ec1
+3 -3
View File
@@ -2,10 +2,10 @@
"dashboard.header.createContent": "新規コンテンツを作成",
"dashboard.header.startup.label": "起動時に表示する",
"panel.actions.title": "🚧: Actions",
"panel.actions.title": "操作",
"panel.actions.openDashboard": "ダッシュボードを表示",
"panel.actions.openPreview": "プレビューを表示",
"panel.actions.startServer": "サーバー起動",
"panel.actions.stopServer": "サーバー停止",
"panel.actions.startServer": "サーバー起動",
"panel.actions.stopServer": "サーバー停止",
"panel.actions.createContent": "新規コンテンツを作成"
}