|
750 | 750 | "empty": "No organizations found", |
751 | 751 | "view_all": "View all" |
752 | 752 | } |
| 753 | + }, |
| 754 | + "time_ago_options": { |
| 755 | + "day_future": "in 0 days|tomorrow|in {n} days", |
| 756 | + "day_past": "0 days ago|yesterday|{n} days ago", |
| 757 | + "hour_future": "in 0 hours|in 1 hour|in {n} hours", |
| 758 | + "hour_past": "0 hours ago|1 hour ago|{n} hours ago", |
| 759 | + "just_now": "just now", |
| 760 | + "minute_future": "in 0 minutes|in 1 minute|in {n} minutes", |
| 761 | + "minute_past": "0 minutes ago|1 minute ago|{n} minutes ago", |
| 762 | + "month_future": "in 0 months|next month|in {n} months", |
| 763 | + "month_past": "0 months ago|last month|{n} months ago", |
| 764 | + "second_future": "just now|in {n} second|in {n} seconds", |
| 765 | + "second_past": "just now|{n} second ago|{n} seconds ago", |
| 766 | + "short_day_future": "in {n}d", |
| 767 | + "short_day_past": "{n}d", |
| 768 | + "short_hour_future": "in {n}h", |
| 769 | + "short_hour_past": "{n}h", |
| 770 | + "short_minute_future": "in {n}min", |
| 771 | + "short_minute_past": "{n}min", |
| 772 | + "short_month_future": "in {n}mo", |
| 773 | + "short_month_past": "{n}mo", |
| 774 | + "short_second_future": "in {n}s", |
| 775 | + "short_second_past": "{n}s", |
| 776 | + "short_week_future": "in {n}w", |
| 777 | + "short_week_past": "{n}w", |
| 778 | + "short_year_future": "in {n}y", |
| 779 | + "short_year_past": "{n}y", |
| 780 | + "week_future": "in 0 weeks|next week|in {n} weeks", |
| 781 | + "week_past": "0 weeks ago|last week|{n} weeks ago", |
| 782 | + "year_future": "in 0 years|next year|in {n} years", |
| 783 | + "year_past": "0 years ago|last year|{n} years ago" |
753 | 784 | } |
754 | 785 | } |
0 commit comments