Add Japanese translation

This commit is contained in:
gnsworks
2025-07-12 10:31:03 +09:00
parent 9fd977ed15
commit 2621544b24
12 changed files with 407 additions and 1 deletions
@@ -0,0 +1,11 @@
import { ServicesTranslations } from '../types/services';
export const servicesTranslations: ServicesTranslations = {
serviceName: "サービス名",
serviceType: "サービスタイプ",
serviceStatus: "サービスステータス",
responseTime: "応答時間",
uptime: "稼働時間",
lastChecked: "最終チェック",
noServices: "フィルタ条件に一致するサービスがありません。",
};