i18n-js
Version:
A small library to provide I18n on JavaScript.
203 lines • 4.67 kB
JSON
{
"ro": {
"date": {
"abbr_day_names": [
"dum",
"lun",
"mar",
"mie",
"joi",
"vin",
"sâm"
],
"abbr_month_names": [
null,
"ian",
"feb",
"mar",
"apr",
"mai",
"iun",
"iul",
"aug",
"sep",
"oct",
"noi",
"dec"
],
"day_names": [
"duminică",
"luni",
"marți",
"miercuri",
"joi",
"vineri",
"sâmbată"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%d %B %Y",
"short": "%d %b"
},
"month_names": [
null,
"ianuarie",
"februarie",
"martie",
"aprilie",
"mai",
"iunie",
"iulie",
"august",
"septembrie",
"octombrie",
"noiembrie",
"decembrie"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "aproximativ o oră",
"few": "aproximativ %{count} ore",
"other": "aproximativ %{count} ore"
},
"about_x_months": {
"one": "aproximativ o lună",
"few": "aproximativ %{count} luni",
"other": "aproximativ %{count} luni"
},
"about_x_years": {
"one": "aproximativ un an",
"few": "aproximativ %{count} ani",
"other": "aproximativ %{count} ani"
},
"almost_x_years": {
"one": "aproape 1 an",
"few": "aproape %{count} ani",
"other": "aproape %{count} ani"
},
"half_a_minute": "jumătate de minut",
"less_than_x_seconds": {
"one": "mai puțin de o secundă",
"few": "mai puțin de %{count} secunde",
"other": "mai puțin de %{count} secunde"
},
"less_than_x_minutes": {
"one": "mai puțin de un minut",
"few": "mai puțin de %{count} minute",
"other": "mai puțin de %{count} minute"
},
"over_x_years": {
"one": "mai mult de un an",
"few": "mai mult de %{count} ani",
"other": "mai mult de %{count} ani"
},
"x_seconds": {
"one": "1 secundă",
"few": "%{count} secunde",
"other": "%{count} secunde"
},
"x_minutes": {
"one": "1 minut",
"few": "%{count} minute",
"other": "%{count} minute"
},
"x_days": {
"one": "1 zi",
"few": "%{count} zile",
"other": "%{count} zile"
},
"x_months": {
"one": "1 lună",
"few": "%{count} luni",
"other": "%{count} luni"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "RON"
}
},
"format": {
"delimiter": ".",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "miliard",
"million": "milion",
"quadrillion": "quadrilion",
"thousand": "mie",
"trillion": "trilion",
"unit": ""
}
},
"format": {
"delimiter": ",",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"few": "Bytes",
"other": "Bytes"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": ","
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " și ",
"two_words_connector": " și ",
"words_connector": ", "
}
},
"time": {
"am": "",
"formats": {
"default": "%a %d %b %Y, %H:%M:%S %z",
"long": "%d %B %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": ""
}
}
}