Skip to content

Commit

Permalink
feat: add Japanese locale (#6274)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyjue authored and johnleider committed Jan 29, 2019
1 parent 8b21e2d commit 1a02856
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/locale/index.ts
Expand Up @@ -11,6 +11,7 @@ export { default as hr } from './hr'
export { default as hu } from './hu'
export { default as id } from './id'
export { default as it } from './it'
export { default as ja } from './ja'
export { default as nl } from './nl'
export { default as pl } from './pl'
export { default as pt } from './pt'
Expand Down
14 changes: 14 additions & 0 deletions packages/vuetify/src/locale/ja.ts
@@ -0,0 +1,14 @@
export default {
dataIterator: {
rowsPerPageText: '1ページあたりの件数:',
rowsPerPageAll: 'すべて',
pageText: '{0}-{1} 件目 / {2}件',
noResultsText: '検索結果が見つかりません。',
nextPage: '次のページ',
prevPage: '前のページ'
},
dataTable: {
rowsPerPageText: '1ページあたりの行数:'
},
noDataText: 'データはありません。'
}

0 comments on commit 1a02856

Please sign in to comment.