Add English and Japanese translation
This commit is contained in:
parent
d50438be3b
commit
369b5b4119
2 changed files with 48 additions and 0 deletions
24
public/locales/en/translation.json
Normal file
24
public/locales/en/translation.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
24
public/locales/jp/translation.json
Normal file
24
public/locales/jp/translation.json
Normal file
|
@ -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": "ソースコード"
|
||||
}
|
||||
}
|
Reference in a new issue