Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #86 from chadidi/patch-2
Browse files Browse the repository at this point in the history
update unites file
  • Loading branch information
Amegatron authored Apr 22, 2018
2 parents b653ea4 + 861650e commit 511fd42
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lang/ar/units.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

// Created by : Abdellah Chadidi => https://github.com/chadidi
return array(
"second" => "ثانية",
"minute" => "[0,10] دقائق|[11,Inf] دقيقة",
"hour" => "[0,10] ساعات|[11,Inf] ساعة",
"day" => "[0,10] أيام|[11,Inf] يوما",
"week" => "[0,10] أسابيع|[11,Inf] أسبوعا",
"month" => "[0,10] أشهر|[11,Inf] شهرا",
"year" => "[0,10] سنوات|[11,Inf] سنة",
"second" => "[0,1] ثَانِيَة|{2} ثَانِيَتَيْن|[3,10]:count ثَوَان|[11,Inf]:count ثَانِيَة",
"minute" => "[0,1] دَقِيقَة|{2} دَقِيقَتَيْن|[3,10]:count دَقَائِق|[11,Inf]:count دَقِيقَة",
"hour" => "[0,1] سَاعَة|{2} سَاعَتَيْن|[3,10]:count سَاعَات|[11,Inf]:count سَاعَة",
"day" => "[0,1] يَوْم|{2} يَوْمَيْن|[3,10]:count أَيَّام|[11,Inf] يَوْم",
"week" => "[0,1] أُسْبُوع|{2} أُسْبُوعَيْن|[3,10]:count أَسَابِيع|[11,Inf]:count أُسْبُوع",
"month" => "[0,1] شَهْرَ|{2} شَهْرَيْن|[3,10]:count أَشْهُر|[11,Inf]:count شَهْرَ",
"year" => "[0,1] سَنَة|{2} سَنَتَيْن|[3,10]:count سَنَوَات|[11,Inf]:count سَنَة",
);

0 comments on commit 511fd42

Please sign in to comment.