Done changes request by @theRTC204

master
Marcel Deglau 4 years ago
parent 56b4d1d805
commit 4c5d91be0e

@ -45,7 +45,7 @@
<body>
<div class="dialog-box">
<h2 class="dialog-box__name" data-i18n="general.daisymae"></h2>
<h2 class="dialog-box__name" data-i18n="general.daisy-mae"></h2>
<p data-i18n="[html]welcome.salutation"></p>
<p data-i18n="welcome.description"></p>
<p data-i18n="[html]welcome.conclusion"></p>
@ -75,14 +75,14 @@
<form class="input__form">
<div class="form__row">
<h6 data-i18n="firsttime.title"></h6>
<h6 data-i18n="first-time.title"></h6>
<div class="input__group">
<label data-i18n="[html]firsttime.description"></label>
<label data-i18n="[html]first-time.description"></label>
<div class="input__radio-buttons">
<input type="radio" id="first-time-radio-no" name="first-time" value="false" checked>
<label for="first-time-radio-no" data-i18n="firsttime.no"></label>
<label for="first-time-radio-no" data-i18n="first-time.no"></label>
<input type="radio" id="first-time-radio-yes" name="first-time" value="true">
<label for="first-time-radio-yes" data-i18n="firsttime.yes"></label>
<label for="first-time-radio-yes" data-i18n="first-time.yes"></label>
</div>
</div>
</div>
@ -286,13 +286,13 @@
</div>
<div class="dialog-box">
<h2 class="dialog-box__name" data-i18n="general.daisymae"></h2>
<h2 class="dialog-box__name" data-i18n="general.daisy-mae"></h2>
<p data-i18n="textbox.description"></p>
<p data-i18n="textbox.development"></p>
</div>
<div class="dialog-box">
<h2 class="dialog-box__name" data-i18n="general.daisymae"></h2>
<h2 class="dialog-box__name" data-i18n="general.daisy-mae"></h2>
<p data-i18n="[html]textbox.thanks"></p>
<p data-i18n="[html]textbox.support"></p>
<p data-i18n="textbox.contributors-text"></p>

@ -1,14 +1,14 @@
{
"general": {
"name": "Turnip Prophet",
"daisymae": "Daisy Mae"
"daisy-mae": "Daisy Mae"
},
"welcome": {
"salutation": "Hello, and welcome to the <b>Turnip Prophet</b> app on your Nook Phone.",
"description": "This app lets you track your island's turnip prices daily, but you'll have to put the prices in yourself!",
"conclusion": "After that, the Turnip Prophet app will <b>magically</b> predict the turnip prices you'll have for the rest of the week."
},
"firsttime": {
"first-time": {
"title": "First-Time Buyer",
"description": "Is this your first time buying turnips from Daisy Mae on your island?<i>(This affects your pattern)</i>",
"yes": "Yes",
@ -62,11 +62,11 @@
"chance": "% Chance",
"to": "to",
"minimum": "Guaranteed Minimum",
"maximum": "Guaranteed Maximum",
"maximum": "Potential Maximum",
"chart": {
"input": "Input Price",
"minimum": "Minimum",
"maximum": "Maximum"
"minimum": "Guaranteed Minimum",
"maximum": "Potential Maximum"
}
},
"textbox": {

Loading…
Cancel
Save