🌐 New Crowdin updates (#1531)

This commit is contained in:
Thomas Camlong
2023-11-03 21:15:08 +01:00
committed by GitHub
parent 4f0be52fe9
commit f4a4b3c252
428 changed files with 5095 additions and 2744 deletions

View File

@@ -1,52 +1,52 @@
{
"metaTitle": "",
"metaTitle": "ユーザー作成",
"steps": {
"account": {
"title": "",
"text": "",
"title": "最初のステップ",
"text": "アカウント作成",
"username": {
"label": "ユーザー名"
},
"email": {
"label": ""
"label": "Eメール"
}
},
"security": {
"title": "",
"title": "第2ステップ",
"text": "パスワード",
"password": {
"label": "パスワード"
}
},
"finish": {
"title": "",
"text": "",
"title": "確認",
"text": "データベースに保存",
"card": {
"title": "",
"text": ""
"title": "インプットを見直す",
"text": "データベースにデータを送信すると、ユーザーはログインできるようになります。このユーザーをデータベースに保存し、ログインを有効化してもよろしいですか?"
},
"table": {
"header": {
"property": "",
"value": "",
"property": "プロパティ",
"value": "価値",
"username": "ユーザー名",
"email": "",
"email": "Eメール",
"password": "パスワード"
},
"notSet": "",
"valid": ""
"notSet": "未設定",
"valid": "有効"
},
"failed": ""
"failed": "ユーザー作成に失敗しました: {{error}}"
},
"completed": {
"alert": {
"title": "",
"text": ""
"title": "ユーザーが作成された",
"text": "ユーザーがデータベースに作成されました。これでログインできるようになりました。"
}
}
},
"buttons": {
"generateRandomPassword": "",
"createAnother": ""
"generateRandomPassword": "ランダム生成",
"createAnother": "別のものを作る"
}
}