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

fix: add getting started button

This commit is contained in:
2020-03-06 23:46:19 +09:00
parent 9c096db248
commit ea61ecc9dc
6 changed files with 20 additions and 39 deletions

View File

@@ -30,5 +30,6 @@
"try": "How about this?",
"showMore": "show more",
"noResult": "No Result",
"exampleQueries": "Try these queries"
"gettingStarted": "Getting Started",
"pressEnterToSearch": "Press Enter to search"
}

View File

@@ -1,6 +1,6 @@
{
"title": "その名前、もう使われてる?",
"description": "あなたの新しいアプリやライブラリにつける「名前」が被っていないか調べましょう。",
"title": "唯一無二の名前を見つけましょう",
"description": "namae は、あなたのアプリやライブラリにつける最適な名前を見つけるお手伝いをします。",
"placeholder": "検索",
"providers": {
"domains": "ドメイン",
@@ -30,5 +30,6 @@
"try": "これはどう?",
"showMore": "もっと見る",
"noResult": "該当なし",
"exampleQueries": "これらのワードでお試しください"
"gettingStarted": "試してみる",
"pressEnterToSearch": "エンターキーで検索"
}