Files
homarr/public/locales/ja/layout/manage.json
2024-01-15 21:31:58 +01:00

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