blob: 57a89f5dfb7db75b378d65b9e98220da55719d0d [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3/**
4 * This file is part of the Carbon package.
5 *
6 * (c) Brian Nesbitt <brian@nesbot.com>
7 *
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
10 */
11
12/*
13 * Authors:
14 * - IBM AP Linux Technology Center, Yamato Software Laboratory bug-glibc@gnu.org
15 */
16return [
17 'diff_now' => 'ବର୍ତ୍ତମାନ',
18 'diff_yesterday' => 'ଗତକାଲି',
19 'diff_tomorrow' => 'ଆସନ୍ତାକାଲି',
20 'formats' => [
21 'LT' => 'Oh:Om A',
22 'LTS' => 'Oh:Om:Os A',
23 'L' => 'OD-OM-OY',
24 'LL' => 'OD MMMM OY',
25 'LLL' => 'OD MMMM OY Oh:Om A',
26 'LLLL' => 'dddd OD MMMM OY Oh:Om A',
27 ],
28 'months' => ['ଜାନୁଆରୀ', 'ଫେବୃଆରୀ', 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମଇ', 'ଜୁନ', 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', 'ଡିସେମ୍ବର'],
29 'months_short' => ['ଜାନୁଆରୀ', 'ଫେବୃଆରୀ', 'ମାର୍ଚ୍ଚ', 'ଅପ୍ରେଲ', 'ମଇ', 'ଜୁନ', 'ଜୁଲାଇ', 'ଅଗଷ୍ଟ', 'ସେପ୍ଟେମ୍ବର', 'ଅକ୍ଟୋବର', 'ନଭେମ୍ବର', 'ଡିସେମ୍ବର'],
30 'weekdays' => ['ରବିବାର', 'ସୋମବାର', 'ମଙ୍ଗଳବାର', 'ବୁଧବାର', 'ଗୁରୁବାର', 'ଶୁକ୍ରବାର', 'ଶନିବାର'],
31 'weekdays_short' => ['ରବି', 'ସୋମ', 'ମଙ୍ଗଳ', 'ବୁଧ', 'ଗୁରୁ', 'ଶୁକ୍ର', 'ଶନି'],
32 'weekdays_min' => ['ରବି', 'ସୋମ', 'ମଙ୍ଗଳ', 'ବୁଧ', 'ଗୁରୁ', 'ଶୁକ୍ର', 'ଶନି'],
33 'day_of_first_week_of_year' => 1,
34 'alt_numbers' => ['୦', '୧', '୨', '୩', '୪', '୫', '୬', '୭', '୮', '୯', '୧୦', '୧୧', '୧୨', '୧୩', '୧୪', '୧୫', '୧୬', '୧୭', '୧୮', '୧୯', '୨୦', '୨୧', '୨୨', '୨୩', '୨୪', '୨୫', '୨୬', '୨୭', '୨୮', '୨୯', '୩୦', '୩୧', '୩୨', '୩୩', '୩୪', '୩୫', '୩୬', '୩୭', '୩୮', '୩୯', '୪୦', '୪୧', '୪୨', '୪୩', '୪୪', '୪୫', '୪୬', '୪୭', '୪୮', '୪୯', '୫୦', '୫୧', '୫୨', '୫୩', '୫୪', '୫୫', '୫୬', '୫୭', '୫୮', '୫୯', '୬୦', '୬୧', '୬୨', '୬୩', '୬୪', '୬୫', '୬୬', '୬୭', '୬୮', '୬୯', '୭୦', '୭୧', '୭୨', '୭୩', '୭୪', '୭୫', '୭୬', '୭୭', '୭୮', '୭୯', '୮୦', '୮୧', '୮୨', '୮୩', '୮୪', '୮୫', '୮୬', '୮୭', '୮୮', '୮୯', '୯୦', '୯୧', '୯୨', '୯୩', '୯୪', '୯୫', '୯୬', '୯୭', '୯୮', '୯୯'],
35 'year' => ':count ବର୍ଷ',
36 'y' => ':count ବ.',
37 'month' => ':count ମାସ',
38 'm' => ':count ମା.',
39 'week' => ':count ସପ୍ତାହ',
40 'w' => ':count ସପ୍ତା.',
41 'day' => ':count ଦିନ',
42 'd' => ':count ଦିନ',
43 'hour' => ':count ଘଣ୍ତ',
44 'h' => ':count ଘ.',
45 'minute' => ':count ମିନଟ',
46 'min' => ':count ମି.',
47 'second' => ':count ସେକଣ୍ଢ',
48 's' => ':count ସେ.',
49 'ago' => ':time ପୂର୍ବେ',
50 'from_now' => ':timeରେ',
51];