From 62f80d048f7e46f787c41c506a624a2cb6fe623e Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:10:05 +0100 Subject: [PATCH] finished grid items --- .../src/components/dynamic_components.vue | 40 ++++++------- freedata_gui/src/components/grid/grid_CQ.vue | 2 +- .../src/components/grid/grid_active_audio.vue | 2 +- .../grid/grid_active_broadcasts.vue | 14 ++--- .../grid/grid_active_broadcasts_vert.vue | 16 ++--- .../grid/grid_active_heard_stations.vue | 18 +++--- .../grid/grid_active_heard_stations_mini.vue | 6 +- .../grid/grid_active_rig_control.vue | 8 +-- .../src/components/grid/grid_activities.vue | 2 +- .../src/components/grid/grid_beacon.vue | 2 +- .../src/components/grid/grid_ping.vue | 4 +- freedata_gui/src/components/grid/grid_ptt.vue | 2 +- .../src/components/grid/grid_scatter.vue | 2 +- .../src/components/grid/grid_stats_chart.vue | 2 +- .../src/components/grid/grid_stop.vue | 2 +- .../src/components/grid/grid_tune.vue | 2 +- freedata_gui/src/locales/en_English.json | 59 ++++++++++++++++++- 17 files changed, 120 insertions(+), 63 deletions(-) diff --git a/freedata_gui/src/components/dynamic_components.vue b/freedata_gui/src/components/dynamic_components.vue index 9ebf5f84..4aa589b8 100644 --- a/freedata_gui/src/components/dynamic_components.vue +++ b/freedata_gui/src/components/dynamic_components.vue @@ -518,7 +518,7 @@ onMounted(() => { - grid edit + {{ $t('grid.gridedit') }} @@ -560,7 +560,7 @@ onMounted(() => { >
- Grid widgets allow you to customize the display. You may add additional widgets to fit your needs. You can move and resize the individual widgets! + {{ $t('grid.gridwidgetsdescription') }}
- Commonly used frequencies are listed here, and are all USB. Simply click on a entry or manually enter a frequency in the textbox to tune your rig if rig control is enabled. + {{ $t('grid.frequencydescription') }}
Time | -Freq | -DXCall | -Grid | -Dist | -Type | -SNR | -AFK? | +{{ $t('grid.components.time') }} | +{{ $t('grid.components.freq') }} | +{{ $t('grid.components.dxcall') }} | +{{ $t('grid.components.grid') }} | +{{ $t('grid.components.dist') }} | +{{ $t('grid.components.type') }} | +{{ $t('grid.components.snr') }} | +{{ $t('grid.components.afk') }} |
---|
Time | -DX Call | +Tim{{ $t('grid.components.time') }}e | +{{ $t('grid.components.dxcall') }} |
---|