Built motion from commit 42b6453.|2.0.28
[motion2.git] / public / app / main / apps / jscripty / i18n / ja.json
1 {
2     "JSCRIPTY": {
3         "NAME": "名",
4         "SEARCH_FOR_ANYONE": "だれでものための検索",
5         "BACK": "背面",
6         "SELECTED": "選択した",
7         "SELECT_ALL": "すべてを選択します",
8         "SELECT_NONE": "「なし」を選択します。",
9         "DESCRIPTION": "説明",
10         "ERRORS": {
11             "NAME_REQUIRED": "名前は必須です",
12             "PROJECT_REQUIRED": "プロジェクトが必要です",
13             "FIELD_REQUIRED": "このフィールドは必須です",
14             "NAME_MUST_VALID_PATTERN": "名前は、有効な形式で記述する必要があります"
15         },
16         "SAVE": "保存",
17         "PROJECTS": "プロジェクト",
18         "ADD_PROJECT": "プロジェクトを追加します。",
19         "EDIT_PROJECT": "プロジェクトを編集",
20         "DELETE_PROJECT": "プロジェクトを削除する",
21         "JSCRIPTY": "Jscripty",
22         "ID": "Id",
23         "PROJECT": "プロジェクト",
24         "CREATED_AT": "で作成された",
25         "NEW_PROJECT": "新しいプロジェクト",
26         "EDIT": "編集",
27         "SETTINGS": "の設定",
28         "GENERAL": "一般的な",
29         "BUILDER": "Builder",
30         "PREVIEW": "プレビュー",
31         "OPEN_CONTACT": "連絡先を開く"
32     },
33     "mwForm": {
34         "form": {
35             "name": "Title",
36             "name.placeholder": "Form title",
37             "description": "Description"
38         },
39         "buttons": {
40             "addPage": "Add page",
41             "moveDown": "Move down",
42             "moveUp": "Move up",
43             "removePage": "Remove page",
44             "remove": "Remove",
45             "addElement": "Add element",
46             "questionReady": "Ready",
47             "next": "Next",
48             "back": "Back",
49             "submit": "Submit",
50             "begin": "Begin",
51             "fold": "Fold",
52             "unfold": "Unfold",
53             "edit": "Edit",
54             "clone": "Clone",
55             "view": "View"
56         },
57         "page": {
58             "tab": {
59                 "heading": "Page {{page}} of {{allPages}}"
60             },
61             "elements": {
62                 "empty": "Empty page"
63             },
64             "pageWithNameCheckbox": "named",
65             "name": "Page name"
66         },
67         "pageFlow": {
68             "afterPage": "After page {{page}}:",
69             "afterQuestionAnswer": "Go to page based on answer",
70             "goToPage": "Go to page {{page.number}}",
71             "goToNextPage": "Continue to next page",
72             "submitForm": "Submit form"
73         },
74         "elements": {
75             "question": "Question",
76             "image": "Image",
77             "paragraph": "Paragraph"
78         },
79         "question": {
80             "types": {
81                 "text": {
82                     "name": "Short text"
83                 },
84                 "textarea": {
85                     "name": "Long text"
86                 },
87                 "radio": {
88                     "name": "Radio"
89                 },
90                 "select": {
91                     "name": "Select"
92                 },
93                 "checkbox": {
94                     "name": "Checkboxes"
95                 },
96                 "grid": {
97                     "name": "Grid"
98                 },
99                 "priority": {
100                     "name": "Priority"
101                 },
102                 "division": {
103                     "name": "Division"
104                 },
105                 "number": {
106                     "name": "Number"
107                 },
108                 "date": {
109                     "name": "Date"
110                 },
111                 "datetime": {
112                     "name": "Datetime"
113                 },
114                 "time": {
115                     "name": "Time"
116                 },
117                 "email": {
118                     "name": "Email"
119                 },
120                 "range": {
121                     "name": "Range"
122                 },
123                 "url": {
124                     "name": "URL"
125                 }
126             },
127             "text": "Question text",
128             "type": "Question type",
129             "required": "Required",
130             "preview": {
131                 "text": "Short answer text",
132                 "textarea": "Long answer text",
133                 "otherAnswer": "Other"
134             },
135             "division": {
136                 "quantity": "Quantity",
137                 "unit": "Unit label",
138                 "assignedSumLabel": "Assigned",
139                 "fromRequiredLabel": "from required"
140             },
141             "priority": {
142                 "sorted": "Sorted",
143                 "available": "Available",
144                 "clickToAddItem": "Click to add item"
145             },
146             "grid": {
147                 "cellInputType": "Cell input type",
148                 "cellInputTypes": {
149                     "radio": "Radio",
150                     "checkbox": "Checkbox",
151                     "text": "Text",
152                     "number": "Number",
153                     "date": "Date",
154                     "time": "Time"
155                 },
156                 "rowLabel": "Row {{row}}",
157                 "clickToAddRow": "Click to add row",
158                 "columnLabel": "Column {{col}}",
159                 "clickToAddColumn": "Click to add column"
160             },
161             "range": {
162                 "from": "Range from",
163                 "to": "to"
164             },
165             "number": {
166                 "min": "Min",
167                 "max": "Max"
168             },
169             "orLabel": "or ",
170             "otherLabel": "Other: ",
171             "userAnswer": "User answer",
172             "buttons": {
173                 "addOption": "Click to add option",
174                 "addOther": "Add 'Other'"
175             }
176         },
177         "image": {
178             "selectImageButton": "Select image",
179             "caption": "Image caption"
180         },
181         "paragraph": {
182             "placeholder": "Enter paragraph text"
183         },
184         "confirmationPage": {
185             "title": "Confirmation page",
186             "customMessage": "Custom confirmation message",
187             "defaultMessage": "Your response has been saved",
188             "errorMessage": "Error! Your response has not been saved",
189             "pendingMessage": "Your response is being saved."
190         }
191     }
192 }