diff --git a/fastlane/metadata/android/hi-IN/title.txt b/fastlane/metadata/android/hi-IN/title.txt index ea0df9560..d35e40870 100644 --- a/fastlane/metadata/android/hi-IN/title.txt +++ b/fastlane/metadata/android/hi-IN/title.txt @@ -1 +1 @@ -wger Workout Manager \ No newline at end of file +wger Workout Manager diff --git a/fastlane/metadata/android/pt-BR/title.txt b/fastlane/metadata/android/pt-BR/title.txt index ea0df9560..d35e40870 100644 --- a/fastlane/metadata/android/pt-BR/title.txt +++ b/fastlane/metadata/android/pt-BR/title.txt @@ -1 +1 @@ -wger Workout Manager \ No newline at end of file +wger Workout Manager diff --git a/fastlane/metadata/android/pt-PT/title.txt b/fastlane/metadata/android/pt-PT/title.txt index ea0df9560..d35e40870 100644 --- a/fastlane/metadata/android/pt-PT/title.txt +++ b/fastlane/metadata/android/pt-PT/title.txt @@ -1 +1 @@ -wger Workout Manager \ No newline at end of file +wger Workout Manager diff --git a/lib/l10n/app_cs.arb b/lib/l10n/app_cs.arb index 77384e597..10863b02e 100644 --- a/lib/l10n/app_cs.arb +++ b/lib/l10n/app_cs.arb @@ -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)" } } diff --git a/lib/l10n/app_hr.arb b/lib/l10n/app_hr.arb index fbe131294..e34b592d2 100644 --- a/lib/l10n/app_hr.arb +++ b/lib/l10n/app_hr.arb @@ -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)" } } diff --git a/lib/l10n/app_zh_Hant.arb b/lib/l10n/app_zh_Hant.arb index 378ebf559..e197cc7aa 100644 --- a/lib/l10n/app_zh_Hant.arb +++ b/lib/l10n/app_zh_Hant.arb @@ -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": {} }