Skip to content

Commit

Permalink
Merge pull request #147 from zvizvi/add-hebrew-translation
Browse files Browse the repository at this point in the history
Add Hebrew translation file
  • Loading branch information
malzariey authored Jan 2, 2025
2 parents af47369 + 1dce0ce commit 232d6a6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions resources/lang/he/message.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

return [
'period' => ':label: תקופה :period',
'su' => 'א',
'mo' => 'ב',
'tu' => 'ג',
'we' => 'ד',
'th' => 'ה',
'fr' => 'ו',
'sa' => 'ש',
'custom' => 'מותאם אישית',
'apply' => 'החל',
'cancel' => 'בטל',
'from' => 'מ',
'to' => 'עד',
'january' => 'ינואר',
'february' => 'פברואר',
'march' => 'מרץ',
'april' => 'אפריל',
'may' => 'מאי',
'june' => 'יוני',
'july' => 'יולי',
'august' => 'אוגוסט',
'september' => 'ספטמבר',
'october' => 'אוקטובר',
'november' => 'נובמבר',
'december' => 'דצמבר',
'today' => 'היום',
'yesterday' => 'אתמול',
'last_7_days' => '7 הימים האחרונים',
'last_30_days' => '30 הימים האחרונים',
'this_month' => 'החודש',
'last_month' => 'החודש שעבר',
'this_year' => 'השנה',
'last_year' => 'השנה שעברה',
'clear' => 'נקה',
'weekLabel' => 'ש',
];

0 comments on commit 232d6a6

Please # to comment.