Files
lifeforge/apps/ideaBox/locales/en.json
Melvin Chia e8690ec913 style: prettier reformatting of the entire codebase
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]]
Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e]
Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
2025-10-05 12:39:16 +08:00

93 lines
2.4 KiB
JSON

{
"title": "Idea Box",
"description": "Capture them before the inspiration flies away!",
"entryType": {
"text": "Text",
"image": "Image",
"link": "Link",
"folder": "Folder"
},
"empty": {
"container": {
"title": "No Idea Box",
"description": "You haven't created any idea boxes yet. Click the button below to create one."
},
"folder": {
"title": "No Folder",
"description": "You haven't created any folders yet. Click the button below to create one."
},
"idea": {
"title": "No Ideas",
"description": "You haven't added any ideas yet. Click the button below to add one."
},
"archived": {
"title": "No Archived Ideas",
"description": "You haven't archived any ideas yet."
},
"result": {
"title": "No Results",
"description": "No ideas match your search criteria."
},
"containerSearch": {
"title": "No Container Found",
"description": "No container found associated with your search query. Please try another one."
}
},
"modals": {
"container": {
"create": "Create Idea Box",
"update": "Update Idea Box"
},
"folder": {
"create": "Create Folder",
"update": "Update Folder"
},
"tag": {
"create": "Create Tag",
"update": "Update Tag"
},
"idea": {
"create": "Create Idea",
"update": "Edit"
},
"moveToFolder": "Move to Folder"
},
"buttons": {
"unpin": "Unpin",
"pin": "Pin",
"viewArchived": "View Archived",
"archive": "Archive",
"removeFromFolder": "Remove from Folder",
"moveToFolder": "Move to Folder",
"hide": "Hide",
"unhide": "Unhide",
"showHidden": "Show Hidden",
"hideHidden": "Hide Hidden"
},
"inputs": {
"containerName": "Idea Box Name",
"folderName": "Folder Name",
"ideaTitle": "Idea Title",
"ideaType": "Idea Type",
"imageLink": "Image Link",
"ideaImage": "Idea Image",
"coverImage": "Cover Image",
"ideaTags": "Idea Tags",
"ideaContent": "Idea Content",
"ideaLink": "Idea Link",
"tagName": "Tag Name",
"tagIcon": "Tag Icon",
"tagColor": "Tag Color",
"containerColor": "Idea Box Color",
"folderColor": "Folder Color",
"containerIcon": "Idea Box Icon",
"folderIcon": "Folder Icon"
},
"items": {
"idea": "Idea",
"container": "Idea Box",
"folder": "Folder",
"ideaInFolder": "Idea in Folder"
}
}