Files
attendi/Apps/Attendi/Catalogs/Localizable.xcstrings
T

175 lines
5.1 KiB
Plaintext

{
"sourceLanguage" : "en",
"strings" : {
"intent.discard-recording.description" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Throws the paused recording away."
}
}
}
},
"intent.discard-recording.title" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Discard Recording"
}
}
}
},
"intent.processing-recording.description" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Sends the paused recording for processing."
}
}
}
},
"intent.processing-recording.title" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Process Recording"
}
}
}
},
"intent.toggle-recording.description" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Pauses or resumes the ongoing recording."
}
}
}
},
"intent.toggle-recording.title" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Pause or Resume Recording"
}
}
}
},
"view.recording.navigation.title" : {
"comment" : "The title of the navigation bar in the recording view. %@ is the name of the selected locale — its language name followed by the region flag, e.g. \"English 🇺🇸\".",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Transcribe to %@"
}
}
}
},
"view.recording.notification.download.cancelled" : {
"comment" : "The message of the notification for a cancelled speech model download.",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The speech model download for %@ was cancelled."
}
}
}
},
"view.recording.notification.download.failed" : {
"comment" : "The message of the notification for a failed speech model download.",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The speech model for %@ could not be downloaded."
}
}
}
},
"view.recording.notification.download.started" : {
"comment" : "The message of the notification for a started speech model download. ",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Downloading the speech model for %@…"
}
}
}
},
"view.recording.picker.locale.hint" : {
"comment" : "The accessibility hint of the toolbar menu that picks the locale to transcribe.",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Picks the language of the spoken audio to transcribe."
}
}
}
},
"view.recording.picker.locale.title" : {
"comment" : "A label for the picker that selects the locale of the spoken language to transcribe.",
"extractionState" : "manual",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Locale"
}
}
}
},
"view.transcription.navigation.title" : {
"comment" : "The title of the navigation bar in the transcription modal view.",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Transcription"
}
}
}
},
"view.transcription.unavailable.description" : {
"comment" : "The description of the content unavailable view shown in the transcription modal view for an empty transcription.",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nothing could be transcribed from the recording. Try recording again, or check that the picked locale matches the spoken language."
}
}
}
},
"view.transcription.unavailable.title" : {
"comment" : "The title of the content unavailable view shown in the transcription modal view for an empty transcription.",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "No Transcription"
}
}
}
}
},
"version" : "1.2"
}