Skip to content

Commit d79bf9e

Browse files
Update translations (#3666)
Co-authored-by: Crowdin Bot <[email protected]>
1 parent d23ea4b commit d79bf9e

12 files changed

+78
-80
lines changed

locales/ca/messages.json

-8
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,6 @@
741741
"initialSetupButtonResetZaxisValue": {
742742
"message": "Restableix l'eix Z, offset: $1 graus"
743743
},
744-
"initialSetupHeading": {
745-
"message": "Títol:",
746-
"description": "Heading shown on Setup tab"
747-
},
748744
"initialSetupMixerHead": {
749745
"message": "Tipus de Mixer"
750746
},
@@ -2742,10 +2738,6 @@
27422738
"message": "Latitud/Longitud actuals:",
27432739
"description": "Show GPS position - Latitude / Longitude"
27442740
},
2745-
"gpsHeading": {
2746-
"message": "Encapçalament Mag / GPS:",
2747-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2748-
},
27492741
"gpsSpeed": {
27502742
"message": "Velocitat:"
27512743
},

locales/da/messages.json

-8
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@
733733
"initialSetupButtonResetZaxisValue": {
734734
"message": "Nulstil Z-akse, forskydn.: $1 gr"
735735
},
736-
"initialSetupHeading": {
737-
"message": "Kurs:",
738-
"description": "Heading shown on Setup tab"
739-
},
740736
"initialSetupMixerHead": {
741737
"message": "Mixertype"
742738
},
@@ -2734,10 +2730,6 @@
27342730
"message": "Nuværende breddegrad / længdegrad:",
27352731
"description": "Show GPS position - Latitude / Longitude"
27362732
},
2737-
"gpsHeading": {
2738-
"message": "Kompas / GPS kurs:",
2739-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2740-
},
27412733
"gpsSpeed": {
27422734
"message": "Hastighed:"
27432735
},

locales/de/messages.json

-4
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,6 @@
736736
"initialSetupButtonResetZaxisValue": {
737737
"message": "Z Achse zurücksetzen, Abweichung: $1 Grad"
738738
},
739-
"initialSetupHeading": {
740-
"message": "Richtung:",
741-
"description": "Heading shown on Setup tab"
742-
},
743739
"initialSetupMixerHead": {
744740
"message": "Mixer Typ"
745741
},

locales/es/messages.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@
734734
"message": "Reiniciar eje Z, desplazamiento: $1 grad"
735735
},
736736
"initialSetupHeading": {
737-
"message": "Rumbo:",
738-
"description": "Heading shown on Setup tab"
737+
"message": "Yaw:",
738+
"description": "Heading [yaw] attitude value shown on Setup tab"
739739
},
740740
"initialSetupMixerHead": {
741741
"message": "Tipo Mezclador"
@@ -2735,8 +2735,8 @@
27352735
"description": "Show GPS position - Latitude / Longitude"
27362736
},
27372737
"gpsHeading": {
2738-
"message": "Rumbo Mag / GPS:",
2739-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2738+
"message": "Rumbo IMU / GPS:",
2739+
"description": "Show IMU / GPS heading - Attitude / GPS course over ground"
27402740
},
27412741
"gpsSpeed": {
27422742
"message": "Velocidad:"

locales/gl/messages.json

-8
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,6 @@
736736
"initialSetupButtonResetZaxisValue": {
737737
"message": "Reiniciar eixo Z, offset: $1 º"
738738
},
739-
"initialSetupHeading": {
740-
"message": "Título:",
741-
"description": "Heading shown on Setup tab"
742-
},
743739
"initialSetupMixerHead": {
744740
"message": "Tipo Mezclador"
745741
},
@@ -2667,10 +2663,6 @@
26672663
"message": "Latitude / Lonxitude actual:",
26682664
"description": "Show GPS position - Latitude / Longitude"
26692665
},
2670-
"gpsHeading": {
2671-
"message": "Rumbo Mag / GPS:",
2672-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2673-
},
26742666
"gpsSpeed": {
26752667
"message": "Velocidade:"
26762668
},

locales/it/messages.json

