Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastlane/metadata/android/hi-IN/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wger Workout Manager
wger Workout Manager
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pt-BR/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wger Workout Manager
wger Workout Manager
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pt-PT/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wger Workout Manager
wger Workout Manager
8 changes: 8 additions & 0 deletions lib/l10n/app_cs.arb
Original file line number Diff line number Diff line change
Expand Up @@ -887,5 +887,13 @@
"placeholders": {
"value": {}
}
},
"surplus": "přebytek",
"@surplus": {
"description": "Caloric surplus (either planned or unplanned)"
},
"deficit": "nedostatek",
"@deficit": {
"description": "Caloric deficit (either planned or unplanned)"
}
}
8 changes: 8 additions & 0 deletions lib/l10n/app_hr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -887,5 +887,13 @@
"placeholders": {
"value": {}
}
},
"surplus": "višak",
"@surplus": {
"description": "Caloric surplus (either planned or unplanned)"
},
"deficit": "manjak",
"@deficit": {
"description": "Caloric deficit (either planned or unplanned)"
}
}
16 changes: 15 additions & 1 deletion lib/l10n/app_zh_Hant.arb
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,19 @@
"successfullyDeleted": "已刪除",
"@successfullyDeleted": {
"description": "Message when an item was successfully deleted"
}
},
"noMatchingExerciseFound": "沒有找到符合的運動項目",
"@noMatchingExerciseFound": {
"description": "Message returned if no exercises match the searched string"
},
"muscles": "肌肉",
"@muscles": {
"description": "(main) muscles trained by an exercise"
},
"equipment": "器材",
"@equipment": {
"description": "Equipment needed to perform an exercise"
},
"searchNamesInEnglish": "也用英文字詞搜尋",
"@searchNamesInEnglish": {}
}