@jjlmoya/utils-sports 1.30.0 → 1.31.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.
Files changed (55) hide show
  1. package/package.json +1 -1
  2. package/src/tool/baseballScoreKeeper/i18n/de.ts +1 -1
  3. package/src/tool/baseballScoreKeeper/i18n/en.ts +1 -1
  4. package/src/tool/baseballScoreKeeper/i18n/es.ts +1 -1
  5. package/src/tool/baseballScoreKeeper/i18n/fr.ts +1 -1
  6. package/src/tool/baseballScoreKeeper/i18n/id.ts +1 -1
  7. package/src/tool/baseballScoreKeeper/i18n/it.ts +1 -1
  8. package/src/tool/baseballScoreKeeper/i18n/nl.ts +1 -1
  9. package/src/tool/baseballScoreKeeper/i18n/pt.ts +1 -1
  10. package/src/tool/baseballScoreKeeper/i18n/sv.ts +1 -1
  11. package/src/tool/baseballScoreKeeper/i18n/tr.ts +1 -1
  12. package/src/tool/footballScoreKeeper/i18n/de.ts +2 -2
  13. package/src/tool/footballScoreKeeper/i18n/tr.ts +2 -2
  14. package/src/tool/padelScoreKeeper/i18n/de.ts +1 -1
  15. package/src/tool/padelScoreKeeper/i18n/en.ts +1 -1
  16. package/src/tool/padelScoreKeeper/i18n/es.ts +1 -1
  17. package/src/tool/padelScoreKeeper/i18n/fr.ts +1 -1
  18. package/src/tool/padelScoreKeeper/i18n/id.ts +1 -1
  19. package/src/tool/padelScoreKeeper/i18n/it.ts +1 -1
  20. package/src/tool/padelScoreKeeper/i18n/nl.ts +1 -1
  21. package/src/tool/padelScoreKeeper/i18n/pt.ts +1 -1
  22. package/src/tool/padelScoreKeeper/i18n/sv.ts +1 -1
  23. package/src/tool/padelScoreKeeper/i18n/tr.ts +1 -1
  24. package/src/tool/rugbyScoreKeeper/i18n/de.ts +1 -1
  25. package/src/tool/rugbyScoreKeeper/i18n/en.ts +1 -1
  26. package/src/tool/rugbyScoreKeeper/i18n/es.ts +1 -1
  27. package/src/tool/rugbyScoreKeeper/i18n/fr.ts +1 -1
  28. package/src/tool/rugbyScoreKeeper/i18n/id.ts +1 -1
  29. package/src/tool/rugbyScoreKeeper/i18n/it.ts +1 -1
  30. package/src/tool/rugbyScoreKeeper/i18n/nl.ts +1 -1
  31. package/src/tool/rugbyScoreKeeper/i18n/pt.ts +1 -1
  32. package/src/tool/rugbyScoreKeeper/i18n/sv.ts +1 -1
  33. package/src/tool/rugbyScoreKeeper/i18n/tr.ts +1 -1
  34. package/src/tool/snookerScoreKeeper/i18n/de.ts +1 -1
  35. package/src/tool/snookerScoreKeeper/i18n/en.ts +1 -1
  36. package/src/tool/snookerScoreKeeper/i18n/es.ts +1 -1
  37. package/src/tool/snookerScoreKeeper/i18n/fr.ts +1 -1
  38. package/src/tool/snookerScoreKeeper/i18n/id.ts +1 -1
  39. package/src/tool/snookerScoreKeeper/i18n/it.ts +1 -1
  40. package/src/tool/snookerScoreKeeper/i18n/nl.ts +1 -1
  41. package/src/tool/snookerScoreKeeper/i18n/pt.ts +1 -1
  42. package/src/tool/snookerScoreKeeper/i18n/sv.ts +1 -1
  43. package/src/tool/snookerScoreKeeper/i18n/tr.ts +1 -1
  44. package/src/tool/streetballScoreKeeper/i18n/de.ts +1 -1
  45. package/src/tool/streetballScoreKeeper/i18n/en.ts +1 -1
  46. package/src/tool/streetballScoreKeeper/i18n/es.ts +1 -1
  47. package/src/tool/streetballScoreKeeper/i18n/fr.ts +1 -1
  48. package/src/tool/streetballScoreKeeper/i18n/id.ts +1 -1
  49. package/src/tool/streetballScoreKeeper/i18n/it.ts +1 -1
  50. package/src/tool/streetballScoreKeeper/i18n/nl.ts +1 -1
  51. package/src/tool/streetballScoreKeeper/i18n/pt.ts +1 -1
  52. package/src/tool/streetballScoreKeeper/i18n/sv.ts +1 -1
  53. package/src/tool/streetballScoreKeeper/i18n/tr.ts +1 -1
  54. package/src/tool/tournamentBracket/i18n/de.ts +1 -1
  55. package/src/tool/tournamentBracket/i18n/tr.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-sports",
