mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
that it now has a privacy policy & terms of service (TOS) And added a add email & display current email logic.
108 lines
4.5 KiB
JSON
108 lines
4.5 KiB
JSON
{
|
|
"localeflag": "🇺🇸",
|
|
"nextlang": "zh_tw",
|
|
"core": {
|
|
"sitename": "BlindSpec"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"dailybriefing": "Daily Briefing",
|
|
"learnmore": "About"
|
|
},
|
|
"home": {
|
|
"nonMoving": "Hi! This is your ",
|
|
"moving": {
|
|
"newsPlatform": "News Platform",
|
|
"miniWikipedia": "Mini Wikipedia",
|
|
"newsComparePlatform": "news comparison platform"
|
|
},
|
|
"startusing": "Let's Start!",
|
|
"openapp": "This will open the desktop application in your browser.",
|
|
"learnmore": "Learn more",
|
|
"documentation": "Documentation",
|
|
"tools": "Tools",
|
|
"opentools": "This will open simple tools",
|
|
"qanda": {
|
|
"titles": {
|
|
"whydes": "Why make this platform?",
|
|
"howdes": "How does it work?",
|
|
"supportedLocationNews": "Which news sources from which countries are supported?",
|
|
"userData": "How we handle user data?",
|
|
"mobileApp": "Is there a mobile app?"
|
|
},
|
|
"whydes": "Taiwan news mostly came from China-controlled / China-official media or from reporters who uses inappropriate content to farm clicks and engragement. Or just made up news by the reporters as the Taiwan's NCC doesn't give a shit about the fake news they are promoting as they think it doesn't matter, this platform is a wake up call to the NCC to start to moderate news media corporations that do fake news.",
|
|
"howdes": "We use web scraping to search for the latest news, and store it into the system's cache for people to access. This saves server loading time.",
|
|
"supportedLocationNews": "We will only support Taiwan news, if your country has Line today, you can fork this project and change some of the scraping systems.",
|
|
"userData": "We handle your account and password in a secure way, with two encryption methods, one during transit to the server (and also SQL injecton), one saving to the database. For other user data, it is currently NOT end-to-end encrypted, like your AI chat history, your stars, and your name & email. In the near future, we will add E2E encryption (and I can also pratice).",
|
|
"mobileApp": "I will make a application using React Native in the future, but for now, mobile is not supported."
|
|
},
|
|
"cards": {
|
|
"title": {
|
|
"find": "Find",
|
|
"interface": "Interface",
|
|
"documentation": "Documentation",
|
|
"opensource": "Open Source",
|
|
"apis": "APIs"
|
|
},
|
|
"description": {
|
|
"find": "You can easily find the same topic from different news sources.",
|
|
"interface": "Use a desktop like interface, the one that you already got used to.",
|
|
"documentation": "We provide a documentation for you to learn how to use the app.",
|
|
"opensource": "This platform is open source! minus the database part, but I'm going to try!",
|
|
"apis": "We use api's that are made via reverse engineering."
|
|
}
|
|
}
|
|
},
|
|
"dailybriefing": "Daily Briefing",
|
|
"Welcome": "Welcome",
|
|
"loading": "Loading...",
|
|
"error": "Oops! You can not use this resoure before logging in.",
|
|
"systemerror": "Oh cool, you found an error, please contact [at]hwtw on Discord, and I can **try** to fix it",
|
|
"app": {
|
|
"changelangmessage": "Switching the language...",
|
|
"launchtext": "Cooking up the desktop...",
|
|
"hotnews": "Hot News (legacy)",
|
|
"news": "News",
|
|
"sources": "Sources",
|
|
"about": "About this website",
|
|
"settings": "Settings",
|
|
"leave": "Leave",
|
|
"login": "Login",
|
|
"license": "License",
|
|
"search": "Search",
|
|
"chatbot": "Chatbot",
|
|
"starred": "Starred",
|
|
"terminal": "Terminal",
|
|
"aboutNewsOrg": "About this news organization",
|
|
"newsview": "News View",
|
|
"areyousure": "Are you sure?"
|
|
},
|
|
"settings": {
|
|
"yourgroqapi": "Your Groq API",
|
|
"logout": "Logout",
|
|
"deleteaccount": "Delete your account",
|
|
"dangerzone": "DANGER ZONE",
|
|
"submit": "Submit",
|
|
"greet": "Greetings, ",
|
|
"defaultname": "User"
|
|
},
|
|
"popuptext": {
|
|
"logout": "Are you sure you want to logout?",
|
|
"delete": " This action cannot be undone. This will permanently delete your account and remove your data from our servers."
|
|
},
|
|
"popup": {
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm"
|
|
},
|
|
"tools": {
|
|
"title": "Tools",
|
|
"name": {
|
|
"checkweirdkeywords": "Check Sensivite Keywords",
|
|
"noadlinetoday": "LINE Today but no ads"
|
|
},
|
|
"content": {
|
|
"checkweirdkeywords": "This tool check if the news title has weird 18+ content.",
|
|
"noadlinetoday": "Provides free, no ads Line today."
|
|
}
|
|
}
|
|
}
|