Skip to content

Commit

Permalink
Merge pull request #8 from niliovo/main
Browse files Browse the repository at this point in the history
improve i18n
  • Loading branch information
miuss authored Jan 4, 2025
2 parents 46b3652 + 077807e commit eaeaf58
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"report-time": "Berichtszeit",
"hostname": "Hostname",
"area": "Region",
"arch": "Architektur",
"virtualization": "Virtualisierung",
"use": "Belegung",
"swap": "Swap-Speicher",
Expand All @@ -31,7 +32,10 @@
"chart-disk": "Festplatte",
"chart-network-up": "Upload",
"chart-network-down": "Download",
"isp-name": "Firmenname",
"host-price": "Der Preis des Hosts",
"due-time": "Ablaufzeit",
"buy-url": "Kauf Link",
"open-source": "Quellcode verfügbar unter",
"edit-host-title": "Host-Informationen bearbeiten",
"due-time-placeholder": "Bitte Ablaufzeit auswählen",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"report-time": "Report Time",
"hostname": "Hostname",
"area": "Area",
"arch": "Arch",
"virtualization": "Virtualization",
"use": "Usage",
"swap": "Swap Memory",
Expand All @@ -31,7 +32,10 @@
"chart-disk": "Disk",
"chart-network-up": "Upload",
"chart-network-down": "Download",
"isp-name": "ISP Name",
"host-price": "Host Price",
"due-time": "Expiration Time",
"buy-url": "Buy URL",
"open-source": "The code is open source on",
"edit-host-title": "Edit Host Information",
"due-time-placeholder": "Please select expiration time",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"report-time": "報告時間",
"hostname": "ホスト名",
"area": "地域",
"arch": "アーキテクチャ",
"virtualization": "仮想化",
"use": "使用率",
"swap": "スワップメモリ",
Expand All @@ -31,7 +32,10 @@
"chart-disk": "ディスク",
"chart-network-up": "アップロード",
"chart-network-down": "ダウンロード",
"isp-name": "会社名",
"host-price": "ホスト価格",
"due-time": "有効期限",
"buy-url": "購入リンク",
"open-source": "ソースコードは以下で公開されています",
"edit-host-title": "ホスト情報を編集",
"due-time-placeholder": "有効期限を選択してください",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"report-time": "보고 시간",
"hostname": "호스트 이름",
"area": "지역",
"arch": "아키텍처",
"virtualization": "가상화",
"use": "사용량",
"swap": "스왑 메모리",
Expand All @@ -31,7 +32,10 @@
"chart-disk": "디스크",
"chart-network-up": "업로드",
"chart-network-down": "다운로드",
"isp-name": "상호명",
"host-price": "호스트 가격",
"due-time": "만료 시간",
"buy-url": "구매 링크",
"open-source": "코드는 다음에서 오픈 소스입니다",
"edit-host-title": "호스트 정보 편집",
"due-time-placeholder": "만료 시간을 선택하세요",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"report-time": "上报时间",
"hostname": "主机名",
"area": "地区",
"arch": "架构",
"virtualization": "虚拟化",
"use": "占用",
"swap": "虚拟内存(Swap)",
Expand All @@ -31,7 +32,10 @@
"chart-disk": "磁盘",
"chart-network-up": "上传",
"chart-network-down": "下载",
"isp-name": "商家名称",
"host-price": "主机价格",
"due-time": "到期时间",
"buy-url": "购买链接",
"open-source": "代码开源在",
"edit-host-title": "编辑主机信息",
"due-time-placeholder": "请选择到期时间",
Expand Down

0 comments on commit eaeaf58

Please sign in to comment.