Skip to content

Commit e6f7a90

Browse files
committed
start de
1 parent 1fe13c4 commit e6f7a90

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

_data/unicode-speech.yml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,71 @@
11
---
2+
-
3+
char: "\""
4+
u: "0022"
5+
en: quotation mark
6+
es: "barra invertida"
7+
-
8+
char: "#"
9+
u: "0023"
10+
en: number
11+
es: "almohadilla"
12+
-
13+
char: "$"
14+
u: "0024"
15+
en: dollars
16+
es: "dólar"
17+
-
18+
char: "'"
19+
u: "0025"
20+
en: 'apostrophe'
21+
es: "prima"
22+
-
23+
char: "&"
24+
u: "0026"
25+
en: "ampersand"
26+
es: "ampersand"
27+
-
28+
char: "*"
29+
u: "0027"
30+
en:
31+
choose:
32+
star-times: times
33+
star-star: star
34+
es:
35+
choose:
36+
star-times: por
37+
star-star: estrella
238
-
339
char: +
440
u: "002B"
541
en: plus
42+
es: "más"
43+
-
44+
char: ","
45+
u: "002C"
46+
en:
47+
choose:
48+
speak-comma: comma
49+
silent-comma: ""
50+
es:
51+
choose:
52+
speak-comma: coma
53+
silent-comma: ""
54+
-
55+
char: "-"
56+
u: "002D"
57+
en: minus
58+
es: menos
59+
-
60+
char: "."
61+
u: "002E"
62+
en: point
63+
es: punto
64+
-
65+
char: "/"
66+
u: "002F"
67+
en: divided by
68+
es: "barra oblicua"
669
-
770
char: ¡
871
u: "00A1"
@@ -11,53 +74,82 @@
1174
char: ¢
1275
u: "00A2"
1376
en: cents
77+
es: "centavo"
78+
de: "Cent"
1479
-
1580
char: £
1681
u: "00A3"
1782
en: pounds
83+
es: "libra esterlina"
84+
de: "Pfund"
1885
-
1986
char: ¤
2087
u: "00A4"
2188
en: currency sign
89+
es: "moneda"
90+
de: "währungszeichen"
2291
-
2392
char: ¥
2493
u: "00A5"
2594
en: yen
95+
es: "yen"
96+
de: "yen"
2697
-
2798
char: ¦
2899
u: "00A6"
29100
en: broken bar
101+
es: "barra vertical partida"
102+
de: "gebrochene Linie"
30103
-
31104
char: §
32105
u: "00A7"
33106
en: section
107+
es: "sección"
108+
de: "Abschnitt"
34109
-
35110
char: ¨
36111
u: "00A8"
37112
en: double dot
113+
es: "diéresis"
114+
de: "diaeresis"
38115
-
39116
char: ©
40117
u: "00A9"
41118
en: copyright
119+
es: "copyright"
120+
de: "Copyright"
42121
-
43122
char: ª
44123
u: "00AA"
45124
en: feminine ordinal indicator
125+
es: "ordinal femenino"
126+
de: "weibliches Ordnungszeichen"
46127
-
47128
char: «
48129
u: "00AB"
49130
en: left-pointing double angle quote mark
131+
es: "abrir comillas angulare"
50132
-
51133
char: ¬
52134
u: "00AC"
53135
en: not
136+
es: "negación"
137+
de: "nicht"
54138
-
55139
char: ¯
56140
u: "00AF"
57141
en:
58142
choose:
59143
modified-variable: bar
60144
default: line
145+
es:
146+
choose:
147+
modified-variable: barra
148+
default: barra
149+
de:
150+
choose:
151+
modified-variable: bar
152+
default: "Überstrich"
61153
-
62154
char: ²
63155
u: "00B2"

0 commit comments

Comments
 (0)