[PR #66] [CLOSED] New Crowdin updates #78

Closed
opened 2026-02-27 14:57:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz-docs/pull/66
Author: @antonym
Created: 10/21/2022
Status: Closed

Base: masterHead: l10n_master


📝 Commits (10+)

  • ef054f4 New translations grub.md (French)
  • d0fa0ce New translations edgerouter.md (Spanish)
  • 8280c7d New translations contributing.md (Spanish)
  • 48c610e New translations contributing.md (German)
  • 3d5445b New translations steamdeck.md (French)
  • 51b9493 New translations steamdeck.md (Spanish)
  • 5144407 New translations steamdeck.md (German)
  • 7f485a6 New translations asuswrt-merlin.md (French)
  • 1803c09 New translations asuswrt-merlin.md (Spanish)
  • 9e1a317 New translations asuswrt-merlin.md (German)

📊 Changes

78 files changed (+4601 additions, -0 deletions)

View changed files

website/de/docs/booting/grub.md (+29 -0)
website/de/docs/booting/ipxe.md (+31 -0)
website/de/docs/booting/iso.md (+19 -0)
website/de/docs/booting/qemu.md (+50 -0)
website/de/docs/booting/tftp.md (+48 -0)
website/de/docs/booting/usb.md (+87 -0)
website/de/docs/booting/vmware.md (+30 -0)
website/de/docs/community/build-automation.md (+16 -0)
website/de/docs/community/changelog.md (+15 -0)
website/de/docs/community/contributing.md (+17 -0)
website/de/docs/docker.md (+15 -0)
website/de/docs/faq.md (+148 -0)
website/de/docs/introduction.md (+33 -0)
website/de/docs/kb/hardware/steamdeck.md (+53 -0)
website/de/docs/kb/networking/asuswrt-merlin.md (+57 -0)
website/de/docs/kb/networking/edgerouter.md (+221 -0)
website/de/docs/kb/providers/digitalocean.md (+69 -0)
website/de/docs/kb/providers/equinixmetal.md (+41 -0)
website/de/docs/kb/providers/gce.md (+81 -0)
website/de/docs/kb/providers/linode.md (+56 -0)

...and 58 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz-docs/pull/66 **Author:** [@antonym](https://github.com/antonym) **Created:** 10/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `l10n_master` --- ### 📝 Commits (10+) - [`ef054f4`](https://github.com/netbootxyz/netboot.xyz-docs/commit/ef054f41ea2ed3a36b0e1f7c2bf6423c30663b61) New translations grub.md (French) - [`d0fa0ce`](https://github.com/netbootxyz/netboot.xyz-docs/commit/d0fa0ce5fe15fcd94699428e8905dc4c2990d2b3) New translations edgerouter.md (Spanish) - [`8280c7d`](https://github.com/netbootxyz/netboot.xyz-docs/commit/8280c7d37c552dbe823a5eef70b76e7a9f51f209) New translations contributing.md (Spanish) - [`48c610e`](https://github.com/netbootxyz/netboot.xyz-docs/commit/48c610e5d1c8a30cf8b1df2a7a284f59fb7d5de7) New translations contributing.md (German) - [`3d5445b`](https://github.com/netbootxyz/netboot.xyz-docs/commit/3d5445bd3576576280f31c40d4de7a9ec8e1e3c0) New translations steamdeck.md (French) - [`51b9493`](https://github.com/netbootxyz/netboot.xyz-docs/commit/51b9493aa1e01e0d4c2d25580b996d47a2eaed5c) New translations steamdeck.md (Spanish) - [`5144407`](https://github.com/netbootxyz/netboot.xyz-docs/commit/5144407d17f82ad2e518c748d869714b5a2d115f) New translations steamdeck.md (German) - [`7f485a6`](https://github.com/netbootxyz/netboot.xyz-docs/commit/7f485a690fd675f67b9a92e5d83413f6ff018cb8) New translations asuswrt-merlin.md (French) - [`1803c09`](https://github.com/netbootxyz/netboot.xyz-docs/commit/1803c092f30b98d9dd0d681506ec0a401c349cbd) New translations asuswrt-merlin.md (Spanish) - [`9e1a317`](https://github.com/netbootxyz/netboot.xyz-docs/commit/9e1a3171a6cc646151736f50185755e9f8e2f0e1) New translations asuswrt-merlin.md (German) ### 📊 Changes **78 files changed** (+4601 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `website/de/docs/booting/grub.md` (+29 -0) ➕ `website/de/docs/booting/ipxe.md` (+31 -0) ➕ `website/de/docs/booting/iso.md` (+19 -0) ➕ `website/de/docs/booting/qemu.md` (+50 -0) ➕ `website/de/docs/booting/tftp.md` (+48 -0) ➕ `website/de/docs/booting/usb.md` (+87 -0) ➕ `website/de/docs/booting/vmware.md` (+30 -0) ➕ `website/de/docs/community/build-automation.md` (+16 -0) ➕ `website/de/docs/community/changelog.md` (+15 -0) ➕ `website/de/docs/community/contributing.md` (+17 -0) ➕ `website/de/docs/docker.md` (+15 -0) ➕ `website/de/docs/faq.md` (+148 -0) ➕ `website/de/docs/introduction.md` (+33 -0) ➕ `website/de/docs/kb/hardware/steamdeck.md` (+53 -0) ➕ `website/de/docs/kb/networking/asuswrt-merlin.md` (+57 -0) ➕ `website/de/docs/kb/networking/edgerouter.md` (+221 -0) ➕ `website/de/docs/kb/providers/digitalocean.md` (+69 -0) ➕ `website/de/docs/kb/providers/equinixmetal.md` (+41 -0) ➕ `website/de/docs/kb/providers/gce.md` (+81 -0) ➕ `website/de/docs/kb/providers/linode.md` (+56 -0) _...and 58 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:57:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz-docs#78
No description provided.