Add missing maintenance translations
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { MaintenanceTranslations } from '../types/maintenance';
|
import { MaintenanceTranslations } from '../types/maintenance';
|
||||||
|
|
||||||
export const maintenanceTranslations: MaintenanceTranslations = {
|
export const maintenanceTranslations: MaintenanceTranslations = {
|
||||||
@@ -77,4 +78,12 @@ export const maintenanceTranslations: MaintenanceTranslations = {
|
|||||||
selectNotificationChannel: 'Benachrichtigungskanal hinzufügen',
|
selectNotificationChannel: 'Benachrichtigungskanal hinzufügen',
|
||||||
enableNotificationsFirst: 'Aktivieren Sie zuerst Benachrichtigungen, um einen Kanal auszuwählen',
|
enableNotificationsFirst: 'Aktivieren Sie zuerst Benachrichtigungen, um einen Kanal auszuwählen',
|
||||||
updateMaintenance: 'Wartung aktualisieren',
|
updateMaintenance: 'Wartung aktualisieren',
|
||||||
|
loginToViewProfile: 'Bitte melden Sie sich an, um Ihr Profil anzuzeigen',
|
||||||
|
goToLogin: 'Zum Login',
|
||||||
|
loadingUserData: 'Benutzerdaten werden geladen...',
|
||||||
|
retry: 'Erneut versuchen',
|
||||||
|
loadingServerData: 'Serverdaten werden geladen...',
|
||||||
|
retrievingYourInformation: 'Bitte warten Sie, während wir Ihre Informationen abrufen...',
|
||||||
|
servicesPagination: '{startItem}-{endItem} von {totalItems} Diensten',
|
||||||
|
servicesPaginationNoService: '0 Dienste',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -64,4 +64,25 @@ export const maintenanceTranslations: MaintenanceTranslations = {
|
|||||||
noScheduledMaintenance: 'スケジュール済みメンテナンスなし',
|
noScheduledMaintenance: 'スケジュール済みメンテナンスなし',
|
||||||
noMaintenanceWindows: 'この期間にメンテナンスウィンドウはありません。「メンテナンス作成」ボタンをクリックして作成してください。',
|
noMaintenanceWindows: 'この期間にメンテナンスウィンドウはありません。「メンテナンス作成」ボタンをクリックして作成してください。',
|
||||||
maintenanceCreatedSuccess: 'メンテナンスウィンドウが正常に作成されました',
|
maintenanceCreatedSuccess: 'メンテナンスウィンドウが正常に作成されました',
|
||||||
};
|
assignedPersonnelDescription: '現在割り当てられているユーザー',
|
||||||
|
editMaintenanceDesc: 'メンテナンス詳細を編集',
|
||||||
|
editMaintenanceWindow: 'メンテナンス編集',
|
||||||
|
enableNotificationsFirst: 'チャンネルを選択するには先に通知を有効にしてください',
|
||||||
|
goToLogin: 'ログインへ',
|
||||||
|
impactLevel: '影響レベル',
|
||||||
|
impactLevelDescription: '影響レベルを選択',
|
||||||
|
loadingServerData: 'サーバーデータを読み込み中...',
|
||||||
|
loadingUserData: 'ユーザーデータを読み込み中...',
|
||||||
|
loginToViewProfile: 'プロフィールを表示するにはログインしてください',
|
||||||
|
mutedNotifications: '通知が無効になっています',
|
||||||
|
notificationsAreMuted: 'このメンテナンスでは現在通知がミュートされています',
|
||||||
|
priorityDescription: 'メンテナンス優先度を選択',
|
||||||
|
retrievingYourInformation: '情報を取得しています。しばらくお待ちください...',
|
||||||
|
retry: '再試行',
|
||||||
|
selectAssignedUsers: '割り当てユーザーを選択',
|
||||||
|
selectNotificationChannel: '通知チャンネルを追加',
|
||||||
|
servicesPagination: '{startItem}-{endItem} / {totalItems} サービス',
|
||||||
|
servicesPaginationNoService: '0 サービス',
|
||||||
|
statusDescription: 'メンテナンスステータスを選択',
|
||||||
|
updateMaintenance: 'メンテナンスを更新',
|
||||||
|
};
|
||||||
|
|||||||
@@ -78,4 +78,12 @@ export const maintenanceTranslations: MaintenanceTranslations = {
|
|||||||
selectNotificationChannel: '알림 채널 추가',
|
selectNotificationChannel: '알림 채널 추가',
|
||||||
enableNotificationsFirst: '채널을 선택하려면 먼저 알림을 활성화하세요',
|
enableNotificationsFirst: '채널을 선택하려면 먼저 알림을 활성화하세요',
|
||||||
updateMaintenance: '유지보수 업데이트',
|
updateMaintenance: '유지보수 업데이트',
|
||||||
|
goToLogin: '로그인으로 이동',
|
||||||
|
loadingServerData: '서버 데이터를 불러오는 중...',
|
||||||
|
loadingUserData: '사용자 데이터를 불러오는 중...',
|
||||||
|
loginToViewProfile: '프로필을 보려면 로그인하세요',
|
||||||
|
retrievingYourInformation: '정보를 가져오는 중입니다. 잠시 기다려 주세요...',
|
||||||
|
retry: '다시 시도',
|
||||||
|
servicesPagination: '{startItem}-{endItem} / {totalItems} 서비스',
|
||||||
|
servicesPaginationNoService: '0 서비스',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user