Skip to content

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Oct 25, 2024
1 parent 7aeac32 commit 3ead0a5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions BMM.Core/Translation/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@
"SettingsViewModel": {
"Title": "Profile",
"HeadlineSettings": "Settings",
"HeadlineHomeScreen": "Home Screen",
"HeadlinePlayback": "Playback",
"PlayInChronologicalOrderHeader": "Play in chronological order",
"PlayInChronologicalOrderText": "Play podcast episodes from oldest to newest",
"OptionAutoplayHeader": "Autoplay",
Expand Down Expand Up @@ -324,6 +326,10 @@
"OptionAppVersionHeader": "App version",
"OptionDeleteAccountHeader": "Delete Account",
"OptionDeleteAccountText": "Request that your account is deleted.",
"OptionNotificationBadgeHeader": "Fra Kåre Notification badge",
"OptionNotificationBadgeText": "Show a notification in home to help you remember to listen to the daily episode.",
"OptionBibleStudyHeader": "Bible Study on Home",
"OptionBibleStudyText": "Show your Bible Study status on the home screen",
"AppInfoTitle": "App information",
"AppInfoAppVersion": "App version: ",
"AppInfoManufacturer": "Manufacturer: ",
Expand Down Expand Up @@ -565,7 +571,8 @@
"Days": "Days",
"Boost": "Boost",
"Points": "Points",
"Achievements": "Your achievements"
"Achievements": "Your achievements",
"Answer": "Answer"
},
"AppIconViewModel": {
"Title": "App Icon",
Expand Down Expand Up @@ -599,7 +606,7 @@
"SubmitSuccess": "Edit suggestions submitted successfully, thank you!"
},
"AskQuestionViewModel": {
"Title": "Ask a question",
"Title": "Ask a question",
"Submit": "Submit question",
"Hint": "Your question"
},
Expand All @@ -609,6 +616,8 @@
"GotIt": "Got it"
},
"AchievementsViewModel": {
"Title": "Achievements"
"Title": "Achievements",
"EmptyTitle": "A place for your Bible Study Achievements",
"EmptySubtitle": "When you earn achievements in Bible Studies to start collecting them here."
}
}
}

0 comments on commit 3ead0a5

Please sign in to comment.