You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/mastodon/strings.json
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,9 @@
104
104
"idempotency_key_too_short": {
105
105
"message": "Idempotency key must be at least 4 characters long."
106
106
},
107
+
"media_source_not_supported": {
108
+
"message": "Media source {media_content_id} is not supported."
109
+
},
107
110
"mute_duration_too_long": {
108
111
"message": "Mute duration is too long."
109
112
},
@@ -122,11 +125,26 @@
122
125
"unable_to_unmute_account": {
123
126
"message": "Unable to unmute account \"{account_name}\""
124
127
},
128
+
"unable_to_update_profile": {
129
+
"message": "Unable to update profile."
130
+
},
125
131
"unable_to_upload_image": {
126
132
"message": "Unable to upload image {media_path}."
127
133
}
128
134
},
129
135
"selector": {
136
+
"fields": {
137
+
"fields": {
138
+
"name": {
139
+
"description": "The label for this field.",
140
+
"name": "Label"
141
+
},
142
+
"value": {
143
+
"description": "The value for this field.",
144
+
"name": "Value"
145
+
}
146
+
}
147
+
},
130
148
"post_visibility": {
131
149
"options": {
132
150
"direct": "Direct - Mentioned accounts only",
@@ -228,6 +246,52 @@
228
246
}
229
247
},
230
248
"name": "Unmute account"
249
+
},
250
+
"update_profile": {
251
+
"description": "Updates your Mastodon profile information and pictures.",
252
+
"fields": {
253
+
"attribution_domains": {
254
+
"description": "Websites allowed to credit you. Protects from false attributions. Note that setting attribution domains will replace all existing attribution domains, not just the ones specified here.",
255
+
"name": "Attribution domains"
256
+
},
257
+
"avatar": {
258
+
"description": "An image to set as your profile picture. WEBP, PNG, or JPG. At most 8 MB. Will be downscaled to 400x400px.",
259
+
"name": "Profile picture"
260
+
},
261
+
"bot": {
262
+
"description": "Signal to others that the account mainly performs automated actions.",
263
+
"name": "Automated account"
264
+
},
265
+
"config_entry_id": {
266
+
"description": "Select the Mastodon account to update the profile of.",
"description": "Whether your profile should be discoverable. Public posts and the profile may be featured or recommended across Mastodon.",
271
+
"name": "Discoverable"
272
+
},
273
+
"display_name": {
274
+
"description": "The display name to set on your profile.",
275
+
"name": "Display name"
276
+
},
277
+
"fields": {
278
+
"description": "Additional profile fields as key-value pairs. Your homepage, pronouns, age, anything you want. Note that updating fields will replace all existing fields, not just the ones specified here.",
279
+
"name": "Extra fields"
280
+
},
281
+
"header": {
282
+
"description": "An image to set as your profile header. WEBP, PNG, or JPG. At most 8 MB. Will be downscaled to 1500x500px.",
283
+
"name": "Header picture"
284
+
},
285
+
"locked": {
286
+
"description": "Whether to lock your profile. A locked profile requires you to approve followers and hides your posts from non-followers.",
287
+
"name": "Lock profile"
288
+
},
289
+
"note": {
290
+
"description": "The bio to set on your profile. You can @mention other people or #hashtags.",
0 commit comments