11 lines
422 B
TypeScript
11 lines
422 B
TypeScript
import { ServicesTranslations } from '../types/services';
|
|
|
|
export const servicesTranslations: ServicesTranslations = {
|
|
serviceName: "サービス名",
|
|
serviceType: "サービスタイプ",
|
|
serviceStatus: "サービスステータス",
|
|
responseTime: "応答時間",
|
|
uptime: "稼働時間",
|
|
lastChecked: "最終チェック",
|
|
noServices: "フィルタ条件に一致するサービスがありません。",
|
|
}; |