|
8845 | 8845 | "text_stats_day_count": { |
8846 | 8846 | "default": "{count}-day", |
8847 | 8847 | "description": "Day count for watching streak, used as compound adjective (e.g. '16-day watching streak').", |
| 8848 | + "variables": { |
| 8849 | + "count": { |
| 8850 | + "type": "number" |
| 8851 | + } |
| 8852 | + }, |
8848 | 8853 | "exclude": [ |
8849 | 8854 | "android", |
8850 | 8855 | "ios" |
|
8868 | 8873 | "text_stats_days_count": { |
8869 | 8874 | "default": "{count}-day", |
8870 | 8875 | "description": "Plural day count for watching streak, used as compound adjective (e.g. '16-day watching streak').", |
| 8876 | + "variables": { |
| 8877 | + "count": { |
| 8878 | + "type": "number" |
| 8879 | + } |
| 8880 | + }, |
8871 | 8881 | "exclude": [ |
8872 | 8882 | "android", |
8873 | 8883 | "ios" |
|
9073 | 9083 | "text_stats_weeks_ago": { |
9074 | 9084 | "default": "{count}w ago", |
9075 | 9085 | "description": "Week trend label for weeks in the past, e.g. '4w ago'.", |
| 9086 | + "variables": { |
| 9087 | + "count": { |
| 9088 | + "type": "number" |
| 9089 | + } |
| 9090 | + }, |
9076 | 9091 | "exclude": [ |
9077 | 9092 | "android", |
9078 | 9093 | "ios" |
|
9089 | 9104 | "text_stats_weeks_short": { |
9090 | 9105 | "default": "{count}w", |
9091 | 9106 | "description": "Abbreviated week trend label, e.g. '3w'.", |
| 9107 | + "variables": { |
| 9108 | + "count": { |
| 9109 | + "type": "number" |
| 9110 | + } |
| 9111 | + }, |
9092 | 9112 | "exclude": [ |
9093 | 9113 | "android", |
9094 | 9114 | "ios" |
|
9121 | 9141 | "text_stats_was_last_week": { |
9122 | 9142 | "default": "was {day} last week", |
9123 | 9143 | "description": "Note indicating the busiest day last week, e.g. 'was Monday last week'.", |
| 9144 | + "variables": { |
| 9145 | + "day": { |
| 9146 | + "type": "string" |
| 9147 | + } |
| 9148 | + }, |
9124 | 9149 | "exclude": [ |
9125 | 9150 | "android", |
9126 | 9151 | "ios" |
|
9137 | 9162 | "text_stats_delta_up": { |
9138 | 9163 | "default": "+{count}", |
9139 | 9164 | "description": "Positive delta indicator for week-over-week change.", |
| 9165 | + "variables": { |
| 9166 | + "count": { |
| 9167 | + "type": "number" |
| 9168 | + } |
| 9169 | + }, |
9140 | 9170 | "exclude": [ |
9141 | 9171 | "android", |
9142 | 9172 | "ios" |
|
9153 | 9183 | "text_stats_delta_down": { |
9154 | 9184 | "default": "-{count}", |
9155 | 9185 | "description": "Negative delta indicator for week-over-week change.", |
| 9186 | + "variables": { |
| 9187 | + "count": { |
| 9188 | + "type": "number" |
| 9189 | + } |
| 9190 | + }, |
9156 | 9191 | "exclude": [ |
9157 | 9192 | "android", |
9158 | 9193 | "ios" |
|
9185 | 9220 | "text_stats_episodes_count": { |
9186 | 9221 | "default": "{count} episodes", |
9187 | 9222 | "description": "Episode count label in shows vs movies breakdown.", |
| 9223 | + "variables": { |
| 9224 | + "count": { |
| 9225 | + "type": "number" |
| 9226 | + } |
| 9227 | + }, |
9188 | 9228 | "exclude": [ |
9189 | 9229 | "android", |
9190 | 9230 | "ios" |
|
9201 | 9241 | "text_stats_movies_count": { |
9202 | 9242 | "default": "{count} movies", |
9203 | 9243 | "description": "Movie count label in shows vs movies breakdown.", |
| 9244 | + "variables": { |
| 9245 | + "count": { |
| 9246 | + "type": "number" |
| 9247 | + } |
| 9248 | + }, |
9204 | 9249 | "exclude": [ |
9205 | 9250 | "android", |
9206 | 9251 | "ios" |
|
0 commit comments