sparkast/i18n/en.json
alikia2x 2810c2f324
fix: TLD list
add: i18n of prompt text of link suggestion
2025-01-20 04:49:09 +08:00

60 lines
1.6 KiB
JSON
Executable File

{
"404": {
"title": "Page not found"
},
"search": {
"placeholder": "Search or type a URL",
"engine-aria": "Switch search engine",
"engine": {
"google": "Google",
"baidu": "Baidu",
"bing": "Bing",
"duckduckgo": "DuckDuckGo",
"yandex": "Yandex",
"yahoo": "Yahoo",
"ecosia": "Ecosia"
},
"search-help-text": "Search {engine}",
"goto-help-text": "Go to: "
},
"notfound": {
"title": "page not found",
"desc": "Please check if there is a typo in the URL. <br/>If SparkHome brought you to this page,<br/> please <a style=\"text-decoration:underline;\" href=\"mailto:contact@alikia2x.com\">contact us.</a>"
},
"tools": {
"base64": {
"title": "Base64 tools - LuminaraUtils",
"decode": "Decode",
"encode": "Encode",
"result": "Result: ",
"copy": "Copy",
"copied": "Copied"
}
},
"about": {
"title": "About sparkast",
"license": {
"title": "License",
"view": "→ view",
"text": "GPL 3.0"
},
"presented-by": "Presented By",
"backend-api-version": "Backend API Version",
"client-version": "Client API Version",
"oss": {
"title": "OSS Statement",
"view": "→ View"
}
},
"license": {
"title": "License - sparkast",
"desc": "sparkast is open source software. It is licensed under the GPL 3.0 license. You can view the full license text below.",
"page-title": "License"
},
"oss_license": {
"title": "OSS Licenses - sparkast",
"desc": "This birth of this project would not have been possible without the following open source software. This page shows the licenses of the open source software used in sparkast.",
"page-title": "OSS Licenses"
}
}