Skip to content

Commit

Permalink
Merge pull request wger-project#483 from wger-project/feature/weblate
Browse files Browse the repository at this point in the history
Feature/weblate
  • Loading branch information
rolandgeider authored Jan 9, 2024
2 parents 1668c10 + 6cbd575 commit 6d32b06
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
},
"images": "Bilder",
"@images": {},
"language": "Bilder",
"language": "Sprache",
"@language": {},
"add_exercise_image_license": "Bilder müssen mit der CC BY SA Lizenz vereinbar sein. Wenn du dir unsicher bist lade nur Bilder hoch, welche du selbst gemacht hast.",
"@add_exercise_image_license": {},
Expand Down
12 changes: 10 additions & 2 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -754,12 +754,20 @@
"@lb": {
"description": "Generated entry for translation for server strings"
},
"searchNamesInEnglish": "Chercher également en termes anglais",
"searchNamesInEnglish": "Recherchez également des noms en anglais",
"@searchNamesInEnglish": {},
"max_reps": "Maximum de répétitions",
"@max_reps": {
"description": "Generated entry for translation for server strings"
},
"verify": "Vérifier",
"@verify": {}
"@verify": {},
"aboutMastodonText": "Suivez-nous sur mastodon pour des mises à jour et des informations sur le projet",
"@aboutMastodonText": {
"description": "Text for the mastodon section in the about dialog"
},
"noMatchingExerciseFound": "Aucun exercice correspondant n'a été trouvé",
"@noMatchingExerciseFound": {
"description": "Message returned if no exercises match the searched string"
}
}
137 changes: 137 additions & 0 deletions lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -696,5 +696,142 @@
"placeholders": {
"min": {}
}
},
"sz_bar": "SZ-Bar",
"@sz_bar": {
"description": "Generated entry for translation for server strings"
},
"variations": "Variazioni",
"@variations": {
"description": "Variations of one exercise (e.g. benchpress and benchpress narrow)"
},
"unVerifiedEmail": "Email non Verificata",
"@unVerifiedEmail": {},
"alsoKnownAs": "Conosciuto anche come: {aliases}",
"@alsoKnownAs": {
"placeholders": {
"aliases": {}
},
"description": "List of alternative names for an exercise"
},
"verifiedEmail": "Email Verificata",
"@verifiedEmail": {},
"alternativeNames": "Nomi Alternativi",
"@alternativeNames": {},
"translation": "Traduzione",
"@translation": {},
"translateExercise": "Traduci questo esercizio ora",
"@translateExercise": {},
"baseData": "Informazioni Base in Inglese",
"@baseData": {
"description": "The base data for an exercise such as category, trained muscles, etc."
},
"contributeExercise": "Contribuisci aggiungendo un esercizio",
"@contributeExercise": {},
"barbell": "Bilanciere",
"@barbell": {
"description": "Generated entry for translation for server strings"
},
"swiss_ball": "Fitball",
"@swiss_ball": {
"description": "Generated entry for translation for server strings"
},
"none__bodyweight_exercise_": "nessuno (esercizio con il peso corporeo)",
"@none__bodyweight_exercise_": {
"description": "Generated entry for translation for server strings"
},
"biceps": "Bicipiti",
"@biceps": {
"description": "Generated entry for translation for server strings"
},
"calves": "Polpacci",
"@calves": {
"description": "Generated entry for translation for server strings"
},
"abs": "Addominali",
"@abs": {
"description": "Generated entry for translation for server strings"
},
"kettlebell": "Kettlebell",
"@kettlebell": {
"description": "Generated entry for translation for server strings"
},
"images": "Immagini",
"@images": {},
"incline_bench": "Panca Inclinata",
"@incline_bench": {
"description": "Generated entry for translation for server strings"
},
"lats": "Muscoli Dorsali",
"@lats": {
"description": "Generated entry for translation for server strings"
},
"aboutPageTitle": "A proposito di Wger",
"@aboutPageTitle": {},
"contributeExerciseWarning": "Puoi contribuire agli esercizi solo se il tuo account è più vecchio di {days} giorni e hai verificato la tua email",
"@contributeExerciseWarning": {
"description": "Number of days before which a person can add exercise",
"placeholders": {
"days": {
"type": "String",
"example": "14"
}
}
},
"language": "Lingua",
"@language": {},
"textPromptSubheading": "Premi il pulsante azione per iniziare",
"@textPromptSubheading": {},
"arms": "Braccia",
"@arms": {
"description": "Generated entry for translation for server strings"
},
"bench": "Panca",
"@bench": {
"description": "Generated entry for translation for server strings"
},
"body_weight": "Peso Corporeo",
"@body_weight": {
"description": "Generated entry for translation for server strings"
},
"dumbbell": "Manubrio",
"@dumbbell": {
"description": "Generated entry for translation for server strings"
},
"plates": "Piastre",
"@plates": {
"description": "Generated entry for translation for server strings"
},
"until_failure": "Fino al fallimento",
"@until_failure": {
"description": "Generated entry for translation for server strings"
},
"lb": "lb",
"@lb": {
"description": "Generated entry for translation for server strings"
},
"hamstrings": "Cosce",
"@hamstrings": {
"description": "Generated entry for translation for server strings"
},
"pull_up_bar": "Barra per trazioni",
"@pull_up_bar": {
"description": "Generated entry for translation for server strings"
},
"noMatchingExerciseFound": "Non sono stati trovati esercizi corrispondenti",
"@noMatchingExerciseFound": {
"description": "Message returned if no exercises match the searched string"
},
"whatVariationsExist": "Ci sono delle variazioni per questo esercizio, se ne esistono?",
"@whatVariationsExist": {},
"cacheWarning": "A causa del caching potrebbe volerci del tempo affinchè i cambiamenti siano visibili attraverso l'applicazione.",
"@cacheWarning": {},
"back": "Schiena",
"@back": {
"description": "Generated entry for translation for server strings"
},
"lower_back": "Zona Lombare",
"@lower_back": {
"description": "Generated entry for translation for server strings"
}
}

0 comments on commit 6d32b06

Please sign in to comment.