1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-02 06:20:02 +09:00

fix: translation

This commit is contained in:
uetchy 2020-03-28 17:58:11 +09:00
parent d313dbd680
commit f80dcda8aa
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{ {
"title": "唯一無二の名前を見つけましょう", "title": "唯一無二の名前を見つけ",
"description": "namae は、あなたのアプリやライブラリにつける最適な名前を見つけるお手伝いをします。", "description": "namae はあなたのアプリやライブラリに素敵な名前をつけるお手伝いをします。",
"placeholder": "検索", "placeholder": "調べる",
"providers": { "providers": {
"domains": "ドメイン", "domains": "ドメイン",
"github": "Github Organization", "github": "Github Organization",
@ -34,10 +34,10 @@
}, },
"countryCode": "jp", "countryCode": "jp",
"try": "これはどう?", "try": "これはどう?",
"showMore": "もっと見る", "showMore": "さらに表示",
"noResult": "該当なし", "noResult": "該当なし",
"gettingStarted": "試してみる", "gettingStarted": "はじめる",
"pressEnterToSearch": "エンターキーで検索", "pressEnterToSearch": "エンターキーで検索",
"available": "取得可能", "available": "取得できます",
"unavailable": "取得済み" "unavailable": "取得できません"
} }

View File

@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
import LanguageDetector from 'i18next-browser-languagedetector'; import LanguageDetector from 'i18next-browser-languagedetector';
import {initReactI18next} from 'react-i18next'; import {initReactI18next} from 'react-i18next';
const TRANSLATION_VERSION = '1.14'; const TRANSLATION_VERSION = '1.15';
i18n i18n
.use(Backend) .use(Backend)