From c96e644d2a83b248218810cb3770177a764afe5e Mon Sep 17 00:00:00 2001 From: Trey t Date: Sun, 21 Dec 2025 17:20:41 -0600 Subject: [PATCH] Update localizations for watch app and fix translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Feels/Localizable.xcstrings | 8202 +++++++++++++++++++---------------- 1 file changed, 4541 insertions(+), 3661 deletions(-) diff --git a/Feels/Localizable.xcstrings b/Feels/Localizable.xcstrings index 96bec0d..25b56b9 100644 --- a/Feels/Localizable.xcstrings +++ b/Feels/Localizable.xcstrings @@ -1,5552 +1,6432 @@ { - "sourceLanguage": "en", - "strings": { - "add_mood_header_view_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie war %@?" + "sourceLanguage" : "en", + "strings" : { + "" : { + + }, + " " : { + "comment" : "A placeholder text used to create spacing between list items.", + "isCommentAutoGenerated" : true + }, + " - " : { + "comment" : "A separator between the start and end times in the TimeHeaderView.", + "isCommentAutoGenerated" : true + }, + "-" : { + "comment" : "A hyphen used to separate two dates in a list.", + "isCommentAutoGenerated" : true + }, + "—" : { + "comment" : "A placeholder text used to indicate that an entry is missing.", + "isCommentAutoGenerated" : true + }, + "\"%@\"" : { + "comment" : "A pull-quote style text view displaying the user's mood as a quoted string. The text is italicized for emphasis.", + "isCommentAutoGenerated" : true + }, + "[%@](https://support.apple.com/guide/iphone/add-widgets-iphb8f1bf206/ios)" : { + "comment" : "A text link at the bottom of the view that provides instructions on how to add a custom widget. The argument is the string “how_to_add_widget”.", + "isCommentAutoGenerated" : true + }, + "§" : { + "comment" : "A decorative flourish character used in the header of the \"Chronicle\" section of the day view.", + "isCommentAutoGenerated" : true + }, + "%.0f%%" : { + "comment" : "A text view displaying the percentage of days with a given mood, formatted to show only the integer part. The argument is the percentage of days with the specified mood.", + "isCommentAutoGenerated" : true + }, + "%@" : { + "comment" : "The text that will be shown to the user when they select a mood from the list of suggestions. The argument is the name of the mood.", + "isCommentAutoGenerated" : true + }, + "%@ '%@" : { + "comment" : "The month and year displayed in the header of the calendar view. The first argument is the name of the month. The second argument is the last two digits of the year.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@ '%2$@" + } + } + } + }, + "%@ %@" : { + "comment" : "A month and year label displayed in a calendar view. The first argument is the name of the month. The second argument is the year.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@ %2$@" + } + } + } + }, + "%@ on %@" : { + "comment" : "A label that combines the mood description with the date it was recorded, separated by a space.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@ on %2$@" + } + } + } + }, + "%@ v %@ (Build %@)" : { + "comment" : "The current version of the app, displayed in a small, secondary font.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@ v %2$@ (Build %3$@)" + } + } + } + }, + "%@_%@" : { + "comment" : "The month and year displayed in the header of the calendar view. The first argument is the name of the month, in uppercase. The second argument is the year.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@_%2$@" + } + } + } + }, + "%@%@" : { + "comment" : "A text that displays the number of days remaining in the trial period, prefixed by \"Trial expires in \". The text is displayed in bold when the trial period is nearing its end.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@%2$@" + } + } + } + }, + "%lld" : { + "comment" : "A title displaying the current streak of days a user has logged in. The argument is the current streak.", + "isCommentAutoGenerated" : true + }, + "%lld days" : { + "comment" : "A secondary label below the year, showing the total number of days in that year. The argument is the total number of days in the year.", + "isCommentAutoGenerated" : true + }, + "%lld entries" : { + "comment" : "A label showing the total number of mood entries recorded. The argument is the total number of entries.", + "isCommentAutoGenerated" : true + }, + "%lld/%lld" : { + "comment" : "A text view showing the current number of characters in the note, followed by a slash and the maximum allowed number of characters.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$lld/%2$lld" + } + } + } + }, + "%lld%%" : { + "comment" : "A text label showing the percentage of days with a specific mood. The argument is the percentage of days with the given mood.", + "isCommentAutoGenerated" : true + }, + "•" : { + "comment" : "A small separator symbol.", + "isCommentAutoGenerated" : true + }, + ">" : { + "comment" : "A symbol that appears before a command in a terminal interface.", + "isCommentAutoGenerated" : true + }, + "12" : { + + }, + "17" : { + + }, + "20" : { + "comment" : "A placeholder text that appears in place of a number.", + "isCommentAutoGenerated" : true + }, + "Add" : { + "comment" : "A button that allows the user to add or edit a journal note.", + "isCommentAutoGenerated" : true + }, + "Add a note about how you're feeling..." : { + "comment" : "A placeholder text that appears when a journal note is not yet added.", + "isCommentAutoGenerated" : true + }, + "Add a photo" : { + "comment" : "A description of an action to add a photo to a journal entry.", + "isCommentAutoGenerated" : true + }, + "Add a Photo" : { + "comment" : "A title for the screen where users can add photos.", + "isCommentAutoGenerated" : true + }, + "Add Feels to Control Center for one-tap mood logging from anywhere." : { + "comment" : "A tip message for adding the Feels app to the Control Center for easy access to mood logging.", + "isCommentAutoGenerated" : true + }, + "Add Photo" : { + "comment" : "The title of the screen where users can add photos.", + "isCommentAutoGenerated" : true + }, + "Add test data" : { + "comment" : "A button label that allows users to add test data to the app.", + "isCommentAutoGenerated" : true + }, + "Add the Mood Vote widget to quickly log your mood without opening the app." : { + "comment" : "A message encouraging users to add the Mood Vote widget to their home screen to log moods without using the main app.", + "isCommentAutoGenerated" : true + }, + "add_mood_header_view_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie war %@?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How was %@?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How was %@?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo estuvo %@?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo estuvo %@?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment était %@ ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment était %@ ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "%@はどうでしたか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@はどうでしたか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "%@ 어땠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 어땠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como foi %@?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como foi %@?" } } } }, - "add_mood_header_view_title_today": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie ist heute?" + "add_mood_header_view_title_today" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie ist heute?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How is today?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How is today?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo va hoy?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo va hoy?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment va aujourd'hui ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment va aujourd'hui ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日はどうですか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日はどうですか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 어때요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 어때요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como está hoje?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como está hoje?" } } } }, - "add_mood_header_view_title_yesterday": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie war gestern?" + "add_mood_header_view_title_yesterday" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie war gestern?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How was yesterday?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How was yesterday?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo estuvo ayer?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo estuvo ayer?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment était hier ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment était hier ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日はどうでしたか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日はどうでしたか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제 어땠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제 어땠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como foi ontem?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como foi ontem?" } } } }, - "content_view_delete_entry": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Diese Bewertung löschen" + "AI" : { + "comment" : "An abbreviation for \"Artificial Intelligence\".", + "isCommentAutoGenerated" : true + }, + "Amazing! You have a %lld day streak. Keep it up!" : { + "comment" : "A response to a voice intent that confirms a user's current mood logging streak. The argument is the length of the streak.", + "isCommentAutoGenerated" : true + }, + "Apple Health" : { + "comment" : "The title of the toggle that enables or disables syncing mood data with Apple Health.", + "isCommentAutoGenerated" : true + }, + "Are you sure you want to delete this mood entry? This cannot be undone." : { + "comment" : "An alert message displayed when the user attempts to delete a mood entry.", + "isCommentAutoGenerated" : true + }, + "Are you sure you want to delete this photo?" : { + "comment" : "A confirmation message displayed when a user attempts to delete a photo.", + "isCommentAutoGenerated" : true + }, + "Authenticate to access your mood data" : { + "comment" : "A description of the purpose of the authentication process in the lock screen.", + "isCommentAutoGenerated" : true + }, + "Authentication Failed" : { + "comment" : "An alert title when authentication fails.", + "isCommentAutoGenerated" : true + }, + "Build Your Streak!" : { + "comment" : "A title for a tip that encourages users to build a mood streak.", + "isCommentAutoGenerated" : true + }, + "Cancel" : { + "comment" : "The text for a button that dismisses the current view.", + "isCommentAutoGenerated" : true + }, + "Capture how you're feeling today" : { + "comment" : "A description below the title of the photo picker view, instructing the user to capture their mood.", + "isCommentAutoGenerated" : true + }, + "Change" : { + "comment" : "A button label that allows the user to change the photo of an entry.", + "isCommentAutoGenerated" : true + }, + "Charts" : { + "comment" : "A link to the Charts library on GitHub.", + "isCommentAutoGenerated" : true + }, + "Check Today's Mood" : { + "comment" : "Title of an intent that allows the user to check what mood they logged today.", + "isCommentAutoGenerated" : true + }, + "Check your current mood logging streak" : { + "comment" : "Title of an intent that checks the user's current mood logging streak.", + "isCommentAutoGenerated" : true + }, + "Choose from Library" : { + "comment" : "A button that lets the user choose a photo from their photo library.", + "isCommentAutoGenerated" : true + }, + "Choose from your photos" : { + "comment" : "A description of the action a user can take to select a photo from their photo library.", + "isCommentAutoGenerated" : true + }, + "Choose your favorite style" : { + "comment" : "A subtitle under the title \"Make it yours\" in the OnboardingStyle view.", + "isCommentAutoGenerated" : true + }, + "Clear DB" : { + "comment" : "A button label that clears the app's database.", + "isCommentAutoGenerated" : true + }, + "Connect to Apple Health to see your mood data alongside sleep, exercise, and more." : { + "comment" : "A message that encourages connecting their Apple Health account to see more data about their health and moods.", + "isCommentAutoGenerated" : true + }, + "content_view_delete_entry" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Bewertung löschen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Delete this rating" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete this rating" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Eliminar esta calificación" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eliminar esta calificación" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Supprimer cette évaluation" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supprimer cette évaluation" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "この評価を削除" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "この評価を削除" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "이 평가 삭제" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 평가 삭제" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Excluir esta avaliação" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excluir esta avaliação" } } } }, - "content_view_fill_in_missing_entry": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "%@ aktualisieren" + "content_view_fill_in_missing_entry" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ aktualisieren" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Update %@" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update %@" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Actualizar %@" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actualizar %@" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Mettre à jour %@" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mettre à jour %@" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "%@を更新" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@を更新" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "%@ 업데이트" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 업데이트" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Atualizar %@" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atualizar %@" } } } }, - "content_view_fill_in_missing_entry_cancel": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Abbrechen" + "content_view_fill_in_missing_entry_cancel" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abbrechen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Cancel" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Cancelar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Annuler" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuler" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "キャンセル" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャンセル" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "취소" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "취소" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Cancelar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" } } } }, - "content_view_header_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Letzte %d Tage" + "content_view_header_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Letzte %d Tage" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Past %d days" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Past %d days" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Últimos %d días" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Últimos %d días" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "%d derniers jours" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%d derniers jours" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "過去%d日間" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "過去%d日間" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "지난 %d일" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "지난 %d일" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Últimos %d dias" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Últimos %d dias" } } } }, - "content_view_tab_customize": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Anpassen" + "content_view_tab_customize" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anpassen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Customize" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Customize" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Personalizar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Personnaliser" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personnaliser" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "カスタマイズ" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタマイズ" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "사용자화" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용자화" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Personalizar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizar" } } } }, - "content_view_tab_filter": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Jahr" + "content_view_tab_filter" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jahr" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Year" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Year" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Año" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Año" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Année" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Année" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "年" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "年" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "연도" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "연도" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ano" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ano" } } } }, - "content_view_tab_insights": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Einblicke" + "content_view_tab_insights" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einblicke" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Insights" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Insights" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Análisis" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Análisis" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Aperçus" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aperçus" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "インサイト" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インサイト" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "인사이트" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인사이트" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Insights" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Insights" } } } }, - "content_view_tab_main": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Tag" + "content_view_tab_main" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Day" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Día" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Día" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Jour" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jour" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "日" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "日" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "일" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "일" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Dia" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dia" } } } }, - "content_view_tab_month": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Monat" + "content_view_tab_month" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Monat" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Month" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Month" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Mes" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mes" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Mois" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mois" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "月" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "月" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "월" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "월" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Mês" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mês" } } } }, - "create_widget_background_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Hintergrund" + "Correlate mood with health data" : { + "comment" : "A description of the feature that allows users to sync their mood data with Apple Health.", + "isCommentAutoGenerated" : true + }, + "Create random icons" : { + + }, + "create_widget_background_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hintergrund" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Background" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Background" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Fondo" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fondo" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Arrière-plan" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arrière-plan" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "背景" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "背景" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "배경" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "배경" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Fundo" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fundo" } } } }, - "create_widget_face_outline_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Gesichtsumriss" + "create_widget_face_outline_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesichtsumriss" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Face Outline" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Face Outline" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Contorno de Cara" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contorno de Cara" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Contour du visage" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contour du visage" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "顔の輪郭" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "顔の輪郭" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "얼굴 윤곽" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "얼굴 윤곽" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Contorno do rosto" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contorno do rosto" } } } }, - "create_widget_inner_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Innen" + "create_widget_inner_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Inner" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inner" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Interior" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interior" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Intérieur" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Intérieur" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "内側" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "内側" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "내부" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내부" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Interior" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interior" } } } }, - "create_widget_save": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Speichern" + "create_widget_save" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speichern" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Save" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Guardar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guardar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Enregistrer" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enregistrer" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "保存" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "저장" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "저장" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Salvar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salvar" } } } }, - "create_widget_use": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Verwenden" + "create_widget_use" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwenden" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Use" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Usar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Utiliser" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utiliser" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "使用" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "사용" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Usar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar" } } } }, - "create_widget_view_left_eye": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Linkes Auge" + "create_widget_view_left_eye" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linkes Auge" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Left Eye" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Left Eye" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Ojo Izquierdo" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ojo Izquierdo" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Œil gauche" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Œil gauche" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "左目" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "左目" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "왼쪽 눈" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "왼쪽 눈" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Olho esquerdo" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Olho esquerdo" } } } }, - "create_widget_view_left_eye_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Linkes Auge" + "create_widget_view_left_eye_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linkes Auge" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Left Eye" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Left Eye" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Ojo Izquierdo" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ojo Izquierdo" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Œil gauche" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Œil gauche" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "左目" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "左目" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "왼쪽 눈" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "왼쪽 눈" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Olho esquerdo" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Olho esquerdo" } } } }, - "create_widget_view_mouth": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Mund" + "create_widget_view_mouth" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mund" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Mouth" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mouth" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Boca" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boca" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Bouche" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bouche" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "口" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "口" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "입" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "입" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Boca" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boca" } } } }, - "create_widget_view_mouth_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Mund" + "create_widget_view_mouth_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mund" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Mouth" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mouth" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Boca" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boca" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Bouche" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bouche" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "口" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "口" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "입" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "입" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Boca" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boca" } } } }, - "create_widget_view_right_eye": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Rechtes Auge" + "create_widget_view_right_eye" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rechtes Auge" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Right Eye" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Right Eye" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Ojo Derecho" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ojo Derecho" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Œil droit" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Œil droit" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "右目" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "右目" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오른쪽 눈" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오른쪽 눈" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Olho direito" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Olho direito" } } } }, - "create_widget_view_right_eye_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Rechtes Auge" + "create_widget_view_right_eye_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rechtes Auge" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Right Eye" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Right Eye" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Ojo Derecho" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ojo Derecho" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Œil droit" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Œil droit" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "右目" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "右目" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오른쪽 눈" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오른쪽 눈" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Olho direito" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Olho direito" } } } }, - "customize_view_over18alert_body": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Einige Texte könnten anstößig sein." + "CSV or PDF report" : { + "comment" : "A description of what the \"Export Data\" button does.", + "isCommentAutoGenerated" : true + }, + "Custom" : { + "comment" : "The text that appears as a label for the custom color option in the tint picker.", + "isCommentAutoGenerated" : true + }, + "Customize" : { + "comment" : "The title of the Customize screen.", + "isCommentAutoGenerated" : true + }, + "customize_view_over18alert_body" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einige Texte könnten anstößig sein." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Some of this text might be offensive." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Some of this text might be offensive." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Parte de este texto podría ser ofensivo." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Parte de este texto podría ser ofensivo." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Certains textes peuvent être offensants." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certains textes peuvent être offensants." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "一部のテキストは不快な内容を含む場合があります。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "一部のテキストは不快な内容を含む場合があります。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "일부 텍스트가 불쾌할 수 있습니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "일부 텍스트가 불쾌할 수 있습니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Alguns textos podem ser ofensivos." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alguns textos podem ser ofensivos." } } } }, - "customize_view_over18alert_no": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Nein" + "customize_view_over18alert_no" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nein" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "No" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "No" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Non" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Non" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "いいえ" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "いいえ" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "아니요" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "아니요" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Não" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não" } } } }, - "customize_view_over18alert_ok": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Ja" + "customize_view_over18alert_ok" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ja" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Yes" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yes" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Sí" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sí" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Oui" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oui" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "はい" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "はい" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "예" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "예" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Sim" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sim" } } } }, - "customize_view_over18alert_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Bist du über 18?" + "customize_view_over18alert_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bist du über 18?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Are you over 18?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Are you over 18?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Eres mayor de 18?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Eres mayor de 18?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Avez-vous plus de 18 ans ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avez-vous plus de 18 ans ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "18歳以上ですか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "18歳以上ですか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "18세 이상이신가요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "18세 이상이신가요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Você tem mais de 18 anos?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você tem mais de 18 anos?" } } } }, - "customize_view_view_text_color": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Textfarbe" + "customize_view_view_text_color" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Textfarbe" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Text Color" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Color" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Color de Texto" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color de Texto" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Couleur du texte" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couleur du texte" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "テキストの色" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストの色" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "텍스트 색상" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "텍스트 색상" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Cor do texto" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cor do texto" } } } }, - "day_picker_view_text": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Zeigt nur ausgewählte Daten in den Tages-, Monats- und Jahresdiagrammen." + "Date Range" : { + "comment" : "A label describing the date range for the mood data being exported.", + "isCommentAutoGenerated" : true + }, + "day streak" : { + "comment" : "A description of the unit of measurement for a day streak.", + "isCommentAutoGenerated" : true + }, + "day_picker_view_text" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeigt nur ausgewählte Daten in den Tages-, Monats- und Jahresdiagrammen." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Only shows selected dates on the Day, Month, and Year charts." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only shows selected dates on the Day, Month, and Year charts." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Solo muestra las fechas seleccionadas en los gráficos de Día, Mes y Año." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo muestra las fechas seleccionadas en los gráficos de Día, Mes y Año." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Affiche uniquement les dates sélectionnées sur les graphiques Jour, Mois et Année." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Affiche uniquement les dates sélectionnées sur les graphiques Jour, Mois et Année." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "日、月、年のチャートで選択した日付のみを表示します。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "日、月、年のチャートで選択した日付のみを表示します。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "일, 월, 연도 차트에서 선택한 날짜만 표시합니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "일, 월, 연도 차트에서 선택한 날짜만 표시합니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Mostra apenas as datas selecionadas nos gráficos de Dia, Mês e Ano." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra apenas as datas selecionadas nos gráficos de Dia, Mês e Ano." } } } }, - "default_notif_body_today_four": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Nur kurz nachfragen, wie heute war." + "days" : { + "comment" : "A unit of measurement for the number of days.", + "isCommentAutoGenerated" : true + }, + "Days Tracked" : { + "comment" : "A label displayed below the number of days a user has tracked their mood.", + "isCommentAutoGenerated" : true + }, + "default_notif_body_today_four" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nur kurz nachfragen, wie heute war." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Just checking in how today was, friend." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Just checking in how today was, friend." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Solo verificando cómo estuvo hoy, amigo." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo verificando cómo estuvo hoy, amigo." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Je voulais juste savoir comment s'est passée ta journée." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Je voulais juste savoir comment s'est passée ta journée." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日はどうだったか確認したくて。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日はどうだったか確認したくて。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 하루 어땠는지 확인하려고요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 하루 어땠는지 확인하려고요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Só passando pra saber como foi seu dia." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só passando pra saber como foi seu dia." } } } }, - "default_notif_body_today_one": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie war heute?" + "default_notif_body_today_one" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie war heute?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How was today?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How was today?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo estuvo hoy?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo estuvo hoy?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment était aujourd'hui ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment était aujourd'hui ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日はどうでしたか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日はどうでしたか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 하루 어땠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 하루 어땠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como foi hoje?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como foi hoje?" } } } }, - "default_notif_body_today_three": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Bitte bewerte deinen Tag." + "default_notif_body_today_three" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte bewerte deinen Tag." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Please rate your day." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please rate your day." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Por favor califica tu día." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por favor califica tu día." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "N'oublie pas d'évaluer ta journée." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "N'oublie pas d'évaluer ta journée." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日の気分を記録してください。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日の気分を記録してください。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 하루를 평가해 주세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 하루를 평가해 주세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Por favor, avalie seu dia." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por favor, avalie seu dia." } } } }, - "default_notif_body_today_two": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Vergiss nicht, deinen Tag zu bewerten!" + "default_notif_body_today_two" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vergiss nicht, deinen Tag zu bewerten!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Don't forget to rate your day!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Don't forget to rate your day!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡No olvides calificar tu día!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡No olvides calificar tu día!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "N'oublie pas d'évaluer ta journée !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "N'oublie pas d'évaluer ta journée !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日の記録を忘れずに!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日の記録を忘れずに!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 하루 평가하는 거 잊지 마세요!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 하루 평가하는 거 잊지 마세요!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Não esqueça de avaliar seu dia!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não esqueça de avaliar seu dia!" } } } }, - "default_notif_body_yesterday_four": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Nur kurz nachfragen, wie gestern war." + "default_notif_body_yesterday_four" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nur kurz nachfragen, wie gestern war." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Just checking how yesterday was, buddy." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Just checking how yesterday was, buddy." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Solo verificando cómo estuvo ayer, amigo." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo verificando cómo estuvo ayer, amigo." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Je voulais juste savoir comment s'est passé hier." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Je voulais juste savoir comment s'est passé hier." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日はどうだったか確認したくて。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日はどうだったか確認したくて。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제 어땠는지 확인하려고요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제 어땠는지 확인하려고요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Só passando pra saber como foi ontem." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só passando pra saber como foi ontem." } } } }, - "default_notif_body_yesterday_one": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie war gestern?" + "default_notif_body_yesterday_one" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie war gestern?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How was yesterday?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How was yesterday?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo estuvo ayer?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo estuvo ayer?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment était hier ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment était hier ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日はどうでしたか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日はどうでしたか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제 어땠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제 어땠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como foi ontem?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como foi ontem?" } } } }, - "default_notif_body_yesterday_three": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Bitte bewerte gestern." + "default_notif_body_yesterday_three" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte bewerte gestern." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Please rate yesterday." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please rate yesterday." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Por favor califica ayer." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por favor califica ayer." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "N'oublie pas d'évaluer hier." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "N'oublie pas d'évaluer hier." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日の気分を記録してください。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日の気分を記録してください。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제를 평가해 주세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제를 평가해 주세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Por favor, avalie ontem." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por favor, avalie ontem." } } } }, - "default_notif_body_yesterday_two": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Vergiss nicht, gestern zu bewerten!" + "default_notif_body_yesterday_two" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vergiss nicht, gestern zu bewerten!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Don't forget to rate yesterday!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Don't forget to rate yesterday!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡No olvides calificar ayer!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡No olvides calificar ayer!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "N'oublie pas d'évaluer hier !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "N'oublie pas d'évaluer hier !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日の記録を忘れずに!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日の記録を忘れずに!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제 평가하는 거 잊지 마세요!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제 평가하는 거 잊지 마세요!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Não esqueça de avaliar ontem!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não esqueça de avaliar ontem!" } } } }, - "default_notif_title_one": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Hallo! 👋" + "default_notif_title_one" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hallo! 👋" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Hi! 👋" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hi! 👋" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡Hola! 👋" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Hola! 👋" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Salut ! 👋" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salut ! 👋" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "こんにちは!👋" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "こんにちは!👋" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "안녕하세요! 👋" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "안녕하세요! 👋" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Oi! 👋" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oi! 👋" } } } }, - "default_notif_title_three": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Es ist wieder soweit! 😃" + "default_notif_title_three" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Es ist wieder soweit! 😃" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "It's that time again! 😃" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "It's that time again! 😃" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡Es hora otra vez! 😃" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Es hora otra vez! 😃" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "C'est l'heure ! 😃" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "C'est l'heure ! 😃" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "記録の時間です!😃" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "記録の時間です!😃" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "그 시간이에요! 😃" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "그 시간이에요! 😃" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "É hora! 😃" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "É hora! 😃" } } } }, - "default_notif_title_two": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Eine freundliche Erinnerung! 😁" + "default_notif_title_two" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eine freundliche Erinnerung! 😁" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Just a friendly reminder! 😁" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Just a friendly reminder! 😁" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡Solo un recordatorio amistoso! 😁" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Solo un recordatorio amistoso! 😁" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Petit rappel ! 😁" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Petit rappel ! 😁" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "リマインダーです!😁" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リマインダーです!😁" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "친근한 알림이에요! 😁" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "친근한 알림이에요! 😁" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Só um lembrete! 😁" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só um lembrete! 😁" } } } }, - "filter_view_total": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Gesamt" + "Delete" : { + "comment" : "The text on a button that deletes a mood entry.", + "isCommentAutoGenerated" : true + }, + "Delete Entry" : { + "comment" : "An alert that appears when the user confirms they want to delete an entry.", + "isCommentAutoGenerated" : true + }, + "Delete Photo" : { + "comment" : "The title of a confirmation dialog that appears when a user tries to delete a photo.", + "isCommentAutoGenerated" : true + }, + "Discover AI Insights" : { + "comment" : "A tip title for a feature that provides personalized insights about mood patterns.", + "isCommentAutoGenerated" : true + }, + "Don't break your streak!" : { + "comment" : "A description of the current streak or a motivational message.", + "isCommentAutoGenerated" : true + }, + "Done" : { + "comment" : "A button that dismisses the keyboard when pressed.", + "isCommentAutoGenerated" : true + }, + "Double tap to edit" : { + "comment" : "A hint that appears when a user long-presses a heatmap cell, instructing them to tap it to edit the associated mood.", + "isCommentAutoGenerated" : true + }, + "Double tap to edit mood" : { + "comment" : "A hint that appears when a user long-presses a mood cell to indicate that they can tap it to edit the mood.", + "isCommentAutoGenerated" : true + }, + "Edit" : { + "comment" : "A button label that triggers the editing of a journal note.", + "isCommentAutoGenerated" : true + }, + "Entries" : { + "comment" : "A label describing the number of mood entries.", + "isCommentAutoGenerated" : true + }, + "Entry Details" : { + "comment" : "The title of the view that displays detailed information about a mood entry.", + "isCommentAutoGenerated" : true + }, + "Entry Missing" : { + "comment" : "A message displayed when an entry is missing for a specific day.", + "isCommentAutoGenerated" : true + }, + "Exit" : { + "comment" : "A button label that dismisses the current view.", + "isCommentAutoGenerated" : true + }, + "Export" : { + "comment" : "A button label that triggers data export.", + "isCommentAutoGenerated" : true + }, + "Export %@" : { + "comment" : "A button that triggers the export of mood data in a selected format (e.g., CSV or PDF).", + "isCommentAutoGenerated" : true + }, + "Export Data" : { + "comment" : "The title of the screen where users can export their mood data.", + "isCommentAutoGenerated" : true + }, + "Export Failed" : { + "comment" : "The title of an alert that appears when exporting mood data fails.", + "isCommentAutoGenerated" : true + }, + "Export Preview" : { + "comment" : "A title for the preview section of the export view.", + "isCommentAutoGenerated" : true + }, + "Exporting..." : { + "comment" : "A label indicating that a mood data export is in progress.", + "isCommentAutoGenerated" : true + }, + "Features" : { + "comment" : "A heading displayed above the \"Features\" section in the settings view.", + "isCommentAutoGenerated" : true + }, + "Feels" : { + "comment" : "The name of the widget.", + "isCommentAutoGenerated" : true + }, + "Feels Icon" : { + "comment" : "Name of the widget configuration.", + "isCommentAutoGenerated" : true + }, + "Feels is Locked" : { + "comment" : "The title of the lock screen.", + "isCommentAutoGenerated" : true + }, + "filter_view_total" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesamt" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Total" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Total" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Total" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "合計" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "合計" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "합계" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "합계" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Total" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total" } } } }, - "how_to_add_widget": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Widget hinzufügen" + "Fix Weekday" : { + "comment" : "A button label that, when tapped, will attempt to correct the user's calendar entries that are set to the wrong weekday.", + "isCommentAutoGenerated" : true + }, + "Font Awesome" : { + + }, + "Format" : { + "comment" : "A label describing the format option in the export view.", + "isCommentAutoGenerated" : true + }, + "Get Mood Streak" : { + "comment" : "Title of an intent that checks the user's current mood logging streak.", + "isCommentAutoGenerated" : true + }, + "Get personalized insights about your mood patterns powered by Apple Intelligence." : { + "comment" : "A message accompanying the \"Discover AI Insights\" tip, encouraging users to explore their mood patterns with Apple Intelligence.", + "isCommentAutoGenerated" : true + }, + "Get the most out of your mood tracking journey" : { + "comment" : "A description of the benefits of upgrading to the premium version of the app.", + "isCommentAutoGenerated" : true + }, + "Get unlimited access to all features" : { + "comment" : "A description of the benefits of purchasing the premium version of the app.", + "isCommentAutoGenerated" : true + }, + "Got it! Logged %@ for today." : { + "comment" : "A confirmation dialog and a snippet view that appear when the \"Log Mood\" intent is triggered. The argument is the name of the mood that was logged.", + "isCommentAutoGenerated" : true + }, + "How to add widgets" : { + + }, + "how_to_add_widget" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Widget hinzufügen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How to Add Widget" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How to Add Widget" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Cómo Agregar Widget" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cómo Agregar Widget" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment ajouter un widget" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment ajouter un widget" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "ウィジェットの追加方法" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ウィジェットの追加方法" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "위젯 추가 방법" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "위젯 추가 방법" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como adicionar widget" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como adicionar widget" } } } }, - "iap_warning_view_buy_button": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Jetzt abonnieren" + "iap_warning_view_buy_button" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jetzt abonnieren" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Subscribe Now" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscribe Now" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Suscribirse Ahora" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suscribirse Ahora" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "S'abonner maintenant" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'abonner maintenant" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今すぐ登録" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今すぐ登録" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "지금 구독" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "지금 구독" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Assinar agora" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Assinar agora" } } } }, - "iap_warning_view_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Testphase endet in " + "iap_warning_view_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Testphase endet in " } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Trial expires in " + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trial expires in " } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "La prueba expira en " + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "La prueba expira en " } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "L'essai expire dans " + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "L'essai expire dans " } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "トライアル終了まで " + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トライアル終了まで " } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "체험판 만료까지 " + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "체험판 만료까지 " } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Teste expira em " + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teste expira em " } } } }, - "mood_value_average": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Durchschnitt" + "Icon Style" : { + "comment" : "A section header that says \"Icon Style\".", + "isCommentAutoGenerated" : true + }, + "ifeel" : { + "comment" : "The name of the app.", + "isCommentAutoGenerated" : true + }, + "Import" : { + "comment" : "A button label that allows users to import data.", + "isCommentAutoGenerated" : true + }, + "Insights" : { + "comment" : "A label displayed above the insights section in the Insights view.", + "isCommentAutoGenerated" : true + }, + "Journal Note" : { + "comment" : "The title of the view that appears in the navigation bar.", + "isCommentAutoGenerated" : true + }, + "Legal" : { + "comment" : "A heading displayed in the Settings view that links to legal information.", + "isCommentAutoGenerated" : true + }, + "Log Mood" : { + "comment" : "A button that opens Feels to log a mood.", + "isCommentAutoGenerated" : true + }, + "Log mood as ${moodEntity}" : { + + }, + "Log now" : { + "comment" : "A call-to-action text displayed in the expanded view of the MoodStreakLiveActivity widget, encouraging the user to log their mood.", + "isCommentAutoGenerated" : true + }, + "Log your mood daily to build a streak. Consistency helps you understand your patterns." : { + + }, + "Make it yours" : { + "comment" : "A title displayed in the onboarding view, encouraging users to personalize their interface.", + "isCommentAutoGenerated" : true + }, + "Manage" : { + "comment" : "A button that allows the user to manage their subscription.", + "isCommentAutoGenerated" : true + }, + "Maybe Later" : { + "comment" : "A label for a button that allows a user to skip the onboarding process.", + "isCommentAutoGenerated" : true + }, + "Month & Year views, Insights & more" : { + "comment" : "A description of the premium features available in the subscription.", + "isCommentAutoGenerated" : true + }, + "Monthly Mood Wrap" : { + "comment" : "A title describing the content of the monthly mood wrap section.", + "isCommentAutoGenerated" : true + }, + "Mood" : { + "comment" : "Title of the parameter in the app intent for mood voting.", + "isCommentAutoGenerated" : true + }, + "Mood Colors" : { + "comment" : "A section header that lists the mood colors.", + "isCommentAutoGenerated" : true + }, + "Mood Graphic" : { + "comment" : "Name of the widget configuration displayed in the Widget Chooser.", + "isCommentAutoGenerated" : true + }, + "Mood Logged" : { + "comment" : "A title for the view that appears when a user logs their mood.", + "isCommentAutoGenerated" : true + }, + "Mood Streak" : { + "comment" : "Title of an app shortcut that shows the user their mood streak.", + "isCommentAutoGenerated" : true + }, + "Mood Vote" : { + "comment" : "The display name of the widget configuration.", + "isCommentAutoGenerated" : true + }, + "mood_value_average" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchschnitt" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Average" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Average" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Normal" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Normal" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Moyen" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Moyen" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "普通" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "普通" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "보통" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보통" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Médio" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Médio" } } } }, - "mood_value_bad": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Schlecht" + "mood_value_bad" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schlecht" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Bad" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bad" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Mal" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mal" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Mauvais" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mauvais" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "悪い" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "悪い" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "나쁨" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나쁨" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ruim" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ruim" } } } }, - "mood_value_good": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Gut" + "mood_value_good" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gut" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Good" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Good" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Bien" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bien" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Bien" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bien" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "良い" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "良い" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "좋음" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋음" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Bom" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bom" } } } }, - "mood_value_great": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Super" + "mood_value_great" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Super" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Great" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Excelente" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excelente" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Excellent" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excellent" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "最高" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最高" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "최고" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "최고" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ótimo" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ótimo" } } } }, - "mood_value_horrible": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Schrecklich" + "mood_value_horrible" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schrecklich" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Horrible" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Horrible" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Horrible" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Horrible" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Horrible" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Horrible" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "最悪" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最悪" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "최악" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "최악" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Horrível" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Horrível" } } } }, - "mood_value_missing": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Fehlend" + "mood_value_missing" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehlend" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Missing" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missing" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Faltante" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Faltante" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Manquant" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manquant" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "未記録" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "未記録" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "없음" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "없음" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Faltando" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Faltando" } } } }, - "mood_value_missing_tap_to_add": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Fehlend - Tippen zum Hinzufügen" + "mood_value_missing_tap_to_add" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehlend - Tippen zum Hinzufügen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Missing - Tap to add" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missing - Tap to add" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Faltante - Toca para agregar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Faltante - Toca para agregar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Manquant - Appuyez pour ajouter" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manquant - Appuyez pour ajouter" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "未記録 - タップして追加" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "未記録 - タップして追加" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "없음 - 탭하여 추가" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "없음 - 탭하여 추가" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Faltando - Toque para adicionar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Faltando - Toque para adicionar" } } } }, - "nice": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Nett" + "nice" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nett" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Nice" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nice" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Amable" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amable" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Gentil" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gentil" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "やさしい" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "やさしい" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "친절한" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "친절한" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Gentil" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gentil" } } } }, - "onboarding_day_options_today": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Aktueller Tag" + "No entry" : { + "comment" : "A label indicating that there is no entry for a particular day.", + "isCommentAutoGenerated" : true + }, + "No mood recorded" : { + "comment" : "A placeholder text displayed when no mood is recorded for an entry.", + "isCommentAutoGenerated" : true + }, + "NO_DATA" : { + "comment" : "A placeholder text indicating that there is no data available for a specific entry.", + "isCommentAutoGenerated" : true + }, + "Not Available" : { + "comment" : "A label indicating that Apple Health is not available on the user's device.", + "isCommentAutoGenerated" : true + }, + "nothing written..." : { + "comment" : "A placeholder text that appears when an entry is missing text.", + "isCommentAutoGenerated" : true + }, + "OK" : { + "comment" : "The text for an OK button.", + "isCommentAutoGenerated" : true + }, + "onboarding_day_options_today" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktueller Tag" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Current Day" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Current Day" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Día Actual" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Día Actual" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Jour actuel" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jour actuel" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "当日" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "当日" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Dia atual" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dia atual" } } } }, - "onboarding_day_options_yesterday": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Vorheriger Tag" + "onboarding_day_options_yesterday" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorheriger Tag" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Previous Day" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Previous Day" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Día Anterior" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Día Anterior" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Jour précédent" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jour précédent" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "前日" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "前日" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Dia anterior" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dia anterior" } } } }, - "onboarding_day_preview_text_today": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Du kannst den aktuellen Tag oder den vorherigen Tag bewerten. Beispiel: Wenn du am Dienstag eine Benachrichtigung erhältst, ist die Bewertung für Dienstag, den aktuellen Tag." + "onboarding_day_preview_text_today" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du kannst den aktuellen Tag oder den vorherigen Tag bewerten. Beispiel: Wenn du am Dienstag eine Benachrichtigung erhältst, ist die Bewertung für Dienstag, den aktuellen Tag." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "You can choose to rate the current day or the day before. Example: When you receive your notification on Tuesday your rating will be for Tuesday, the current day." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can choose to rate the current day or the day before. Example: When you receive your notification on Tuesday your rating will be for Tuesday, the current day." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Puedes elegir calificar el día actual o el día anterior. Ejemplo: Cuando recibas tu notificación el martes, tu calificación será para el martes, el día actual." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Puedes elegir calificar el día actual o el día anterior. Ejemplo: Cuando recibas tu notificación el martes, tu calificación será para el martes, el día actual." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Vous pouvez choisir d'évaluer le jour actuel ou le jour précédent. Exemple : Lorsque vous recevez votre notification le mardi, votre évaluation sera pour le mardi, le jour actuel." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous pouvez choisir d'évaluer le jour actuel ou le jour précédent. Exemple : Lorsque vous recevez votre notification le mardi, votre évaluation sera pour le mardi, le jour actuel." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "当日または前日のどちらを評価するか選べます。例:火曜日に通知を受け取った場合、評価は当日の火曜日になります。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "当日または前日のどちらを評価するか選べます。例:火曜日に通知を受け取った場合、評価は当日の火曜日になります。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 또는 어제 중 어느 날을 평가할지 선택할 수 있습니다. 예: 화요일에 알림을 받으면 평가는 당일인 화요일에 대한 것입니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 또는 어제 중 어느 날을 평가할지 선택할 수 있습니다. 예: 화요일에 알림을 받으면 평가는 당일인 화요일에 대한 것입니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Você pode escolher avaliar o dia atual ou o dia anterior. Exemplo: Quando você receber a notificação na terça-feira, sua avaliação será para terça-feira, o dia atual." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você pode escolher avaliar o dia atual ou o dia anterior. Exemplo: Quando você receber a notificação na terça-feira, sua avaliação será para terça-feira, o dia atual." } } } }, - "onboarding_day_preview_text_yesterday": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Du kannst den aktuellen Tag oder den vorherigen Tag bewerten. Beispiel: Wenn du am Donnerstag eine Benachrichtigung erhältst, ist die Bewertung für Mittwoch, den vorherigen Tag." + "onboarding_day_preview_text_yesterday" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du kannst den aktuellen Tag oder den vorherigen Tag bewerten. Beispiel: Wenn du am Donnerstag eine Benachrichtigung erhältst, ist die Bewertung für Mittwoch, den vorherigen Tag." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "You can choose to rate the current day or the day before. Example: When you receive your notification on Thursday your rating will be for Wednesday, the previous day." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can choose to rate the current day or the day before. Example: When you receive your notification on Thursday your rating will be for Wednesday, the previous day." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Puedes elegir calificar el día actual o el día anterior. Ejemplo: Cuando recibas tu notificación el jueves, tu calificación será para el miércoles, el día anterior." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Puedes elegir calificar el día actual o el día anterior. Ejemplo: Cuando recibas tu notificación el jueves, tu calificación será para el miércoles, el día anterior." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Vous pouvez choisir d'évaluer le jour actuel ou le jour précédent. Exemple : Lorsque vous recevez votre notification le jeudi, votre évaluation sera pour le mercredi, le jour précédent." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous pouvez choisir d'évaluer le jour actuel ou le jour précédent. Exemple : Lorsque vous recevez votre notification le jeudi, votre évaluation sera pour le mercredi, le jour précédent." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "当日または前日のどちらを評価するか選べます。例:木曜日に通知を受け取った場合、評価は前日の水曜日になります。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "当日または前日のどちらを評価するか選べます。例:木曜日に通知を受け取った場合、評価は前日の水曜日になります。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 또는 어제 중 어느 날을 평가할지 선택할 수 있습니다. 예: 목요일에 알림을 받으면 평가는 전날인 수요일에 대한 것입니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 또는 어제 중 어느 날을 평가할지 선택할 수 있습니다. 예: 목요일에 알림을 받으면 평가는 전날인 수요일에 대한 것입니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Você pode escolher avaliar o dia atual ou o dia anterior. Exemplo: Quando você receber a notificação na quinta-feira, sua avaliação será para quarta-feira, o dia anterior." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você pode escolher avaliar o dia atual ou o dia anterior. Exemplo: Quando você receber a notificação na quinta-feira, sua avaliação será para quarta-feira, o dia anterior." } } } }, - "onboarding_day_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Möchtest du heute oder gestern bewerten?" + "onboarding_day_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Möchtest du heute oder gestern bewerten?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Do you want to rate today or yesterday?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Do you want to rate today or yesterday?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Quieres calificar hoy o ayer?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Quieres calificar hoy o ayer?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Voulez-vous évaluer aujourd'hui ou hier ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voulez-vous évaluer aujourd'hui ou hier ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日と昨日、どちらを評価しますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日と昨日、どちらを評価しますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘을 평가할까요, 어제를 평가할까요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘을 평가할까요, 어제를 평가할까요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Você quer avaliar hoje ou ontem?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você quer avaliar hoje ou ontem?" } } } }, - "onboarding_time_body": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Das Bewerten wird um %@ freigeschaltet, und du erhältst auch eine Erinnerungsbenachrichtigung. Du kannst deinen Tag auch direkt aus der Benachrichtigung bewerten." + "onboarding_time_body" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Bewerten wird um %@ freigeschaltet, und du erhältst auch eine Erinnerungsbenachrichtigung. Du kannst deinen Tag auch direkt aus der Benachrichtigung bewerten." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Rating your day will be unlocked at %@, and you'll also receive a notification at this time as a reminder. You can also rate your day from the notification." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rating your day will be unlocked at %@, and you'll also receive a notification at this time as a reminder. You can also rate your day from the notification." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Calificar tu día se desbloqueará a las %@, y también recibirás una notificación a esta hora como recordatorio. También puedes calificar tu día desde la notificación." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calificar tu día se desbloqueará a las %@, y también recibirás una notificación a esta hora como recordatorio. También puedes calificar tu día desde la notificación." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "L'évaluation de votre journée sera déverrouillée à %@, et vous recevrez également une notification à cette heure comme rappel. Vous pouvez aussi évaluer votre journée depuis la notification." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "L'évaluation de votre journée sera déverrouillée à %@, et vous recevrez également une notification à cette heure comme rappel. Vous pouvez aussi évaluer votre journée depuis la notification." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "%@に記録が可能になり、リマインダー通知も届きます。通知から直接記録することもできます。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@に記録が可能になり、リマインダー通知も届きます。通知から直接記録することもできます。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "%@에 하루 평가가 잠금 해제되며, 이 시간에 알림도 받게 됩니다. 알림에서 직접 하루를 평가할 수도 있습니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@에 하루 평가가 잠금 해제되며, 이 시간에 알림도 받게 됩니다. 알림에서 직접 하루를 평가할 수도 있습니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "A avaliação do seu dia será desbloqueada às %@, e você também receberá uma notificação nesse horário como lembrete. Você também pode avaliar seu dia pela notificação." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "A avaliação do seu dia será desbloqueada às %@, e você também receberá uma notificação nesse horário como lembrete. Você também pode avaliar seu dia pela notificação." } } } }, - "onboarding_time_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wann möchtest du deinen Tag bewerten?" + "onboarding_time_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wann möchtest du deinen Tag bewerten?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "What time do you want to rate your days?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "What time do you want to rate your days?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿A qué hora quieres calificar tus días?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿A qué hora quieres calificar tus días?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "À quelle heure voulez-vous évaluer vos journées ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "À quelle heure voulez-vous évaluer vos journées ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "何時に記録しますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "何時に記録しますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "몇 시에 하루를 평가하시겠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "몇 시에 하루를 평가하시겠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "A que horas você quer avaliar seus dias?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "A que horas você quer avaliar seus dias?" } } } }, - "onboarding_title_customize_one_section_one_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Welches App-Symbol passt zu dir?" + "onboarding_title_customize_one_section_one_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Welches App-Symbol passt zu dir?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Which app icon are you?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Which app icon are you?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Qué ícono eres tú?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Qué ícono eres tú?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Quelle icône vous correspond ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quelle icône vous correspond ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "どのアプリアイコンにしますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "どのアプリアイコンにしますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어떤 앱 아이콘이 마음에 드세요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어떤 앱 아이콘이 마음에 드세요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Qual ícone combina com você?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Qual ícone combina com você?" } } } }, - "onboarding_title_customize_one_section_two_note": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Hinweis: Du wirst weiterhin jeden Tag zur Bewertung aufgefordert." + "onboarding_title_customize_one_section_two_note" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hinweis: Du wirst weiterhin jeden Tag zur Bewertung aufgefordert." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Note: You will still be asked to rate each day." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note: You will still be asked to rate each day." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Nota: Aún se te pedirá calificar cada día." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nota: Aún se te pedirá calificar cada día." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Remarque : Vous serez toujours invité à évaluer chaque jour." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remarque : Vous serez toujours invité à évaluer chaque jour." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "注:毎日の評価は引き続き求められます。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "注:毎日の評価は引き続き求められます。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "참고: 매일 평가하라는 요청은 계속 받게 됩니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "참고: 매일 평가하라는 요청은 계속 받게 됩니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Nota: Você ainda será solicitado a avaliar cada dia." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nota: Você ainda será solicitado a avaliar cada dia." } } } }, - "onboarding_title_customize_one_section_two_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Welche Tage möchtest du in Diagrammen sehen?" + "onboarding_title_customize_one_section_two_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Welche Tage möchtest du in Diagrammen sehen?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "When viewing charts, which days would you like to see?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "When viewing charts, which days would you like to see?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Al ver gráficos, ¿qué días te gustaría ver?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Al ver gráficos, ¿qué días te gustaría ver?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Lors de l'affichage des graphiques, quels jours souhaitez-vous voir ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lors de l'affichage des graphiques, quels jours souhaitez-vous voir ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "チャートでどの曜日を表示しますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "チャートでどの曜日を表示しますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "차트를 볼 때 어떤 요일을 보시겠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "차트를 볼 때 어떤 요일을 보시겠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ao visualizar gráficos, quais dias você gostaria de ver?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ao visualizar gráficos, quais dias você gostaria de ver?" } } } }, - "onboarding_title_customize_one_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Lege deine Einstellungen fest." + "onboarding_title_customize_one_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lege deine Einstellungen fest." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Set your preferences." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set your preferences." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Configura tus preferencias." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configura tus preferencias." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Définissez vos préférences." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Définissez vos préférences." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "設定をカスタマイズ" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定をカスタマイズ" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "설정을 지정하세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설정을 지정하세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Defina suas preferências." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Defina suas preferências." } } } }, - "onboarding_title_customize_two_section_one_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Welches Icon-Set möchtest du?" + "onboarding_title_customize_two_section_one_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Welches Icon-Set möchtest du?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "What icon set would you like?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "What icon set would you like?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Qué conjunto de íconos te gustaría?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Qué conjunto de íconos te gustaría?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Quel jeu d'icônes souhaitez-vous ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quel jeu d'icônes souhaitez-vous ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "どのアイコンセットにしますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "どのアイコンセットにしますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어떤 아이콘 세트를 원하세요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어떤 아이콘 세트를 원하세요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Qual conjunto de ícones você quer?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Qual conjunto de ícones você quer?" } } } }, - "onboarding_title_customize_two_section_three_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wähle eine Textfarbe." + "onboarding_title_customize_two_section_three_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wähle eine Textfarbe." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Select a text color." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select a text color." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Selecciona un color de texto." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selecciona un color de texto." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Sélectionnez une couleur de texte." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sélectionnez une couleur de texte." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "テキストの色を選択" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストの色を選択" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "텍스트 색상을 선택하세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "텍스트 색상을 선택하세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Selecione uma cor de texto." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selecione uma cor de texto." } } } }, - "onboarding_title_customize_two_section_two_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wähle Farben für jede Stimmung oder erstelle deine eigenen." + "onboarding_title_customize_two_section_two_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wähle Farben für jede Stimmung oder erstelle deine eigenen." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Pick colors to use for each feeling, or customize and create your own." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick colors to use for each feeling, or customize and create your own." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Elige colores para cada sentimiento, o personaliza y crea los tuyos." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elige colores para cada sentimiento, o personaliza y crea los tuyos." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Choisissez les couleurs pour chaque humeur, ou personnalisez et créez les vôtres." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Choisissez les couleurs pour chaque humeur, ou personnalisez et créez les vôtres." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "各気分の色を選ぶか、カスタマイズして作成してください。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "各気分の色を選ぶか、カスタマイズして作成してください。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "각 기분에 사용할 색상을 선택하거나 직접 만드세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "각 기분에 사용할 색상을 선택하거나 직접 만드세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Escolha cores para cada sentimento, ou personalize e crie as suas." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escolha cores para cada sentimento, ou personalize e crie as suas." } } } }, - "onboarding_title_customize_two_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wähle deinen Stil." + "onboarding_title_customize_two_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wähle deinen Stil." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Pick your style." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick your style." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Elige tu estilo." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elige tu estilo." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Choisissez votre style." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Choisissez votre style." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "スタイルを選択" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "スタイルを選択" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "스타일을 선택하세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "스타일을 선택하세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Escolha seu estilo." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escolha seu estilo." } } } }, - "onboarding_wrap_up_1": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Jeden Tag um" + "onboarding_title_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Was sollen deine Benachrichtigungen sagen?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Every day at" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "What should your notifications say?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Todos los días a las" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Qué deben decir tus notificaciones?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Chaque jour à" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Que doivent dire vos notifications ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "毎日" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知にはなんと表示しますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "매일" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림에 무엇을 표시할까요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Todo dia às" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "O que suas notificações devem dizer?" } } } }, - "onboarding_wrap_up_3": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "wirst du benachrichtigt, den Tag zu bewerten" + "onboarding_title_title_option_1" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hallo!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "you'll be notified it's time to rate the" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hi there!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "serás notificado de que es hora de calificar el" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Hola!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "vous serez notifié qu'il est temps d'évaluer" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salut !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "に通知が届きます" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "こんにちは!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "에 평가 시간 알림을 받게 됩니다" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "안녕하세요!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "você será notificado que é hora de avaliar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Olá!" } } } }, - "onboarding_wrap_up_complete_button": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Fertig" + "onboarding_title_title_option_2" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeit einzuchecken!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Done" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time to check in!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Listo" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Hora de registrarte!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Terminé" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "C'est l'heure de faire le point !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "完了" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "チェックインの時間です!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "완료" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "체크인할 시간이에요!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Pronto" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hora de fazer check-in!" } } } }, - "purchase_view_cancel": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Abbrechen" + "onboarding_title_title_option_3" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie fühlst du dich?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Cancel" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How are you feeling?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Cancelar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo te sientes?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Annuler" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comment te sens-tu ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "キャンセル" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "気分はどうですか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "취소" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기분이 어때요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Cancelar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como você está se sentindo?" } } } }, - "purchase_view_change_plan": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Plan ändern" + "onboarding_title_type_your_own" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oder schreibe deine eigene:" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Change Plan" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Or type your own:" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Cambiar Plan" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "O escribe la tuya:" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Changer de forfait" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ou écris la tienne :" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "プランを変更" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "または自分で入力:" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "플랜 변경" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "또는 직접 입력:" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Alterar plano" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ou digite a sua:" } } } }, - "purchase_view_current_subscription": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Aktuelles Abo" + "onboarding_wrap_up_1" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jeden Tag um" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Current Subscription" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Every day at" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Suscripción Actual" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todos los días a las" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Abonnement actuel" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chaque jour à" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "現在のサブスクリプション" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "毎日" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "현재 구독" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "매일" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Assinatura atual" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todo dia às" } } } }, - "purchase_view_current_subscription_expired_on": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Testphase endete am:" + "onboarding_wrap_up_3" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "wirst du benachrichtigt, den Tag zu bewerten" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Trial expired on:" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "you'll be notified it's time to rate the" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "La prueba expiró el:" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "serás notificado de que es hora de calificar el" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "L'essai a expiré le :" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "vous serez notifié qu'il est temps d'évaluer" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "トライアル終了日:" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "に通知が届きます" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "체험판 만료일:" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "에 평가 시간 알림을 받게 됩니다" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Teste expirou em:" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "você será notificado que é hora de avaliar" } } } }, - "purchase_view_current_subscription_expires_in": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Testphase endet in:" + "onboarding_wrap_up_complete_button" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fertig" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Trial expires in:" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Done" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "La prueba expira en:" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listo" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "L'essai expire dans :" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terminé" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "トライアル終了まで:" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "完了" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "체험판 만료까지:" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "완료" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Teste expira em:" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pronto" } } } }, - "purchase_view_current_why_subscribe": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Ein iFeels-Abo gibt dir Zugang zu all deinen historischen Daten und den Monats- und Jahresdiagrammen." + "Open Feels" : { + "comment" : "Title of the app intent to open the Feels app.", + "isCommentAutoGenerated" : true + }, + "Open Feels to log your mood" : { + "comment" : "Description of the \"Log Mood\" control widget.", + "isCommentAutoGenerated" : true + }, + "Open the Feels app to log your mood" : { + "comment" : "A user-visible description of the intent to open the Feels app to log your mood.", + "isCommentAutoGenerated" : true + }, + "Or use your device passcode" : { + "comment" : "A hint displayed below the \"Unlock with biometric\" button, encouraging users to use their device passcode if they don't have a biometric authentication method set up.", + "isCommentAutoGenerated" : true + }, + "Personalize Your Experience" : { + "comment" : "A title for a tip that encourages users to customize their mood tracking experience.", + "isCommentAutoGenerated" : true + }, + "Photo" : { + "comment" : "A label displayed next to the \"Photo\" button.", + "isCommentAutoGenerated" : true + }, + "Photo Library" : { + "comment" : "A button option that allows the user to choose a photo from their photo library.", + "isCommentAutoGenerated" : true + }, + "Photo not found" : { + "comment" : "A message displayed when a photo cannot be loaded.", + "isCommentAutoGenerated" : true + }, + "Pick a time that works for your daily check-in" : { + "comment" : "A description under the time picker that explains its purpose.", + "isCommentAutoGenerated" : true + }, + "Pick Mood" : { + "comment" : "A button that allows users to select a mood from a menu.", + "isCommentAutoGenerated" : true + }, + "Premium Active" : { + + }, + "Privacy Lock" : { + "comment" : "A title for a toggle that controls whether or not biometric authentication is enabled.", + "isCommentAutoGenerated" : true + }, + "Processing..." : { + "comment" : "A message displayed while an image is being processed.", + "isCommentAutoGenerated" : true + }, + "purchase_view_cancel" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abbrechen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "An iFeels subscription gives you access to all of your historical data, and both Month and Year charts." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Una suscripción a iFeels te da acceso a todos tus datos históricos, y a los gráficos de Mes y Año." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Un abonnement iFeels vous donne accès à toutes vos données historiques, ainsi qu'aux graphiques Mois et Année." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuler" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "iFeelsサブスクリプションで、すべての過去データと月・年チャートにアクセスできます。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャンセル" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "iFeels 구독으로 모든 과거 데이터와 월별, 연도별 차트에 액세스할 수 있습니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "취소" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Uma assinatura iFeels dá acesso a todos os seus dados históricos e aos gráficos de Mês e Ano." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" } } } }, - "purchase_view_loading": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Abo-Optionen werden geladen" + "purchase_view_change_plan" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plan ändern" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Loading subscription options" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Change Plan" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Cargando opciones de suscripción" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cambiar Plan" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Chargement des options d'abonnement" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changer de forfait" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "サブスクリプションオプションを読み込み中" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プランを変更" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "구독 옵션 로딩 중" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "플랜 변경" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Carregando opções de assinatura" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alterar plano" } } } }, - "purchase_view_manage_subscription": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Abo verwalten" + "purchase_view_current_subscription" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktuelles Abo" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Manage Subscription" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Current Subscription" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Administrar Suscripción" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suscripción Actual" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Gérer l'abonnement" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnement actuel" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "サブスクリプションを管理" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "現在のサブスクリプション" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "구독 관리" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "현재 구독" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Gerenciar assinatura" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Assinatura atual" } } } }, - "purchase_view_other_options": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Weitere Optionen" + "purchase_view_current_subscription_expired_on" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Testphase endete am:" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Other Options" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trial expired on:" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Otras Opciones" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "La prueba expiró el:" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Autres options" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "L'essai a expiré le :" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "その他のオプション" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トライアル終了日:" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "다른 옵션" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "체험판 만료일:" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Outras opções" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teste expirou em:" } } } }, - "purchase_view_restore": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wiederherstellen" + "purchase_view_current_subscription_expires_in" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Testphase endet in:" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Restore" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trial expires in:" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Restaurar" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "La prueba expira en:" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Restaurer" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "L'essai expire dans :" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "復元" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トライアル終了まで:" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "복원" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "체험판 만료까지:" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Restaurar" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teste expira em:" } } } }, - "purchase_view_subscribe_button": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Jetzt abonnieren" + "purchase_view_current_why_subscribe" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ein iFeels-Abo gibt dir Zugang zu all deinen historischen Daten und den Monats- und Jahresdiagrammen." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Subscribe Now" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An iFeels subscription gives you access to all of your historical data, and both Month and Year charts." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Suscribirse Ahora" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Una suscripción a iFeels te da acceso a todos tus datos históricos, y a los gráficos de Mes y Año." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "S'abonner maintenant" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Un abonnement iFeels vous donne accès à toutes vos données historiques, ainsi qu'aux graphiques Mois et Année." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今すぐ登録" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "iFeelsサブスクリプションで、すべての過去データと月・年チャートにアクセスできます。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "지금 구독" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "iFeels 구독으로 모든 과거 데이터와 월별, 연도별 차트에 액세스할 수 있습니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Assinar agora" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uma assinatura iFeels dá acesso a todos os seus dados históricos e aos gráficos de Mês e Ano." } } } }, - "purchase_view_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie lange möchtest du deine Gefühle unterstützen?" + "purchase_view_loading" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abo-Optionen werden geladen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How long do you want to support your feelings for?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading subscription options" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Por cuánto tiempo quieres apoyar tus sentimientos?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cargando opciones de suscripción" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Combien de temps voulez-vous prendre soin de vos émotions ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chargement des options d'abonnement" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "どのくらいの期間サポートしますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サブスクリプションオプションを読み込み中" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "얼마나 오래 감정을 돌보시겠어요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "구독 옵션 로딩 중" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Por quanto tempo você quer cuidar dos seus sentimentos?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carregando opções de assinatura" } } } }, - "purchase_view_trial_expired": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Deine kostenlose Testphase ist beendet." + "purchase_view_manage_subscription" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abo verwalten" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Your free trial has ended." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manage Subscription" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Tu prueba gratuita ha terminado." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Administrar Suscripción" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Votre essai gratuit est terminé." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gérer l'abonnement" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "無料トライアルが終了しました。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サブスクリプションを管理" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "무료 체험이 종료되었습니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "구독 관리" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Seu teste gratuito terminou." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gerenciar assinatura" } } } }, - "purchase_view_trial_expires_in": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Testphase endet in" + "purchase_view_other_options" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weitere Optionen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Trial expires in" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Other Options" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "La prueba expira en" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otras Opciones" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "L'essai expire dans" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autres options" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "トライアル終了まで" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "その他のオプション" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "체험판 만료까지" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다른 옵션" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Teste expira em" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Outras opções" } } } }, - "rude": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Frech" + "purchase_view_restore" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wiederherstellen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Rude" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Grosero" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Impoli" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurer" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "辛口" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "復元" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "거친" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "복원" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Rude" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar" } } } }, - "rude_notif_body_today_one": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie zum Teufel war dein Tag?" + "purchase_view_subscribe_button" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jetzt abonnieren" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How the hell was your day?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscribe Now" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo diablos estuvo tu día?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suscribirse Ahora" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "C'était comment ta journée, bordel ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'abonner maintenant" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "今日はどうだったんだよ?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今すぐ登録" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "오늘 하루 어땠냐고?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "지금 구독" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como diabos foi seu dia?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Assinar agora" } } } }, - "rude_notif_body_today_three": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Bewerte deinen verdammten Tag… oder sonst! ☠️" + "purchase_view_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie lange möchtest du deine Gefühle unterstützen?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Rate your damn day… or else! ☠️" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How long do you want to support your feelings for?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Califica tu maldito día… ¡o si no! ☠️" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Por cuánto tiempo quieres apoyar tus sentimientos?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Évalue ta foutue journée… sinon ! ☠️" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Combien de temps voulez-vous prendre soin de vos émotions ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "さっさと記録しろ…さもないと!☠️" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "どのくらいの期間サポートしますか?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "하루 평가해… 안 그러면! ☠️" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "얼마나 오래 감정을 돌보시겠어요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Avalie seu maldito dia… ou então! ☠️" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por quanto tempo você quer cuidar dos seus sentimentos?" } } } }, - "rude_notif_body_today_two": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Sei kein Idiot, bewerte deinen Tag!" + "purchase_view_trial_expired" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deine kostenlose Testphase ist beendet." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Don't be an ass, rate your day!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Your free trial has ended." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡No seas idiota, califica tu día!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tu prueba gratuita ha terminado." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Fais pas l'idiot, évalue ta journée !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Votre essai gratuit est terminé." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "グズグズしてないで、今日を記録しろ!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "無料トライアルが終了しました。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "멍청이처럼 굴지 말고 하루 평가해!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "무료 체험이 종료되었습니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Não seja idiota, avalie seu dia!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seu teste gratuito terminou." } } } }, - "rude_notif_body_yesterday_one": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie zum Teufel war gestern?" + "purchase_view_trial_expires_in" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Testphase endet in" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "How the hell was yesterday?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trial expires in" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo diablos estuvo ayer?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "La prueba expira en" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "C'était comment hier, bordel ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "L'essai expire dans" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日はどうだったんだよ?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トライアル終了まで" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제 어땠냐고?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "체험판 만료까지" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como diabos foi ontem?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teste expira em" } } } }, - "rude_notif_body_yesterday_three": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Bewerte gestern… oder sonst! ☠️" + "Quick Access from Control Center" : { + "comment" : "A tip that instructs users to add the Feels app to the Control Center for quick access to mood logging.", + "isCommentAutoGenerated" : true + }, + "Quickly rate your mood for today" : { + "comment" : "Description of the Mood Vote widget.", + "isCommentAutoGenerated" : true + }, + "Record your mood for today" : { + "comment" : "Description of the app intent to vote for a mood.", + "isCommentAutoGenerated" : true + }, + "Record your mood for today in Feels" : { + "comment" : "Title of the \"Log Mood\" app intent.", + "isCommentAutoGenerated" : true + }, + "Recorded mood entry" : { + "comment" : "A description of what a recorded mood entry looks like.", + "isCommentAutoGenerated" : true + }, + "Reminder Time" : { + "comment" : "A label displayed above the reminder time in the settings view.", + "isCommentAutoGenerated" : true + }, + "Remove Photo" : { + "comment" : "A button that deletes a photo from a journal entry.", + "isCommentAutoGenerated" : true + }, + "Require %@ to open app" : { + "comment" : "A sublabel under the \"Privacy Lock\" label that explains what it does.", + "isCommentAutoGenerated" : true + }, + "Reset luanch date to current date" : { + "comment" : "A button label that resets the app's launch date to the current date.", + "isCommentAutoGenerated" : true + }, + "rude" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Frech" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Rate yesterday… or else! ☠️" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rude" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Califica ayer… ¡o si no! ☠️" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grosero" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Évalue hier… sinon ! ☠️" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impoli" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "昨日を記録しろ…さもないと!☠️" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "辛口" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "어제 평가해… 안 그러면! ☠️" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "거친" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Avalie ontem… ou então! ☠️" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rude" } } } }, - "rude_notif_body_yesterday_two": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Sei kein Idiot, bewerte gestern!" + "rude_notif_body_today_one" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie zum Teufel war dein Tag?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Don't be an ass, rate yesterday!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How the hell was your day?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡No seas idiota, califica ayer!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo diablos estuvo tu día?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Fais pas l'idiot, évalue hier !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "C'était comment ta journée, bordel ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "グズグズしてないで、昨日を記録しろ!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今日はどうだったんだよ?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "멍청이처럼 굴지 말고 어제 평가해!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘 하루 어땠냐고?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Não seja idiota, avalie ontem!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como diabos foi seu dia?" } } } }, - "rude_notif_title_four": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Ugh, muss ich es dir wirklich sagen? 😒" + "rude_notif_body_today_three" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerte deinen verdammten Tag… oder sonst! ☠️" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Uggghhhhhhh, I really gotta tell you? 😒" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate your damn day… or else! ☠️" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Uggghhhh, ¿de verdad tengo que decirte? 😒" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Califica tu maldito día… ¡o si no! ☠️" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Pffff, je dois vraiment te le dire ? 😒" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Évalue ta foutue journée… sinon ! ☠️" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "はぁ…本当に言わなきゃダメ?😒" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "さっさと記録しろ…さもないと!☠️" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "으으으, 정말 말해야 해? 😒" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "하루 평가해… 안 그러면! ☠️" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Aff, preciso mesmo te dizer? 😒" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avalie seu maldito dia… ou então! ☠️" } } } }, - "rude_notif_title_one": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Hey, du Idiot!" + "rude_notif_body_today_two" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sei kein Idiot, bewerte deinen Tag!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Hey, asshole!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Don't be an ass, rate your day!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡Oye, idiota!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡No seas idiota, califica tu día!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Hé, imbécile !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fais pas l'idiot, évalue ta journée !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "おい、お前!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "グズグズしてないで、今日を記録しろ!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "야, 이 녀석아!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "멍청이처럼 굴지 말고 하루 평가해!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ei, idiota!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não seja idiota, avalie seu dia!" } } } }, - "rude_notif_title_three": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Verdammt, du schon wieder? 😡" + "rude_notif_body_yesterday_one" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wie zum Teufel war gestern?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Damn, you again? 😡" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "How the hell was yesterday?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Carajo, ¿tú otra vez? 😡" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Cómo diablos estuvo ayer?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Encore toi ? 😡" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "C'était comment hier, bordel ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "またお前かよ?😡" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日はどうだったんだよ?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "또 너야? 😡" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제 어땠냐고?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Droga, você de novo? 😡" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Como diabos foi ontem?" } } } }, - "rude_notif_title_two": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Worauf wartest du noch?" + "rude_notif_body_yesterday_three" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerte gestern… oder sonst! ☠️" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "WTF are you waiting for?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate yesterday… or else! ☠️" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Qué diablos estás esperando?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Califica ayer… ¡o si no! ☠️" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "T'attends quoi, bordel ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Évalue hier… sinon ! ☠️" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "何をグズグズしてんだ?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "昨日を記録しろ…さもないと!☠️" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "뭘 기다리는 거야?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "어제 평가해… 안 그러면! ☠️" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Que diabos você tá esperando?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avalie ontem… ou então! ☠️" } } } }, - "settings_use_delete_enable": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Löschen von Bewertungen erlauben" + "rude_notif_body_yesterday_two" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sei kein Idiot, bewerte gestern!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Allow Rating Deletion" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Don't be an ass, rate yesterday!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Permitir Eliminar Calificaciones" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡No seas idiota, califica ayer!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Autoriser la suppression des évaluations" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fais pas l'idiot, évalue hier !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "評価の削除を許可" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "グズグズしてないで、昨日を記録しろ!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "평가 삭제 허용" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "멍청이처럼 굴지 말고 어제 평가해!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Permitir exclusão de avaliações" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não seja idiota, avalie ontem!" } } } }, - "settings_view_exit": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Schließen" + "rude_notif_title_four" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ugh, muss ich es dir wirklich sagen? 😒" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Exit" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uggghhhhhhh, I really gotta tell you? 😒" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Salir" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uggghhhh, ¿de verdad tengo que decirte? 😒" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Quitter" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pffff, je dois vraiment te le dire ? 😒" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "終了" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "はぁ…本当に言わなきゃダメ?😒" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "종료" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "으으으, 정말 말해야 해? 😒" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Sair" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aff, preciso mesmo te dizer? 😒" } } } }, - "settings_view_show_eula": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Nutzungsbedingungen" + "rude_notif_title_one" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hey, du Idiot!" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "EULA" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hey, asshole!" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "EULA" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Oye, idiota!" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "CLUF" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hé, imbécile !" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "利用規約" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "おい、お前!" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "이용약관" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "야, 이 녀석아!" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Termos de uso" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ei, idiota!" } } } }, - "settings_view_show_onboarding": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Einrichtung anzeigen" + "rude_notif_title_three" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verdammt, du schon wieder? 😡" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Show Setup" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Damn, you again? 😡" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Mostrar Configuración" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carajo, ¿tú otra vez? 😡" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Afficher la configuration" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Encore toi ? 😡" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "設定を表示" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "またお前かよ?😡" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "설정 보기" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "또 너야? 😡" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Mostrar configuração" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Droga, você de novo? 😡" } } } }, - "settings_view_show_privacy": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Datenschutzrichtlinie" + "rude_notif_title_two" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Worauf wartest du noch?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Privacy Policy" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "WTF are you waiting for?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Política de Privacidad" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Qué diablos estás esperando?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Politique de confidentialité" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "T'attends quoi, bordel ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "プライバシーポリシー" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "何をグズグズしてんだ?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "개인정보 처리방침" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뭘 기다리는 거야?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Política de privacidade" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Que diabos você tá esperando?" } } } }, - "settings_view_special_thanks_to_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Besonderer Dank" + "Sample Text" : { + "comment" : "A sample text used to demonstrate how the text color is applied in the UI.", + "isCommentAutoGenerated" : true + }, + "Save" : { + "comment" : "The text on a button that saves changes to a journal note.", + "isCommentAutoGenerated" : true + }, + "Say \"Hey Siri, log my mood as great in Feels\" for hands-free logging." : { + "comment" : "A tip message for using Siri to log moods.", + "isCommentAutoGenerated" : true + }, + "See what mood you logged today in Feels" : { + "comment" : "Title of an intent that allows the user to check their logged mood for the current day.", + "isCommentAutoGenerated" : true + }, + "Set first launch date back 29 days, 23 hrs, 45 seconds" : { + "comment" : "A button that, when tapped, sets the first launch date back to a specific date.", + "isCommentAutoGenerated" : true + }, + "Settings" : { + "comment" : "A label for the settings tab in the main tab view.", + "isCommentAutoGenerated" : true + }, + "settings_use_delete_enable" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Löschen von Bewertungen erlauben" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Special Thanks" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Allow Rating Deletion" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Agradecimientos Especiales" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitir Eliminar Calificaciones" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Remerciements spéciaux" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autoriser la suppression des évaluations" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "スペシャルサンクス" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "評価の削除を許可" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "특별히 감사드립니다" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "평가 삭제 허용" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Agradecimentos especiais" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitir exclusão de avaliações" } } } }, - "share_view_all_moods_total_template_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Gesamteinträge: %d" + "settings_view_exit" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schließen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Total Entries: %d" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exit" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Total de Entradas: %d" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salir" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Total des entrées : %d" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quitter" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "総エントリー数:%d" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "終了" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "총 기록: %d" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "종료" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Total de registros: %d" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sair" } } } }, - "share_view_current_streak_template_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Letzte 10 Tage" + "settings_view_show_eula" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nutzungsbedingungen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Last 10 Days" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "EULA" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Últimos 10 Días" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "EULA" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "10 derniers jours" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "CLUF" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "過去10日間" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "利用規約" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "최근 10일" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이용약관" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Últimos 10 dias" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Termos de uso" } } } }, - "share_view_longest_streak_template_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Längste aufeinanderfolgende Tage mit %@" + "settings_view_show_onboarding" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einrichtung anzeigen" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Longest consecutive days I was %@" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Setup" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Días consecutivos más largos que estuve %@" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar Configuración" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Jours consécutifs les plus longs où j'étais %@" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher la configuration" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "%@だった最長連続日数" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定を表示" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "%@ 상태였던 최장 연속 일수" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설정 보기" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Maior sequência de dias que eu estava %@" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar configuração" } } } }, - "share_view_month_moods_total_template_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Gesamteinträge für %@ - %d" + "settings_view_show_privacy" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datenschutzrichtlinie" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Total Entries for %@ - %d" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Total de Entradas para %@ - %d" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Política de Privacidad" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Total des entrées pour %@ - %d" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Politique de confidentialité" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "%@の総エントリー数 - %d" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プライバシーポリシー" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "%@ 총 기록 - %d" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "개인정보 처리방침" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Total de registros para %@ - %d" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Política de privacidade" } } } }, - "subscription_required_button": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Abonnieren zum Freischalten" + "settings_view_special_thanks_to_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Besonderer Dank" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Subscribe to Unlock" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Special Thanks" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Suscribirse para Desbloquear" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Agradecimientos Especiales" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "S'abonner pour débloquer" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remerciements spéciaux" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "登録して解除" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "スペシャルサンクス" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "구독하여 잠금 해제" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "특별히 감사드립니다" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Assine para desbloquear" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Agradecimentos especiais" } } } }, - "subscription_status_active": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Aktiv" + "settings_view_why_bg_mode_body" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Hintergrundaktualisierung ermöglicht es iFeels, dir rechtzeitig Benachrichtigungen zu senden, auch wenn die App nicht geöffnet ist. So verpasst du nie deinen täglichen Stimmungs-Check-in." } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Active" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Background App Refresh allows iFeels to send you timely notifications even when the app isn't open. This ensures you never miss your daily mood check-in." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Activa" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "La actualización en segundo plano permite que iFeels te envíe notificaciones oportunas incluso cuando la app no está abierta. Esto asegura que nunca te pierdas tu registro diario de estado de ánimo." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Actif" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "L'actualisation en arrière-plan permet à iFeels de t'envoyer des notifications à temps même lorsque l'app n'est pas ouverte. Cela garantit que tu ne manques jamais ton enregistrement quotidien d'humeur." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "有効" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "バックグラウンド更新により、アプリを開いていなくてもiFeelsからタイムリーな通知を受け取れます。毎日の気分チェックインを見逃すことがありません。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "활성" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "백그라운드 앱 새로고침을 사용하면 앱이 열려 있지 않아도 iFeels에서 적시에 알림을 보낼 수 있습니다. 이를 통해 매일 기분 체크인을 놓치지 않습니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ativo" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "A atualização em segundo plano permite que o iFeels envie notificações no momento certo, mesmo quando o app não está aberto. Isso garante que você nunca perca seu registro diário de humor." } } } }, - "subscription_status_expires": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Läuft bald ab" + "settings_view_why_bg_mode_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Warum Hintergrundaktualisierung?" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Expires Soon" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Why Background App Refresh?" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Expira Pronto" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Por qué actualización en segundo plano?" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Expire bientôt" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pourquoi l'actualisation en arrière-plan ?" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "まもなく期限切れ" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "なぜバックグラウンド更新が必要?" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "곧 만료" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "왜 백그라운드 앱 새로고침이 필요한가요?" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Expira em breve" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por que atualização em segundo plano?" } } } }, - "subscription_store_subtitle": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Erhalte unbegrenzten Zugang zu Monats- und Jahresansichten sowie allen deinen historischen Stimmungsdaten." + "Share" : { + "comment" : "A menu option to share a photo.", + "isCommentAutoGenerated" : true + }, + "share_view_all_moods_total_template_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesamteinträge: %d" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Get unlimited access to Month and Year views, plus all your historical mood data." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total Entries: %d" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Obtén acceso ilimitado a las vistas de Mes y Año, además de todos tus datos históricos de estado de ánimo." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total de Entradas: %d" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Accédez sans limite aux vues Mois et Année, ainsi qu'à toutes vos données d'humeur historiques." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total des entrées : %d" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "月・年ビューと過去の気分データに無制限にアクセスできます。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "総エントリー数:%d" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "월별 및 연도별 보기와 모든 과거 기분 데이터에 무제한 액세스하세요." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "총 기록: %d" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Tenha acesso ilimitado às visualizações de Mês e Ano, além de todos os seus dados históricos de humor." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total de registros: %d" } } } }, - "subscription_store_title": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Vollzugriff freischalten" + "share_view_current_streak_template_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Letzte 10 Tage" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "Unlock Full Access" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Last 10 Days" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Desbloquear Acceso Completo" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Últimos 10 Días" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Accès complet" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "10 derniers jours" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "フルアクセスを解除" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "過去10日間" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "전체 액세스 잠금 해제" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "최근 10일" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Desbloquear acesso completo" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Últimos 10 dias" } } } }, - "view_no_data": { - "extractionState": "manual", - "localizations": { - "de": { - "stringUnit": { - "state": "translated", - "value": "Keine Einträge vorhanden." + "share_view_longest_streak_template_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Längste aufeinanderfolgende Tage mit %@" } }, - "en": { - "stringUnit": { - "state": "translated", - "value": "There are no entries." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Longest consecutive days I was %@" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "No hay entradas." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Días consecutivos más largos que estuve %@" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Aucune entrée." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jours consécutifs les plus longs où j'étais %@" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "エントリーがありません。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@だった最長連続日数" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "기록이 없습니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 상태였던 최장 연속 일수" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Não há registros." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maior sequência de dias que eu estava %@" } } } }, - "onboarding_title_title": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "What should your notifications say?" + "share_view_month_moods_total_template_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesamteinträge für %@ - %d" } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Was sollen deine Benachrichtigungen sagen?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total Entries for %@ - %d" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Qué deben decir tus notificaciones?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total de Entradas para %@ - %d" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Que doivent dire vos notifications ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total des entrées pour %@ - %d" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "通知にはなんと表示しますか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@の総エントリー数 - %d" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "알림에 무엇을 표시할까요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 총 기록 - %d" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "O que suas notificações devem dizer?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total de registros para %@ - %d" } } } }, - "onboarding_title_title_option_1": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "Hi there!" + "SIDE A" : { + "comment" : "The label for the left side of the tape reel.", + "isCommentAutoGenerated" : true + }, + "SIDE B - NO RECORDING" : { + "comment" : "A message displayed when a user's mood entry is missing for a particular day.", + "isCommentAutoGenerated" : true + }, + "Start Free Trial" : { + "comment" : "A button label that says \"Start Free Trial\".", + "isCommentAutoGenerated" : true + }, + "Start your free 7-day trial" : { + + }, + "Streak: %lld days" : { + "comment" : "A label in the expanded view that describes the current streak of days the user has logged in.", + "isCommentAutoGenerated" : true + }, + "Subscribe" : { + "comment" : "A button label that says \"Subscribe\".", + "isCommentAutoGenerated" : true + }, + "subscription_required_button" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnieren zum Freischalten" } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Hallo!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscribe to Unlock" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡Hola!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suscribirse para Desbloquear" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Salut !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'abonner pour débloquer" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "こんにちは!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "登録して解除" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "안녕하세요!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "구독하여 잠금 해제" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Olá!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Assine para desbloquear" } } } }, - "onboarding_title_title_option_2": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "Time to check in!" + "subscription_status_active" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiv" } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Zeit einzuchecken!" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¡Hora de registrarte!" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activa" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "C'est l'heure de faire le point !" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actif" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "チェックインの時間です!" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "有効" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "체크인할 시간이에요!" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "활성" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Hora de fazer check-in!" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ativo" } } } }, - "onboarding_title_title_option_3": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "How are you feeling?" + "subscription_status_expires" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Läuft bald ab" } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Wie fühlst du dich?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expires Soon" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Cómo te sientes?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expira Pronto" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Comment te sens-tu ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expire bientôt" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "気分はどうですか?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "まもなく期限切れ" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "기분이 어때요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "곧 만료" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Como você está se sentindo?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expira em breve" } } } }, - "onboarding_title_type_your_own": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "Or type your own:" + "subscription_store_subtitle" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erhalte unbegrenzten Zugang zu Monats- und Jahresansichten sowie allen deinen historischen Stimmungsdaten." } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Oder schreibe deine eigene:" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get unlimited access to Month and Year views, plus all your historical mood data." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "O escribe la tuya:" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obtén acceso ilimitado a las vistas de Mes y Año, además de todos tus datos históricos de estado de ánimo." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Ou écris la tienne :" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accédez sans limite aux vues Mois et Année, ainsi qu'à toutes vos données d'humeur historiques." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "または自分で入力:" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "月・年ビューと過去の気分データに無制限にアクセスできます。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "또는 직접 입력:" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "월별 및 연도별 보기와 모든 과거 기분 데이터에 무제한 액세스하세요." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Ou digite a sua:" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tenha acesso ilimitado às visualizações de Mês e Ano, além de todos os seus dados históricos de humor." } } } }, - "settings_view_why_bg_mode_title": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "Why Background App Refresh?" + "subscription_store_title" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vollzugriff freischalten" } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Warum Hintergrundaktualisierung?" + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlock Full Access" } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "¿Por qué actualización en segundo plano?" + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desbloquear Acceso Completo" } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Pourquoi l'actualisation en arrière-plan ?" + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accès complet" } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "なぜバックグラウンド更新が必要?" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フルアクセスを解除" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "왜 백그라운드 앱 새로고침이 필요한가요?" + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "전체 액세스 잠금 해제" } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Por que atualização em segundo plano?" + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desbloquear acesso completo" } } } }, - "settings_view_why_bg_mode_body": { - "extractionState": "manual", - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "Background App Refresh allows iFeels to send you timely notifications even when the app isn't open. This ensures you never miss your daily mood check-in." + "Swipe to get started" : { + "comment" : "A hint displayed below the feature rows, instructing users to swipe to continue.", + "isCommentAutoGenerated" : true + }, + "Switch between Day, Month, and Year views to see your mood patterns over time." : { + "comment" : "A tip that instructs the user to switch between different time views to view their mood history.", + "isCommentAutoGenerated" : true + }, + "Sync with Apple Health" : { + "comment" : "A tip to sync their data with Apple Health.", + "isCommentAutoGenerated" : true + }, + "Syncing moods to Health... %lld/%lld" : { + "comment" : "A caption that describes the current sync status of moods with HealthKit. The first argument is the count of moods that have been successfully synced. The second argument is the total count of moods that need to be synced.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Syncing moods to Health... %1$lld/%2$lld" + } + } + } + }, + "Take Photo" : { + "comment" : "A button that takes a photo using the device's camera.", + "isCommentAutoGenerated" : true + }, + "tap" : { + "comment" : "A placeholder text that appears when a user taps on a missing entry in the entry list. It's a suggestion to tap on an entry to view more details.", + "isCommentAutoGenerated" : true + }, + "Tap here to customize mood icons, colors, and layouts." : { + "comment" : "A message accompanying the \"Personalize Your Experience\" tip, encouraging users to customize their mood tracking interface.", + "isCommentAutoGenerated" : true + }, + "Tap to add" : { + "comment" : "A label displayed within a capsule in the entry list view, indicating that a user can tap on it to add a new entry.", + "isCommentAutoGenerated" : true + }, + "Tap to change" : { + "comment" : "A description below a mood icon that explains how to change the mood.", + "isCommentAutoGenerated" : true + }, + "Tap to log your mood" : { + "comment" : "A description of an action a user can take to log their mood.", + "isCommentAutoGenerated" : true + }, + "Tap to record your mood for this day" : { + "comment" : "A description of what a user can do to add a new entry to their mood journal.", + "isCommentAutoGenerated" : true + }, + "Tap to subscribe" : { + "comment" : "A call-to-action label encouraging users to subscribe to the app.", + "isCommentAutoGenerated" : true + }, + "Test builds only" : { + "comment" : "A section header that indicates that the settings view contains only test data.", + "isCommentAutoGenerated" : true + }, + "Tip: \"Yesterday\" works great for evening reminders" : { + "comment" : "A tip displayed below the \"Today\" and \"Yesterday\" options in the onboarding flow.", + "isCommentAutoGenerated" : true + }, + "Today" : { + "comment" : "A label displayed next to the icon representing today's mood.", + "isCommentAutoGenerated" : true + }, + "Today you logged feeling %@." : { + "comment" : "A response to a \"Check Today's Mood\" intent, including the name of the mood logged.", + "isCommentAutoGenerated" : true + }, + "Today: %@" : { + "comment" : "A label displaying the date of the user's last logged mood.", + "isCommentAutoGenerated" : true + }, + "Today's mood" : { + + }, + "Today's Mood" : { + "comment" : "Title of an app shortcut that checks the user's mood for the current day.", + "isCommentAutoGenerated" : true + }, + "Top Mood" : { + "comment" : "A label displayed above the top mood value in the month card.", + "isCommentAutoGenerated" : true + }, + "Track Your Mood" : { + "comment" : "A call-to-action prompt encouraging users to subscribe to the app.", + "isCommentAutoGenerated" : true + }, + "Track your mood, discover patterns,\nand understand yourself better." : { + "comment" : "A description of the features of the app.", + "isCommentAutoGenerated" : true + }, + "Trial expired" : { + "comment" : "A message displayed when a user's free trial has expired.", + "isCommentAutoGenerated" : true + }, + "Trial expires in " : { + "comment" : "A prefix for the text that displays how many days are left in a user's free trial.", + "isCommentAutoGenerated" : true + }, + "Try Again" : { + "comment" : "A button that allows the user to try authenticating again if the initial attempt fails.", + "isCommentAutoGenerated" : true + }, + "Unable to verify your identity. Please try again." : { + "comment" : "An alert message displayed when biometric authentication fails.", + "isCommentAutoGenerated" : true + }, + "Unlock Premium" : { + "comment" : "A button label that says \"Unlock Premium\".", + "isCommentAutoGenerated" : true + }, + "Unlock the Full\nExperience" : { + "comment" : "A title displayed in the onboarding view, promoting the full experience that can be unlocked with a subscription.", + "isCommentAutoGenerated" : true + }, + "Unlock with %@" : { + "comment" : "A button label that instructs the user to unlock their device using their biometric authentication method. The text inside the parentheses is replaced with the name of the biometric authentication method available on the user's device (e.g", + "isCommentAutoGenerated" : true + }, + "Use Siri to Log Moods" : { + + }, + "Use your camera" : { + "comment" : "A description of how to use the camera to take a photo.", + "isCommentAutoGenerated" : true + }, + "View Your History" : { + "comment" : "A tip title for viewing and managing one's mood history.", + "isCommentAutoGenerated" : true + }, + "view_no_data" : { + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Einträge vorhanden." } }, - "de": { - "stringUnit": { - "state": "translated", - "value": "Die Hintergrundaktualisierung ermöglicht es iFeels, dir rechtzeitig Benachrichtigungen zu senden, auch wenn die App nicht geöffnet ist. So verpasst du nie deinen täglichen Stimmungs-Check-in." + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "There are no entries." } }, - "es": { - "stringUnit": { - "state": "translated", - "value": "La actualización en segundo plano permite que iFeels te envíe notificaciones oportunas incluso cuando la app no está abierta. Esto asegura que nunca te pierdas tu registro diario de estado de ánimo." + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No hay entradas." } }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "L'actualisation en arrière-plan permet à iFeels de t'envoyer des notifications à temps même lorsque l'app n'est pas ouverte. Cela garantit que tu ne manques jamais ton enregistrement quotidien d'humeur." + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aucune entrée." } }, - "ja": { - "stringUnit": { - "state": "translated", - "value": "バックグラウンド更新により、アプリを開いていなくてもiFeelsからタイムリーな通知を受け取れます。毎日の気分チェックインを見逃すことがありません。" + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "エントリーがありません。" } }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "백그라운드 앱 새로고침을 사용하면 앱이 열려 있지 않아도 iFeels에서 적시에 알림을 보낼 수 있습니다. 이를 통해 매일 기분 체크인을 놓치지 않습니다." + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기록이 없습니다." } }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "A atualização em segundo plano permite que o iFeels envie notificações no momento certo, mesmo quando o app não está aberto. Isso garante que você nunca perca seu registro diário de humor." + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não há registros." } } } + }, + "Vote from Your Home Screen" : { + "comment" : "A tip encouraging users to vote on their mood from their home screen.", + "isCommentAutoGenerated" : true + }, + "Vote Mood" : { + "comment" : "Title of the app intent that allows users to vote for their mood.", + "isCommentAutoGenerated" : true + }, + "Voting closes at midnight" : { + "comment" : "A description displayed below the \"Log now\" text in the expanded view of the live activity widget.", + "isCommentAutoGenerated" : true + }, + "Voting Layout" : { + "comment" : "The title of the view that lets users select their preferred voting layout.", + "isCommentAutoGenerated" : true + }, + "Wednesday - 10th" : { + "comment" : "A label displayed above the date of a mood entry.", + "isCommentAutoGenerated" : true + }, + "WeekTotalTemplate body" : { + "comment" : "The body text for the WeekTotalTemplate view.", + "isCommentAutoGenerated" : true + }, + "Welcome to Feels" : { + "comment" : "The title of the welcome screen in the onboarding flow.", + "isCommentAutoGenerated" : true + }, + "When should we\nremind you?" : { + "comment" : "A title that appears in the onboarding screen, instructing the user to select a time for receiving reminders.", + "isCommentAutoGenerated" : true + }, + "When would you like to be reminded to log your mood?" : { + "comment" : "A prompt asking the user when they would like to be reminded to log their mood.", + "isCommentAutoGenerated" : true + }, + "When you get your reminder, do you want to rate today or yesterday?" : { + "comment" : "A description below the \"Which day should you rate?\" title, explaining that the user should choose whether they want to rate the current or previous day.", + "isCommentAutoGenerated" : true + }, + "Which day should\nyou rate?" : { + "comment" : "A question displayed in the onboarding flow, asking the user which day they should rate.", + "isCommentAutoGenerated" : true + }, + "Why Upgrade?" : { + "comment" : "A button label that opens a view explaining the benefits of upgrading to the premium version of the app.", + "isCommentAutoGenerated" : true + }, + "Year in Review" : { + "comment" : "A description below the year's mood breakdown.", + "isCommentAutoGenerated" : true + }, + "You can change these anytime in Customize" : { + "comment" : "A hint displayed below the options to change the app's style and color theme.", + "isCommentAutoGenerated" : true + }, + "You don't have a streak yet. Log your mood today to start one!" : { + "comment" : "Text displayed in a notification when a user has not logged a mood for the current day.", + "isCommentAutoGenerated" : true + }, + "You have a 1 day streak. Keep it going!" : { + "comment" : "Text displayed in a notification when the user has a 1-day streak.", + "isCommentAutoGenerated" : true + }, + "You have full access" : { + "comment" : "A description of the full access provided by a premium subscription.", + "isCommentAutoGenerated" : true + }, + "You haven't logged your mood today yet. Would you like to log it now?" : { + "comment" : "Text displayed in a notification when the user hasn't logged their mood today.", + "isCommentAutoGenerated" : true + }, + "You'll get a gentle reminder at %@ every day" : { + "comment" : "A piece of text below the info icon, explaining that the user will receive a reminder at a specific time each day. The time is dynamically generated based on the user's selection in the time picker.", + "isCommentAutoGenerated" : true } }, - "version": "1.0" + "version" : "1.1" } \ No newline at end of file