diff --git a/reactJS/app/components/RegisterComponent.js b/reactJS/app/components/RegisterComponent.js index 4a354d69..6a101fb4 100755 --- a/reactJS/app/components/RegisterComponent.js +++ b/reactJS/app/components/RegisterComponent.js @@ -409,7 +409,7 @@ class RegisterComponent extends Component {
- Enter your name and event name + {this.props.languageJson.stepper1Label}
@@ -522,11 +522,11 @@ class RegisterComponent extends Component {
- Enter your name and events name + {this.props.languageJson.stepper1Label} - Enter Event location

Optional
+ {this.props.languageJson.stepper2Label}

{this.props.languageJson.optional}
diff --git a/reactJS/en.json b/reactJS/en.json index a5d9fff5..2e5b4a49 100644 --- a/reactJS/en.json +++ b/reactJS/en.json @@ -1,5 +1,8 @@ { "header": "Coming Or Not?", + "stepper1Label": "Enter your name and events name", + "stepper2Label": "Enter Event location", + "optional": "optional", "nameErrorLabel": "Only 40 characters permitted!!!", "purposeErrorLabel": "Only 100 characters permitted!!!", "dateArrayEmptyErrorLabel": "No dates selected!!", diff --git a/reactJS/jp.json b/reactJS/jp.json index f12d9826..1fbb40a7 100644 --- a/reactJS/jp.json +++ b/reactJS/jp.json @@ -1,26 +1,29 @@ { "header": "Coming Or Not?", - "nameErrorLabel": "Only 40 characters permitted!!!", - "purposeErrorLabel": "Only 100 characters permitted!!!", - "dateArrayEmptyErrorLabel": "No dates selected!!", + "stepper1Label": "あなたの名前とイベント名を入力してください", + "stepper2Label": "イベントの場所を入力", + "optional": "任意", + "nameErrorLabel": "40 文字しか使用できません!", + "purposeErrorLabel": "100 文字しか使用できません!", + "dateArrayEmptyErrorLabel": "日付は選択されていません!", "nameErrorLabelRequired": "あなたの名前が必要です", "purposeErrorLabelRequired": "例:葬式", "name": "主催者名 *", "attendeeName": "名", "purpose": "イベント名 *", - "calendarLabel": "Select the Dates for the Event", - "geosuggestPlaceholder": "Enter the restaurant location here!", + "calendarLabel": "イベントの日付を選択", + "geosuggestPlaceholder": "ここにレストランの場所を入力してください!", "register": "登録", "next": "次へ", "back": "戻る", - "shareLabel": "Share the Event Url with your friends", + "shareLabel": "友達とイベント URL を共有する", "eventPageButton": "イベントページ", "attendeeNameErrorLabel": "あなたの名前が必要です", - "attendeeNameErrorLabelDuplicate": "Name already exists!! Please enter another name", - "dateSelectionLabel": "Enter your convenient Dates", - "dateCastSelectionLabel": "Cast your attendance for the above days by pressing the button", - "eventInformationPartOne": " is organizing ", - "eventInformationPartTwo": ". Please cast your available Dates!!", - "eventTableLabel": "The Event Table", - "numberOfPeopleLabel": "No of people casted votes: " + "attendeeNameErrorLabelDuplicate": "名前は既に存在します!! 別の名前を入力してください", + "dateSelectionLabel": "あなたの便利な日付を入力してください", + "dateCastSelectionLabel": "ボタンを押して上記の日の出席者をキャスト", + "eventInformationPartOne": "組織している", + "eventInformationPartTwo": "。 ご利用可能な日付をキャストしてください!", + "eventTableLabel": "イベント テーブル", + "numberOfPeopleLabel": "人々の投票はキャストされていません:" }