Neale Pickett
·
2023-01-16
xlat.mjs
1export const Xlat = {
2 "fr": {
3 "heading": {
4 "repeater": "Répéteur",
5 "mode": "Mode",
6 "notes": "Remarques",
7 "knobs": "Réglages"
8 },
9 "key": {
10 "key": "Key",
11 "dit": "Dit",
12 "dah": "Dah"
13 },
14 "keyer": {
15 "cootie": "Straight Key / Cootie",
16 "bug": "Bug",
17 "elbug": "Electronic Bug",
18 "singledot": "Single Dot",
19 "ultimatic": "Ultimatic",
20 "iambic": "Iambic (plain)",
21 "iambica": "Iambic A",
22 "iambicb": "Iambic B",
23 "keyahead": "Keyahead"
24 },
25 "label": {
26 "wpm": "WPM",
27 "ms": "ms",
28 "wiki": "Aide",
29 "rx-delay": "retard de réception",
30 "telegraph-sounds": "Sons télégraphiques"
31 },
32 "title": {
33 "discord": "Chat textuel et du voix, sur Discord",
34 "wiki": "Vail Wiki"
35 },
36 "description": {
37 "ck": "Transmettre <code>CK</code> (check) au répéteur, et sonner le réponse.",
38 "reset": "Réinitialiser les paramètres par défaut.",
39 "notes": "Écrivez vos nôtes ici."
40 }
41 },
42 "en": {
43 "heading": {
44 "repeater": "Repeater",
45 "mode": "Mode",
46 "notes": "Notes",
47 "knobs": "Knobs"
48 },
49 "key": {
50 "key": "Key",
51 "dit": "Dit",
52 "dah": "Dah"
53 },
54 "keyer": {
55 "cootie": "Straight Key / Cootie",
56 "bug": "Bug",
57 "elbug": "Electronic Bug",
58 "singledot": "Single Dot",
59 "ultimatic": "Ultimatic",
60 "iambic": "Iambic (plain)",
61 "iambica": "Iambic A",
62 "iambicb": "Iambic B",
63 "keyahead": "Keyahead"
64 },
65 "label": {
66 "wpm": "WPM",
67 "ms": "ms",
68 "wiki": "Help",
69 "rx-delay": "rx delay",
70 "telegraph-sounds": "Telegraph sounds"
71 },
72 "title": {
73 "discord": "Text/Voice chat on Discord",
74 "wiki": "Vail Wiki"
75 },
76 "description": {
77 "ck": "Send <code>CK</code> (check) to the repeater, and play when it comes back.",
78 "reset": "Reset all Vail preferences to default.",
79 "notes": "Enter your own notes here."
80 }
81 },
82 "se": {
83 "heading": {
84 "repeater": "Repeater",
85 "mode": "Läge",
86 "notes": "Anteckningar",
87 "knobs": "Rattar"
88 },
89 "key": {
90 "key": "Nyckel",
91 "dit": "Dit",
92 "dah": "Dah"
93 },
94 "keyer": {
95 "cootie": "Handpump / Cootie",
96 "bug": "Bug",
97 "elbug": "Elektronisk Bug",
98 "singledot": "Enkelpunktig",
99 "ultimatic": "Ultimatisk",
100 "iambic": "Iambic (normal)",
101 "iambica": "Iambic-läge A",
102 "iambicb": "Iambic-läge B",
103 "keyahead": "Förtelegrafera"
104 },
105 "label": {
106 "wpm": "Ord per minut",
107 "ms": "Millisekunder",
108 "wiki": "Hjälp",
109 "rx-delay": "Mottagningsfördröjning",
110 "telegraph-sounds": "Telegrafljud"
111 },
112 "title": {
113 "discord": "Text- eller röstkommunicera på Discord",
114 "wiki": "Vail Wiki"
115 },
116 "description": {
117 "ck": "Sänd <code>CK</code> (kontroll) till repeater:en, och få uppspelat vid återkomst.",
118 "reset": "Återställ till standardinställningarna.",
119 "notes": "Angiv Dina egna anteckningar här."
120 }
121 }
122}