From 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Mon Sep 17 00:00:00 2001 From: nr0q Date: Mon, 11 Oct 2021 10:43:25 -0500 Subject: [PATCH] check in what I have so far --- package.nw/GridTracker.html | 4 +- package.nw/i18n/en.json | 85 +++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 package.nw/i18n/en.json diff --git a/package.nw/GridTracker.html b/package.nw/GridTracker.html index 05ce1586..22ee4601 100644 --- a/package.nw/GridTracker.html +++ b/package.nw/GridTracker.html @@ -167,7 +167,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Map View Filters + Map View Filters diff --git a/package.nw/i18n/en.json b/package.nw/i18n/en.json new file mode 100644 index 00000000..0b2abc92 --- /dev/null +++ b/package.nw/i18n/en.json @@ -0,0 +1,85 @@ +{ + "@metadata": { + "authors": [ + "The GridTracker Team" + ], + "last-updated": "2021-10-11", + "locale": "en", + "message-documentation": "qqq" + }, + "appname-title": "GridTracker", + "appname-sub-title": "An Amteur Radio Companion", + "statupStatusDeiv": "Initial Startup", + "documentsDiv1": "Your Documents folder () could not be located.", + "documentsDiv2": "GridTracker can not continue without it.\nPlease select a directory so that GridTracker can store important files.", + "legendDiv": "Legend", + "legendDivQSOHover": "Grids with worked station(s) by you", + "legendDivQSOLabel": "QSO", + "legendDivQSLHover": "Grids with confirmed station(s) by you", + "legendDivQSLLabel": "QSL", + "legendDivQSXHover": "Grids with station(s) communicating with stations other than you", + "legendDivQSXLabel": "QSX", + "legendDivCQHover": "Grids with station(s) calling CQ", + "legendDivCQLabel": "CQ", + "legendDivCQDXHover": "Grids with station(s) calling CQ DX", + "legendDivCQDXLabel": "CQ DX", + "legendDivQRZHover": "Grids with station(s) calling you!", + "legendDivQRZLabel": "QRZ", + "legendDivQTHHover": "Your home grid square!", + "legendDivQTHLabel": "QTH", + "legendDivWSPRHover": "WSPR Stations", + "hideMenuButton": "Click to hide menu", + "divFrequency": "Frequency (Band)", + "divWsjtMode": "Mode", + "divCurrentTime": "Toggle Local / UTC Time", + "localDXcall": "Who you're calling or last called", + "localDXGrid": "Their Gridsquare", + "localDXReport": "Last known SNR", + "localDXCountry": "DXCC", + "localDXDistance": "Distance", + "localDXAzimuth": "Heading", + "operatingMode": "Click to ignore incoming messages", + "pskReporterBandActivityDiv": "PSK-Reporter Band Activity", + "actionDiv": "Quck Stats", + "CallsignsHeardTitle": "Callsigns Heard", + "CallsignsHeardLabel": "Rx Calls", + "WorkedStationsTitle": "Worked Stations", + "WorkedStationsLabel": "QSO", + "DXCCHeardTitle": "DXCC Heard", + "DXCCHeardLabel": "Rx DXCC", + "QSLStationsTitle": "Show Confirmed List", + "QSLStationsLabel": "QSL", + "clearOrLoadButtonTitle": "Clear or Reload Log Data (does not delete files)", + "clearLogButtonLabel": "Clear Log", + "loadLogButtonLabel": "Load Log", + "filterDivTitle": "Map View Control Panel", + "filterDivLabel": "Map View Filters", + "selectBandTitle": "Select Band (Auto tracks WSJT-X)", + "selectBandLabel": "Band", + "optionBandAuto": "Auto", + "optionMixed": "Mixed", + "option4000m": "4000m", + "option2200m": "2200m", + "option630m": "630m", + "option160m": "160m", + "option80m": "80m", + "option60m": "60m", + "option40m": "40m", + "option30m": "30m", + "option20m": "20m", + "option17m": "17m", + "option15m": "15m", + "option12m": "12m", + "option11m": "11m", + "option10m": "10m", + "option6m": "6m", + "option4m": "4m", + "option2m": "2m", + "option1.25m": "1.25m", + "option70cm": "70cm", + "option23cm": "23cm", + "optionOOB": "OOB", + "selectModeTitle": "Select Mode", + "selectModeLabel": "Mode", + "optionModeAuto": "Auto" +} \ No newline at end of file