Sjef Verhoeven PE5PVB
fdb01e0ee6
Merge pull request #396 from leryfm/patch-1
2023-11-09 12:30:21 +01:00
leryfm
f799a1d605
Update language.h
...
Hello!
I reworked the Russian language of the receiver menu.
In the old version, some lines did not fit into the screen due to their length and language features. Also, in some places words were abbreviated, which looks unaesthetic and not entirely correct.
I used synonyms and shorter expressions so that the lines fit into the display on the screen and the paragraphs were pleasant to read.
I am a native russian speaker. You might be interested in including my version of the translation in the overall project.
I will be very glad to be useful. Thank you!
2023-11-09 13:52:04 +03:00
Sjef Verhoeven PE5PVB
6e854036da
Changed initialize data to PROGMEM to save RAM
2023-11-08 21:59:59 +01:00
Sjef Verhoeven PE5PVB
ff125360bf
Added EON sorting
2023-11-07 22:55:31 +01:00
Sjef Verhoeven PE5PVB
529e054aa4
Fixed clock resume after signalloss
...
Also fixed tickerspeed and color.
2023-11-07 22:17:38 +01:00
Sjef Verhoeven PE5PVB
ccb3964aee
Added I2S input switch for future purpose
2023-11-07 21:25:42 +01:00
Sjef Verhoeven PE5PVB
73ede86571
On RDS loss clock keeps running
2023-11-07 12:56:09 +01:00
Sjef Verhoeven PE5PVB
88423c6bfe
Fixed RDS-flag detector when RDS filter was switched on
2023-11-07 12:47:03 +01:00
Sjef Verhoeven PE5PVB
faf55dc60c
Another approch to prevent flashing PI when PI errors are on and signal is weak.
2023-11-07 12:41:06 +01:00
Sjef Verhoeven PE5PVB
5d86568f48
Fix flashing PI in USA mode while searching callsign in database
2023-11-07 12:33:52 +01:00
Sjef Verhoeven PE5PVB
1a6c294bf8
Merge pull request #392 from Overland-DX/main
...
Updated Norwegian in lanuage.h
2023-11-07 10:20:56 +01:00
Jan Ove Overland
8c609a1b4a
Updated Norwegian in lanuage.h
...
Fixed small mistakes in the translation.
2023-11-07 10:17:26 +01:00
Sjef Verhoeven PE5PVB
fa540cc2d7
Merge pull request #391 from Overland-DX/main
2023-11-05 21:43:30 +01:00
Jan Ove Overland
d9e0b60e87
Update language.h
...
updated norwegian
2023-11-05 20:39:16 +01:00
Mateusz Walkowiak
2bb9514ab5
Update language.h
2023-11-03 15:58:20 +01:00
kevin
7882c5a936
Merge pull request #384 from ohmytime/Update_CHS
...
Update CHS
2023-11-03 08:19:26 +08:00
ohmytime
694d0cabcc
Update CHS
2023-11-03 08:17:26 +08:00
Sjef Verhoeven PE5PVB
5ddca26d39
Added extra checks on parsing CT and PIN
2023-11-02 21:10:31 +01:00
Sjef Verhoeven PE5PVB
bb747bdbbd
Fix for AFREG and AF detector
2023-11-02 20:53:46 +01:00
Sjef Verhoeven PE5PVB
6afb6b9b2d
Update reference to tft_espi library
2023-11-02 14:45:34 +01:00
Sjef Verhoeven PE5PVB
046642c306
Removed 80MHz from SPI selector, won't work.
2023-11-02 11:16:33 +01:00
Sjef Verhoeven PE5PVB
12b1a1f97b
When Wifi connection failed from menu the message was shown to short
2023-11-02 10:28:08 +01:00
Sjef Verhoeven PE5PVB
87ecd38135
Merge pull request #379 from MCelliotG/main
...
Update language.h
2023-11-02 10:06:17 +01:00
Sjef Verhoeven PE5PVB
2c533256db
Merge pull request #380 from andimik/main
2023-11-02 00:33:19 +01:00
andimik
72a1191114
Shorter German texts
...
and removed German asterisks
2023-11-02 00:32:11 +01:00
MCelliotG
47565adce3
Update language.h
2023-11-02 01:26:05 +02:00
Sjef Verhoeven PE5PVB
f3de7f8c54
Merge pull request #377 from MCelliotG/main
...
Greek, French, Spanish and Portuguese update
2023-11-02 00:09:03 +01:00
Sjef Verhoeven PE5PVB
ea44570642
Fixed CT glitching
2023-11-02 00:08:28 +01:00
MCelliotG
41554ddb12
Greek, French, Spanish and Portuguese update
...
Remove asterisks.
2023-11-02 00:40:55 +02:00
Sjef Verhoeven PE5PVB
ca40d85bd9
Fixed flashing PI is some cases when Show PI errors is enabled
2023-11-01 22:47:05 +01:00
Sjef Verhoeven PE5PVB
c64faf1df3
SPI speed added to flash storage and menu cleanup
...
Moved ARS selection to tft_espi config
2023-11-01 22:22:46 +01:00
Sjef Verhoeven PE5PVB
838e4a2bdd
Merge pull request #375 from andimik/main
...
Mark identical (untranslated) texts with asterisks
2023-11-01 21:37:40 +01:00
andimik
43aeec73fd
Mark identical (untranslated) texts with asterisks
...
The three asterisks in the `language.h` file mean that the text is the same as in English (as per 1st November 2023). This will help to identify texts which have not been translated so far.
Of course, some texts are the same in many languages, like `TV` or `SMS`, so feel free to remove them when updating your language.
2023-11-01 21:35:57 +01:00
Sjef Verhoeven PE5PVB
aaa3b3ff7d
Merge pull request #374 from ohmytime/Fix_SPI_Speed
...
Fix SPI speed by mod tft_eSpi library
2023-11-01 21:28:39 +01:00
ohmytime
5a7af38293
Fix SPI speed by mod tft_eSpi library
...
1. Raplace tft_eSpi by https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
2.uncomment to enable dynamic SPI Speed
// #define DYNAMIC_SPI_SPEED
2023-11-01 20:29:24 +08:00
Sjef Verhoeven PE5PVB
33ce64aa04
Update Bulgarian
2023-10-31 14:15:06 +01:00
Sjef Verhoeven PE5PVB
bde1331bc9
Removed unused color reference
2023-10-30 22:13:07 +01:00
Sjef Verhoeven PE5PVB
11509545d8
Fix CT glitch
2023-10-30 21:29:53 +01:00
Sjef Verhoeven PE5PVB
dbe2d38a79
Fixed AF/EON page when over 30 AF's
2023-10-30 21:14:29 +01:00
Sjef Verhoeven PE5PVB
97fcaf0801
Removed some ':'
2023-10-30 20:22:33 +01:00
Sjef Verhoeven PE5PVB
be5ffb592e
Merge pull request #370 from andimik/main
...
Update German 30th Oct
2023-10-30 20:20:21 +01:00
andimik
b05cfcded7
Update German 30th Oct
...
- some German word wraps added, but not tested
- Italian expression for Wi-Fi unified
- Italian texts with `%` without space
2023-10-30 20:13:11 +01:00
Sjef Verhoeven PE5PVB
2660aae9d5
Update Dutch language
2023-10-30 17:26:29 +01:00
Sjef Verhoeven PE5PVB
b5d7d053d2
Added menu option for default MW stepsize, menu cleanup
2023-10-30 16:49:28 +01:00
Sjef Verhoeven PE5PVB
2548558304
Fixed: stepsize LW in USA was 10kHz, should be 9kHz
2023-10-30 14:25:02 +01:00
Sjef Verhoeven PE5PVB
d8ecc59e36
Fix frozen stereo symbol on MEM tune
2023-10-30 13:34:04 +01:00
Sjef Verhoeven PE5PVB
d9d862389a
Added PIN parsing on Group 1B
2023-10-29 23:32:13 +01:00
Sjef Verhoeven PE5PVB
09e8786987
Fixed PTYN refresh
2023-10-29 23:21:14 +01:00
Sjef Verhoeven PE5PVB
bb00e30c23
Fixed bug in DAB AF chars
2023-10-29 17:51:16 +01:00
Sjef Verhoeven PE5PVB
e71b037303
Added DAB AF
2023-10-29 17:11:52 +01:00