@jjlmoya/utils-drones 1.29.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-drones",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -8,39 +8,39 @@ const description = 'mAh容量と消費電流に基づいて、ドローンの
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: '実際の飛行時間が計算値より短いのはなぜですか?',
12
+ answer: 'この計算機は消費電力が一定であると仮定します。急な操縦、向かい風、バッテリーの劣化により、実際の飛行時間は最大30%短くなることがあります。',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'ドローンは何ボルトで着陸すべきですか?',
16
+ answer: '理想的には、安静時にセルあたり3.5V - 3.6Vまで電圧が下がったら着陸します。これは推奨される残量20%に相当します。',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'ドローンにはLiPoLi-Ionのどちらが適していますか?',
20
+ answer: 'LiPoは瞬間的な出力が高く、レースやアクロバットに適しています。Li-Ionは持続時間が長い一方、出力が低く、長時間の安定した飛行に適しています。',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'セル数(S)は飛行時間にどう影響しますか?',
24
+ answer: 'セル数が増えると電圧と出力は上がりますが、重量も増えます。その電圧に合わせてモーターが最適化されていれば効率は上がりますが、セル数だけで飛行時間が長くなるとは限りません。',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: '容量を確認',
31
+ text: 'バッテリーのラベルでmAh値(例: 150022004500)を確認します。',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: '消費電流を見積もる',
35
+ text: 'ドローンの平均消費電流を入力します。テスト飛行後のOSDテレメトリーで確認できます。',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: '安全マージンを調整',
39
+ text: 'バッテリー保護と着陸余裕のため、20%を残すように設定します(80%に設定)。',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: '結果を確認',
43
+ text: '安全に飛行できる時間を分と秒で表示します。',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = 'Bereken hoe lang uw drone kan vliegen op basis van mAh-capa
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: 'Waarom is de werkelijke vliegtijd korter dan berekend?',
12
+ answer: 'De calculator gaat uit van een constant verbruik. Scherpe manoeuvres, tegenwind en batterijslijtage kunnen de werkelijke vliegtijd met maximaal 30% verkorten.',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'Bij welke spanning moet ik mijn drone laten landen?',
16
+ answer: 'Land idealiter wanneer de spanning in rust daalt tot 3,5 V - 3,6 V per cel. Dit komt overeen met de aanbevolen resterende capaciteit van 20%.',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'Zijn LiPo- of Li-Ion-accu\'s beter voor drones?',
20
+ answer: 'LiPo-accu\'s leveren veel direct vermogen, ideaal voor racen en acrobatiek. Li-Ion-cellen hebben een langere gebruiksduur maar een lager uitgangsvermogen, ideaal voor lange, gelijkmatige vluchten.',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'Welke invloed heeft het aantal cellen (S) op de vliegtijd?',
24
+ answer: 'Meer cellen verhogen spanning en vermogen, maar ook het gewicht. Als de motoren op die spanning zijn geoptimaliseerd, kunnen ze efficiënter werken, maar alleen het aantal cellen garandeert geen langere vliegtijd.',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: 'Capaciteit controleren',
31
+ text: 'Controleer het batterijlabel en zoek de mAh-waarde (bijv. 1500, 2200, 4500).',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: 'Stroomverbruik schatten',
35
+ text: 'Voer het gemiddelde stroomverbruik van uw drone in. U vindt dit in de OSD-telemetrie na een testvlucht.',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: 'Veiligheidsmarge aanpassen',
39
+ text: 'Laat 20% over (stel 80% in) om de batterij te beschermen en een landingsbuffer te behouden.',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: 'Resultaat bekijken',
43
+ text: 'Bekijk de exacte tijd in minuten en seconden waarin u veilig in de lucht kunt blijven.',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = 'Oblicz, jak długo Twój dron może latać na podstawie poj
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: 'Dlaczego rzeczywisty czas lotu jest krótszy od obliczonego?',
12
+ answer: 'Kalkulator zakłada stałe zużycie. Gwałtowne manewry, wiatr czołowy i zużycie akumulatora mogą skrócić rzeczywisty czas lotu nawet o 30%.',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'Przy jakim napięciu powinienem wylądować dronem?',
16
+ answer: 'Najlepiej lądować, gdy napięcie spadnie do 3,5-3,6 V na ogniwo w spoczynku. Odpowiada to zalecanemu pozostawieniu 20% pojemności.',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'Czy do dronów lepsze są akumulatory LiPo czy Li-Ion?',
20
+ answer: 'LiPo zapewniają wysoką moc chwilową, idealną do wyścigów i akrobacji. Ogniwa Li-Ion mają dłuższy czas pracy, ale niższą moc wyjściową, dlatego nadają się do długich, spokojnych lotów.',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'Jak liczba ogniw (S) wpływa na czas lotu?',
24
+ answer: 'Większa liczba ogniw zwiększa napięcie i moc, ale także masę. Jeśli silniki zoptymalizowane pod to napięcie, mogą pracować wydajniej, ale sama liczba ogniw nie gwarantuje dłuższego lotu.',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: 'Określ pojemność',
31
+ text: 'Sprawdź etykietę akumulatora i znajdź wartość mAh (np. 1500, 2200, 4500).',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: 'Oszacuj pobór prądu',
35
+ text: 'Wprowadź średni pobór prądu drona. Możesz go znaleźć w telemetrii OSD po locie testowym.',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: 'Dostosuj margines bezpieczeństwa',
39
+ text: 'Pozostaw 20% (ustaw 80%), aby chronić akumulator i zapewnić zapas na lądowanie.',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: 'Wyświetl wynik',
43
+ text: 'Zobacz dokładny czas w minutach i sekundach, przez który możesz bezpiecznie pozostać w powietrzu.',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = 'Calcule quanto tempo o seu drone pode voar com base na capa
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: 'Por que o tempo de voo real é menor que o calculado?',
12
+ answer: 'A calculadora considera um consumo constante. Manobras bruscas, ventos contrários e desgaste da bateria podem reduzir o tempo de voo real em até 30%.',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'Com que tensão devo pousar o drone?',
16
+ answer: 'Idealmente, pouse quando a tensão cair para 3,5 V - 3,6 V por célula, em repouso. Isso corresponde aos 20% de capacidade restante recomendados.',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'As baterias LiPo ou Li-Ion são melhores para drones?',
20
+ answer: 'As LiPo oferecem alta potência instantânea, ideal para corridas e acrobacias. As células Li-Ion têm maior autonomia, mas menor potência de saída, sendo ideais para voos longos e estáveis.',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'Como o número de células (S) afeta o tempo de voo?',
24
+ answer: 'Mais células aumentam a tensão e a potência, mas também o peso. Se os motores forem otimizados para essa tensão, podem ser mais eficientes, mas o número de células por si não garante mais tempo de voo.',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: 'Identifique a capacidade',
31
+ text: 'Verifique a etiqueta da bateria e procure o valor em mAh (por exemplo, 1500, 2200 ou 4500).',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: 'Estime o consumo de corrente',
35
+ text: 'Introduza o consumo médio de corrente do drone. Pode encontrá-lo na telemetria OSD após um voo de teste.',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: 'Ajuste a margem de segurança',
39
+ text: 'Recomendamos deixar 20% de reserva, definindo o valor para 80%, para proteger a bateria e criar uma margem para aterragem.',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: 'Veja o resultado',
43
+ text: 'Veja o tempo exato, em minutos e segundos, durante o qual pode permanecer no ar com segurança.',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = 'Рассчитайте время полета вашего
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: 'Почему фактическое время полёта меньше расчётного?',
12
+ answer: 'Калькулятор предполагает постоянное потребление. Резкие манёвры, встречный ветер и износ аккумулятора могут сократить фактическое время полёта до 30%.',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'При каком напряжении нужно посадить дрон?',
16
+ answer: 'В идеале садитесь, когда напряжение в состоянии покоя снизится до 3,5-3,6 В на элемент. Это соответствует рекомендуемому остаточному заряду 20%.',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'Какие аккумуляторы лучше для дронов: LiPo или Li-Ion?',
20
+ answer: 'LiPo обеспечивают высокую мгновенную мощность, что идеально для гонок и акробатики. Li-Ion имеют большую продолжительность работы, но меньшую выходную мощность и подходят для длительных спокойных полётов.',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'Как количество элементов (S) влияет на время полёта?',
24
+ answer: 'Большее количество элементов повышает напряжение и мощность, но также увеличивает вес. Если моторы оптимизированы под это напряжение, они могут работать эффективнее, однако одно только количество элементов не гарантирует более длительный полёт.',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: 'Определите ёмкость',
31
+ text: 'Проверьте маркировку аккумулятора и найдите значение в мА·ч, например 1500, 2200 или 4500.',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: 'Оцените потребление тока',
35
+ text: 'Введите среднее потребление тока дроном. Найти его можно в телеметрии OSD после тестового полёта.',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: 'Настройте запас безопасности',
39
+ text: 'Оставьте 20% заряда, установив значение 80%, чтобы защитить аккумулятор и сохранить запас для посадки.',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: 'Получите результат',
43
+ text: 'Просмотрите точное время в минутах и секундах, в течение которого можно безопасно оставаться в воздухе.',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = 'Beräkna hur länge din drönare kan flyga baserat på mAh-
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: 'Varför är den faktiska flygtiden kortare än den beräknade?',
12
+ answer: 'Kalkylatorn förutsätter konstant förbrukning. Häftiga manövrer, motvind och batterislitage kan minska den faktiska flygtiden med upp till 30%.',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'Vid vilken spänning bör jag landa drönaren?',
16
+ answer: 'Landa helst när spänningen i vila sjunker till 3,5-3,6 V per cell. Det motsvarar rekommenderad återstående kapacitet 20%.',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'Är LiPo- eller Li-Ion-batterier bättre för drönare?',
20
+ answer: 'LiPo-batterier ger hög momentan effekt och passar för racing och akrobatik. Li-Ion-celler har längre uthållighet men lägre uteffekt och passar för långa, lugna flygningar.',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'Hur påverkar antalet celler (S) flygtiden?',
24
+ answer: 'Fler celler ökar spänning och effekt, men också vikten. Om motorerna är optimerade för spänningen kan de bli effektivare, men antalet celler i sig garanterar inte längre flygtid.',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: 'Identifiera kapaciteten',
31
+ text: 'Kontrollera batteriets etikett och leta efter mAh-värdet, till exempel 1500, 2200 eller 4500.',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: 'Uppskatta strömförbrukningen',
35
+ text: 'Ange drönarens genomsnittliga strömförbrukning. Du hittar den i OSD-telemetrin efter en testflygning.',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: 'Justera säkerhetsmarginalen',
39
+ text: 'Lämna 20% i reserv genom att ange 80%, skyddas batteriet och du får en buffert för landning.',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: 'Visa resultatet',
43
+ text: 'Se den exakta tiden i minuter och sekunder som du säkert kan stanna i luften.',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = 'mAh kapasitesine ve akım tüketimine göre dronunuzun uçu
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: 'Gerçek uçuş süresi neden hesaplanandan daha kısadır?',
12
+ answer: 'Hesaplayıcı sabit tüketim varsayar. Sert manevralar, karşı rüzgar ve pil aşınması gerçek uçuş süresini %30\'a kadar azaltabilir.',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: 'Drone\'umu hangi voltajda indirmeliyim?',
16
+ answer: 'İdeal olarak, dinlenme halinde hücre başına voltaj 3,5 V - 3,6 V seviyesine düştüğünde inin. Bu, önerilen %20 kalan kapasiteye karşılık gelir.',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'Drone\'lar için LiPo mu yoksa Li-Ion piller mi daha iyidir?',
20
+ answer: 'LiPo piller yüksek anlık güç sağlar ve yarış ile akrobasi için idealdir. Li-Ion hücreler daha uzun dayanır ancak daha düşük çıkış gücüne sahiptir ve uzun, dengeli uçuşlara uygundur.',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: 'Hücre sayısı (S) uçuş süresini nasıl etkiler?',
24
+ answer: 'Daha fazla hücre voltajı ve gücü artırır, ancak ağırlığı da artırır. Motorlar bu voltaja göre optimize edilmişse daha verimli olabilirler, fakat hücre sayısı tek başına daha uzun süreyi garanti etmez.',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: 'Kapasiteyi belirleyin',
31
+ text: 'Pil etiketini kontrol edin ve mAh değerini bulun (örneğin 1500, 2200 veya 4500).',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: 'Akım tüketimini tahmin edin',
35
+ text: 'Drone\'unuzun ortalama akım tüketimini girin. Bu değeri bir test uçuşundan sonra OSD telemetrisinde bulabilirsiniz.',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: 'Güvenlik payını ayarlayın',
39
+ text: 'Pili korumak ve iniş payı bırakmak için %20 ayırmanızı öneririz (değeri %80 olarak ayarlayın).',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: 'Sonucu görüntüleyin',
43
+ text: 'Havada güvenle kalabileceğiniz kesin süreyi dakika ve saniye olarak görüntüleyin.',
44
44
  },
