-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
789dc7f
commit 73c42b0
Showing
3 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "人々の投票はキャストされていません:" | ||
} |