Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Feb 29, 2024
1 parent a9dd15d commit 82676d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[![Deploy with Vercel](https://raw.githubusercontent.com/jason5ng32/MyIP/main/public/Vercel.svg)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjason5ng32%2FMyIP&project-name=MyIP&repository-name=MyIP)
[![Deploy with Docker](https://raw.githubusercontent.com/jason5ng32/MyIP/main/public/Docker.svg)](https://hub.docker.com/r/jason5ng32/myip)

这是一个完全开源的 IP 信息查看器,可以查询本机 IP、查询任意 IP、查询国内外网站可用性等。这是我第一次用 Vue.js 练手的项目。我……只是一个普通的产品经理。
这是我第一次用 Vue.js 练手的项目。我……只是一个普通的产品经理。

## 👀 主要功能

Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ipInfos": {
"id": "ipinfos",
"Title": "IP Infos",
"Notes": "IP data will be checked from 6 sources. If there is only 1 IP stack currently, sources without data will show as empty.",
"Notes": "The program will first check your IP address from 6 different sources (including IPv4 and IPv6), and then query the corresponding geographical data from the IP geolocation source you selected. If there is only 1 IP stack, the source without data will be displayed as empty.",
"Simple": "Simple",
"Map": "Map",
"MapUnavailable": "Map Unavailable",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ipInfos": {
"id": "ipinfos",
"Title": "Infos IP",
"Notes": "Les données IP seront vérifiées à partir de 6 sources. S'il n'y a qu'une seule pile IP actuellement, les sources sans données s'afficheront comme vides.",
"Notes": "Le programme vérifie d'abord votre adresse IP à partir de 6 sources différentes (y compris IPv4 et IPv6), puis interroge les données géographiques correspondantes à partir de la source d'informations de localisation IP que vous avez sélectionnée. Si vous n'avez qu'une seule pile IP active, les sources de données non disponibles seront affichées comme vides.",
"Simple": "Simple",
"Map": "Carte",
"MapUnavailable": "Carte non disponible",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ipInfos": {
"id": "ipinfos",
"Title": "IP 信息",
"Notes": "将会从 6 个来源检查 IP 数据,如果当前 IP 栈只有 1 个,则没有数据的来源会显示为空。",
"Notes": "程序会先从 6 个不同的来源(包含 IPv4 和 IPv6)检查你的 IP 地址,然后通过你选择的 IP 地理位置信息源查询对应的地理数据。如果当前 IP 栈只有 1 个,则没有数据的来源会显示为空。",
"Simple": "简约",
"Map": "地图",
"MapUnavailable": "地图不可用",
Expand Down

0 comments on commit 82676d7

Please sign in to comment.