Skip to content

Commit cd5d965

Browse files
committed
v0.4.3
* Fixed error showing up and rejecting submitting Quest Form if Quest Giver is invalid string * Fixed Quest Details to properly refresh parent when created subquest * Fixed Quest Details to properly refresh parent when deleted subquest * Updated translations with help of original contributors
1 parent bee667f commit cd5d965

File tree

8 files changed

+222
-143
lines changed

8 files changed

+222
-143
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v0.4.3
4+
* Fixed error showing up and rejecting submitting Quest Form if Quest Giver is invalid string
5+
* Fixed Quest Details to properly refresh parent when created subquest
6+
* Fixed Quest Details to properly refresh parent when deleted subquest
7+
* Updated translations with help of original contributors
8+
39
### v0.4.2
410
* Fixed Players list overflowing on Managenemt tab for those crazy people with more than 12 players
511

lang/ja.json

+188-57
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,202 @@
11
{
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": "例:魔王を討伐する",
68

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+
},
1022

11-
"ForienQuestLog.Notifications.QuestMoved": "クエストを新たなフォルダに移動し状態を{target}に変更しました。",
23+
"Buttons": {
24+
"AddNewQuest": "新しいクエストを追加",
25+
"AddNewTask": "追加"
26+
},
1227

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+
},
1539

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+
},
2757

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+
},
3368

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+
},
3877

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+
}
4383

44-
"ForienQuestLog.QuestLogButton": "クエストログ",
45-
"ForienQuestLog.QuestForm.Title": "新しいクエストを追加",
46-
"ForienQuestLog.QuestLog.Title": "クエストログ",
47-
"ForienQuestLog.QuestPreview.Title": "クエスト内容",
84+
},
4885

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+
},
5593

56-
"ForienQuestLog.SampleTask": "例:魔王を討伐する",
57-
"ForienQuestLog.QuestPreview.DragDropRewards": "アイテムをここにドラッグ&ドロップすると報酬として登録できます",
94+
"CloseDialog": {
95+
"Title": "記入をやめようとしています",
96+
"Header": "本当によろしいですか?",
97+
"Body": "保存されていない内容は失われます。",
98+
"Discard": "保存を破棄する",
99+
"Cancel": "戻る"
100+
},
58101

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+
},
64108

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+
}
71202
}

lang/missing/es.json

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
{
2-
"ForienQuestLog.QuestForm.SubquestOf": "",
3-
"ForienQuestLog.Notifications.LinkCopied": "",
4-
"ForienQuestLog.Settings.allowPlayersCreate.Enable": "",
5-
"ForienQuestLog.Settings.allowPlayersCreate.EnableHint": "",
6-
"ForienQuestLog.Settings.allowPlayersAccept.Enable": "",
7-
"ForienQuestLog.Settings.allowPlayersAccept.EnableHint": "",
8-
"ForienQuestLog.Settings.countHidden.Enable": "",
9-
"ForienQuestLog.Settings.countHidden.EnableHint": "",
10-
"ForienQuestLog.QuestPreview.SubTitle": "",
11-
"ForienQuestLog.QuestPreview.Management.SplashArt": "",
12-
"ForienQuestLog.QuestPreview.Management.QuestBranching": "",
13-
"ForienQuestLog.QuestPreview.Management.AddSubquest": "",
14-
"ForienQuestLog.QuestPreview.Management.CanPlayerEdit": ""
15-
}
1+
{}

lang/missing/ja.json

