1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feat: i18n

This commit is contained in:
2019-08-03 13:36:29 +09:00
parent 984032c2ae
commit c1d0d3fd43
19 changed files with 239 additions and 34 deletions

View File

@@ -0,0 +1,18 @@
{
"title": "name new project",
"description": "namæ saves your time searching around registries and checking if the desired name is ready for use.",
"placeholder": "search",
"providers": {
"domains": "Domains",
"github": "Github Organization",
"npm": "npm",
"pypi": "PyPI",
"rubygems": "RubyGems",
"rust": "Rust",
"homebrew": "Homebrew",
"jsorg": "js.org",
"s3": "AWS S3",
"twitter": "Twitter",
"slack": "Slack"
}
}

View File

@@ -0,0 +1,18 @@
{
"title": "その名前、もう使われてる?",
"description": "namæ をつかって、思いついた「名前」が誰にも使われていないか調べましょう。",
"placeholder": "検索",
"providers": {
"domains": "ドメイン",
"github": "Github Organization",
"npm": "npm",
"pypi": "PyPI",
"rubygems": "RubyGems",
"rust": "Rust",
"homebrew": "Homebrew",
"jsorg": "js.org",
"s3": "AWS S3",
"twitter": "Twitter",
"slack": "Slack"
}
}