From 751836ed589d09b54db2fd5eace0e78971e7bc0c Mon Sep 17 00:00:00 2001 From: gouguoyin <245629560@qq.com> Date: Fri, 20 May 2022 00:36:44 +0800 Subject: [PATCH] =?UTF-8?q?2.1.7=20=E6=96=B0=E5=A2=9E=20=E7=BD=97=E9=A9=AC?= =?UTF-8?q?=E5=B0=BC=E4=BA=9A=E8=AF=AD=20=E7=BF=BB=E8=AF=91=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/ro.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/ro.json diff --git a/lang/ro.json b/lang/ro.json new file mode 100644 index 0000000..fb2a782 --- /dev/null +++ b/lang/ro.json @@ -0,0 +1,20 @@ +{ + "months": "Ianuarie|Februarie|Martie|Aprilie|Mai|Iunie|Iulie|August|Septembrie|Octombrie|Noiembrie|Decembrie", + "short_months": "Ian|Feb|Mar|Apr|Mai|Iun|Iul|Aug|Sep|Oct|Noi|Dec", + "weeks": "Duminica|Luni|Marti|Miercuri|Joi|Vineri|Sîmbătă", + "short_weeks": "Dum|Lun|Mar|Mie|Joi|Vin|Sîm", + "seasons": "Primăvara|Vara|Toamna|Iarna", + "constellations": "Berbec|Taur|Gemeni|Rac|Leu|Fecioară|Balanță|Scorpion|Săgetător|Capricorn|Vărsator|Pești", + "year": "1 an|%d ani", + "month": "1 lună|%d luni", + "week": "1 săptămînă|%d săptămîni", + "day": "1 zi|%d zile", + "hour": "1 oră|%d ore", + "minute": "1 minută|%d minute", + "second": "1 secundă|%d secunde", + "now": "chiar acum", + "ago": "%s în urmă", + "from_now": "%s de acum", + "before": "%s înainte", + "after": "%s după" +}