+1-52
Original file line numberDiff line numberDiff line change
@@ -1,52 +1 @@
1-
{
2-
"ForienQuestLog.Api.hooks.createOpenQuestMacro.error.noQuest": "",
3-
"ForienQuestLog.Api.hooks.createOpenQuestMacro.name": "",
4-
"ForienQuestLog.Notifications.CannotOpen": "",
5-
"ForienQuestLog.Api.create.title": "",
6-
"ForienQuestLog.QuestForm.SubquestOf": "",
7-
"ForienQuestLog.CloseDialog.Title": "",
8-
"ForienQuestLog.CloseDialog.Header": "",
9-
"ForienQuestLog.CloseDialog.Body": "",
10-
"ForienQuestLog.CloseDialog.Cancel": "",
11-
"ForienQuestLog.CloseDialog.Discard": "",
12-
"ForienQuestLog.QuestPreview.InvalidQuestId": "",
13-
"ForienQuestLog.QuestPreview.HeaderButtons.Show": "",
14-
"ForienQuestLog.Notifications.LinkCopied": "",
15-
"ForienQuestLog.SampleReward": "",
16-
"ForienQuestLog.Tooltips.PersonalQuestVisibleFor": "",
17-
"ForienQuestLog.Tooltips.PersonalQuestButNoPlayers": "",
18-
"ForienQuestLog.Api.reward.create.type": "",
19-
"ForienQuestLog.Api.reward.create.data": "",
20-
"ForienQuestLog.Api.task.create.name": "",
21-
"ForienQuestLog.Settings.availableQuests.Enable": "",
22-
"ForienQuestLog.Settings.availableQuests.EnableHint": "",
23-
"ForienQuestLog.Settings.allowPlayersDrag.Enable": "",
24-
"ForienQuestLog.Settings.allowPlayersDrag.EnableHint": "",
25-
"ForienQuestLog.Settings.allowPlayersCreate.Enable": "",
26-
"ForienQuestLog.Settings.allowPlayersCreate.EnableHint": "",
27-
"ForienQuestLog.Settings.allowPlayersAccept.Enable": "",
28-
"ForienQuestLog.Settings.allowPlayersAccept.EnableHint": "",
29-
"ForienQuestLog.Settings.countHidden.Enable": "",
30-
"ForienQuestLog.Settings.countHidden.EnableHint": "",
31-
"ForienQuestLog.Settings.playersWelcomeScreen.Enable": "",
32-
"ForienQuestLog.Settings.playersWelcomeScreen.EnableHint": "",
33-
"ForienQuestLog.Settings.showFolder.Enable": "",
34-
"ForienQuestLog.Settings.showFolder.EnableHint": "",
35-
"ForienQuestLog.Notifications.UserCantOpen": "",
36-
"ForienQuestLog.QuestPreview.SubTitle": "",
37-
"ForienQuestLog.Tooltips.SetAvailable": "",
38-
"ForienQuestLog.Tooltips.TaskHidden": "",
39-
"ForienQuestLog.Tooltips.TaskVisible": "",
40-
"ForienQuestLog.Tooltips.AddAbstractReward": "",
41-
"ForienQuestLog.Tooltips.RewardHidden": "",
42-
"ForienQuestLog.Tooltips.RewardVisible": "",
43-
"ForienQuestLog.QuestPreview.Management.IsPersonalQuest": "",
44-
"ForienQuestLog.QuestPreview.Management.IsPersonalQuestDescription": "",
45-
"ForienQuestLog.QuestPreview.Management.SplashArt": "",
46-
"ForienQuestLog.QuestPreview.Management.QuestBranching": "",
47-
"ForienQuestLog.QuestPreview.Management.AddSubquest": "",
48-
"ForienQuestLog.QuestPreview.Management.CanPlayerEdit": "",
49-
"ForienQuestLog.QuestForm.DragDropActor": "",
50-
"ForienQuestLog.QuestLog.Tabs.Available": "",
51-
"ForienQuestLog.QuestPreview.Tabs.QuestManagement": ""
52-
}
1+
{}

module.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"url": "https://www.patreon.com/forien"
1010
}
1111
],
12-
"version": "0.4.2",
12+
"version": "0.4.3",
1313
"minimumCoreVersion": "0.6.0",
1414
"compatibleCoreVersion": "0.6.3",
1515
"url": "https://github.com/Forien/foundryvtt-forien-quest-log",
1616
"manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-quest-log/master/module.json",
17-
"download": "https://github.com/Forien/foundryvtt-forien-quest-log/releases/download/v0.4.2/v0.4.2.zip",
18-
"readme": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.4.2/README.md",
19-
"changelog": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.4.2/changelog.md",
17+
"download": "https://github.com/Forien/foundryvtt-forien-quest-log/releases/download/v0.4.3/v0.4.3.zip",
18+
"readme": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.4.3/README.md",
19+
"changelog": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.4.3/changelog.md",
2020
"bugs": "https://github.com/Forien/foundryvtt-forien-quest-log/issues",
2121
"languages": [
2222
{

0 commit comments

Comments
 (0)