diff --git a/bun.lock b/bun.lock index 4add681..565f6e4 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "nazha-dashboard-vite", diff --git a/src/locales/ja/translation.json b/src/locales/ja/translation.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/locales/ja/translation.json @@ -0,0 +1 @@ +{} diff --git a/src/locales/uk/translation.json b/src/locales/uk/translation.json new file mode 100644 index 0000000..08d03ed --- /dev/null +++ b/src/locales/uk/translation.json @@ -0,0 +1,7 @@ +{ + "nezha": "Nezha Моніторинг", + "theme": { + "light": "Світла тема", + "dark": "Темна тема" + } +}