Skip to content

Commit

Permalink
fix(locales): update chemical element names in zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanzisama committed Jan 13, 2025
1 parent d2c6763 commit 454b52b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locales/zh_CN/science/chemical_element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,17 +211,17 @@ export default [
},
{
symbol: 'Tc',
name: 'Technetium',
name: '',
atomicNumber: 43,
},
{
symbol: 'Ru',
name: '',
name: '',
atomicNumber: 44,
},
{
symbol: 'Rh',
name: '',
name: '',
atomicNumber: 45,
},
{
Expand Down Expand Up @@ -326,7 +326,7 @@ export default [
},
{
symbol: 'Dy',
name: '',
name: '',
atomicNumber: 66,
},
{
Expand All @@ -336,7 +336,7 @@ export default [
},
{
symbol: 'Er',
name: '',
name: '',
atomicNumber: 68,
},
{
Expand Down Expand Up @@ -451,12 +451,12 @@ export default [
},
{
symbol: 'Pa',
name: '',
name: '',
atomicNumber: 91,
},
{
symbol: 'U',
name: '',
name: '',
atomicNumber: 92,
},
{
Expand Down Expand Up @@ -581,7 +581,7 @@ export default [
},
{
symbol: 'Ts',
name: '',
name: '',
atomicNumber: 117,
},
{
Expand Down

0 comments on commit 454b52b

Please sign in to comment.