From f3d8ba9b784b87f2aaed7cf1b0a13691fb0fe885 Mon Sep 17 00:00:00 2001 From: Hirokazu Nishi Date: Tue, 18 Feb 2020 19:04:23 +0900 Subject: [PATCH] added locale csv files. --- i18n/en_US.csv | 26 ++++++++++++++++++++++++++ i18n/ja_JP.csv | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 i18n/en_US.csv create mode 100644 i18n/ja_JP.csv diff --git a/i18n/en_US.csv b/i18n/en_US.csv new file mode 100644 index 0000000..a1deba1 --- /dev/null +++ b/i18n/en_US.csv @@ -0,0 +1,26 @@ +"Page not found.","Page not found." +"Add to cart","Add to cart" +Configure,Configure +"Teaser image","Teaser image" +"Additional filter must implement interface FilterInterface","Additional filter must implement interface FilterInterface" +"Additional sorter must implement interface SorterInterface","Additional sorter must implement interface SorterInterface" +"All Products","All Products" +Day,Day +Days,Days +Hour,Hour +Hours,Hours +Min,Min +Sec,Sec +"Short time offer","Short time offer" +"Time left","Time left" +"Available items","Available items" +Sale,Sale +"Go to previous step","Go to previous step" +"MageSuite Content Constructor","MageSuite Content Constructor" +MageSuite,MageSuite +"Content Constructor","Content Constructor" +Configuration,Configuration +"Enable components list test page","Enable components list test page" +"Sort subcategories alphabetically","Sort subcategories alphabetically" +"Instagram Data Feed Component Configuration","Instagram Data Feed Component Configuration" +"Access Token","Access Token" diff --git a/i18n/ja_JP.csv b/i18n/ja_JP.csv new file mode 100644 index 0000000..55a9906 --- /dev/null +++ b/i18n/ja_JP.csv @@ -0,0 +1,26 @@ +"Page not found.","ページが見つかりません。" +"Add to cart","カートに入れる" +Configure,構成 +"Teaser image","ティーザー画像" +"Additional filter must implement interface FilterInterface","追加フィルターはFilterInterfaceを実装しなければなりません" +"Additional sorter must implement interface SorterInterface","追加sorterはSorterInterfaceを実装しなければなりません" +"All Products","全ての商品" +Day,日 +Days,日 +Hour,時 +Hours,時 +Min,分 +Sec,秒 +"Short time offer","ショートタイムオファー" +"Time left","分残り" +"Available items","利用可能なアイテム" +Sale,セール +"Go to previous step","前に戻る" +"MageSuite Content Constructor","MageSuite コンテンツコンストラクター" +MageSuite,MageSuite +"Content Constructor","コンテンツコンストラクター" +Configuration,設定 +"Enable components list test page","コンポーネントリストページで有効" +"Sort subcategories alphabetically","サブカテゴリをアルファベット順にソートする" +"Instagram Data Feed Component Configuration","Instagram データフィードコンポーネント設定" +"Access Token","アクセストークン"