mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
fix: support new vercel style
This commit is contained in:
44
public/locales/en/translation.json
Normal file
44
public/locales/en/translation.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"title": "Grab a slick name for your new app",
|
||||
"description": "Check availability for your new app name ideas across major registries at once.",
|
||||
"placeholder": "search",
|
||||
"providers": {
|
||||
"domains": "Domains",
|
||||
"github": "Github Organization",
|
||||
"gitlab": "GitLab",
|
||||
"npm": "npm",
|
||||
"pypi": "PyPI",
|
||||
"rubygems": "RubyGems",
|
||||
"rust": "Rust",
|
||||
"homebrew": "Homebrew",
|
||||
"linux": "Linux",
|
||||
"instagram": "Instagram",
|
||||
"twitter": "Twitter",
|
||||
"slack": "Slack",
|
||||
"s3": "AWS S3",
|
||||
"jsorg": "js.org",
|
||||
"githubSearch": "Github Repository",
|
||||
"appStore": "App Store",
|
||||
"google": "Google Search",
|
||||
"spectrum": "Spectrum",
|
||||
"heroku": "Heroku",
|
||||
"now": "Vercel",
|
||||
"netlify": "Netlify",
|
||||
"nta": "Company (JP)",
|
||||
"ocaml": "OCaml",
|
||||
"firebase": "Firebase"
|
||||
},
|
||||
"uniqueness": {
|
||||
"high": "Pretty unique",
|
||||
"moderate": "Moderately unique",
|
||||
"low": "Not so unique"
|
||||
},
|
||||
"countryCode": "us",
|
||||
"try": "How about this?",
|
||||
"showMore": "show more",
|
||||
"noResult": "No Result",
|
||||
"gettingStarted": "Getting Started",
|
||||
"pressEnterToSearch": "Press Enter to search",
|
||||
"available": "Available",
|
||||
"unavailable": "Unavailable"
|
||||
}
|
44
public/locales/ja/translation.json
Normal file
44
public/locales/ja/translation.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"title": "唯一無二の名前を見つける",
|
||||
"description": "namae はあなたのアプリやライブラリに素敵な名前をつけるお手伝いをします。",
|
||||
"placeholder": "調べる",
|
||||
"providers": {
|
||||
"domains": "ドメイン",
|
||||
"github": "Github Organization",
|
||||
"gitlab": "GitLab",
|
||||
"npm": "npm",
|
||||
"pypi": "PyPI",
|
||||
"rubygems": "RubyGems",
|
||||
"rust": "Rust",
|
||||
"homebrew": "Homebrew",
|
||||
"linux": "Linux",
|
||||
"instagram": "Instagram",
|
||||
"twitter": "Twitter",
|
||||
"slack": "Slack",
|
||||
"s3": "AWS S3",
|
||||
"jsorg": "js.org",
|
||||
"githubSearch": "Github リポジトリ",
|
||||
"appStore": "App Store",
|
||||
"google": "Google 検索",
|
||||
"spectrum": "Spectrum",
|
||||
"heroku": "Heroku",
|
||||
"now": "Vercel",
|
||||
"netlify": "Netlify",
|
||||
"nta": "法人",
|
||||
"ocaml": "OCaml",
|
||||
"firebase": "Firebase"
|
||||
},
|
||||
"uniqueness": {
|
||||
"high": "とてもユニーク",
|
||||
"moderate": "そこそこユニーク",
|
||||
"low": "あまりユニークではない"
|
||||
},
|
||||
"countryCode": "jp",
|
||||
"try": "これはどう?",
|
||||
"showMore": "さらに表示",
|
||||
"noResult": "該当なし",
|
||||
"gettingStarted": "はじめる",
|
||||
"pressEnterToSearch": "エンターキーで検索",
|
||||
"available": "取得できます",
|
||||
"unavailable": "取得できません"
|
||||
}
|
Reference in New Issue
Block a user