mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
27 lines
822 B
JSON
27 lines
822 B
JSON
{
|
|
"search": {
|
|
"label": "検索",
|
|
"engines": {
|
|
"web": "{{query}} をウェブで検索",
|
|
"youtube": "YouTubeで {{query}} を検索",
|
|
"torrent": "{{query}} のトレントを検索",
|
|
"movie": "{{app}}で {{query}} を検索"
|
|
}
|
|
},
|
|
"actions": {
|
|
"avatar": {
|
|
"switchTheme": "スイッチテーマ",
|
|
"preferences": "ユーザー設定",
|
|
"defaultBoard": "デフォルトのダッシュボード",
|
|
"manage": "管理",
|
|
"logout": "{{username}}からログアウト",
|
|
"login": "ログイン"
|
|
}
|
|
},
|
|
"modals": {
|
|
"movie": {
|
|
"title": "",
|
|
"topResults": "トップ {{count}} の検索結果 <b>{{search}}</b>."
|
|
}
|
|
}
|
|
} |