Skip to content

Commit

Permalink
feat(lang): implements base translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent 23e0380 commit 49031e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions locales/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"service.not-found.title": "Services not found",
"service.not-found.description": "Oops! You did not specify a list of services in config.yaml",
"service.not-found.action": "Go to documentation",

"service.ping.description": "Server responded in",
"service.ping.units": "ms",
"service.ping.error": "Server not responding"
}
9 changes: 9 additions & 0 deletions locales/ru-RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"service.not-found.title": "Сервисы не найдены",
"service.not-found.description": "Упс! Вы не указали список сервисов в файле config.yaml",
"service.not-found.action": "Перейти к документации",

"service.ping.description": "Время ответа сервера",
"service.ping.units": "мс",
"service.ping.error": "Сервер не отвечает"
}

0 comments on commit 49031e2

Please sign in to comment.