1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 20:40:32 +09:00
namae/public/locales/en/translation.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2019-08-03 13:36:29 +09:00
{
2020-02-06 13:16:30 +09:00
"title": "Grab a slick name for your new app",
2020-02-06 13:27:43 +09:00
"description": "Check availability for your new app name ideas across major registries at once.",
2019-08-03 13:36:29 +09:00
"placeholder": "search",
"providers": {
"domains": "Domains",
"github": "Github Organization",
2019-10-16 14:14:02 +09:00
"gitlab": "GitLab",
2019-08-03 13:36:29 +09:00
"npm": "npm",
"pypi": "PyPI",
"rubygems": "RubyGems",
"rust": "Rust",
"homebrew": "Homebrew",
2019-08-06 01:17:29 +09:00
"linux": "Linux",
2020-03-20 11:33:01 +01:00
"instagram": "Instagram",
2019-08-03 13:36:29 +09:00
"twitter": "Twitter",
2019-08-05 22:59:39 +09:00
"slack": "Slack",
2019-08-06 01:17:29 +09:00
"s3": "AWS S3",
2019-08-07 14:08:32 +09:00
"jsorg": "js.org",
"githubSearch": "Github Repository",
"appStore": "App Store",
2019-08-14 15:13:57 +09:00
"google": "Google Search",
2019-08-27 03:15:35 +09:00
"spectrum": "Spectrum",
"heroku": "Heroku",
2020-05-16 11:25:16 +09:00
"now": "Vercel",
2019-10-16 14:14:02 +09:00
"netlify": "Netlify",
2020-02-05 19:56:59 +09:00
"nta": "Company (JP)",
2020-06-18 20:32:27 +09:00
"ocaml": "OCaml",
"firebase": "Firebase"
2019-08-03 16:44:48 +09:00
},
2020-03-26 20:22:06 +09:00
"uniqueness": {
"high": "Pretty unique",
"moderate": "Moderately unique",
2020-06-20 18:19:05 +09:00
"low": "Typical",
"description": "UNIQ shows how unique the name is (0 to 100)"
2020-03-26 20:22:06 +09:00
},
"countryCode": "us",
2020-02-06 03:39:06 +09:00
"try": "How about this?",
2019-09-01 00:00:24 +09:00
"showMore": "show more",
2020-02-06 03:39:06 +09:00
"noResult": "No Result",
2020-03-06 23:46:19 +09:00
"gettingStarted": "Getting Started",
2020-03-26 15:34:34 +09:00
"pressEnterToSearch": "Press Enter to search",
"available": "Available",
"unavailable": "Unavailable"
2019-08-03 13:36:29 +09:00
}