|
1 | 1 | {
|
2 |
| - "ForienQuestLog.QuestLog.Tabs.InProgress": "進行中", |
3 |
| - "ForienQuestLog.QuestLog.Tabs.Completed": "完了", |
4 |
| - "ForienQuestLog.QuestLog.Tabs.Failed": "失敗", |
5 |
| - "ForienQuestLog.QuestLog.Tabs.Hidden": "秘匿", |
| 2 | + "ForienQuestLog": { |
| 3 | + "NewQuest": "クエストを追加", |
| 4 | + "QuestLogButton": "クエストログ", |
| 5 | + "Quests": "{0}個のクエスト", |
| 6 | + "SampleReward": "例:300の経験点", |
| 7 | + "SampleTask": "例:魔王を討伐する", |
6 | 8 |
|
7 |
| - "ForienQuestLog.QuestPreview.Tabs.Details": "詳細", |
8 |
| - "ForienQuestLog.QuestPreview.Tabs.GMNotes": "GMノート", |
9 |
| - "ForienQuestLog.NewQuest": "クエストを追加", |
| 9 | + "QuestTypes": { |
| 10 | + "InProgress": "進行中", |
| 11 | + "Completed": "完了", |
| 12 | + "Failed": "失敗", |
| 13 | + "Hidden": "秘匿", |
| 14 | + "Labels": { |
| 15 | + "available": "受注可能", |
| 16 | + "active": "進行中", |
| 17 | + "completed": "完了", |
| 18 | + "failed": "失敗", |
| 19 | + "hidden": "秘匿" |
| 20 | + } |
| 21 | + }, |
10 | 22 |
|
11 |
| - "ForienQuestLog.Notifications.QuestMoved": "クエストを新たなフォルダに移動し状態を{target}に変更しました。", |
| 23 | + "Buttons": { |
| 24 | + "AddNewQuest": "新しいクエストを追加", |
| 25 | + "AddNewTask": "追加" |
| 26 | + }, |
12 | 27 |
|
13 |
| - "ForienQuestLog.Buttons.AddNewQuest": "新しいクエストを追加", |
14 |
| - "ForienQuestLog.Buttons.AddNewTask": "追加", |
| 28 | + "QuestForm": { |
| 29 | + "Title": "新しいクエストを追加", |
| 30 | + "QuestGiver": "クエスト依頼主", |
| 31 | + "QuestGiverPlaceholder": "Actor's name or entity's UUID", |
| 32 | + "QuestTitle": "クエスト名", |
| 33 | + "DragDropActor": "キャラクター、アイテムまたは資料をここにドラッグ&ドロップするとクエストの依頼主として設定できます。", |
| 34 | + "QuestDescription": "クエスト内容", |
| 35 | + "QuestGMNotes": "GMノート", |
| 36 | + "Submit": "保存", |
| 37 | + "SubquestOf": "{name}のサブクエストです" |
| 38 | + }, |
15 | 39 |
|
16 |
| - "ForienQuestLog.QuestTypes.InProgress": "進行中", |
17 |
| - "ForienQuestLog.QuestTypes.Completed": "完了", |
18 |
| - "ForienQuestLog.QuestTypes.Failed": "失敗", |
19 |
| - "ForienQuestLog.QuestTypes.Hidden": "秘匿", |
20 |
| - "ForienQuestLog.Quests": "クエスト", |
21 |
| - "ForienQuestLog.QuestLog.Table.QuestGiver": "クエスト依頼主", |
22 |
| - "ForienQuestLog.QuestLog.Table.QuestTitle": "クエスト名", |
23 |
| - "ForienQuestLog.QuestLog.Table.Tasks": "内容", |
24 |
| - "ForienQuestLog.QuestLog.Table.Actions": "操作", |
25 |
| - "ForienQuestLog.QuestPreview.Objectives": "目標", |
26 |
| - "ForienQuestLog.QuestPreview.Rewards": "報酬", |
| 40 | + "QuestLog": { |
| 41 | + "Title": "クエストログ", |
| 42 | + "SubTitle": "{0}に含まれています", |
| 43 | + "Table": { |
| 44 | + "QuestGiver": "クエスト依頼主", |
| 45 | + "QuestTitle": "クエスト名", |
| 46 | + "Tasks": "内容", |
| 47 | + "Actions": "行動" |
| 48 | + }, |
| 49 | + "Tabs": { |
| 50 | + "Available": "受注可能", |
| 51 | + "InProgress": "進行中", |
| 52 | + "Completed": "完了", |
| 53 | + "Failed": "失敗", |
| 54 | + "Hidden": "秘匿" |
| 55 | + } |
| 56 | + }, |
27 | 57 |
|
28 |
| - "ForienQuestLog.Settings.showTasks.Enable": "クエストログにクエスト内容を表示する", |
29 |
| - "ForienQuestLog.Settings.showTasks.EnableHint": "クエストの名前の隣にそのクエストに付随する内容の表示の仕方を設定します。クエストの詳細画面には効果ありません。", |
30 |
| - "ForienQuestLog.Settings.showTasks.default": "完了/合計", |
31 |
| - "ForienQuestLog.Settings.showTasks.onlyCurrent": "完了のみ", |
32 |
| - "ForienQuestLog.Settings.showTasks.no": "内容の列を隠す", |
| 58 | + "QuestPreview": { |
| 59 | + "Title": "クエスト詳細", |
| 60 | + "SubTitle": "{0}に含まれています", |
| 61 | + "Objectives": "目標", |
| 62 | + "Rewards": "報酬", |
| 63 | + "DragDropRewards": "アイテムをここにドラッグ&ドロップすると報酬として設定できます。", |
| 64 | + "InvalidQuestId": "クエストIDが存在しないため開けません。", |
| 65 | + "HeaderButtons": { |
| 66 | + "Show": "プレイヤーに表示" |
| 67 | + }, |
33 | 68 |
|
34 |
| - "ForienQuestLog.Settings.navStyle.Enable": "タブのスタイル", |
35 |
| - "ForienQuestLog.Settings.navStyle.EnableHint": "クエストログのタブをどのように表示するのかを設定します。", |
36 |
| - "ForienQuestLog.Settings.navStyle.bookmarks": "しおり風", |
37 |
| - "ForienQuestLog.Settings.navStyle.classic": "クラシック風", |
| 69 | + "Management": { |
| 70 | + "IsPersonalQuest": "個人クエスト?", |
| 71 | + "IsPersonalQuestDescription": "個人クエストとして指定すると、そのプレイヤーにしか視認できなくなります。チェックをすべて外すとクエストが秘匿タブに表示されるようになります。", |
| 72 | + "SplashArt": "画像", |
| 73 | + "QuestBranching": "サブクエスト", |
| 74 | + "AddSubquest": "サブクエストを作成する", |
| 75 | + "CanPlayerEdit": "プレイヤーに編集権限を与える" |
| 76 | + }, |
38 | 77 |
|
39 |
| - "ForienQuestLog.Settings.titleAlign.Enable": "クエスト名位置合わせ", |
40 |
| - "ForienQuestLog.Settings.titleAlign.EnableHint": "クエストログのクエスト名の位置を調整するための設定です。", |
41 |
| - "ForienQuestLog.Settings.titleAlign.left": "左寄せ", |
42 |
| - "ForienQuestLog.Settings.titleAlign.center": "中央", |
| 78 | + "Tabs": { |
| 79 | + "Details": "内容", |
| 80 | + "QuestManagement": "クエスト管理", |
| 81 | + "GMNotes": "GMノート" |
| 82 | + } |
43 | 83 |
|
44 |
| - "ForienQuestLog.QuestLogButton": "クエストログ", |
45 |
| - "ForienQuestLog.QuestForm.Title": "新しいクエストを追加", |
46 |
| - "ForienQuestLog.QuestLog.Title": "クエストログ", |
47 |
| - "ForienQuestLog.QuestPreview.Title": "クエスト内容", |
| 84 | + }, |
48 | 85 |
|
49 |
| - "ForienQuestLog.QuestForm.QuestGiver": "クエスト依頼主", |
50 |
| - "ForienQuestLog.QuestForm.QuestGiverPlaceholder": "キャラクターの名前またはID", |
51 |
| - "ForienQuestLog.QuestForm.QuestTitle": "クエスト名", |
52 |
| - "ForienQuestLog.QuestForm.QuestDescription": "クエスト内容", |
53 |
| - "ForienQuestLog.QuestForm.QuestGMNotes": "GMノート", |
54 |
| - "ForienQuestLog.QuestForm.Submit": "保存", |
| 86 | + "DeleteDialog": { |
| 87 | + "Title": "{name}を削除します", |
| 88 | + "Header": "本当によろしいですか?", |
| 89 | + "Body": "このクエストとその内容はすべて削除されます。", |
| 90 | + "Delete": "削除", |
| 91 | + "Cancel": "取り消す" |
| 92 | + }, |
55 | 93 |
|
56 |
| - "ForienQuestLog.SampleTask": "例:魔王を討伐する", |
57 |
| - "ForienQuestLog.QuestPreview.DragDropRewards": "アイテムをここにドラッグ&ドロップすると報酬として登録できます", |
| 94 | + "CloseDialog": { |
| 95 | + "Title": "記入をやめようとしています", |
| 96 | + "Header": "本当によろしいですか?", |
| 97 | + "Body": "保存されていない内容は失われます。", |
| 98 | + "Discard": "保存を破棄する", |
| 99 | + "Cancel": "戻る" |
| 100 | + }, |
58 | 101 |
|
59 |
| - "ForienQuestLog.DeleteDialog.Title": "{name}を削除", |
60 |
| - "ForienQuestLog.DeleteDialog.Header": "本当に削除しますか?", |
61 |
| - "ForienQuestLog.DeleteDialog.Body": "このクエストその内容はすべて削除されます。", |
62 |
| - "ForienQuestLog.DeleteDialog.Delete": "削除", |
63 |
| - "ForienQuestLog.DeleteDialog.Cancel": "キャンセル", |
| 102 | + "Notifications": { |
| 103 | + "CannotOpen": "クエストの内容を開けませんでした。権限が無いかクエストが存在しないかもしれません。", |
| 104 | + "UserCantOpen": "{user}はこのクエストを開く権限を持っていません。", |
| 105 | + "LinkCopied": "このクエストのエンティティリンクをコピーしました。", |
| 106 | + "QuestMoved": "クエストを新たなフォルダに移動し状態を{target}に変更しました。" |
| 107 | + }, |
64 | 108 |
|
65 |
| - "ForienQuestLog.Tooltips.ToggleImage": "コマ/キャラ画像表示の切り替え", |
66 |
| - "ForienQuestLog.Tooltips.SetActive": "進行中にする", |
67 |
| - "ForienQuestLog.Tooltips.SetCompleted": "完了にする", |
68 |
| - "ForienQuestLog.Tooltips.SetFailed": "失敗にする", |
69 |
| - "ForienQuestLog.Tooltips.Hide": "秘匿", |
70 |
| - "ForienQuestLog.Tooltips.Delete": "削除" |
| 109 | + "Settings": { |
| 110 | + "allowPlayersDrag": { |
| 111 | + "Enable": "報酬のドラッグを許可", |
| 112 | + "EnableHint": "プレイヤーはクエスト報酬にあるアイテム等を自分のキャラシにドラッグできるようになります。" |
| 113 | + }, |
| 114 | + "availableQuests": { |
| 115 | + "Enable": "受注可能タブを表示する", |
| 116 | + "EnableHint": "許可するとプレイヤーは新たな「受注可能」タブを閲覧できるようになり、受注・秘匿されていないクエストの閲覧が可能となります。" |
| 117 | + }, |
| 118 | + "countHidden": { |
| 119 | + "Enable": "隠しタスクをカウントする", |
| 120 | + "EnableHint": "オンにすることでクエストの合計目標数に隠し目標も含まれるようになります。" |
| 121 | + }, |
| 122 | + "navStyle": { |
| 123 | + "Enable": "タブのスタイル", |
| 124 | + "EnableHint": "クエストログのタブをどのように表示するのかを設定します", |
| 125 | + "bookmarks": "しおり風", |
| 126 | + "classic": "クラシック風" |
| 127 | + }, |
| 128 | + "showFolder": { |
| 129 | + "Enable": "クエストフォルダーを表示する", |
| 130 | + "EnableHint": "クエストデータが含まれているフォルダを表示する。デバッグ用。" |
| 131 | + }, |
| 132 | + "showTasks": { |
| 133 | + "Enable": "クエストログにクエスト内容を表示する", |
| 134 | + "EnableHint": "クエストの名前の隣にそのクエストに付随する内容の表示の仕方を設定します。クエストの詳細画面には効果ありません。", |
| 135 | + "default": "完了/合計", |
| 136 | + "onlyCurrent": "完了のみ", |
| 137 | + "no": "内容の列を隠す" |
| 138 | + }, |
| 139 | + "titleAlign": { |
| 140 | + "Enable": "クエスト名位置合わせ", |
| 141 | + "EnableHint": "クエストログのクエスト名の位置を調整するための設定です", |
| 142 | + "left": "左寄せ", |
| 143 | + "center": "中央" |
| 144 | + }, |
| 145 | + "playersWelcomeScreen": { |
| 146 | + "Enable": "プレイヤーにウェルカム画面を表示する", |
| 147 | + "EnableHint": "チェックを外すとプレイヤーたちがアップデート後にログインしたときに表示されるウェルカム画面を見えなくなります。クエストログのヘルプボタンを押すことで再び表示できます。" |
| 148 | + }, |
| 149 | + "allowPlayersAccept": { |
| 150 | + "Enable": "プレイヤー受注可", |
| 151 | + "EnableHint": "プレイヤーたちは受注可能タブからクエストを受注することが可能になります。" |
| 152 | + }, |
| 153 | + "allowPlayersCreate": { |
| 154 | + "Enable": "プレイヤー作成可", |
| 155 | + "EnableHint": "チェックをいれることでプレイヤーが独自にクエストを作成できるようになります。プレイヤーが作成したクエストは受注可能タブに表示されます。この機能を使うにはプレイヤーの権限に「資料の作成」を付与している必要があります。" |
| 156 | + } |
| 157 | + }, |
| 158 | + |
| 159 | + "Tooltips": { |
| 160 | + "SetAvailable": "受注可能にする", |
| 161 | + "SetActive": "進行中にする", |
| 162 | + "SetCompleted": "完了にする", |
| 163 | + "SetFailed": "失敗にする", |
| 164 | + "Hide": "秘匿", |
| 165 | + "Delete": "削除", |
| 166 | + "AddAbstractReward": "抽象報酬を設定する", |
| 167 | + "PersonalQuestButNoPlayers": "これは個人クエストですが誰も見ることができません。", |
| 168 | + "PersonalQuestVisibleFor": "これは個人クエストです", |
| 169 | + "RewardHidden": "報酬は秘匿されています。クリックして表示します。", |
| 170 | + "RewardVisible": "報酬は表示されています。クリックして秘匿します。", |
| 171 | + "TaskHidden": "内容が秘匿されています。クリックして表示します。", |
| 172 | + "TaskVisible": "内容が表示されています。クリックして秘匿します。", |
| 173 | + "ToggleImage": "コマ/キャラの画像切替" |
| 174 | + }, |
| 175 | + |
| 176 | + "Api": { |
| 177 | + "__COMMENT__": "No need for translating lines starting with 'API ERROR', they show in console for developers only.", |
| 178 | + "create": { |
| 179 | + "title": "API Error: Title property is required to create new Quest" |
| 180 | + }, |
| 181 | + "hooks": { |
| 182 | + "createOpenQuestMacro": { |
| 183 | + "name": "「{name}」クエストを開くt", |
| 184 | + "error": { |
| 185 | + "noQuest": "API Error: Can't create macro with invalid Quest ID" |
| 186 | + } |
| 187 | + } |
| 188 | + }, |
| 189 | + "reward": { |
| 190 | + "create": { |
| 191 | + "data": "API Error: Data property with at least {name, img} is required to create new Reward", |
| 192 | + "type": "API Error: Type property is required to create new Reward" |
| 193 | + } |
| 194 | + }, |
| 195 | + "task": { |
| 196 | + "create": { |
| 197 | + "name": "API Error: Name property is required to create new Task" |
| 198 | + } |
| 199 | + } |
| 200 | + } |
| 201 | + } |
71 | 202 | }
|
0 commit comments