返回 AiToEarn
pinterest.json
根目录 / project / aitoearn-web / src / app / i18n / locales / en / pinterest.json
1 {
2 "title": "Pinterest Management",
3 "tabs": {
4 "boards": "My Boards",
5 "pins": "My Pins"
6 },
7 "actions": {
8 "selectAccount": "Select Account",
9 "refresh": "Refresh",
10 "createBoard": "Create Board",
11 "createPin": "Create Pin",
12 "search": "Search...",
13 "view": "View",
14 "edit": "Edit",
15 "delete": "Delete",
16 "link": "Link",
17 "change": "Change"
18 },
19 "stats": {
20 "followers": "Followers",
21 "boardCount": "Board Count",
22 "pinCount": "Pin Count",
23 "monthlyViews": "Monthly Views"
24 },
25 "board": {
26 "createTitle": "Create New Board",
27 "name": "Board Name",
28 "namePlaceholder": "Enter board name",
29 "description": "Description",
30 "descriptionPlaceholder": "Enter board description",
31 "privacy": "Privacy Settings",
32 "public": "Public",
33 "private": "Private",
34 "createButton": "Create Board",
35 "deleteConfirm": "Are you sure to delete this board?",
36 "detailTitle": "Board Details",
37 "createTime": "Created Time",
38 "noDescription": "No description"
39 },
40 "pin": {
41 "createTitle": "Create New Pin",
42 "selectBoard": "Pinning To",
43 "selectBoardPlaceholder": "Select board to publish to",
44 "uploadImage": "Upload Image",
45 "uploadImagePlaceholder": "Click to upload image to OSS",
46 "uploadHint": "Supports JPG, PNG, GIF formats, max 10MB",
47 "uploading": "Uploading to OSS...",
48 "uploadSuccess": "✓ Upload successful",
49 "reupload": "Re-upload",
50 "ossUrl": "OSS URL",
51 "title": "Title",
52 "titlePlaceholder": "Enter pin title",
53 "description": "Description",
54 "descriptionPlaceholder": "Enter pin description",
55 "link": "Link",
56 "linkPlaceholder": "Enter target link (optional)",
57 "altText": "Alt Text",
58 "altTextPlaceholder": "Enter image alt text (optional)",
59 "dominantColor": "Dominant Color",
60 "dominantColorTip": "Select pin's dominant color",
61 "createButton": "Create Pin",
62 "deleteConfirm": "Are you sure to delete this pin?",
63 "detailTitle": "Pin Details",
64 "pinId": "Pin ID",
65 "boardId": "Board ID",
66 "creativeType": "Creative Type",
67 "boardOwner": "Board Owner",
68 "isOwner": "Owner",
69 "isRemovable": "Removable",
70 "isStandard": "Standard Pin",
71 "noDescription": "No description",
72 "imageAlt": "Pin image"
73 },
74 "badges": {
75 "pins": "Pins",
76 "followers": "Followers",
77 "owner": "Owner",
78 "yes": "Yes",
79 "no": "No",
80 "selected": "Selected"
81 },
82 "empty": {
83 "noBoards": "No boards",
84 "noPins": "No pins"
85 },
86 "pagination": {
87 "total": "{range} of {total} items"
88 },
89 "messages": {
90 "loadAccountsFailed": "Failed to load account list",
91 "loadBoardsFailed": "Failed to load board list",
92 "loadPinsFailed": "Failed to load pin list",
93 "boardCreateSuccess": "Board created successfully",
94 "boardCreateFailed": "Failed to create board",
95 "boardDeleteSuccess": "Board deleted successfully",
96 "boardDeleteFailed": "Failed to delete board",
97 "pinCreateSuccess": "Pin created successfully",
98 "pinCreateFailed": "Failed to create pin",
99 "pinDeleteSuccess": "Pin deleted successfully",
100 "pinDeleteFailed": "Failed to delete pin",
101 "getBoardDetailFailed": "Failed to get board details",
102 "getPinDetailFailed": "Failed to get pin details",
103 "uploadImageFirst": "Please upload an image first",
104 "selectImageFile": "Please select an image file",
105 "imageSizeLimit": "Image size cannot exceed 10MB",
106 "imageUploadSuccess": "Image uploaded successfully",
107 "imageUploadFailed": "Image upload failed, please try again",
108 "noAccountFound": "No Pinterest account found"
109 },
110 "validation": {
111 "boardNameRequired": "Please enter board name",
112 "selectBoardRequired": "Please select a board",
113 "titleRequired": "Please enter title",
114 "descriptionRequired": "Please enter description"
115 },
116 "confirm": {
117 "ok": "OK",
118 "cancel": "Cancel"
119 }
120 }
121
121 lines JSON