🌍 Add German translations for Self-Hosted Services and related terms

🔄 Update community and service localization strings
📝 Include new UI labels and placeholders for service management features
This commit is contained in:
HolgerHatGarKeineNode
2025-12-11 16:58:49 +01:00
parent 4c2d046d70
commit 7b0feca298
14 changed files with 597 additions and 461 deletions

86
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "320ac7999ed1186990cf18be2283a030",
"content-hash": "31dc2526be183359ebca39059ecc1b86",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -6562,6 +6562,88 @@
],
"time": "2025-11-12T10:10:11+00:00"
},
{
"name": "spatie/laravel-google-fonts",
"version": "1.4.4",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-google-fonts.git",
"reference": "f37fc6100912bcfeac6a503692745b2dee258aa5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/f37fc6100912bcfeac6a503692745b2dee258aa5",
"reference": "f37fc6100912bcfeac6a503692745b2dee258aa5",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.3|^7.2",
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0|^12.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.7.0"
},
"require-dev": {
"brianium/paratest": "^6.3|^7.4",
"nunomaduro/collision": "^5.4|^6.0|^8.0",
"orchestra/testbench": "^6.17|^7.0|^8.0|^9.0|^10.0",
"pestphp/pest": "^1.22|^2.34|^3.7",
"spatie/laravel-ray": "^1.17",
"spatie/pest-plugin-snapshots": "^1.1|^2.1",
"spatie/phpunit-snapshot-assertions": "^4.2|^5.1"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"GoogleFonts": "Spatie\\GoogleFonts\\GoogleFontsFacade"
},
"providers": [
"Spatie\\GoogleFonts\\GoogleFontsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\GoogleFonts\\": "src",
"Spatie\\GoogleFonts\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"role": "Developer"
},
{
"name": "Freek Van der herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "Manage self-hosted Google Fonts in Laravel apps",
"homepage": "https://github.com/spatie/laravel-google-fonts",
"keywords": [
"google fonts",
"laravel",
"laravel-google-fonts",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-google-fonts/issues",
"source": "https://github.com/spatie/laravel-google-fonts/tree/1.4.4"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-09-08T07:47:12+00:00"
},
{
"name": "spatie/laravel-markdown",
"version": "2.7.1",
@@ -15133,5 +15215,5 @@
"php": "^8.3"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.9.0"
}