-
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
Murali Suresh
committed
Jan 26, 2017
1 parent
a5c48ff
commit 4d49b15
Showing
4 changed files
with
56 additions
and
28 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
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,3 +1,26 @@ | ||
{ | ||
|
||
"header": "Coming Or Not?", | ||
"nameErrorLabel": "Only 40 characters permitted!!!", | ||
"purposeErrorLabel": "Only 100 characters permitted!!!", | ||
"dateArrayEmptyErrorLabel": "No dates selected!!", | ||
"nameErrorLabelRequired": "あなたの名前が必要です", | ||
"purposeErrorLabelRequired": "例:葬式", | ||
"name": "主催者名 *", | ||
"attendeeName": "名", | ||
"purpose": "イベント名 *", | ||
"calendarLabel": "Select the Dates for the Event", | ||
"geosuggestPlaceholder": "Enter the restaurant location here!", | ||
"register": "登録", | ||
"next": "次へ", | ||
"back": "戻る", | ||
"shareLabel": "Share the Event Url with your friends", | ||
"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: " | ||
} |