diff --git a/src/common/lang/en-US.js b/src/common/lang/en-US.js index 7338e67..e0b4ac3 100644 --- a/src/common/lang/en-US.js +++ b/src/common/lang/en-US.js @@ -1,25 +1,25 @@ -export default { - table: { - tips: 'Found {count} user scripts for the page', - install: 'Install', - title: 'Title', - author: 'Suthor', - authorTips: 'Click to access the {name} home page', - dailyInstalls: 'Daily', - updatedTime: 'Updated', - action: 'Action', - version: 'Version', - score: 'Score', - totalInstalls: 'Total Installs', - description: 'Description', - donate: 'Donate', - wechat: 'Wechat', - alipay: 'Alipay', - paypal: 'PayPal', - closeDonate: 'Close Donate', - feedback: 'Feedback', - close: 'No longer show', - scriptInstalling: 'Script installing...', - search: 'Search' - } -} +export default { + table: { + tips: 'Found {count} user scripts for the page', + install: 'Install', + title: 'Title', + author: 'Author', + authorTips: 'Click to access the {name} home page', + dailyInstalls: 'Daily', + updatedTime: 'Updated', + action: 'Action', + version: 'Version', + score: 'Score', + totalInstalls: 'Total Installs', + description: 'Description', + donate: 'Donate', + wechat: 'Wechat', + alipay: 'Alipay', + paypal: 'PayPal', + closeDonate: 'Close Donate', + feedback: 'Feedback', + close: 'No longer show', + scriptInstalling: 'Script installing...', + search: 'Search' + } +} diff --git a/src/common/lang/ja-JP.js b/src/common/lang/ja-JP.js new file mode 100644 index 0000000..aed1ffa --- /dev/null +++ b/src/common/lang/ja-JP.js @@ -0,0 +1,25 @@ +export default { + table: { + tips: 'このページで使用できるスクリプトが {count} 個見つかりました', + install: 'インストール', + title: 'スクリプト名', + author: '作者', + authorTips: 'クリックして {name} のホームページを開く', + dailyInstalls: 'DL数/日', + updatedTime: '最終更新', + action: '操作', + version: 'バージョン', + score: '評価', + totalInstalls: '総DL数', + description: '概要', + donate: '寄付', + wechat: 'Wechat', + alipay: 'Alipay', + paypal: 'PayPal', + closeDonate: '寄付をしない', + feedback: 'フィードバック', + close: '次回から表示しない', + scriptInstalling: 'スクリプトをインストール中...', + search: '検索' + } +}