translation-json/backend/tl/podcast.json

57 lines
3.6 KiB
JSON
Raw Normal View History

2021-01-23 14:16:22 +01:00
{
"tlPodcast": {
"podcast_title": "Podcast title",
"podcast_title_explica": "The title of the whole podcast. Not of a single episode, but the full series.",
2021-01-23 14:49:22 +01:00
"podcast_description": "Podcast description",
"podcast_description_explica": "A description of the whole podcast. May e.g. detail, which topics are discussed here.",
"base_data": "Basic information about the podcast",
"base_data_updated": "Basic podcast information has been updated",
2021-01-23 15:46:41 +01:00
"add_a_podcast": "Add a podcast",
2021-01-23 16:11:19 +01:00
"edit_a_podcast": "Edit a podcast ...",
2021-01-23 19:49:18 +01:00
"episodes": "Episodes",
"episode_number": "Episode no.",
"episode_number_explica": "Number of the episode. Usually, this would be a number, but it may also be, e.g., \"special episode\".",
2021-01-23 20:16:39 +01:00
"episode_title": "Episode title",
2021-01-23 19:49:18 +01:00
"episode_title_explica": "Title of the episode.",
"episode_description": "Episode description",
"episode_description_explica": "A description of the episode's contents.",
"episode_language": "Episode language",
2021-01-23 20:16:39 +01:00
"episode_language_explica": "Main language, the podcast episode is spoken in.",
"episode_rights_holder": "Rights holder",
"episode_rights_holder_explica": "Rights holder of the episode.",
"episode_license": "License",
"episode_license_explica": "Here you can name the license, the podcast episode is licensed under. ",
"episode_keywords": "Keywords",
2021-01-23 21:58:47 +01:00
"episode_keywords_explica": "Keywords describing the episode.",
2021-01-24 12:58:54 +01:00
"add_new_episode": "Add a new episode",
"duration": "Duration",
2021-01-24 19:10:31 +01:00
"publication_time": "Publication time",
"chapters": "Chapters",
"chapter_start": "Chapter starts at",
"speakers": "Speakers",
2021-01-24 22:37:59 +01:00
"link_a_speaker": "Link a speaker",
2021-01-27 12:02:57 +01:00
"chapter_title": "Chapter title",
"podcast_public": "Public \/ hidden",
2021-01-28 22:46:07 +01:00
"podcast_public_explica": "Determines, if the podcast is publicly accessible.",
"podcast_subtitle": "Podcast subtitle",
"podcast_subtitle_explica": "Subtitle of the podcast. Optional.",
"episode_subtitle": "Episode subtitle",
2021-01-28 23:32:40 +01:00
"episode_subtitle_explica": "Subtitle of the episode.",
"podcast_theme_color": "Theme color",
"podcast_theme_color_explica": "Main theme color used by the web player.",
"podcast_theme_color_dark": "Theme color (dark)",
"podcast_theme_color_dark_explica": "Dark variant of the theme color in the web player. Used primarily for the podcast title on episode-specific players.",
"podcast_theme_color_light": "Theme color (light)",
2021-01-31 15:52:33 +01:00
"podcast_theme_color_light_explica": "Contrasting color used for the main background area in the web player.",
"episode_number_numeric": "Episode number (numeric)",
2021-02-03 17:52:44 +01:00
"episode_number_numeric_explica": "A number representing the podcast episode number in purely numeric ways. Required by the iTunes podcast specifications.",
"role": "Role",
2021-02-03 18:10:14 +01:00
"speaker": "Speaker",
"speaker_explica": "The reference to the speaker. To enter it, type the name and click on the full name in the list appearing below. If the speaker has not yet been added, you can click on the \"plus\" button before this input field. That way, you can add a new actor that will appear in the list later.",
2021-02-14 01:10:52 +01:00
"contributor_role_explica": "The role the contributor played in creating the podcast episode.",
"podcast_choose": "Select a podcast",
"all_podcasts": "All podcasts",
"all_podcast_episodes": "All podcast episodes",
"podcast_episode_choose": "Select a podcast episode"
2021-01-23 14:16:22 +01:00
}
}