Skip to content

Commit

Permalink
Create he.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiv1996 authored Jan 26, 2025
1 parent 3320e04 commit 982c24f
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/runtime/locale/he.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
import { defineLocale } from '../composables/defineLocale'

export default defineLocale({
name: 'Hebrew',
code: 'he',
dir: 'rtl',
messages: {
inputMenu: {
noMatch: 'אין התאמה',
noData: 'אין נתונים',
create: 'צור "{label}"',

Check failure on line 11 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
calendar: {
prevYear: 'שנה קודמת',
nextYear: 'שנה הבאה',
prevMonth: 'חודש קודם',
nextMonth: 'חודש הבא',

Check failure on line 17 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
inputNumber: {
increment: 'הוסף',
decrement: 'הפחת',

Check failure on line 21 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
commandPalette: {
placeholder: 'הקלד פקודה...',
noMatch: 'לא נמצאה התאמה',
noData: 'אין נתונים זמינים',
close: 'סגור',

Check failure on line 27 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
selectMenu: {
noMatch: 'לא נמצאה התאמה',
noData: 'אין נתונים',
create: 'צור "{label}"',
search: 'חפש...',

Check failure on line 33 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
toast: { close: 'סגור' },
carousel: {
prev: 'הקודם',
next: 'הבא',
goto: 'מעבר ל {slide}',

Check failure on line 39 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
modal: {
close: 'סגור',

Check failure on line 42 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
slideover: {
close: 'סגור',

Check failure on line 45 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
alert: {
close: 'סגור',

Check failure on line 48 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
table: {
noData: 'אין נתונים להצגה',

Check failure on line 51 in src/runtime/locale/he.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Unexpected trailing comma
},
},
})

0 comments on commit 982c24f

Please sign in to comment.