Improve translations (#21)

This commit is contained in:
ZZZank 2023-02-20 03:25:46 +08:00 committed by GitHub
parent ab19c89fa2
commit 2e50b995d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"modernfix.jei_load": "Loading JEI...",
"modernfix.jei_load": "Loading JEI, this may take a while",
"asynclocator.map.locating": "Map (Locating...)",
"asynclocator.map.none": "Map (No nearby feature found)"
}
}

View File

@ -0,0 +1,5 @@
{
"modernfix.jei_load": "正在加载JEI这需要一点时间",
"asynclocator.map.locating": "地图(正在定位...",
"asynclocator.map.none": "地图(未能找到相关地物)"
}