Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,14 @@
"question5": {
"title": "Wo finde ich… (hilfreiche Links)",
"answer": "<p>...das <missioncreator>Tool zum Erstellen von Missionen</missioncreator>?</p><p>...ein <slicer>Werkzeug zum Schneiden von Bildern</slicer>?</p><p><br /></p><p>..die <iitc>IITC-CE</iitc>?</p><p>...das <plugin>Bannergress-Plugin</plugin>?</p><p>...ein <plugin2>IITC-Plugin, das mehr als 25 Missionen anzeigt</plugin2>?</p>"
},
"question6": {
"title": "How do I get my own Ingress missions to bannergress.com, using the Ingress Mission Creator?",
"answer": "<ol><li>You need either the <iitcbutton>IITC Button browser add-on</iitcbutton> or <tampermonkey>Tampermonkey</tampermonkey>.</li><li>Install the <creatorplugin>bannergress creator plugin</creatorplugin>.</li><li>Open <missioncreator>the mission creator</missioncreator> (you may be asked to log into your Ingress account). Then, click on “Sync with Bannergress” in the menu (you may be asked to log into your Bannergress account).</li></ol>"
},
"question7": {
"title": "How can I edit my own banners?",
"answer": "<div>Bannergress needs to know your Ingress agent name before it can provide you with edit permissions:</div><ol><li>Sign into Bannergress.</li><li>Open <accountpage>your Bannergress account page</accountpage>.</li><li>Click on \"Link Ingress Account\" and follow the instructions.</li></ol><div>After that, you have an edit button on all banners that you own.</div>"
}
},
"help": {
Expand Down
8 changes: 8 additions & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,14 @@
"question5": {
"title": "Where can I find … (Useful links)",
"answer": "<p>...the <missioncreator>mission creator</missioncreator>?</p><p>...a <slicer>tool to slice</slicer> a banner picture?</p><p><br /></p><p>...the <iitc>IITC-CE</iitc>?</p><p>...the <plugin>bannergress plugin</plugin>?</p><p>...an <plugin2>IITC plugin</plugin2> which shows <b>more</b> than the Top 25 missions?</p>"
},
"question6": {
"title": "How do I get my own Ingress missions to bannergress.com, using the Ingress Mission Creator?",
"answer": "<ol><li>You need either the <iitcbutton>IITC Button browser add-on</iitcbutton> or <tampermonkey>Tampermonkey</tampermonkey>.</li><li>Install the <creatorplugin>bannergress creator plugin</creatorplugin>.</li><li>Open <missioncreator>the mission creator</missioncreator> (you may be asked to log into your Ingress account). Then, click on “Sync with Bannergress” in the menu (you may be asked to log into your Bannergress account).</li></ol>"
},
"question7": {
"title": "How can I edit my own banners?",
"answer": "<div>Bannergress needs to know your Ingress agent name before it can provide you with edit permissions:</div><ol><li>Sign into Bannergress.</li><li>Open <accountpage>your Bannergress account page</accountpage>.</li><li>Click on \"Link Ingress Account\" and follow the instructions.</li></ol><div>After that, you have an edit button on all banners that you own.</div>"
}
},
"help": {
Expand Down
8 changes: 8 additions & 0 deletions src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@
"question5": {
"title": "Where can I find … (Useful links)",
"answer": "<p>...the <missioncreator>mission creator</missioncreator>?</p><p>...a <slicer>tool to slice</slicer> a banner picture?</p><p><br /></p><p>...the <iitc>IITC-CE</iitc>?</p><p>...the <plugin>bannergress plugin</plugin>?</p><p>...an <plugin2>IITC plugin</plugin2> which shows <b>more</b> than the Top 25 missions?</p>"
},
"question6": {
"title": "How do I get my own Ingress missions to bannergress.com, using the Ingress Mission Creator?",
"answer": "<ol><li>You need either the <iitcbutton>IITC Button browser add-on</iitcbutton> or <tampermonkey>Tampermonkey</tampermonkey>.</li><li>Install the <creatorplugin>bannergress creator plugin</creatorplugin>.</li><li>Open <missioncreator>the mission creator</missioncreator> (you may be asked to log into your Ingress account). Then, click on “Sync with Bannergress” in the menu (you may be asked to log into your Bannergress account).</li></ol>"
},
"question7": {
"title": "How can I edit my own banners?",
"answer": "<div>Bannergress needs to know your Ingress agent name before it can provide you with edit permissions:</div><ol><li>Sign into Bannergress.</li><li>Open <accountpage>your Bannergress account page</accountpage>.</li><li>Click on \"Link Ingress Account\" and follow the instructions.</li></ol><div>After that, you have an edit button on all banners that you own.</div>"
}
},
"help": {
Expand Down
26 changes: 26 additions & 0 deletions src/pages/help/AllQuestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,21 @@ export const AllQuestions: React.FC = () => {
</ol>
</Trans>
</FaqQuestion>
<FaqQuestion key="6" title={t('question6.title')}>
<Trans
i18nKey="faqs.question6.answer"
components={{
iitcbutton: getLink('https://iitc.app/download_desktop'),
tampermonkey: getLink('https://www.tampermonkey.net/'),
creatorplugin: getLink(
'https://bannergress.com/creator-plugin-bannergress.user.js'
),
missioncreator: getLink('https://missions.ingress.com/'),
ol: <ol />,
li: <li />,
}}
/>
</FaqQuestion>
<FaqQuestion key="4" title={t('question4.title')}>
<Trans
i18nKey="faqs.question4.answer"
Expand Down Expand Up @@ -207,6 +222,17 @@ export const AllQuestions: React.FC = () => {
</ol>
</Trans>
</FaqQuestion>
<FaqQuestion key="7" title={t('question7.title')}>
<Trans
i18nKey="faqs.question7.answer"
components={{
accountpage: getLink('https://bannergress.com/account'),
div: <div />,
ol: <ol />,
li: <li />,
}}
/>
</FaqQuestion>
<FaqQuestion key="5" title={t('question5.title')}>
<Trans
i18nKey="faqs.question5.answer"
Expand Down