3
- "version": "1.30.0",
3
+ "version": "1.31.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'baseball-spielstand';
6
- const title = 'Premium Baseball und Softball Spielstand mit Laeuferverfolgung';
6
+ const title = 'Baseball und Softball Spielstand mit Laeuferverfolgung';
7
7
  const description = 'Erfasse Live Baseballergebnisse mit Runs, Hits und Errors. Visuelles Diamantfeld mit Laeuferpositionen, Ball Strike Zaehler und Inning fuer Inning Verlaufsanzeige.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'baseball-scorekeeper';
6
- const title = 'Premium Baseball and Softball Scorekeeper with Diamond Tracker';
6
+ const title = 'Baseball and Softball Scorekeeper with Diamond Tracker';
7
7
  const description = 'Track live baseball scores with runs, hits and errors. Visual diamond with base runner positions, ball strike count tracker, and inning by inning history grid.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'anotador-beisbol';
6
- const title = 'Anotador Premium de Beisbol y Softbol con Seguimiento de Corredores';
6
+ const title = 'Anotador de Beisbol y Softbol con Seguimiento de Corredores';
7
7
  const description = 'Registra en vivo los puntajes de beisbol con carreras, hits y errores. Diamante visual con posiciones de corredores, conteo de bolas y strikes, e historial entrada por entrada.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marqueur-baseball';
6
- const title = 'Marqueur Premium de Baseball et Softball avec Suivi des Coureurs';
6
+ const title = 'Marqueur de Baseball et Softball avec Suivi des Coureurs';
7
7
  const description = 'Suivez les scores de baseball en direct avec les points, les coups surs et les erreurs. Diamant visuel avec positions des coureurs, compteur de balles et de prises, et historique manche par manche.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'pencatat-skor-baseball';
6
- const title = 'Pencatat Skor Baseball dan Softball Premium dengan Pelacak Diamond';
6
+ const title = 'Pencatat Skor Baseball dan Softball dengan Pelacak Diamond';
7
7
  const description = 'Lacak skor baseball langsung dengan runs, hits dan errors. Diamond visual dengan posisi pelari, penghitung bolanya dan strike, serta riwayat inning per inning.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'segnapunti-baseball-softball';
6
- const title = 'Segnapunti Premium per Baseball e Softball con Tracciamento del Diamante';
6
+ const title = 'Segnapunti per Baseball e Softball con Tracciamento del Diamante';
7
7
  const description = 'Segna i punteggi delle partite in tempo reale con runs, hits ed errori. Diamante visivo con posizioni dei corridori, conteggio di palle e strike e griglia cronologica inning per inning.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'honkbalscorebord';
6
- const title = 'Premium Honkbal en Softbal Scorebord met Diamond Tracker';
6
+ const title = 'Honkbal en Softbal Scorebord met Diamond Tracker';
7
7
  const description = 'Volg live honkbal scores met runs, hits en fouten. Visueel diamant met honkloper posities, ballen en slag telling, en inning voor inning geschiedenisoverzicht.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'placar-baseball-softball';
6
- const title = 'Placar Premium de Baseball e Softbol com Rastreador de Diamante';
6
+ const title = 'Placar de Baseball e Softbol com Rastreador de Diamante';
7
7
  const description = 'Acompanhe pontuacoes ao vivo de baseball com corridas, rebatidas e erros. Diamante visual com posicoes dos corredores, contagem de bolas e strikes e grade historica inning por inning.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'baseball-poangraknare';
6
- const title = 'Premium Baseball och Softball Poangraknare med Diamond Tracker';
6
+ const title = 'Baseball och Softball Poangraknare med Diamond Tracker';
7
7
  const description = 'Folj live baseballpoang med runs, hits och errors. Visuell diamond med basloparpositioner, ball strike raknare och inning for inning historikgrid.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { BaseballScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'beyzbol-skor-takip';
6
- const title = 'Premium Beyzbol ve Softbol Skor Takipcisi ile Elmas Goruntuleyici';
6
+ const title = 'Beyzbol ve Softbol Skor Takipcisi ile Elmas Goruntuleyici';
7
7
  const description = 'Canli beyzbol skorlarini kosu, vurus ve hata sayilariyla takip edin. Baz kosucu pozisyonlari, top strike sayaci ve devre devre gecmis tablosu iceren gorsel bir elmas.';
8
8
 
