File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"service" : {
3
- "not-found" : {
4
- "title" : " Services not found" ,
5
- "description" : " Oops! You did not specify a list of services in config.yaml" ,
6
- "action" : " Go to documentation"
7
- }
3
+
4
+ },
5
+
6
+ "error" : {
7
+ "title" : " Error" ,
8
+ "page404" : " Page not found!" ,
9
+ "description" : " Oops! There's been an unexpected error" ,
10
+ "action" : " Go to documentation"
8
11
},
9
12
10
13
"update" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"service" : {
3
- "not-found" : {
4
- "title" : " Сервисы не найдены" ,
5
- "description" : " Упс! Вы не указали список сервисов в файле config.yaml" ,
6
- "action" : " Перейти к документации"
7
- }
3
+
4
+ },
5
+
6
+ "error" : {
7
+ "title" : " Ошибка" ,
8
+ "page404" : " Страница не найдена!" ,
9
+ "home" : " Главная страница" ,
10
+ "description" : " Упс! Произошла непредвиденная ошибка" ,
11
+ "action" : " Перейти к документации"
8
12
},
9
13
10
14
"update" : {
You can’t perform that action at this time.
0 commit comments