45
45
  ];
46
46
 
@@ -8,39 +8,39 @@ const description = '根据mAh容量和耗电量计算无人机的飞行时间
8
8
 
9
9
  const faqItems = [
10
10
  {
11
- question: 'Why is actual flight time lower than calculated?',
12
- answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
11
+ question: '为什么实际飞行时间比计算时间短?',
12
+ answer: '计算器假设耗电量保持不变。剧烈机动、逆风和电池老化都可能使实际飞行时间最多缩短30%。',
13
13
  },
14
14
  {
15
- question: 'At what voltage should I land my drone?',
16
- answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
15
+ question: '无人机应在什么电压下着陆?',
16
+ answer: '理想情况下,静置时每节电池电压降至3.5V - 3.6V时着陆。这相当于建议保留20%的剩余容量。',
17
17
  },
18
18
  {
19
- question: 'Are LiPo or Li-Ion batteries better for drones?',
20
- answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
19
+ question: 'LiPoLi-Ion电池哪种更适合无人机?',
20
+ answer: 'LiPo可提供较高的瞬时功率,适合竞速和特技飞行。Li-Ion电芯续航更长但输出功率较低,适合长时间平稳飞行。',
21
21
  },
22
22
  {
23
- question: 'How does the cell count (S) affect flight time?',
24
- answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
23
+ question: '电芯数量(S)如何影响飞行时间?',
24
+ answer: '增加电芯会提高电压和功率,但也会增加重量。如果电机针对该电压进行了优化,效率可能更高,但仅凭电芯数量并不能保证飞行时间更长。',
25
25
  },
26
26
  ];
27
27
 
28
28
  const howToSteps = [
29
29
  {
30
- name: 'Identify Capacity',
31
- text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
30
+ name: '确认容量',
31
+ text: '检查电池标签并找到mAh容量值(例如150022004500)。',
32
32
  },
33
33
  {
34
- name: 'Estimate Current Draw',
35
- text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
34
+ name: '估算电流消耗',
35
+ text: '输入无人机的平均耗电电流。测试飞行后可以在OSD遥测数据中找到该数值。',
36
36
  },
37
37
  {
38
- name: 'Adjust Safety Margin',
39
- text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
38
+ name: '调整安全余量',
39
+ text: '建议保留20%的电量(设置为80%),以保护电池并为着陆留出余量。',
40
40
  },
41
41
  {
42
- name: 'Get the Result',
43
- text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
42
+ name: '查看结果',
43
+ text: '查看可以安全留空的准确时间,结果以分钟和秒显示。',
44
44
  },
45
45
  ];
46
46