9
9
  const faqData = [
@@ -32,7 +32,7 @@ const faqData = [
32
32
  {
33
33
  question: 'Ist das Tool wirklich kostenlos ohne versteckte Einschränkungen?',
34
34
  answer:
35
- 'Ja, komplett kostenlos und ohne Einschränkungen. Keine Premium-Tarife, keine Teilnehmerbegrenzung, keine Wasserzeichen, keine Werbung. Alles funktioniert offline in deinem Browser. Kein Konto oder E-Mail erforderlich.',
35
+ 'Ja, komplett kostenlos und ohne Einschränkungen. Keine -Tarife, keine Teilnehmerbegrenzung, keine Wasserzeichen, keine Werbung. Alles funktioniert offline in deinem Browser. Kein Konto oder E-Mail erforderlich.',
36
36
  },
37
37
  ];
38
38
 
@@ -198,7 +198,7 @@ export const content: ToolLocaleContent<FootballScoreKeeperUI> = {
198
198
  },
199
199
  {
200
200
  type: 'paragraph',
201
- html: 'Dieses Tool ist komplett kostenlos und ohne Einschränkungen nutzbar. Es gibt keine Premium-Stufen, keine versteckten Funktionen hinter einer Bezahlschranke und keine Wasserzeichen auf dem Bildschirm. Es funktioniert für jedes Fußballniveau : vom lockeren Kick mit Freunden bis zu organisierten Ligaspielen. Die einfache Oberfläche bedeutet, dass jeder es nutzen kann, von jungen Spielern, die das Spiel lernen, bis zu erfahrenen Trainern, die ein Turnier leiten. Keine Registrierung erforderlich. Keine E-Mail-Adresse. Keine persönlichen Daten. Öffne die Seite, starte das Spiel, tippe die Tore. Das ist alles.',
201
+ html: 'Dieses Tool ist komplett kostenlos und ohne Einschränkungen nutzbar. Es gibt keine -Stufen, keine versteckten Funktionen hinter einer Bezahlschranke und keine Wasserzeichen auf dem Bildschirm. Es funktioniert für jedes Fußballniveau : vom lockeren Kick mit Freunden bis zu organisierten Ligaspielen. Die einfache Oberfläche bedeutet, dass jeder es nutzen kann, von jungen Spielern, die das Spiel lernen, bis zu erfahrenen Trainern, die ein Turnier leiten. Keine Registrierung erforderlich. Keine E-Mail-Adresse. Keine persönlichen Daten. Öffne die Seite, starte das Spiel, tippe die Tore. Das ist alles.',
202
202
  },
203
203
  ],
204
204
  ui: {
@@ -32,7 +32,7 @@ const faqData = [
32
32
  {
33
33
  question: 'Gerçekten ücretsiz mi, gizli sınırlamalar var mı?',
34
34
  answer:
35
- 'Evet, tamamen ücretsiz ve hiçbir kısıtlama yoktur. Premium plan yok, katılımcı sınırı yok, filigran yok, reklam yok. Her şey tarayıcınızda çevrimdışı çalışır. Hesap veya e-posta gerekmez.',
35
+ 'Evet, tamamen ücretsiz ve hiçbir kısıtlama yoktur. plan yok, katılımcı sınırı yok, filigran yok, reklam yok. Her şey tarayıcınızda çevrimdışı çalışır. Hesap veya e-posta gerekmez.',
36
36
  },
37
37
  ];
38
38
 
@@ -198,7 +198,7 @@ export const content: ToolLocaleContent<FootballScoreKeeperUI> = {
198
198
  },
199
199
  {
200
200
  type: 'paragraph',
201
- html: 'Bu araç, hiçbir sınırlama olmaksızın tamamen ücretsizdir. Premium katmanlar, ödeme duvarının arkasında gizli özellikler veya ekranda filigran yoktur. Arkadaşlarla sıradan maçlardan organize lig karşılaşmalarına kadar her futbol seviyesinde çalışır. Basit arayüz, oyunu öğrenen genç oyunculardan turnuva yöneten deneyimli antrenörlere kadar herkesin kullanabilmesi anlamına gelir. Kayıt gerekmez. E-posta adresi gerekmez. Kişisel veri toplanmaz. Sayfayı açın, maça başlayın, gollere dokunun. Hepsi bu kadar.',
201
+ html: 'Bu araç, hiçbir sınırlama olmaksızın tamamen ücretsizdir. katmanlar, ödeme duvarının arkasında gizli özellikler veya ekranda filigran yoktur. Arkadaşlarla sıradan maçlardan organize lig karşılaşmalarına kadar her futbol seviyesinde çalışır. Basit arayüz, oyunu öğrenen genç oyunculardan turnuva yöneten deneyimli antrenörlere kadar herkesin kullanabilmesi anlamına gelir. Kayıt gerekmez. E-posta adresi gerekmez. Kişisel veri toplanmaz. Sayfayı açın, maça başlayın, gollere dokunun. Hepsi bu kadar.',
202
202
  },
203
203
  ],
