Skip to content

Commit

Permalink
fix(locale): complete hebrew translation
Browse files Browse the repository at this point in the history
  • Loading branch information
yeya authored and johnleider committed Aug 1, 2019
1 parent 9324ec7 commit e711fbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/vuetify/src/locale/he.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export default {
close: 'Close',
close: 'סגור',
dataIterator: {
pageText: '{0}-{1} מתוך {2}',
noResultsText: 'לא נמצאו תוצאות מתאימות',
loadingText: 'Loading item...',
loadingText: 'טוען פריט...',
},
dataTable: {
itemsPerPageText: 'שורות לעמוד:',
ariaLabel: {
sortDescending: ': Sorted descending. Activate to remove sorting.',
sortAscending: ': Sorted ascending. Activate to sort descending.',
sortNone: ': Not sorted. Activate to sort ascending.',
sortDescending: ': ממוין לפי סדר עולה. לחץ להספקת המיון.',
sortAscending: ': ממוין לפי סדר יורד. לחץ למיון לפי סדר עולה.',
sortNone: ': לא ממוין. לחץ למיון לפי סדר עולה.',
},
},
dataFooter: {
Expand All @@ -33,7 +33,7 @@ export default {
moreEvents: '{0} נוספים',
},
fileInput: {
counter: '{0} files',
counterSize: '{0} files ({1} in total)',
counter: '{0} קבצים',
counterSize: '{0} קבצים ({1} בסך הכל)',
},
}

0 comments on commit e711fbf

Please sign in to comment.