+47-8
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@
733733
"initialSetupButtonResetZaxisValue": {
734734
"message": "Reset asse Z, offset: $1 gradi"
735735
},
736-
"initialSetupHeading": {
737-
"message": "Direzione:",
738-
"description": "Heading shown on Setup tab"
739-
},
740736
"initialSetupMixerHead": {
741737
"message": "Tipo Mixer"
742738
},
@@ -782,6 +778,17 @@
782778
"initialSetupInfoHead": {
783779
"message": "Informazioni di sistema"
784780
},
781+
"initialSetupInfoHeadHelp": {
782+
"message": "Mostra i flag dell' FC per il disarmo, informazioni batteria, livello RSSI.",
783+
"description": "Message that pops up to describe the System info section"
784+
},
785+
"initialSensorInfoHead": {
786+
"message": "Info Sensore"
787+
},
788+
"initialSensorInfoHeadHelp": {
789+
"message": "Mostra i sensori hardware",
790+
"description": "Message that pops up to describe the Sensor info section"
791+
},
785792
"initialSetupBattery": {
786793
"message": "Tensione Batteria:"
787794
},
@@ -806,9 +813,41 @@
806813
"initialSetupRSSI": {
807814
"message": "RSSI:"
808815
},
816+
"initialSetupNotInBuild": {
817+
"message": "Non incluso nella build",
818+
"description": "Message that pops up when hardware support not are supported in Build"
819+
},
820+
"initialSetupNotDetected": {
821+
"message": "Non rilevato",
822+
"description": "Message that pops up when hardware are not detected"
823+
},
824+
"initialSetupRSSIValue": {
825+
"message": "$1 dBm"
826+
},
809827
"initialSetupSensorHardware": {
810828
"message": "Sensori:"
811829
},
830+
"initialSetupSensorGyro": {
831+
"message": "Gyro:"
832+
},
833+
"initialSetupSensorAcc": {
834+
"message": "Accel:"
835+
},
836+
"initialSetupSensorMag": {
837+
"message": "Mag:"
838+
},
839+
"initialSetupSensorBaro": {
840+
"message": "Baro:"
841+
},
842+
"initialSetupSensorGPS": {
843+
"message": "GPS:"
844+
},
845+
"initialSetupSensorSonar": {
846+
"message": "Sonar:"
847+
},
848+
"initialSetupSensorRadar": {
849+
"message": "Radar:"
850+
},
812851
"initialSetupArmingDisableFlags": {
813852
"message": "Flag Armato Disabilitato:"
814853
},
@@ -2691,10 +2730,6 @@
26912730
"message": "Latitudine / Longitudine Corrente:",
26922731
"description": "Show GPS position - Latitude / Longitude"
26932732
},
2694-
"gpsHeading": {
2695-
"message": "Direzione Mag / GPS:",
2696-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2697-
},
26982733
"gpsSpeed": {
26992734
"message": "Velocità:"
27002735
},
@@ -6143,6 +6178,10 @@
61436178
"message": "Altitudine",
61446179
"description": "Text of the altitude alarm"
61456180
},
6181+
"osdTimerAlarmOptionLinkQuality": {
6182+
"message": "Qualità Link",
6183+
"description": "Text of the link quality alarm"
6184+
},
61466185
"osdWarningTextArmingDisabled": {
61476186
"message": "Armamento disabilitato",
61486187
"description": "One of the warnings that can be selected to be shown in the OSD"

locales/ja/messages.json

-8
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@
733733
"initialSetupButtonResetZaxisValue": {
734734
"message": "リセット Z 軸、オフセット: $1 度"
735735
},
736-
"initialSetupHeading": {
737-
"message": "ヘッディング:",
738-
"description": "Heading shown on Setup tab"
739-
},
740736
"initialSetupMixerHead": {
741737
"message": "ミキサータイプ"
742738
},
@@ -2691,10 +2687,6 @@
26912687
"message": "現在の 緯度 / 経度:",
26922688
"description": "Show GPS position - Latitude / Longitude"
26932689
},
2694-
"gpsHeading": {
2695-
"message": "ヘッディング方位 / GPS:",
2696-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2697-
},
26982690
"gpsSpeed": {
26992691
"message": "速度:"
27002692
},

