|
30 | 30 | "settings__links__label_open_in_background": {
|
31 | 31 | "message": "Open links in background (popup stay active)",
|
32 | 32 | "description": "Label for the open in new tab checkbox"
|
| 33 | + }, |
| 34 | + "settings__links__template_description": { |
| 35 | + "message": "When using keywords enclosed in double accolades, some specific data can be dynamically inserted into a template URL. Media information will be interpolated conditionally on the context where the link appear. For example, if the link is in a movie context, the season and episode keywords will be empty.", |
| 36 | + "description": "Description for the template interpolation feature" |
| 37 | + }, |
| 38 | + "settings__links__template_keywords_header": { |
| 39 | + "message": "The following keywords are supported", |
| 40 | + "description": "Header for the keywords section" |
| 41 | + }, |
| 42 | + "settings__links__template_keywords_trakt": { |
| 43 | + "message": "trakt (string)", |
| 44 | + "description": "Label for the trakt keyword" |
| 45 | + }, |
| 46 | + "settings__links__template_keywords_trakt_description": { |
| 47 | + "message": "The trakt ID", |
| 48 | + "description": "Description for the trakt keyword" |
| 49 | + }, |
| 50 | + "settings__links__template_keywords_imdb": { |
| 51 | + "message": "imdb (string)", |
| 52 | + "description": "Label for the imdb keyword" |
| 53 | + }, |
| 54 | + "settings__links__template_keywords_imdb_description": { |
| 55 | + "message": "The imdb ID", |
| 56 | + "description": "Description for the imdb keyword" |
| 57 | + }, |
| 58 | + "settings__links__template_keywords_tmdb": { |
| 59 | + "message": "tmdb (string)", |
| 60 | + "description": "Label for the tmdb keyword" |
| 61 | + }, |
| 62 | + "settings__links__template_keywords_tmdb_description": { |
| 63 | + "message": "The tmdb ID", |
| 64 | + "description": "Description for the tmdb keyword" |
| 65 | + }, |
| 66 | + "settings__links__template_keywords_tvdb": { |
| 67 | + "message": "tvdb (string)", |
| 68 | + "description": "Label for the tvdb keyword" |
| 69 | + }, |
| 70 | + "settings__links__template_keywords_tvdb_description": { |
| 71 | + "message": "The tvdb ID", |
| 72 | + "description": "Description for the tvdb keyword" |
| 73 | + }, |
| 74 | + "settings__links__template_keywords_season": { |
| 75 | + "message": "season (number)", |
| 76 | + "description": "Label for the season keyword" |
| 77 | + }, |
| 78 | + "settings__links__template_keywords_season_description": { |
| 79 | + "message": "The season number, if applicable", |
| 80 | + "description": "Description for the season keyword" |
| 81 | + }, |
| 82 | + "settings__links__template_keywords_episode": { |
| 83 | + "message": "episode (number)", |
| 84 | + "description": "Label for the episode keyword" |
| 85 | + }, |
| 86 | + "settings__links__template_keywords_episode_description": { |
| 87 | + "message": "The episode number, if applicable", |
| 88 | + "description": "Description for the episode keyword" |
| 89 | + }, |
| 90 | + "settings__links__template_keywords_title": { |
| 91 | + "message": "title (string)", |
| 92 | + "description": "Label for the title keyword" |
| 93 | + }, |
| 94 | + "settings__links__template_keywords_title_description": { |
| 95 | + "message": "The title of the media", |
| 96 | + "description": "Description for the title keyword" |
| 97 | + }, |
| 98 | + "settings__links__template_keywords_alias": { |
| 99 | + "message": "alias (string)", |
| 100 | + "description": "Label for the alias keyword" |
| 101 | + }, |
| 102 | + "settings__links__template_keywords_alias_description": { |
| 103 | + "message": "An optional alias for a show or movie (defaults to title if none exist)", |
| 104 | + "description": "Description for the alias keyword" |
| 105 | + }, |
| 106 | + "settings__links__template_example_line_1": { |
| 107 | + "message": "For example", |
| 108 | + "description": "Line 1 for the Example for the trakt keyword" |
| 109 | + }, |
| 110 | + "settings__links__template_example_line_2": { |
| 111 | + "message": "Interpolates to", |
| 112 | + "description": "Line2 for the Example for the trakt keyword" |
| 113 | + }, |
| 114 | + "settings__links__template_example_template": { |
| 115 | + "message": "https://www.my-url.com/search/s{{season}}e{{episode}}+{{alias}}", |
| 116 | + "description": "Example template for the trakt keyword" |
| 117 | + }, |
| 118 | + "settings__links__template_example_result": { |
| 119 | + "message": "https://www.my-url.com/search/s01e05+my-alias", |
| 120 | + "description": "Result for the example template for the trakt keyword" |
33 | 121 | }
|
34 | 122 | }
|
0 commit comments