Skip to content

Commit ba48f11

Browse files
Merge pull request #19 from Deci8BelioS/main
Added Spanish language Thanks for @Deci8BelioS
2 parents f354145 + 75d1d12 commit ba48f11

File tree

4 files changed

+952
-3
lines changed

4 files changed

+952
-3
lines changed

BatteryInfo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
en,
185185
Base,
186186
"zh-Hans",
187+
"es-ES",
187188
);
188189
mainGroup = 17D996C62D1D50A50056394C;
189190
productRefGroup = 17D996D02D1D50A60056394C /* Products */;

BatteryInfo/BatteryManufacturer.xcstrings

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"state" : "translated",
1616
"value" : "ATL新能源科技"
1717
}
18+
},
19+
"es-ES" : {
20+
"stringUnit" : {
21+
"state" : "translated",
22+
"value" : "ATL"
23+
}
1824
}
1925
}
2026
},
@@ -32,6 +38,12 @@
3238
"state" : "translated",
3339
"value" : "德赛"
3440
}
41+
},
42+
"es-ES" : {
43+
"stringUnit" : {
44+
"state" : "translated",
45+
"value" : "Desay"
46+
}
3547
}
3648
}
3749
},
@@ -49,6 +61,12 @@
4961
"state" : "translated",
5062
"value" : "LG"
5163
}
64+
},
65+
"es-ES" : {
66+
"stringUnit" : {
67+
"state" : "translated",
68+
"value" : "LG"
69+
}
5270
}
5371
}
5472
},
@@ -66,6 +84,12 @@
6684
"state" : "translated",
6785
"value" : "新普"
6886
}
87+
},
88+
"es-ES" : {
89+
"stringUnit" : {
90+
"state" : "translated",
91+
"value" : "Simplo"
92+
}
6993
}
7094
}
7195
},
@@ -83,6 +107,12 @@
83107
"state" : "translated",
84108
"value" : "索尼"
85109
}
110+
},
111+
"es-ES" : {
112+
"stringUnit" : {
113+
"state" : "translated",
114+
"value" : "Sony"
115+
}
86116
}
87117
}
88118
},
@@ -100,6 +130,12 @@
100130
"state" : "translated",
101131
"value" : "欣旺达"
102132
}
133+
},
134+
"es-ES" : {
135+
"stringUnit" : {
136+
"state" : "translated",
137+
"value" : "Sunwoda"
138+
}
103139
}
104140
}
105141
},
@@ -117,9 +153,15 @@
117153
"state" : "translated",
118154
"value" : "未知制造商"
119155
}
156+
},
157+
"es-ES" : {
158+
"stringUnit" : {
159+
"state" : "translated",
160+
"value" : "Fabricante desconocido"
161+
}
120162
}
121163
}
122164
}
123165
},
124166
"version" : "1.0"
125-
}
167+
}

BatteryInfo/InfoPlist.xcstrings

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"state" : "translated",
1616
"value" : "电池数据"
1717
}
18+
},
19+
"es-ES" : {
20+
"stringUnit" : {
21+
"state" : "translated",
22+
"value" : "Info Batería"
23+
}
1824
}
1925
}
2026
},
@@ -33,9 +39,15 @@
3339
"state" : "translated",
3440
"value" : "电池数据"
3541
}
42+
},
43+
"es-ES" : {
44+
"stringUnit" : {
45+
"state" : "translated",
46+
"value" : "InfoBateria"
47+
}
3648
}
3749
}
3850
}
3951
},
4052
"version" : "1.0"
41-
}
53+
}

0 commit comments

Comments
 (0)