9c4c325e5a
* remove submodules * add api and ui files * update github actions * use sparse checkout * update node setup * update checkout * update docker * change permissions * update mariadb health check * update changelog
19 lines
637 B
JSON
19 lines
637 B
JSON
{
|
|
"baseData": "基本データ",
|
|
"confirmDelete": "このユーザーを削除します。よろしいですか?",
|
|
"deleteError": "ユーザーの削除でエラー",
|
|
"deleteNow": "すぐに削除",
|
|
"deleted": "ユーザーを削除しました",
|
|
"loading": "ユーザーを読み込んでいます",
|
|
"mange": "「{{email}}」ユーザーの編集",
|
|
"row": {
|
|
"created": "作成",
|
|
"email": "メールアドレス",
|
|
"menu": "メニュー",
|
|
"roles": "権限"
|
|
},
|
|
"updateError": "ユーザー情報の更新でエラー",
|
|
"updateNow": "保存",
|
|
"updated": "ユーザー情報を更新しました"
|
|
}
|