news-analyze/i18n/locales/en.json

152 lines
5.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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?",
"privacypolicy": "Privacy Policy",
"tos": "Terms of service"
},
"settings": {
"yourgroqapi": "Your Groq API",
"logout": "Logout",
"deleteaccount": "Delete your account",
"dangerzone": "DANGER ZONE",
"submit": "Submit",
"greet": "Greetings, ",
"defaultname": "User",
"login": "Login / Register",
"loginmessage": "We will create a account for you if you don't have one.",
"loginButton": "Log In",
"placeholder": {
"user": "Username",
"password": "Password"
}
},
"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",
"stay": "Stay",
"change": "Change"
},
"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."
}
},
"pages": {
"privacypolicy": {
"title": "Privacy Policy",
"content": "Ummmm"
},
"tos": {
"title": "Terms of service",
"content": "N/A"
}
},
"about": {
"why": "Why make this website?",
"bulletpoints": {
"1": "1. Taiwan's news network is really shit, either they have a bunch of stupid opinions, or just news that are not appropriate for kids ",
"2": "2. This website's goal is to everyone see news a bit easier, and can also compare them.",
"3half": "Learn Tailwind"
},
"aboutDev": {
"title": "About the dev",
"dev": "developeryh",
"contactEmailStarter": "Contact Email"
},
"copyrightInfo": "Copyright Info"
},
"news": {
"open": "View Article",
"opennewwindow": "This will open a new window",
"similararticles": "Similar Articles",
"similarity": "Similarity",
"nosimilararticles": "There aren't any similar articles.",
"articleopenpart1": "This will open a open a new window about this new org",
"articleopenpart2": ""
}
}