From f12b88d322a3e7420a2758be5800f51534e295e9 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Tue, 6 May 2014 08:18:42 -0500 Subject: [PATCH] Add Romanian translation. Closes NUKnightLab/StoryJS-Core#43 Thanks @rebelmonk --- source/js/Core/Language/locale/ro.js | 37 ++++++++++++++++++++++++++++ website/templates/_make.html | 1 + 2 files changed, 38 insertions(+) create mode 100644 source/js/Core/Language/locale/ro.js diff --git a/source/js/Core/Language/locale/ro.js b/source/js/Core/Language/locale/ro.js new file mode 100644 index 0000000..6fb9806 --- /dev/null +++ b/source/js/Core/Language/locale/ro.js @@ -0,0 +1,37 @@ +/* Romanian LANGUAGE +================================================== */ +if(typeof VMM != 'undefined') { + VMM.Language = { + lang: "ro", + api: { + wikipedia: "ro" + }, + date: { + month: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"], + month_abbr: ["Ian.", "Feb.", "Mar.", "Apr.", "Mai", "Iun.", "Iul.", "Aug.", "Sep.", "Oct.", "Noi.", "Dec."], + day: ["Duminică","Luni", "Marți", "Miercuri", "Joi", "Vineri", "Sâmbătă"], + day_abbr: ["Dum.","Luni", "Mar.", "Mie.", "Joi", "Vin.", "Sâm."] + }, + dateformats: { + year: "yyyy", + month_short: "mmm", + month: "mmmm yyyy", + full_short: "d mmm", + full: "d mmmm',' yyyy", + time_short: "h:MM:ss TT", + time_no_seconds_short: "h:MM TT", + time_no_seconds_small_date: "h:MM TT'
'd mmmm',' yyyy''", + full_long: "d mmm',' yyyy 'at' h:MM TT", + full_long_small_date: "h:MM TT'
d mmm',' yyyy''" + }, + messages: { + loading_timeline: "Se încarcă cronologia... ", + return_to_title: "Înapoi la titlu", + expand_timeline: "Extinde cronologia", + contract_timeline: "Restrânge cronologia", + wikipedia: "De pe Wikipedia, enciclopedia gratuită", + loading_content: "Se încarcă conținutul", + loading: "Se încarcă" + } + } +} \ No newline at end of file diff --git a/website/templates/_make.html b/website/templates/_make.html index a0b44b1..46bb7d6 100644 --- a/website/templates/_make.html +++ b/website/templates/_make.html @@ -108,6 +108,7 @@ +