From 369b5b4119d2f5ed1faf48ddafcc2de705e043ba Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 21 Jun 2024 05:17:46 -0400 Subject: [PATCH] Add English and Japanese translation --- public/locales/en/translation.json | 24 ++++++++++++++++++++++++ public/locales/jp/translation.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 public/locales/en/translation.json create mode 100644 public/locales/jp/translation.json diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json new file mode 100644 index 0000000..4355633 --- /dev/null +++ b/public/locales/en/translation.json @@ -0,0 +1,24 @@ +{ + "header": { + "search": "Search" + }, + "dropdown": { + "Options": "Options", + "Language": "Language", + "Account": "Account", + "Settings": "Settings", + "Instances": "Instances", + "Hub": "Hub", + "Apps": "Apps", + "Games": "Games", + "Openin": "Open in", + "LiteMode": "Lite Mode", + "YouTube": "YouTube", + "Invidious": "Invidious", + "Pipe": "Pipe", + "Other": "Other", + "About": "About", + "Privacy": "Privacy", + "SourceCode": "Source Code" + } +} \ No newline at end of file diff --git a/public/locales/jp/translation.json b/public/locales/jp/translation.json new file mode 100644 index 0000000..391257b --- /dev/null +++ b/public/locales/jp/translation.json @@ -0,0 +1,24 @@ +{ + "header": { + "search": "検索" + }, + "dropdown": { + "Options": "オプション", + "Language": "言語", + "Account": "アカウント", + "Settings": "設定", + "Instances": "インスタンス", + "Hub": "ハブ", + "Apps": "アプリ", + "Games": "ゲーム", + "Openin": "で開く", + "LiteMode": "ライトモード", + "YouTube": "YouTube", + "Invidious": "Invidious", + "Pipe": "Pipe", + "Other": "他の", + "About": "について", + "Privacy": "プライバシー", + "SourceCode": "ソースコード" + } +} \ No newline at end of file