|
4041 | 4041 | "ios" |
4042 | 4042 | ] |
4043 | 4043 | }, |
| 4044 | + "button_text_view_photo": { |
| 4045 | + "default": "View photo", |
| 4046 | + "description": "Text for the menu item that allows users to view their current profile photo.", |
| 4047 | + "exclude": [ |
| 4048 | + "android", |
| 4049 | + "ios" |
| 4050 | + ] |
| 4051 | + }, |
| 4052 | + "button_text_upload_photo": { |
| 4053 | + "default": "Upload photo", |
| 4054 | + "description": "Text for the menu item and confirm button that allows users to upload a new profile photo.", |
| 4055 | + "exclude": [ |
| 4056 | + "android", |
| 4057 | + "ios" |
| 4058 | + ] |
| 4059 | + }, |
| 4060 | + "button_text_remove_photo": { |
| 4061 | + "default": "Remove photo", |
| 4062 | + "description": "Text for the menu item that allows users to remove their current profile photo.", |
| 4063 | + "exclude": [ |
| 4064 | + "android", |
| 4065 | + "ios" |
| 4066 | + ] |
| 4067 | + }, |
| 4068 | + "button_label_view_photo": { |
| 4069 | + "default": "View your profile photo", |
| 4070 | + "description": "Aria-label for the button that opens the full-size profile photo viewer.", |
| 4071 | + "exclude": [ |
| 4072 | + "android", |
| 4073 | + "ios" |
| 4074 | + ] |
| 4075 | + }, |
| 4076 | + "button_label_upload_photo": { |
| 4077 | + "default": "Upload a new profile photo", |
| 4078 | + "description": "Aria-label for the button that opens the photo upload and crop dialog.", |
| 4079 | + "exclude": [ |
| 4080 | + "android", |
| 4081 | + "ios" |
| 4082 | + ] |
| 4083 | + }, |
| 4084 | + "button_label_remove_photo": { |
| 4085 | + "default": "Remove your profile photo", |
| 4086 | + "description": "Aria-label for the button that removes the current profile photo.", |
| 4087 | + "exclude": [ |
| 4088 | + "android", |
| 4089 | + "ios" |
| 4090 | + ] |
| 4091 | + }, |
| 4092 | + "label_drag_image_to_adjust": { |
| 4093 | + "default": "Drag the image to adjust", |
| 4094 | + "description": "Hint label in the profile photo crop dialog instructing users to drag to reposition.", |
| 4095 | + "exclude": [ |
| 4096 | + "android", |
| 4097 | + "ios" |
| 4098 | + ] |
| 4099 | + }, |
4044 | 4100 | "text_private_account": { |
4045 | 4101 | "default": "Private account", |
4046 | 4102 | "description": "Text for the section that allows users to toggle privacy.", |
|
0 commit comments