h5p-memory-game/language/de.json

178 lines
5.2 KiB
JSON
Raw Normal View History

2016-12-23 16:35:29 +01:00
{
2017-08-21 14:01:10 +02:00
"semantics":[
2016-12-23 16:35:29 +01:00
{
<<<<<<< HEAD
"widgets": [
{
"label": "Default"
}
],
2016-12-23 16:37:22 +01:00
"label": "Karten",
2016-12-23 16:39:55 +01:00
"entity": "karte",
2016-12-23 16:35:29 +01:00
"field": {
"label": "Karte",
"fields": [
=======
2017-08-21 14:01:10 +02:00
"widgets":[
{
"label":"Vorgaben"
}
],
"label":"Karten",
"entity":"karte",
"field":{
"label":"Karte",
"fields":[
>>>>>>> master
2016-12-23 16:35:29 +01:00
{
2017-08-21 14:01:10 +02:00
"label":"Bild"
2016-12-23 16:35:29 +01:00
},
{
<<<<<<< HEAD
"label": "Matching Image",
"description": "An optional image to match against instead of using two cards with the same image."
},
2016-12-23 16:35:29 +01:00
{
"label": "Beschreibung",
"description": "Ein kurzer Text, der angezeigt wird, sobald zwei identische Karten gefunden werden."
},
{
"label": "Alternative text for Matching Image",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users."
},
{
"label": "Description",
"description": "An optional short text that will pop up once the two matching cards are found."
=======
2017-08-21 14:01:10 +02:00
"label":"Passendes Bild",
"description":"Ein optionales anderes Bild als Gegenstück statt zwei Karten mit dem selben Bild zu nutzen"
},
2016-12-23 16:35:29 +01:00
{
2017-08-21 14:01:10 +02:00
"label":"Beschreibung",
"description":"Ein kurzer Text, der angezeigt wird, sobald zwei identische Karten gefunden werden."
>>>>>>> master
2016-12-23 16:35:29 +01:00
}
]
}
},
{
<<<<<<< HEAD
"label": "Behavioural settings",
"description": "These options will let you control how the game behaves.",
"fields": [
{
2017-02-13 15:54:06 +01:00
"label": "Position the cards in a square",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
},
{
"label": "Number of cards to use",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
},
{
"label": "Add button for retrying when the game is over"
=======
2017-08-21 14:01:10 +02:00
"label":"Interaktionseinstellungen",
"description":"Mit diesen Einstellungen kannst du das Verhalten des Spiels anpassen.",
"fields":[
{
2017-08-21 14:01:10 +02:00
"label":"Positioniere die Karten in einem Quadrat.",
"description":"Es wird versucht, die Anzahl der Zeilen und Spalten passend zu den Karten einzustellen. Danach werden die Karten passend skaliert."
},
{
2017-08-21 14:01:10 +02:00
"label":"Anzahl der zu nutzenden Karten",
"description":"Wird hier eine Zahl größer als 2 eingestellt, werden zufällig Karten aus der Kartenliste gezogen."
},
{
2017-08-21 14:01:10 +02:00
"label":"Füge einen Button hinzu, um das Spiel noch einmal neu zu starten zu können, wenn es vorbei ist."
>>>>>>> master
}
]
},
{
<<<<<<< HEAD
"label": "Look and feel",
"description": "Control the visuals of the game.",
"fields": [
{
"label": "Theme Color",
"description": "Choose a color to create a theme for your card game.",
"default": "#909090"
},
{
"label": "Card Back",
"description": "Use a custom back for your cards."
=======
2017-08-21 14:01:10 +02:00
"label":"Design-Aspekte",
"description":"Beeinflusse die Optik des Spiels",
"fields":[
{
"label":"Themenfarbe",
"description":"Wähle eine Farbe, um ein Theme für deine Karten zu erstellen.",
"default":"#909090",
"spectrum":{
}
},
{
"label":"Kartenrückseite",
"description":"Nutze eine individuelle Rückseite für deine Karten."
>>>>>>> master
}
]
},
2016-12-23 16:35:29 +01:00
{
2017-08-21 14:01:10 +02:00
"label":"Übersetzung",
"fields":[
2016-12-23 16:35:29 +01:00
{
2017-08-21 14:01:10 +02:00
"label":"Text für die Anzahl der Züge",
"default":"Züge"
2016-12-23 16:35:29 +01:00
},
{
2017-08-21 14:01:10 +02:00
"label":"Text für die benötigte Zeit",
"default":"Benötigte Zeit"
2016-12-23 16:35:29 +01:00
},
{
2017-08-21 14:01:10 +02:00
"label":"Text als Rückmeldung",
"default":"Gute Arbeit!"
2017-02-13 14:47:40 +01:00
},
{
<<<<<<< HEAD
"label": "Try again button text",
"default": "Reset"
},
{
"label": "Close button label",
"default": "Close"
},
{
"label": "Game label",
"default": "Memory Game. Find the matching cards."
},
{
"label": "Game finished label",
"default": "All of the cards have been found."
},
{
"label": "Card indexing label",
"default": "Card %num:"
},
{
"label": "Card unturned label",
"default": "Unturned."
2017-06-20 11:52:30 +02:00
},
{
"label": "Card matched label",
"default": "Match found."
=======
2017-08-21 14:01:10 +02:00
"label":"Text des Wiederholen-Buttons",
"default":"Erneut versuchen?"
2017-02-13 14:47:40 +01:00
},
2017-08-21 14:01:10 +02:00
{
"label":"Beschriftung des \"Abbrechen\"-Buttons",
"default":"Schließen"
>>>>>>> master
2016-12-23 16:35:29 +01:00
}
]
}
]
}