Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 108 additions & 0 deletions README.it.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Advanced PortChecker

![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)

[English](README.md) | [简体中文](README.zh-CN.md) | [Italiano](README.it.md) | [日本語](README.ja.md)

![GitHub](https://img.shields.io/badge/language-JavaScript+Rust-green)
![GitHub](https://img.shields.io/github/license/CodeDead/Advanced-PortChecker)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/CodeDead/Advanced-PortChecker)
[![Test](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml)
[![Release](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml)

Advanced PortChecker è un'applicazione gratuita e open-source che ti aiuta a verificare se le porte sono aperte o chiuse su un determinato host. Puoi controllare più porte contemporaneamente ed esportare i risultati in formato testo semplice, CSV o JSON!

## Compilazione

Advanced PortChecker utilizza tauri per compilare l'applicazione desktop. Puoi trovare maggiori informazioni su Tauri [qui](https://tauri.app/v1/guides/).

Per ulteriori informazioni sulla compilazione tramite `vite`, leggi la documentazione di `Vite` [qui](https://vitejs.dev/guide/build.html).

### Sviluppo

Puoi avviare un'anteprima di sviluppo eseguendo il comando `yarn tdev`:

```shell
yarn tdev
```

### Windows

#### Installer

Puoi creare un installer eseguibile eseguendo il comando `yarn tbuild` su un host Windows:

```shell
yarn tbuild
```

### Linux

#### deb

Puoi creare un file .deb eseguendo il comando `yarn tbuild` su un host Linux:

```shell
yarn tbuild
```

#### AppImage

Puoi creare un [AppImage](https://appimage.github.io/) eseguendo il comando `yarn tbuild` su un host Linux:

```shell
yarn tbuild
```

### macOS

#### dmg

Puoi creare una build per macOS eseguendo il comando `yarn tbuild` su un host macOS:

```shell
yarn tbuild
```

#### Archivio

Puoi creare una build per macOS eseguendo il comando `yarn tbuild` su un host macOS:

```shell
yarn tbuild
```

## Crediti

### Tauri

Questo progetto utilizza [Tauri](https://tauri.app/) per creare un'applicazione multi-piattaforma.

### ReactJS

Questo progetto utilizza [React](https://reactjs.org/) per creare l'interfaccia utente.

### Tema

Il tema utilizzato in questa applicazione è [MUI](https://mui.com/).

### Immagini

L'icona dell'applicazione (e i derivati) sono forniti da [RemixIcon](https://remixicon.com/).
Tutte le altre immagini sono state fornite da [MUI](https://mui.com/material-ui/material-icons/).

### Traduzioni

- Cinese (Semplificato) - [王先生笔记](https://wxsnote.cn)
- Italiano - [bovirus](https://github.com/bovirus)
- Giapponese - [coolvitto](https://github.com/coolvitto)

## Informazioni

Questa libreria è gestita da CodeDead. Puoi trovare maggiori informazioni su di noi utilizzando i seguenti link:

- [Sito Web](https://codedead.com)
- [Bluesky](https://bsky.app/profile/codedead.com)
- [Facebook](https://facebook.com/deadlinecodedead)

Copyright © 2025 CodeDead
108 changes: 108 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Advanced PortChecker

![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)

[English](README.md) | [简体中文](README.zh-CN.md) | [Italiano](README.it.md) | [日本語](README.ja.md)

![GitHub](https://img.shields.io/badge/language-JavaScript+Rust-green)
![GitHub](https://img.shields.io/github/license/CodeDead/Advanced-PortChecker)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/CodeDead/Advanced-PortChecker)
[![Test](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml)
[![Release](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml)

Advanced PortCheckerは、特定のホストでポートが開いているか閉じているかを確認できる無料のオープンソースアプリケーションです。複数のポートを一度にチェックし、結果をプレーンテキスト、CSV、またはJSON形式でエクスポートできます!

## ビルド

Advanced PortCheckerは、デスクトップアプリケーションをビルドするためにtauriを使用しています。Tauriの詳細については[こちら](https://tauri.app/v1/guides/)をご覧ください。

`vite`を使用したビルドの詳細については、[こちら](https://vitejs.dev/guide/build.html)の`Vite`ドキュメントをお読みください。

### 開発

`yarn tdev`コマンドを実行して、開発プレビューを開始できます:

```shell
yarn tdev
```

### Windows

#### インストーラー

Windowsホストで`yarn tbuild`コマンドを実行して、実行可能なインストーラーを作成できます:

```shell
yarn tbuild
```

### Linux

#### deb

Linuxホストで`yarn tbuild`コマンドを実行して、.debファイルを作成できます:

```shell
yarn tbuild
```

#### AppImage

Linuxホストで`yarn tbuild`コマンドを実行して、[AppImage](https://appimage.github.io/)を作成できます:

```shell
yarn tbuild
```

### macOS

#### dmg

macOSホストで`yarn tbuild`コマンドを実行して、macOSビルドを作成できます:

```shell
yarn tbuild
```

#### アーカイブ

macOSホストで`yarn tbuild`コマンドを実行して、macOSビルドを作成できます:

```shell
yarn tbuild
```

## クレジット

### Tauri

このプロジェクトは[Tauri](https://tauri.app/)を使用して、クロスプラットフォームアプリケーションを作成しています。

### ReactJS

このプロジェクトは[React](https://reactjs.org/)を使用してユーザーインターフェースを作成しています。

### テーマ

このアプリケーションで使用されているテーマは[MUI](https://mui.com/)です。

### 画像

アプリケーションアイコン(およびその派生)は[RemixIcon](https://remixicon.com/)によって提供されています。
その他のすべての画像は[MUI](https://mui.com/material-ui/material-icons/)によって提供されました。

### 翻訳

- 中国語 (簡体字) - [王先生笔记](https://wxsnote.cn)
- イタリア語 - [bovirus](https://github.com/bovirus)
- 日本語 - [coolvitto](https://github.com/coolvitto)

## 概要

このライブラリはCodeDeadによって管理されています。以下のリンクから私たちの詳細を確認できます:

- [ウェブサイト](https://codedead.com)
- [Bluesky](https://bsky.app/profile/codedead.com)
- [Facebook](https://facebook.com/deadlinecodedead)

Copyright © 2025 CodeDead
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)

[English](README.md) | [简体中文](README.zh-CN.md) | [Italiano](README.it.md) | [日本語](README.ja.md)

![GitHub](https://img.shields.io/badge/language-JavaScript+Rust-green)
![GitHub](https://img.shields.io/github/license/CodeDead/Advanced-PortChecker)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/CodeDead/Advanced-PortChecker)
Expand Down
108 changes: 108 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Advanced PortChecker

![Advanced PortChecker](https://i.imgur.com/vdt1sXZ.png)

[English](README.md) | [简体中文](README.zh-CN.md) | [Italiano](README.it.md) | [日本語](README.ja.md)

![GitHub](https://img.shields.io/badge/language-JavaScript+Rust-green)
![GitHub](https://img.shields.io/github/license/CodeDead/Advanced-PortChecker)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/CodeDead/Advanced-PortChecker)
[![Test](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/test.yml)
[![Release](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml/badge.svg)](https://github.com/CodeDead/Advanced-PortChecker/actions/workflows/release.yml)

Advanced PortChecker 是一款免费且开源的应用程序,可以帮助您检查特定主机上的端口是开放还是关闭。您可以一次检查多个端口,并将结果导出为纯文本、CSV 或 JSON 格式!

## 构建

Advanced PortChecker 使用 tauri 来构建桌面应用程序。您可以在[此处](https://tauri.app/v1/guides/)找到有关 Tauri 的更多信息。

有关使用 `vite` 进行构建的更多信息,请阅读[此处](https://vitejs.dev/guide/build.html)的 `Vite` 文档。

### 开发

您可以通过运行 `yarn tdev` 命令来启动开发预览:

```shell
yarn tdev
```

### Windows

#### 安装程序

您可以通过在 Windows 主机上运行 `yarn tbuild` 命令来创建可执行安装程序:

```shell
yarn tbuild
```

### Linux

#### deb

您可以通过在 Linux 主机上运行 `yarn tbuild` 命令来创建一个 .deb 文件:

```shell
yarn tbuild
```

#### AppImage

您可以通过在 Linux 主机上执行 `yarn tbuild` 命令来创建一个 [AppImage](https://appimage.github.io/):

```shell
yarn tbuild
```

### macOS

#### dmg

您可以通过在 macOS 主机上运行 `yarn tbuild` 命令来创建 macOS 构建版本:

```shell
yarn tbuild
```

#### 归档 (Archive)

您可以通过在 macOS 主机上运行 `yarn tbuild` 命令来创建 macOS 构建版本:

```shell
yarn tbuild
```

## 致谢

### Tauri

本项目使用 [Tauri](https://tauri.app/) 来创建跨平台应用程序。

### ReactJS

本项目使用 [React](https://reactjs.org/) 来创建用户界面。

### 主题 (Theme)

本应用程序中使用的主题是 [MUI](https://mui.com/)。

### 图像 (Images)

应用程序图标(及其衍生产品)由 [RemixIcon](https://remixicon.com/) 提供。
所有其他图像均由 [MUI](https://mui.com/material-ui/material-icons/) 提供。

### 翻译 (Translations)

- 简体中文 - [王先生笔记](https://wxsnote.cn)
- 意大利语 - [bovirus](https://github.com/bovirus)
- 日语 - [coolvitto](https://github.com/coolvitto)

## 关于

此库由 CodeDead 维护。您可以通过以下链接找到关于我们的更多信息:

- [网站](https://codedead.com)
- [Bluesky](https://bsky.app/profile/codedead.com)
- [Facebook](https://facebook.com/deadlinecodedead)

Copyright © 2025 CodeDead
Loading