Schulung_iOS/Localizable.xcstrings
2025-10-21 16:37:36 +02:00

106 lines
No EOL
3.4 KiB
Text

{
"sourceLanguage" : "en",
"strings" : {
" Zeichenzahl: %lld\n Unicode: %lld\n UTF-8 Bytes: %lld" : {
"comment" : "A block of text showing the number of characters, Unicode scalars, and UTF-8 bytes in the text entered by the user.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : " Zeichenzahl: %1$lld\n Unicode: %2$lld\n UTF-8 Bytes: %3$lld"
}
}
}
},
"drücken" : {
"comment" : "A tab label for a tab that prints something.",
"isCommentAutoGenerated" : true
},
"Enter Emoji" : {
"comment" : "A label for an text field where the user can enter an emoji.",
"isCommentAutoGenerated" : true
},
"Hello, World!" : {
"comment" : "A simple text view with padding applied to it.",
"isCommentAutoGenerated" : true
},
"My Vehicle" : {
"extractionState" : "manual",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mein Fahrzeug"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "my Ride"
}
}
}
},
"Show Alert" : {
"comment" : "A button that triggers an alert when pressed.",
"isCommentAutoGenerated" : true
},
"Swapping %@ <-> %@" : {
"comment" : "A label displaying the current state of the swap operation, showing the values of the two variables before and after the swap.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Swapping %1$@ <-> %2$@"
}
}
}
},
"Train %@ has ^[%lld minute](inflect: true) delay." : {
"comment" : "A localized string resource describing a train. The first argument is the name of the train. The second argument is the delay in minutes.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Train %1$@ has ^[%2$lld minute](inflect: true) delay."
}
}
}
},
"Train %@ with %@ has ^[%lld minute](inflect: true) delay." : {
"comment" : "A localized string resource that describes a train with a bike. The first argument is the name of the train. The second argument is the description of the bike.",
"extractionState" : "stale",
"isCommentAutoGenerated" : true,
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Zug %1$@ mit %2$@ hat ^[%3$lld Minute](inflect: true) Verspätung."
}
},
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Train %1$@ with %2$@ has ^[%3$lld minute](inflect: true) delay."
}
}
}
},
"Vorher %@ <-> %@" : {
"comment" : "Displays two text fields with the text \"Vorher\" and \"Nachher\" followed by a button that, when pressed, swaps the text in the two fields.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Vorher %1$@ <-> %2$@"
}
}
}
}
},
"version" : "1.1"
}