Skip to content

Commit ff92086

Browse files
committed
add translated READMEs
1 parent 7d6b1a8 commit ff92086

6 files changed

Lines changed: 464 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**Read this in other languages:** [Deutsch](docs/README.de.md),
2+
[Español](docs/README.es.md), [Français](docs/README.fr.md),
3+
[Português](docs/README.pt.md), [Русский](docs/README.ru.md)
4+
15
<p align="center">
26
<img src="https://ik.imagekit.io/turnupdev/f2_logo_02eDMiVt7.png" width="250" height="250" alt="f2">
37
</p>

docs/README.de.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<p align="center">
2+
<img src="https://ik.imagekit.io/turnupdev/f2_logo_02eDMiVt7.png" width="250" height="250" alt="f2">
3+
</p>
4+
5+
<p align="center">
6+
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-willkommen-brightgreen.svg?style=flat" alt=""></a>
7+
<a href="https://github.com/ayoisaiah/F2/actions"><img src="https://github.com/ayoisaiah/F2/actions/workflows/test.yml/badge.svg" alt="Github-Aktionen"></a>
8+
<a href="https://golang.org"><img src="https://img.shields.io/badge/Erstellt%20mit-Go-1f425f.svg" alt="erstellt-mit-Go"></a>
9+
<a href="https://goreportcard.com/report/github.com/ayoisaiah/f2"><img src="https://goreportcard.com/badge/github.com/ayoisaiah/f2" alt="GoReportCard"></a>
10+
<a href="https://github.com/ayoisaiah/f2"><img src="https://img.shields.io/github/go-mod/go-version/ayoisaiah/f2.svg" alt="Go.mod-Version"></a>
11+
<a href="https://github.com/ayoisaiah/f2/blob/master/LICENCE"><img src="https://img.shields.io/github/license/ayoisaiah/f2.svg" alt="LIZENZ"></a>
12+
<a href="https://github.com/ayoisaiah/f2/releases/"><img src="https://img.shields.io/github/release/ayoisaiah/f2.svg" alt="Neueste Version"></a>
13+
</p>
14+
15+
<h1 align="center">F2 – Stapelumbenennung über die Befehlszeile</h1>
16+
17+
**F2** ist ein plattformübergreifendes Befehlszeilentool zum **schnellen** und
18+
**sicheren** Stapelumbenennen von Dateien und Verzeichnissen. Geschrieben in Go!
19+
20+
## Was macht F2 anders?
21+
22+
Im Vergleich zu anderen Umbenennungstools bietet F2 mehrere wichtige Vorteile:
23+
24+
- **Standardmäßiger Probelauf**: Standardmäßig wird ein Probelauf durchgeführt,
25+
damit Sie die Umbenennungsänderungen vor dem Fortfahren überprüfen können.
26+
27+
- **Variablenunterstützung**: F2 ermöglicht die Verwendung von Dateiattributen
28+
wie EXIF-Daten für Bilder oder ID3-Tags für Audiodateien, um Ihnen maximale
29+
Flexibilität bei der Umbenennung zu bieten.
30+
31+
- **Umfassende Optionen**: Ob einfache Zeichenfolgenersetzungen oder komplexe
32+
reguläre Ausdrücke, F2 bietet eine vollständige Palette von
33+
Umbenennungsfunktionen.
34+
35+
- **Sicherheit geht vor**: Es legt Wert auf Genauigkeit, indem es durch strenge
36+
Prüfungen sicherstellt, dass jeder Umbenennungsvorgang konfliktfrei und
37+
fehlerfrei ist.
38+
39+
- **Konfliktlösung**: Jeder Umbenennungsvorgang wird vor der Ausführung
40+
validiert und erkannte Konflikte können automatisch gelöst werden.
41+
42+
- **Hohe Leistung**: F2 ist extrem schnell und effizient, selbst beim Umbenennen
43+
von Tausenden von Dateien auf einmal.
44+
45+
- **Rückgängig-Funktionalität**: Jeder Umbenennungsvorgang kann einfach
46+
rückgängig gemacht werden, um Fehler einfach zu korrigieren.
47+
48+
- **Umfangreiche Dokumentation**: F2 ist gut dokumentiert mit klaren,
49+
praktischen Beispielen, die Ihnen helfen, die Funktionen ohne Verwirrung
50+
optimal zu nutzen.
51+
52+
## ⚡ Installation
53+
54+
Wenn Sie ein Go-Entwickler sind, kann F2 mit `go install` installiert werden
55+
(erfordert v1.23 oder höher):
56+
57+
```bash
58+
go install github.com/ayoisaiah/f2/v2/cmd/f2@latest
59+
```
60+
61+
Andere Installationsmethoden sind
62+
[hier dokumentiert](https://f2.freshman.tech/guide/getting-started.html) oder
63+
sehen Sie sich die
64+
[Seite mit den Versionen](https://github.com/ayoisaiah/f2/releases) an, um eine
65+
vorkompilierte Binärdatei für Ihr Betriebssystem herunterzuladen.
66+
67+
## 📃 Nützliche Links
68+
69+
- [Installation](https://f2.freshman.tech/guide/getting-started.html)
70+
- [Tutorial für den Einstieg](https://f2.freshman.tech/guide/tutorial.html)
71+
- [Praxisbeispiel](https://f2.freshman.tech/guide/organizing-image-library.html)
72+
- [Integrierte Variablen](https://f2.freshman.tech/guide/how-variables-work.html)
73+
- [Umbenennen von Dateipaaren](https://f2.freshman.tech/guide/pair-renaming.html)
74+
- [Umbenennen mit einer CSV-Datei](https://f2.freshman.tech/guide/csv-renaming.html)
75+
- [Sortierung](https://f2.freshman.tech/guide/sorting.html)
76+
- [Konflikte lösen](https://f2.freshman.tech/guide/conflict-detection.html)
77+
- [Umbenennungsfehler rückgängig machen](https://f2.freshman.tech/guide/undoing-mistakes.html)
78+
- [ÄNDERUNGSPROTOKOLL](https://f2.freshman.tech/reference/changelog.html)
79+
80+
## 💻 Screenshots
81+
82+
![F2 kann Exif-Attribute verwenden, um Bilddateien zu organisieren](https://f2.freshman.tech/assets/2.D-uxLR9T.png)
83+
84+
## 🤝 Mitwirken
85+
86+
Fehlerberichte und Funktionswünsche sind herzlich willkommen! Bitte öffnen Sie
87+
ein issue, bevor Sie eine pull request erstellen.
88+
89+
## ⚖️ Lizenz
90+
91+
Erstellt von Ayooluwa Isaiah und veröffentlicht unter den Bedingungen der
92+
[MIT-Lizenz](https://github.com/ayoisaiah/f2/blob/master/LICENCE).

docs/README.es.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<p align="center">
2+
<img src="https://ik.imagekit.io/turnupdev/f2_logo_02eDMiVt7.png" width="250" height="250" alt="f2">
3+
</p>
4+
5+
<p align="center">
6+
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-bienvenidas-brightgreen.svg?style=flat" alt=""></a>
7+
<a href="https://github.com/ayoisaiah/F2/actions"><img src="https://github.com/ayoisaiah/F2/actions/workflows/test.yml/badge.svg" alt="Acciones de Github"></a>
8+
<a href="https://golang.org"><img src="https://img.shields.io/badge/Hecho%20con-Go-1f425f.svg" alt="hecho-con-Go"></a>
9+
<a href="https://goreportcard.com/report/github.com/ayoisaiah/f2"><img src="https://goreportcard.com/badge/github.com/ayoisaiah/f2" alt="GoReportCard"></a>
10+
<a href="https://github.com/ayoisaiah/f2"><img src="https://img.shields.io/github/go-mod/go-version/ayoisaiah/f2.svg" alt="Versión de Go.mod"></a>
11+
<a href="https://github.com/ayoisaiah/f2/blob/master/LICENCE"><img src="https://img.shields.io/github/license/ayoisaiah/f2.svg" alt="LICENCIA"></a>
12+
<a href="https://github.com/ayoisaiah/f2/releases/"><img src="https://img.shields.io/github/release/ayoisaiah/f2.svg" alt="Última versión"></a>
13+
</p>
14+
15+
<h1 align="center">F2 - Renombrado por lotes en línea de comandos</h1>
16+
17+
**F2** es una herramienta de línea de comandos multiplataforma para renombrar
18+
archivos y directorios por lotes de forma **rápida** y **segura**. ¡Escrito en
19+
Go!
20+
21+
## ¿Qué hace F2 de manera diferente?
22+
23+
En comparación con otras herramientas de renombrado, F2 ofrece varias ventajas
24+
clave:
25+
26+
- **Simulacro por defecto**: Por defecto, realiza una simulación para que pueda
27+
revisar los cambios de nombre antes de continuar.
28+
29+
- **Soporte de variables**: F2 le permite utilizar atributos de archivo, como
30+
datos EXIF para imágenes o etiquetas ID3 para archivos de audio, para
31+
brindarle la máxima flexibilidad en el renombrado.
32+
33+
- **Opciones completas**: Ya sea que se trate de reemplazos de cadenas simples o
34+
expresiones regulares complejas, F2 ofrece una gama completa de capacidades de
35+
renombrado.
36+
37+
- **La seguridad es lo primero**: Prioriza la precisión al garantizar que cada
38+
operación de renombrado esté libre de conflictos y errores mediante
39+
comprobaciones rigurosas.
40+
41+
- **Resolución de conflictos**: Cada operación de renombrado se valida antes de
42+
la ejecución y los conflictos detectados se pueden resolver automáticamente.
43+
44+
- **Alto rendimiento**: F2 es extremadamente rápido y eficiente, incluso al
45+
renombrar miles de archivos a la vez.
46+
47+
- **Funcionalidad de deshacer**: Cualquier operación de renombrado se puede
48+
deshacer fácilmente para permitir la corrección sencilla de errores.
49+
50+
- **Documentación extensa**: F2 está bien documentado con ejemplos claros y
51+
prácticos para ayudarlo a aprovechar al máximo sus funciones sin confusión.
52+
53+
## ⚡ Instalación
54+
55+
Si eres un desarrollador de Go, F2 se puede instalar con `go install` (requiere
56+
v1.23 o posterior):
57+
58+
```bash
59+
go install github.com/ayoisaiah/f2/v2/cmd/f2@latest
60+
```
61+
62+
Otros métodos de instalación están
63+
[documentados aquí](https://f2.freshman.tech/guide/getting-started.html) o
64+
consulte la [página de versiones](https://github.com/ayoisaiah/f2/releases) para
65+
descargar un binario precompilado para su sistema operativo.
66+
67+
## 📃 Enlaces rápidos
68+
69+
- [Instalación](https://f2.freshman.tech/guide/getting-started.html)
70+
- [Tutorial de inicio](https://f2.freshman.tech/guide/tutorial.html)
71+
- [Ejemplo del mundo real](https://f2.freshman.tech/guide/organizing-image-library.html)
72+
- [Variables integradas](https://f2.freshman.tech/guide/how-variables-work.html)
73+
- [Renombrado de pares de archivos](https://f2.freshman.tech/guide/pair-renaming.html)
74+
- [Renombrado con un archivo CSV](https://f2.freshman.tech/guide/csv-renaming.html)
75+
- [Clasificación](https://f2.freshman.tech/guide/sorting.html)
76+
- [Resolución de conflictos](https://f2.freshman.tech/guide/conflict-detection.html)
77+
- [Deshacer errores de renombrado](https://f2.freshman.tech/guide/undoing-mistakes.html)
78+
- [REGISTRO DE CAMBIOS](https://f2.freshman.tech/reference/changelog.html)
79+
80+
## 💻 Capturas de pantalla
81+
82+
![F2 puede utilizar atributos Exif para organizar archivos de imagen](https://f2.freshman.tech/assets/2.D-uxLR9T.png)
83+
84+
## 🤝 Contribuir
85+
86+
¡Los informes de errores y las solicitudes de funciones son muy bienvenidos!
87+
Abra un issue antes de crear una pull request.
88+
89+
## ⚖️ Licencia
90+
91+
Creado por Ayooluwa Isaiah y publicado bajo los términos de la
92+
[Licencia MIT](https://github.com/ayoisaiah/f2/blob/master/LICENCE).

docs/README.fr.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<p align="center">
2+
<img src="https://ik.imagekit.io/turnupdev/f2_logo_02eDMiVt7.png" width="250" height="250" alt="f2">
3+
</p>
4+
5+
<p align="center">
6+
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt=""></a>
7+
<a href="https://github.com/ayoisaiah/F2/actions"><img src="https://github.com/ayoisaiah/F2/actions/workflows/test.yml/badge.svg" alt="Actions Github"></a>
8+
<a href="https://golang.org"><img src="https://img.shields.io/badge/Made%20with-Go-1f425f.svg" alt="Fait avec Go"></a>
9+
<a href="https://goreportcard.com/report/github.com/ayoisaiah/f2"><img src="https://goreportcard.com/badge/github.com/ayoisaiah/f2" alt="GoReportCard"></a>
10+
<a href="https://github.com/ayoisaiah/f2"><img src="https://img.shields.io/github/go-mod/go-version/ayoisaiah/f2.svg" alt="Version Go.mod"></a>
11+
<a href="https://github.com/ayoisaiah/f2/blob/master/LICENCE"><img src="https://img.shields.io/github/license/ayoisaiah/f2.svg" alt="LICENCE"></a>
12+
<a href="https://github.com/ayoisaiah/f2/releases/"><img src="https://img.shields.io/github/release/ayoisaiah/f2.svg" alt="Dernière version"></a>
13+
</p>
14+
15+
<h1 align="center">F2 - Renommage par lots en ligne de commande</h1>
16+
17+
**F2** est un outil en ligne de commande multiplateforme pour renommer des
18+
fichiers et des répertoires par lots **rapidement** et **en toute sécurité**.
19+
Écrit en Go!
20+
21+
## Qu'est-ce que F2 fait différemment ?
22+
23+
Comparé à d'autres outils de renommage, F2 offre plusieurs avantages clés:
24+
25+
- **Simulation par défaut**: Il effectue par défaut une simulation afin que vous
26+
puissiez examiner les changements de nom avant de continuer.
27+
28+
- **Prise en charge des variables**: F2 vous permet d'utiliser les attributs des
29+
fichiers, tels que les données EXIF pour les images ou les balises ID3 pour
30+
les fichiers audio, pour vous offrir une flexibilité maximale lors du
31+
renommage.
32+
33+
- **Options complètes**: Qu'il s'agisse de simples remplacements de chaînes de
34+
caractères ou d'expressions régulières complexes, F2 offre une gamme complète
35+
de fonctionnalités de renommage.
36+
37+
- **La sécurité d'abord**: Il privilégie l'exactitude en s'assurant que chaque
38+
opération de renommage est exempte de conflits et d'erreurs grâce à des
39+
contrôles rigoureux.
40+
41+
- **Résolution des conflits**: Chaque opération de renommage est validée avant
42+
son exécution et les conflits détectés peuvent être résolus automatiquement.
43+
44+
- **Haute performance**: F2 est extrêmement rapide et efficace, même lors du
45+
renommage de milliers de fichiers à la fois.
46+
47+
- **Fonctionnalité d'annulation**: Toute opération de renommage peut être
48+
facilement annulée pour permettre la correction facile des erreurs.
49+
50+
- **Documentation complète**: F2 est bien documenté avec des exemples clairs et
51+
pratiques pour vous aider à tirer le meilleur parti de ses fonctionnalités
52+
sans confusion.
53+
54+
## ⚡ Installation
55+
56+
Si vous êtes un développeur Go, F2 peut être installé avec `go install`
57+
(nécessite la v1.23 ou une version ultérieure):
58+
59+
```bash
60+
go install github.com/ayoisaiah/f2/v2/cmd/f2@latest
61+
```
62+
63+
D'autres méthodes d'installation sont
64+
[documentées ici](https://f2.freshman.tech/guide/getting-started.html) ou
65+
consultez la [page des versions](https://github.com/ayoisaiah/f2/releases) pour
66+
télécharger un binaire pré-compilé pour votre système d'exploitation.
67+
68+
## 📃 Liens rapides
69+
70+
- [Installation](https://f2.freshman.tech/guide/getting-started.html)
71+
- [Tutoriel de démarrage](https://f2.freshman.tech/guide/tutorial.html)
72+
- [Exemple concret](https://f2.freshman.tech/guide/organizing-image-library.html)
73+
- [Variables intégrées](https://f2.freshman.tech/guide/how-variables-work.html)
74+
- [Renommage de paires de fichiers](https://f2.freshman.tech/guide/pair-renaming.html)
75+
- [Renommage avec un fichier CSV](https://f2.freshman.tech/guide/csv-renaming.html)
76+
- [Tri](https://f2.freshman.tech/guide/sorting.html)
77+
- [Résolution des conflits](https://f2.freshman.tech/guide/conflict-detection.html)
78+
- [Annuler les erreurs de renommage](https://f2.freshman.tech/guide/undoing-mistakes.html)
79+
- [CHANGELOG](https://f2.freshman.tech/reference/changelog.html)
80+
81+
## 💻 Captures d'écran
82+
83+
![F2 peut utiliser les attributs Exif pour organiser les fichiers image](https://f2.freshman.tech/assets/2.D-uxLR9T.png)
84+
85+
## 🤝 Contribuer
86+
87+
Les rapports de bogues et les demandes de fonctionnalités sont les bienvenus !
88+
Veuillez ouvrir une issue avant de créer une pull request.
89+
90+
## ⚖️ Licence
91+
92+
Créé par Ayooluwa Isaiah et publié sous les termes de la
93+
[Licence MIT](https://github.com/ayoisaiah/f2/blob/master/LICENCE).

docs/README.pt.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<p align="center">
2+
<img src="https://ik.imagekit.io/turnupdev/f2_logo_02eDMiVt7.png" width="250" height="250" alt="f2">
3+
</p>
4+
5+
<p align="center">
6+
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-bem--vindos-brightgreen.svg?style=flat" alt=""></a>
7+
<a href="https://github.com/ayoisaiah/F2/actions"><img src="https://github.com/ayoisaiah/F2/actions/workflows/test.yml/badge.svg" alt="Ações do Github"></a>
8+
<a href="https://golang.org"><img src="https://img.shields.io/badge/Feito%20com-Go-1f425f.svg" alt="feito-com-Go"></a>
9+
<a href="https://goreportcard.com/report/github.com/ayoisaiah/f2"><img src="https://goreportcard.com/badge/github.com/ayoisaiah/f2" alt="GoReportCard"></a>
10+
<a href="https://github.com/ayoisaiah/f2"><img src="https://img.shields.io/github/go-mod/go-version/ayoisaiah/f2.svg" alt="Versão do Go.mod"></a>
11+
<a href="https://github.com/ayoisaiah/f2/blob/master/LICENCE"><img src="https://img.shields.io/github/license/ayoisaiah/f2.svg" alt="LICENÇA"></a>
12+
<a href="https://github.com/ayoisaiah/f2/releases/"><img src="https://img.shields.io/github/release/ayoisaiah/f2.svg" alt="Última versão"></a>
13+
</p>
14+
15+
<h1 align="center">F2 - Renomeação em Lote na Linha de Comando</h1>
16+
17+
**F2** é uma ferramenta de linha de comando multiplataforma para renomear
18+
arquivos e diretórios em lote de forma **rápida** e **segura**. Escrito em Go!
19+
20+
## O que o F2 faz de diferente?
21+
22+
Em comparação com outras ferramentas de renomeação, o F2 oferece várias
23+
vantagens importantes:
24+
25+
- **Execução de Teste por Padrão**: Por padrão, ele executa um teste para que
26+
você possa revisar as alterações de renomeação antes de prosseguir.
27+
28+
- **Suporte a Variáveis**: O F2 permite que você use atributos de arquivo, como
29+
dados EXIF para imagens ou tags ID3 para arquivos de áudio, para lhe dar a
30+
máxima flexibilidade na renomeação.
31+
32+
- **Opções Abrangentes**: Seja para substituições simples de strings ou
33+
expressões regulares complexas, o F2 oferece uma gama completa de recursos de
34+
renomeação.
35+
36+
- **Segurança em Primeiro Lugar**: Ele prioriza a precisão, garantindo que cada
37+
operação de renomeação seja livre de conflitos e à prova de erros por meio de
38+
verificações rigorosas.
39+
40+
- **Resolução de Conflitos**: Cada operação de renomeação é validada antes da
41+
execução e os conflitos detectados podem ser resolvidos automaticamente.
42+
43+
- **Alto Desempenho**: O F2 é extremamente rápido e eficiente, mesmo ao renomear
44+
milhares de arquivos de uma só vez.
45+
46+
- **Funcionalidade de Desfazer**: Qualquer operação de renomeação pode ser
47+
facilmente desfeita para permitir a correção fácil de erros.
48+
49+
- **Documentação Extensa**: O F2 é bem documentado com exemplos claros e
50+
práticos para ajudá-lo a aproveitar ao máximo seus recursos sem confusão.
51+
52+
## ⚡ Instalação
53+
54+
Se você é um desenvolvedor Go, o F2 pode ser instalado com `go install` (requer
55+
v1.23 ou posterior):
56+
57+
```bash
58+
go install github.com/ayoisaiah/f2/v2/cmd/f2@latest
59+
```
60+
61+
Outros métodos de instalação estão
62+
[documentados aqui](https://f2.freshman.tech/guide/getting-started.html) ou
63+
confira a [página de lançamentos](https://github.com/ayoisaiah/f2/releases) para
64+
baixar um binário pré-compilado para o seu sistema operacional.
65+
66+
## 📃 Links rápidos
67+
68+
- [Instalação](https://f2.freshman.tech/guide/getting-started.html)
69+
- [Tutorial de introdução](https://f2.freshman.tech/guide/tutorial.html)
70+
- [Exemplo do mundo real](https://f2.freshman.tech/guide/organizing-image-library.html)
71+
- [Variáveis incorporadas](https://f2.freshman.tech/guide/how-variables-work.html)
72+
- [Renomeação de pares de arquivos](https://f2.freshman.tech/guide/pair-renaming.html)
73+
- [Renomeando com um arquivo CSV](https://f2.freshman.tech/guide/csv-renaming.html)
74+
- [Classificação](https://f2.freshman.tech/guide/sorting.html)
75+
- [Resolvendo conflitos](https://f2.freshman.tech/guide/conflict-detection.html)
76+
- [Desfazendo erros de renomeação](https://f2.freshman.tech/guide/undoing-mistakes.html)
77+
- [REGISTRO DE ALTERAÇÕES](https://f2.freshman.tech/reference/changelog.html)
78+
79+
## 💻 Capturas de tela
80+
81+
![O F2 pode utilizar atributos Exif para organizar arquivos de imagem](https://f2.freshman.tech/assets/2.D-uxLR9T.png)
82+
83+
## 🤝 Contribuir
84+
85+
Relatórios de bugs e solicitações de recursos são muito bem-vindos! Por favor,
86+
abra uma issue antes de criar um pull request.
87+
88+
## ⚖️ Licença
89+
90+
Criado por Ayooluwa Isaiah e lançado sob os termos da
91+
[Licença MIT](https://github.com/ayoisaiah/f2/blob/master/LICENCE).

0 commit comments

Comments
 (0)