locales/ko/messages.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@
734734
"message": "Z 축 초기화, 오프셋: $1 도"
735735
},
736736
"initialSetupHeading": {
737-
"message": "진행방향:",
738-
"description": "Heading shown on Setup tab"
737+
"message": ":",
738+
"description": "Heading [yaw] attitude value shown on Setup tab"
739739
},
740740
"initialSetupMixerHead": {
741741
"message": "믹서 형식"
@@ -2735,8 +2735,8 @@
27352735
"description": "Show GPS position - Latitude / Longitude"
27362736
},
27372737
"gpsHeading": {
2738-
"message": "Mag / GPS 머리방향:",
2739-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2738+
"message": "IMU / GPS 머리방향:",
2739+
"description": "Show IMU / GPS heading - Attitude / GPS course over ground"
27402740
},
27412741
"gpsSpeed": {
27422742
"message": "속도:"

locales/pl/messages.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@
733733
"initialSetupButtonResetZaxisValue": {
734734
"message": "Resetuj oś Z, położenie: $1 stopni"
735735
},
736-
"initialSetupHeading": {
737-
"message": "Kurs:",
738-
"description": "Heading shown on Setup tab"
739-
},
740736
"initialSetupMixerHead": {
741737
"message": "Typ Modelu"
742738
},
@@ -902,7 +898,7 @@
902898
"description": "Message that pops up to describe the ANGLE arming disable flag"
903899
},
904900
"initialSetupArmingDisableFlagsTooltipBOOT_GRACE_TIME": {
905-
"message": "Uzbrojenie zbyt szybko po włączeniu zasilania",
901+
"message": "Po włączeniu zasilania uzbrojenie nastąpiło za szybko",
906902
"description": "Message that pops up to describe the BOOT_GRACE_TIME arming disable flag"
907903
},
908904
"initialSetupArmingDisableFlagsTooltipNOPREARM": {
@@ -1479,7 +1475,7 @@
14791475
"description": "Option to use Galileo in the GPS configuration"
14801476
},
14811477
"configurationGPSGalileoHelp": {
1482-
"message": "Po włączeniu moduł GPS będzie również śledzić system satelitarny Galileo, co zazwyczaj skutkuje większą liczbą zablokowanych satelitów. W przypadku Betaflight 4.2.x lub wcześniejszych wersji wyłącza on również system satelitarny QZSS.",
1478+
"message": "Po włączeniu moduł GPS będzie również śledzić system satelitarny Galileo, co zazwyczaj skutkuje większą liczbą zablokowanych satelitów. W przypadku Betaflight 4.2.x lub nowszej wersji wyłącza on również system satelitarny QZSS.",
14831479
"description": "Help text for the option to use Galileo in the GPS configuration"
14841480
},
14851481
"configurationGPSHomeOnce": {
@@ -2734,10 +2730,6 @@
27342730
"message": "Bieżąca szerokość / długość geograficzna:",
27352731
"description": "Show GPS position - Latitude / Longitude"
27362732
},
2737-
"gpsHeading": {
2738-
"message": "Kierunek Mag / GPS:",
2739-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2740-
},
27412733
"gpsSpeed": {
27422734
"message": "Prędkość:"
27432735
},
@@ -4062,7 +4054,7 @@
40624054
"description": "Overall helpicon message for PID tuning sliders"
40634055
},
40644056
"pidTuningSliderWarning": {
4065-
"message": "<span class=\"message-negative\">UWAGA</span>: Aktualne ustawienia suwaków może powodować zniszczenie silnika lub niebezpieczne zachowanie platformy. Proszę postępować ostrożnie.",
4057+
"message": "<span class=\"message-negative\">UWAGA</span>: Aktualne ustawienia suwaków mogą powodować zniszczenie silnika lub niebezpieczne zachowanie jednostki latającej. Proszę postępować ostrożnie.",
40664058
"description": "Warning shown when tuning slider are above safe limits"
40674059
},
40684060
"pidTuningSlidersDisabled": {
@@ -6497,7 +6489,7 @@
64976489
"description": "Text of one of the fields of the VTX tab"
64986490
},
64996491
"vtxPitModeFrequencyHelp": {
6500-
"message": "Częstotliwość, z jaką zmienia się tryb Pita po włączeniu.",
6492+
"message": "Częstotliwość, z jaką zmienia się tryb Pit po włączeniu.",
65016493
"description": "Help text for the pit mode field of the VTX tab"
65026494
},
65036495
"vtxLowPowerDisarm": {

locales/pt/messages.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@
734734
"message": "Repor eixo Z, offset: $1 graus"
735735
},
736736
"initialSetupHeading": {
737-
"message": "Direção:",
738-
"description": "Heading shown on Setup tab"
737+
"message": "Yaw:",
738+
"description": "Heading [yaw] attitude value shown on Setup tab"
739739
},
740740
"initialSetupMixerHead": {
741741
"message": "Tipo de Mixer"
@@ -2735,8 +2735,8 @@
27352735
"description": "Show GPS position - Latitude / Longitude"
27362736
},
27372737
"gpsHeading": {
2738-
"message": "Direção Mag / GPS:",
2739-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2738+
"message": "Direção IMU / GPS:",
2739+
"description": "Show IMU / GPS heading - Attitude / GPS course over ground"
27402740
},
27412741
"gpsSpeed": {
27422742
"message": "Velocidade:"

locales/pt_BR/messages.json

-4
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@
733733
"initialSetupButtonResetZaxisValue": {
734734
"message": "Redefinir eixo Z, offset: $1 graus"
735735
},
736-
"initialSetupHeading": {
737-
"message": "Direção:",
738-
"description": "Heading shown on Setup tab"
739-
},
740736
"initialSetupMixerHead": {
741737
"message": "Tipo de Mixer"
742738
},

locales/uk/messages.json

+15-8
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@
733733
"initialSetupButtonResetZaxisValue": {
734734
"message": "Скинути вісь Z, зміщення: $1 градус"
735735
},
736-
"initialSetupHeading": {
737-
"message": "Курс:",
738-
"description": "Heading shown on Setup tab"
739-
},
740736
"initialSetupMixerHead": {
741737
"message": "Тип Мікшеру"
742738
},
@@ -817,6 +813,14 @@
817813
"initialSetupRSSI": {
818814
"message": "RSSI: "
819815
},
816+
"initialSetupNotInBuild": {
817+
"message": "Не включено до збірки",
818+
"description": "Message that pops up when hardware support not are supported in Build"
819+
},
820+
"initialSetupNotDetected": {
821+
"message": "Не виявлено",
822+
"description": "Message that pops up when hardware are not detected"
823+
},
820824
"initialSetupRSSIValue": {
821825
"message": "$1 дБм"
822826
},
@@ -826,6 +830,9 @@
826830
"initialSetupSensorGyro": {
827831
"message": "Гіроскоп:"
828832
},
833+
"initialSetupSensorAcc": {
834+
"message": "Акселерометр:"
835+
},
829836
"initialSetupSensorMag": {
830837
"message": "Компас:"
831838
},
@@ -2723,10 +2730,6 @@
27232730
"message": "Поточна широта/довгота:",
27242731
"description": "Show GPS position - Latitude / Longitude"
27252732
},
2726-
"gpsHeading": {
2727-
"message": "Курс за компасом / GPS:",
2728-
"description": "Show GPS heading - Magnetic / GPS course over ground"
2729-
},
27302733
"gpsSpeed": {
27312734
"message": "Швидкість:"
27322735
},
@@ -6175,6 +6178,10 @@
61756178
"message": "Висота",
61766179
"description": "Text of the altitude alarm"
61776180
},
6181+
"osdTimerAlarmOptionLinkQuality": {
6182+
"message": "Якість зв'язку",
6183+
"description": "Text of the link quality alarm"
6184+
},
61786185
"osdWarningTextArmingDisabled": {
61796186
"message": "Взведення заборонене",
61806187
"description": "One of the warnings that can be selected to be shown in the OSD"

0 commit comments

Comments
 (0)