feat(i18n): improve i18n copy and add new translations
- Add new translation entries - Fix several language files
This commit is contained in:
@@ -8,4 +8,13 @@ export const servicesTranslations: ServicesTranslations = {
|
||||
uptime: "稼働時間",
|
||||
lastChecked: "最終チェック",
|
||||
noServices: "フィルタ条件に一致するサービスがありません。",
|
||||
currentlyMonitoring: "現在監視中",
|
||||
retry: "再試行",
|
||||
overview: "概要",
|
||||
newService: "新しいサービス",
|
||||
rowsPerPage: "1ページあたりの行数",
|
||||
search: "検索",
|
||||
allTypes: "すべてのタイプ",
|
||||
createNewService: "新しいサービスを作成",
|
||||
createNewServiceDesc: "監視する新しいサービスを作成するには、詳細を入力してください。",
|
||||
};
|
||||
Reference in New Issue
Block a user