204
204
  ui: {
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'padel-spielstand';
6
- const title = 'Premium Padel Spielstand : Gold Point & Aufschlagrotation';
6
+ const title = 'Padel Spielstand : Gold Point & Aufschlagrotation';
7
7
  const description = 'Verfolge Padel-Punkte mit der offiziellen Punto de Oro (Gold Point) Regel, Aufschlagrotations-Alarmen, Tiebreaks und dynamischer Seitenwechsel-Animation.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'padel-scorekeeper';
6
- const title = 'Premium Padel Scorekeeper : Gold Point & Rotation Tracker';
6
+ const title = 'Padel Scorekeeper : Gold Point & Rotation Tracker';
7
7
  const description = 'Track padel scores with the official Punto de Oro (Gold Point) rule, serve rotation alerts, set tiebreaks, and dynamic ends swapping animation.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marcador-de-padel';
6
- const title = 'Marcador de Padel Premium : Punto de Oro y Rotación de Saque';
6
+ const title = 'Marcador de Padel : Punto de Oro y Rotación de Saque';
7
7
  const description = 'Controla los puntos de pádel con la regla oficial del Punto de Oro, alertas de rotación de saque, tiebreaks y animación dinámica de cambio de lado.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'scoreur-de-padel';
6
- const title = 'Scoreur de Padel Premium : Point d\'Or et Rotation du Service';
6
+ const title = 'Scoreur de Padel : Point d\'Or et Rotation du Service';
7
7
  const description = 'Suivez les scores au padel avec la règle officielle du Point d\'Or (Punto de Oro), les alertes de rotation du service, les tie-breaks et une animation dynamique de changement de côté.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'papan-skor-padel';
6
- const title = 'Papan Skor Padel Premium : Poin Emas & Pelacak Rotasi';
6
+ const title = 'Papan Skor Padel : Poin Emas & Pelacak Rotasi';
7
7
  const description = 'Lacak skor padel dengan aturan resmi Punto de Oro (Poin Emas), peringatan rotasi servis, tiebreak set, dan animasi pertukaran sisi lapangan yang dinamis.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'segnapunti-padel';
6
- const title = 'Segnapunti Padel Premium : Punto de Oro e Rotazione del Servizio';
6
+ const title = 'Segnapunti Padel : Punto de Oro e Rotazione del Servizio';
7
7
  const description = 'Tieni traccia dei punteggi del padel con la regola ufficiale del Punto de Oro (Gold Point), avvisi di rotazione del servizio, tiebreak e animazione dinamica del cambio campo.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'padel-scorehouder';
6
- const title = 'Premium Padel Scorehouder : Goudpunt & Rotatie Tracker';
6
+ const title = 'Padel Scorehouder : Goudpunt & Rotatie Tracker';
7
7
  const description = 'Houd padel-scores bij met de officiële Punto de Oro (goudpunt) regel, serveerrotatie-meldingen, tiebreaks en een dynamische baanwissel-animatie.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marcador-pontos-padel';
6
- const title = 'Marcador de Padel Premium : Ponto de Ouro & Rotação de Saque';
6
+ const title = 'Marcador de Padel : Ponto de Ouro & Rotação de Saque';
7
7
  const description = 'Monitore os pontos do padel com a regra oficial do Punto de Oro (Ponto de Ouro), alertas de rotação de saque, tiebreaks e animação dinâmica de troca de lado.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'padel-resultatraknare';
6
- const title = 'Premium Padel Resultaträknare : Guldpoäng & Rotation Spårare';
6
+ const title = 'Padel Resultaträknare : Guldpoäng & Rotation Spårare';
7
7
  const description = 'Håll koll på padel-poäng med den officiella Punto de Oro (Guldpoäng)-regeln, serveringsrotationsvarningar, tiebreaks och dynamisk sidbytesanimation.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { PadelScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'padel-skor-takipcisi';
6
- const title = 'Premium Padel Skor Takipçisi : Altın Puan & Rotasyon Takibi';
6
+ const title = 'Padel Skor Takipçisi : Altın Puan & Rotasyon Takibi';
7
7
  const description = 'Resmi Punto de Oro (Altın Puan) kuralı, servis rotasyon uyarıları, tiebreak\'ler ve dinamik saha değiştirme animasyonu ile padel skorlarını takip edin.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'rugby-punktetafel';
6
- const title = 'Premium Rugby Punktezähler mit Zeitstrafen und Spieluhr';
6
+ const title = 'Rugby Punktezähler mit Zeitstrafen und Spieluhr';
7
7
  const description = 'Verfolge Live-Ergebnisse von Rugbyspielen mit Erfassung von Versuchen, Erhöhungen, Straftritten und Dropgoals. Verwalte Zeitstrafen und Spielhälften mit einer interaktiven Stadionanzeigetafel.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'rugby-scorekeeper';
6
- const title = 'Premium Rugby Scorekeeper with Sin Bin Timers and Match Clock';
6
+ const title = 'Rugby Scorekeeper with Sin Bin Timers and Match Clock';
7
7
  const description = 'Track live rugby match scores with try, conversion, penalty and drop goal logging. Manage sin bin countdown timers and match halves with an interactive stadium scoreboard.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marcador-de-rugby';
6
- const title = 'Marcador de Rugby Premium con Cronómetros de Castigo y Reloj de Partido';
6
+ const title = 'Marcador de Rugby con Cronómetros de Castigo y Reloj de Partido';
7
7
  const description = 'Sigue los resultados en vivo de partidos de rugby con registro de ensayos, conversiones, penaltis y drops. Gestiona los cronómetros de castigo y los tiempos de cada tiempo con un marcador interactivo de estadio.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'tableau-de-score-rugby';
6
- const title = 'Tableau de Score Rugby Premium avec Chronomètres d Exclusion et Horloge de Match';
6
+ const title = 'Tableau de Score Rugby avec Chronomètres d Exclusion et Horloge de Match';
7
7
  const description = 'Suivez les scores en direct d un match de rugby avec comptabilisation des essais, transformations, pénalités et drops. Gérez les chronomètres d exclusion et les mi-temps avec un tableau de bord interactif.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'papan-skor-rugbi';
6
- const title = 'Papan Skor Rugbi Premium dengan Pengatur Waktu Sin Bin dan Jam Pertandingan';
6
+ const title = 'Papan Skor Rugbi dengan Pengatur Waktu Sin Bin dan Jam Pertandingan';
7
7
  const description = 'Lacak skor pertandingan rugbi secara langsung dengan pencatatan try, konversi, penalti, dan drop goal. Kelola hitung mundur waktu sin bin dan babak pertandingan dengan papan skor stadion interaktif.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'arbitro-rugby-punteggio';
6
- const title = 'Segnapunti Rugby Premium con Timer Espulsioni Temporanee e Cronometro Partita';
6
+ const title = 'Segnapunti Rugby con Timer Espulsioni Temporanee e Cronometro Partita';
7
7
  const description = 'Registra i punteggi delle partite di rugby in diretta con mete, trasformazioni, calci di punizione e drop. Gestisci i timer per le espulsioni temporanee e i tempi di gioco con un tabellone interattivo.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'rugby-scorebord-timer';
6
- const title = 'Premium Rugbyscorebord met Sin Bin Timers en Wedstrijdklok';
6
+ const title = 'Rugbyscorebord met Sin Bin Timers en Wedstrijdklok';
7
7
  const description = 'Volg live rugbyscores met registers voor try, conversie, strafschop en dropgoal. Beheer sin bin aftelklokken en wedstrijdhelften met een interactief stadionscorebord.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'placar-rugby-cronometro';
6
- const title = 'Placar de Rugby Premium com Cronômetros de Sin Bin e Relógio de Partida';
6
+ const title = 'Placar de Rugby com Cronômetros de Sin Bin e Relógio de Partida';
7
7
  const description = 'Registre as pontuações de partidas de rugby ao vivo com tries, conversões, penalidades e drop goals. Gerencie cronômetros de sin bin e os tempos de jogo com um placar interativo de estádio.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'rugby-poangraknare';
6
- const title = 'Premium Rugbypoängräknare med Utvisningstimer och Matchklocka';
6
+ const title = 'Rugbypoängräknare med Utvisningstimer och Matchklocka';
7
7
  const description = 'Följ livescoring i rugbymatcher med registrering av försök, omvandlingar, straffar och drop goals. Hantera utvisningsnedräkningar och matchhalvlekar med en interaktiv matchtavla.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { RugbyScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'rugby-skor-takip';
6
- const title = 'Premium Rugby Skor Takip ile Sin Bin Süreölçer ve Maç Saati';
6
+ const title = 'Rugby Skor Takip ile Sin Bin Süreölçer ve Maç Saati';
7
7
  const description = 'Denemeler, dönüşümler, penaltılar ve drop golleri kaydederek rugby maç skorlarını canlı takip edin. İnteraktif bir stadyum skorboardu ile sin bin geri sayım sürelerini ve maç devrelerini yönetin.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'snooker-frame-tracker-break-rechner';
6
- const title = 'Premium Snooker Frame Tracker und Break Rechner';
6
+ const title = 'Snooker Frame Tracker und Break Rechner';
7
7
  const description = 'Verfolge live Snooker-Frame-Ergebnisse, berechne aktuelle Break-Werte, zeige verbleibende Punkte auf dem Tisch an und erhalte Echtzeit-Status zum Rückstand, einschließlich benöter Snooker.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'snooker-frame-tracker-break-calculator';
6
- const title = 'Premium Snooker Frame Tracker and Break Calculator';
6
+ const title = 'Snooker Frame Tracker and Break Calculator';
7
7
  const description = 'Track live snooker frame scores, calculate current break values, display remaining points on the table, and get real-time deficit status like need snookers.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marcador-de-snooker-calculador-de-breaks';
6
- const title = 'Marcador de Snooker Premium y Calculador de Breaks';
6
+ const title = 'Marcador de Snooker y Calculador de Breaks';
7
7
  const description = 'Sigue las puntuaciones de frames de snooker en vivo, calcula el valor del break actual, muestra los puntos restantes en la mesa y obtén el estado del déficit en tiempo real, incluyendo la necesidad de snookers.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marqueur-de-snooker-calculateur-de-break';
6
- const title = 'Marqueur de Snooker Premium et Calculateur de Break';
6
+ const title = 'Marqueur de Snooker et Calculateur de Break';
7
7
  const description = 'Suivez les scores des frames de snooker en direct, calculez les valeurs de break actuelles, affichez les points restants sur la table et obtenez l\'état du déficit en temps réel, y compris le besoin de snookers.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'penghitung-break-dan-pelacak-frame-snooker';
6
- const title = 'Pelacak Frame Snooker dan Kalkulator Break Premium';
6
+ const title = 'Pelacak Frame Snooker dan Kalkulator Break ';
7
7
  const description = 'Lacak skor frame snooker langsung, hitung nilai break terkini, tampilkan sisa poin di meja, dan dapatkan status defisit secara langsung seperti kebutuhan snooker.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'tracciatore-di-frame-e-calcolatore-di-break-per-il-snooker';
6
- const title = 'Tracciatore Premium di Frame e Calcolatore di Break per Snooker';
6
+ const title = 'Tracciatore di Frame e Calcolatore di Break per Snooker';
7
7
  const description = 'Tieni traccia in diretta dei punteggi dei frame a snooker, calcola i break correnti, visualizza i punti rimanenti sul tavolo e ottieni lo stato in tempo reale del deficit, ad esempio se sono necessari snooker.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'snooker-frame-tracker-en-break-calculator';
6
- const title = 'Premium Snooker Frame Tracker en Break Calculator';
6
+ const title = 'Snooker Frame Tracker en Break Calculator';
7
7
  const description = 'Volg live snooker frame scores bij, bereken huidige break waarden, toon resterende punten op tafel en ontvang real-time deficit status zoals benodigde snookers.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'rastreador-de-frames-e-calculadora-de-break-para-snooker';
6
- const title = 'Rastreador Premium de Frames e Calculadora de Break para Snooker';
6
+ const title = 'Rastreador de Frames e Calculadora de Break para Snooker';
7
7
  const description = 'Acompanhe ao vivo os pontuações dos frames de snooker, calcule os breaks atuais, exiba os pontos restantes na mesa e obtenha o status de déficit em tempo real, como necessidade de snookers.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'snooker-ram-raknare-och-break-kalkylator';
6
- const title = 'Premium Snooker Ramräknare och Breakkalkylator';
6
+ const title = 'Snooker Ramräknare och Breakkalkylator';
7
7
  const description = 'Spåra snookerramsresultat i realtid, beräkna aktuella breakvärden, visa återstående poäng på bordet och få realtidsstatus för underskott som behov av snookrar.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { SnookerScoreKeeperLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'snooker-frame-takip-ve-break-hesaplama';
6
- const title = 'Premium Snooker Frame Takipçisi ve Break Hesaplayıcı';
6
+ const title = 'Snooker Frame Takipçisi ve Break Hesaplayıcı';
7
7
  const description = 'Canlı snooker frame skorlarını takip edin, mevcut break değerlerini hesaplayın, masada kalan puanları görüntüleyin ve snooker ihtiyacı gibi gerçek zamanlı fark durumunu alın.';
8
8
 
9
9
  const faqData = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'streetball-3x3-spielstand';
6
- const title = 'Premium Streetball 3x3 Spielstand mit Wurfuhr';
6
+ const title = 'Streetball 3x3 Spielstand mit Wurfuhr';
7
7
  const description = 'Verfolge FIBA 3x3 Streetball-Ergebnisse mit integrierter 12-Sekunden-Wurfuhr, Teamfouls, Sudden-Death-Punkten und dynamischen visuellen Anzeigen für die Spielfeldhälfte.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'streetball-3x3-basketball-scorekeeper';
6
- const title = 'Premium Streetball 3x3 Scorekeeper with Shot Clock';
6
+ const title = 'Streetball 3x3 Scorekeeper with Shot Clock';
7
7
  const description = 'Track FIBA 3x3 Streetball scores with an integrated 12-second shot clock, team fouls, sudden death points, and dynamic half-court visual indicators.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'marcador-streetball-3x3';
6
- const title = 'Marcador Premium de Streetball 3x3 con Reloj de Tiro';
6
+ const title = 'Marcador de Streetball 3x3 con Reloj de Tiro';
7
7
  const description = 'Controla los marcadores de streetball FIBA 3x3 con un reloj de tiro de 12 segundos integrado, faltas por equipo, puntos de muerte súbita e indicadores visuales de media cancha.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'scoreur-streetball-3x3';
6
- const title = 'Scoreur Premium Streetball 3x3 avec Chronomètre de Tir';
6
+ const title = 'Scoreur Streetball 3x3 avec Chronomètre de Tir';
7
7
  const description = 'Suivez les scores du streetball FIBA 3x3 avec un chronomètre de tir de 12 secondes intégré, les fautes d\'équipe, les points de mort subite et des indicateurs visuels de demi-terrain dynamiques.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'papan-skor-streetball-3x3';
6
- const title = 'Papan Skor Streetball 3x3 Premium dengan Shot Clock';
6
+ const title = 'Papan Skor Streetball 3x3 dengan Shot Clock';
7
7
  const description = 'Catat skor streetball FIBA 3x3 dengan shot clock 12 detik terintegrasi, pelanggaran tim, poin sudden death, dan indikator visual setengah lapangan yang dinamis.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'segnapunti-streetball-3x3';
6
- const title = 'Segnapunti Premium Streetball 3x3 con Cronometro di Tiro';
6
+ const title = 'Segnapunti Streetball 3x3 con Cronometro di Tiro';
7
7
  const description = 'Tieni traccia dei punteggi dello streetball FIBA 3x3 con un cronometro di tiro da 12 secondi integrato, falli di squadra, punti morte improvvisa e indicatori visivi dinamici di metà campo.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'streetball-3x3-scorehouder';
6
- const title = 'Premium Streetball 3x3 Scorehouder met Schotklok';
6
+ const title = 'Streetball 3x3 Scorehouder met Schotklok';
7
7
  const description = 'Volg FIBA 3x3 Streetball scores met een geïntegreerde 12-seconden schotklok, teamfouten, sudden death punten en dynamische halfcourt visuele indicatoren.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'placar-streetball-3x3';
6
- const title = 'Marcador Premium de Streetball 3x3 com Cronômetro de Arremesso';
6
+ const title = 'Marcador de Streetball 3x3 com Cronômetro de Arremesso';
7
7
  const description = 'Acompanhe os placares do streetball FIBA 3x3 com um cronômetro de arremesso de 12 segundos integrado, faltas por equipe, pontos de morte súbita e indicadores visuais dinâmicos de meia quadra.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'streetball-3x3-resultatraknare';
6
- const title = 'Premium Streetball 3x3 Resultaträknare med Skottklocka';
6
+ const title = 'Streetball 3x3 Resultaträknare med Skottklocka';
7
7
  const description = 'Håll koll på FIBA 3x3 Streetball-poäng med en integrerad 12-sekunders skottklocka, lagfoular, sudden death-poäng och dynamiska halvplanindikatorer.';
8
8
 
9
9
  const faq = [
@@ -3,7 +3,7 @@ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dt
3
3
  import type { StreetballLocaleContent } from '../entry';
4
4
 
5
5
  const slug = 'streetball-3x3-skor-takipcisi';
6
- const title = 'Premium Streetball 3x3 Skor Takipçisi ve Atış Saati';
6
+ const title = 'Streetball 3x3 Skor Takipçisi ve Atış Saati';
7
7
  const description = 'Entegre 12 saniyelik atış saati, takım faulleri, ani ölüm puanları ve dinamik yarı saha görsel göstergeleri ile FIBA 3x3 Streetball skorlarını takip edin.';
8
8
 
9
9
  const faq = [
@@ -55,7 +55,7 @@ const faqData = [
55
55
  { question: 'Was passiert bei einer ungeraden Anzahl von Spielern?', answer: 'Unser Tool handhabt automatisch "Freilose" (BYEs). Einige Spieler rücken direkt in die zweite Runde vor, ohne in der ersten zu spielen, damit das Bracket immer in Zweierpotenzen endet (2, 4, 8, 16...).' },
56
56
  { question: 'Kann ich das Turnier-Bracket speichern und teilen?', answer: 'Ja, Sie können das Bracket über einen einzigartigen, sofort generierten Link teilen. Da es sich um ein registrierungsfreies Tool handelt, werden die Daten in Ihrem Browser gespeichert, solange der Tab offen ist.' },
57
57
  { question: 'Funktioniert es für eSports-Turniere wie FIFA oder LoL?', answer: 'Absolut. Es ist auf Schnelligkeit und visuelle Klarheit ausgelegt, ideal für die Verwaltung von Konsolen-, PC- oder sogar Brett- und Kartenspielturnieren.' },
58
- { question: 'Ist das Erstellen von Turnieren kostenlos?', answer: 'Ja, komplett kostenlos und ohne Einschränkungen. Keine Premium-Pläne, Teilnehmerlimits, Wasserzeichen oder aufdringliche Werbung. Alles funktioniert offline in Ihrem Browser.' },
58
+ { question: 'Ist das Erstellen von Turnieren kostenlos?', answer: 'Ja, komplett kostenlos und ohne Einschränkungen. Keine Pläne, Teilnehmerlimits, Wasserzeichen oder aufdringliche Werbung. Alles funktioniert offline in Ihrem Browser.' },
59
59
  { question: 'Werden meine Daten gelöscht, wenn ich den Browser schließe?', answer: 'Nein. Wir verwenden LocalStorage, um alle Ihre Turniere automatisch auf Ihrem Gerät zu speichern. Sie können den Tab schließen, den Computer ausschalten und Tage später wiederkommen: Ihr Turnier wird immer noch da sein.' },
60
60
  { question: 'Wie funktioniert die Taste "Nächstes Spiel"?', answer: 'Das System erkennt automatisch die nächste bereite Paarung (beide Teilnehmer bestätigt), aber noch ohne Ergebnis. Durch Drücken von "Nächstes Spiel" springt die Ansicht direkt zu diesem Spiel.' },
61
61
  ];
@@ -55,7 +55,7 @@ const faqData = [
55
55
  { question: 'Oyuncu sayım tek ise ne olur?', answer: 'Aracımız "BYE" işlemlerini otomatik olarak halleder. Braketin her zaman ikinin kuvveti (2, 4, 8, 16...) şeklinde bitmesi için bazı oyuncular ilk turda oynamadan doğrudan ikinci tura yükselir.' },
56
56
  { question: 'Turnuva braketini kaydedip paylaşabilir miyim?', answer: 'Evet, anında oluşturulan benzersiz bir bağlantı aracılığıyla braketi paylaşabilirsiniz. Kayıt gerektirmeyen bir araç olduğu için, sekme açık olduğu sürece veriler tarayıcınızda tutulur.' },
57
57
  { question: 'FIFA veya LoL gibi eSports turnuvaları için uygun mu?', answer: 'Kesinlikle. Hızlı ve görsel olacak şekilde tasarlanmıştır; hızlı konsol, PC oyunu ve hatta masa ve kart oyunu turnuvalarını yönetmek için idealdir.' },
58
- { question: 'Turnuva oluşturmak ücretsiz mi?', answer: 'Evet, tamamen ücretsiz ve kısıtlamasız. Premium planlar, katılımcı sınırları, filigranlar veya rahatsız edici reklamlar yok. Her şey tarayıcınızda çevrimdışı çalışır.' },
58
+ { question: 'Turnuva oluşturmak ücretsiz mi?', answer: 'Evet, tamamen ücretsiz ve kısıtlamasız. planlar, katılımcı sınırları, filigranlar veya rahatsız edici reklamlar yok. Her şey tarayıcınızda çevrimdışı çalışır.' },
59
59
  { question: 'Tarayıcıyı kapatırsam verilerim silinir mi?', answer: 'Hayır. Tüm turnuvalarınızı cihazınıza otomatik olarak kaydetmek için LocalStorage kullanıyoruz. Sekmeyi kapatabilir, bilgisayarı kapatabilir ve günler sonra geri gelebilirsiniz: turnuvanız hala orada olacaktır.' },
60
60
  { question: '"Sıradaki Maç" düğmesi nasıl çalışır?', answer: 'Sistem, her iki katılımcısı da onaylanmış ancak henüz sonucu girilmemiş bir sonraki hazır eşleşmeyi otomatik olarak algılar. "Sıradaki Maç" düğmesine basıldığında görünüm doğrudan o maça atlar.' },
61
61
  ];