Files
homarr/public/locales/ja/layout/manage.json
2025-08-02 18:04:19 +02:00

37 lines
938 B
JSON

{
"navigation": {
"home": {
"title": "ホーム"
},
"boards": {
"title": "ボード"
},
"users": {
"title": "ユーザー",
"items": {
"manage": "管理",
"invites": "招待"
}
},
"help": {
"title": "ヘルプ",
"items": {
"documentation": "ドキュメンテーション",
"report": "問題/バグを報告する",
"discord": "コミュニティ・ディスコード",
"contribute": "貢献する"
}
},
"tools": {
"title": "ツール",
"items": {
"docker": "Docker",
"api": "API",
"migrate": "1.0に移行"
}
},
"about": {
"title": "About"
}
}
}