Files
homarr/public/locales/ja/layout/manage.json
2024-08-24 14:39:51 +02:00

36 lines
895 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"
}
},
"about": {
"title": "About"
}
}
}