Skip to content

Commit a1fa9ba

Browse files
committed
chore: update locales
1 parent 0089cf9 commit a1fa9ba

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

Diff for: locales/en-US.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"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"
811
},
912

1013
"update": {

Diff for: locales/ru-RU.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"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": "Перейти к документации"
812
},
913

1014
"update": {

0 commit comments

Comments
 (0)