1
0
ohmyform/ui/locales/ja/user.json
Michael Schramm 9c4c325e5a
Switch to single branch (#221)
* 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
2023-12-02 19:22:40 +01:00

19 lines
637 B
JSON

{
"baseData": "基本データ",
"confirmDelete": "このユーザーを削除します。よろしいですか?",
"deleteError": "ユーザーの削除でエラー",
"deleteNow": "すぐに削除",
"deleted": "ユーザーを削除しました",
"loading": "ユーザーを読み込んでいます",
"mange": "「{{email}}」ユーザーの編集",
"row": {
"created": "作成",
"email": "メールアドレス",
"menu": "メニュー",
"roles": "権限"
},
"updateError": "ユーザー情報の更新でエラー",
"updateNow": "保存",
"updated": "ユーザー情報を更新しました"
}