72 lines
3.4 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!",
"learnmore": "Learn more",
"documentation": "Documentation",
"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 a postgres database, for people to access, and the crawler is not like the OpenAI or any AI company, we just load the page once, and that's it nothing else on your page.",
"supportedLocationNews": "We currently only support news from Taiwan for now, but if you want more, you can contribute to the project by adding more news sources to the python scraping scripts.",
"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, but you can still kinda use it, it is just not pleasant."
},
"cards": {
"title": {
"find": "Find",
"interface": "Interface",
"documentation": "Documentation",
"opensource": "Open Source"
},
"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!"
}
}
},
"dailybriefing": "Daily Briefing",
"Welcome": "Welcome",
"loading": "Loading...",
"app": {
"changelangmessage": "Switching the language...",
"launchtext": "Cooking up the desktop...",
"hotnews": "Hot News",
"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"
}
}