2025-06-17 11:39:51 +08:00

195 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"oc": {
"date": {
"abbr_day_names": [
"dg",
"dl",
"dm",
"dc",
"dj",
"dv",
"ds"
],
"abbr_month_names": [
null,
"gen",
"feb",
"març",
"abr",
"mai",
"junh",
"jul",
"ago",
"set",
"oct",
"nov",
"dec"
],
"day_names": [
"dimenge",
"diluns",
"dimars",
"dimècres",
"dijòus",
"divendres",
"dissabte"
],
"formats": {
"default": "%e/%m/%Y",
"long": "Lo %e %B de %Y",
"short": "%e %b"
},
"month_names": [
null,
"de genièr",
"de febrièr",
"de març",
"dabrial",
"de mai",
"de junh",
"de julhet",
"dagost",
"de setembre",
"doctòbre",
"de novembre",
"de decembre"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "Fa una ora",
"other": "Fa %{count} oras"
},
"about_x_months": {
"one": "Fa un mes",
"other": "Fa %{count} meses"
},
"about_x_years": {
"one": "Fa un an",
"other": "Fa %{count} ans"
},
"almost_x_years": {
"one": "quasi un an",
"other": "quasi %{count} ans"
},
"half_a_minute": "mièja minuta",
"less_than_x_seconds": {
"one": "mens duna segonda",
"other": "mens de %{count} segondas"
},
"less_than_x_minutes": {
"one": "mens duna minuta",
"other": "mens de %{count} minutas"
},
"over_x_years": {
"one": "mai dun an",
"other": "mai de %{count} ans"
},
"x_seconds": {
"one": "una segonda",
"other": "%{count} segondas"
},
"x_minutes": {
"one": "una minuta",
"other": "%{count} minutas"
},
"x_days": {
"one": "un jorn",
"other": "%{count} jorns"
},
"x_months": {
"one": "un mes",
"other": "%{count} meses"
},
"x_years": {
"one": "un an",
"other": "%{count} ans"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "€"
}
},
"format": {
"delimiter": ".",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "miliard",
"million": "milion",
"quadrillion": "milion de miliards",
"thousand": "mila",
"trillion": "bilion",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "octet",
"other": "octets"
},
"gb": "Go",
"kb": "ko",
"mb": "Mo",
"tb": "To"
}
}
},
"percentage": {
"format": {
"delimiter": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", e ",
"two_words_connector": " e ",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "Lo %e %b de %Y a %Ho%M %Ss",
"long": "Lo %a %e %b de %Y a %Ho%M",
"short": "%e %b %Ho%M"
},
"pm": "pm"
}
}
}