mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
feat: i18n
This commit is contained in:
18
web/public/locales/en/translation.json
Normal file
18
web/public/locales/en/translation.json
Normal 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"
|
||||
}
|
||||
}
|
18
web/public/locales/ja/translation.json
Normal file
18
web/public/locales/ja/translation.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user