mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Translated using Weblate (German)
Currently translated at 100.0% (369 of 369 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/de/ # Conflicts: # lib/l10n/app_de.arb
This commit is contained in:
@@ -705,7 +705,7 @@
|
||||
"@whatVariationsExist": {},
|
||||
"previous": "Vorherige",
|
||||
"@previous": {},
|
||||
"next": "Nächste",
|
||||
"next": "Weiter",
|
||||
"@next": {},
|
||||
"swiss_ball": "Gymnastikball",
|
||||
"@swiss_ball": {},
|
||||
@@ -1128,13 +1128,64 @@
|
||||
"@endWorkout": {},
|
||||
"dayTypeCustom": "personalisierte",
|
||||
"@dayTypeCustom": {},
|
||||
"gymModeShowExercises": "Übersichtsseiten anzeigen",
|
||||
"gymModeShowTimer": "Timer zwischen Sätzen anzeigen",
|
||||
"gymModeTimerType": "Timer-Typ",
|
||||
"gymModeTimerTypeHelText": "Wenn eine Satzpause eingegeben ist, wird immer ein Countdown genutzt.",
|
||||
"countdown": "Countdown",
|
||||
"stopwatch": "Stoppuhr",
|
||||
"gymModeDefaultCountdownTime": "Standard-Countdown (Sekunden)",
|
||||
"gymModeNotifyOnCountdownFinish": "Benachrichtigung bei Ablauf",
|
||||
"duration": "Dauer"
|
||||
"dayTypeTabata": "Tabata",
|
||||
"@dayTypeTabata": {},
|
||||
"impressionGood": "Gut",
|
||||
"@impressionGood": {},
|
||||
"impressionNeutral": "Neutral",
|
||||
"@impressionNeutral": {},
|
||||
"impressionBad": "Schlecht",
|
||||
"@impressionBad": {},
|
||||
"gymModeShowExercises": "Übersichtsseiten der Übungen anzeigen",
|
||||
"@gymModeShowExercises": {},
|
||||
"gymModeShowTimer": "Timer zwischen Sätzen anzeigen",
|
||||
"@gymModeShowTimer": {},
|
||||
"gymModeTimerType": "Timer-Typ",
|
||||
"@gymModeTimerType": {},
|
||||
"gymModeTimerTypeHelText": "Wenn ein Satz eine Pausenzeit hat, wird immer ein Countdown genutzt.",
|
||||
"@gymModeTimerTypeHelText": {},
|
||||
"countdown": "Countdown",
|
||||
"@countdown": {},
|
||||
"stopwatch": "Stoppuhr",
|
||||
"@stopwatch": {},
|
||||
"gymModeDefaultCountdownTime": "Standard-Countdown-Zeit in Sekunden",
|
||||
"@gymModeDefaultCountdownTime": {},
|
||||
"gymModeNotifyOnCountdownFinish": "Benachrichtigung bei Ende des Countdowns",
|
||||
"@gymModeNotifyOnCountdownFinish": {},
|
||||
"duration": "Dauer",
|
||||
"@duration": {},
|
||||
"durationHoursMinutes": "{hours}h {minutes}m",
|
||||
"@durationHoursMinutes": {
|
||||
"description": "A duration, in hours and minutes",
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"hours": {
|
||||
"type": "int"
|
||||
},
|
||||
"minutes": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"volume": "Volumen",
|
||||
"@volume": {
|
||||
"description": "The volume of a workout or set, i.e. weight x reps"
|
||||
},
|
||||
"workoutCompleted": "Training abgeschlossen",
|
||||
"@workoutCompleted": {},
|
||||
"formMinMaxValues": "Bitte geben Sie einen Wert zwischen {min} und {max}",
|
||||
"@formMinMaxValues": {
|
||||
"description": "Error message when the user needs to enter a value between min and max",
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
"type": "int"
|
||||
},
|
||||
"max": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"superset": "Superset",
|
||||
"@superset": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user