UNPKG

@nteract/timeago

Version:

A simple Time-Ago component for React

24 lines (21 loc) 579 B
/* @flow */ import type { L10nsStrings } from "../formatters/buildFormatter"; // Hungarian const strings: L10nsStrings = { prefixAgo: null, prefixFromNow: null, suffixAgo: null, suffixFromNow: null, seconds: "kevesebb mint egy perce", minute: "körülbelül egy perce", minutes: "%d perce", hour: "körülbelül egy órája", hours: "körülbelül %d órája", day: "körülbelül egy napja", days: "%d napja", month: "körülbelül egy hónapja", months: "%d hónapja", year: "körülbelül egy éve", years: "%d éve" }; export default strings;