This commit is contained in:
Tobias Klemp
2025-11-23 18:55:37 +01:00
parent c829f9f57b
commit 90280fd436
53 changed files with 1620 additions and 82 deletions

View File

@@ -1,4 +1,24 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from de-de!"
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from de-de!",
"color_variation": {
"title": "Farbe"
},
"capacity_variation": {
"title": "Speicherkapazität"
},
"condition_title": "Zustand",
"condition_variation_excellent": "Hervorragend",
"condition_variation_very_good": "Sehr gut",
"condition_variation_good": "Gut",
"condition_variation_fair": "Fair",
"condition_variation_description_excellent": "Wie neu, keine sichtbaren Gebrauchsspuren",
"condition_variation_description_very_good": "Minimale Gebrauchsspuren, voll funktionsfähig",
"condition_variation_description_good": "Leichte Gebrauchsspuren, voll funktionsfähig",
"condition_variation_description_fair": "Deutlich sichtbare Gebrauchspuren, voll funktionsfähig",
"specification_title": "Technische Daten"
}