docs: add translations.pot

This commit is contained in:
Maël Gangloff
2025-11-20 14:12:45 +01:00
parent 17c74b094e
commit 9067e7b55d
9 changed files with 2720 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
title: Acknowledgment
---
import { ContributorList } from "starlight-contributor-list"
## Contributors
@@ -8,4 +9,5 @@ import { ContributorList } from "starlight-contributor-list"
A huge thank-you to everyone who has contributed to this project!
Your ideas, bug reports, code improvements, and translations all help make this project better for everyone.
<ContributorList githubRepo="maelgangloff/domain-watchdog" ignore={['weblate']} />

View File

@@ -2,6 +2,7 @@
title: ICANN
description: Learn about ICANN (Internet Corporation for Assigned Names and Numbers), the non-profit organization coordinating the global internet's unique identifiers.
---
import {LinkCard} from "@astrojs/starlight/components";
**ICANN (Internet Corporation for Assigned Names and Numbers)** is the non-profit organization responsible for coordinating the maintenance and security of the global Internet's unique identifiers.

View File

@@ -2,6 +2,7 @@
title: Code of Conduct
description: Code of conduct outlining community standards and guidelines for respectful collaboration within the project.
---
<!-- mdpo-disable -->
## Our Pledge

View File

@@ -29,10 +29,12 @@ visualize the proposal.
A checklist allows you to choose the type of change proposed:
```markdown
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
```
This checklist helps to better identify the project's impact on the PR.
@@ -40,10 +42,12 @@ This checklist helps to better identify the project's impact on the PR.
The checklist below allows you to self-assess the conformity of your proposal before submitting it for review:
```markdown
- [x] Commit names follow the Conventional Commits convention
- [x] I have checked the entire code before submitting it
- [x] I have updated the documentation related to my commits
- [x] My code does not generate errors
```
In any case, if you experience any difficulties creating a PR, feel free to open one; we will help you ensure it
complies with these requirements.

View File

@@ -2,6 +2,7 @@
title: Implementing a new provider
description: Step-by-step guide to adding a new Provider, with backend, frontend, and testing instructions to integrate a registrar into the project.
---
import {FileTree, Steps, Code, LinkCard} from "@astrojs/starlight/components";
This project aims to be compatible with as many registrars as possible, giving users a choice when creating a Connector.

View File

@@ -2,6 +2,7 @@
title: Watchlist
description: Learn how the domain watchlist works, enabling users to monitor domains and receive updates on changes.
---
import {Steps} from '@astrojs/starlight/components';
A Watchlist is a list of domain names, triggers and possibly an API connector. They allow you to follow the life of the

View File

@@ -2,6 +2,7 @@
title: Manual Upgrade
description: Upgrade guide explaining how to safely update the project, including migrations, and versioning details.
---
import {Steps} from "@astrojs/starlight/components";
**Any updates are your responsibility. Make a backup of the data if necessary.**

View File

@@ -7,6 +7,7 @@ description: Security policy describing vulnerability reporting, and guidelines
If you want to report a vulnerability, please contact the maintainer of this repository. Thanks!
<!-- mdpo-disable-next-block -->
~~~
Contact: mailto:contact@maelgangloff.fr
Encryption: openpgp4fpr:323E63F1AB879F30B38F527611FDC81C24A7F629

File diff suppressed because it is too large Load Diff