Added translation for dates

This commit is contained in:
Pierre HUBERT
2018-08-05 16:40:14 +02:00
parent 0af31052b4
commit 2cd9338417
4 changed files with 23 additions and 11 deletions

View File

@@ -18,6 +18,18 @@ ComunicWeb.common.langs.en = {
"__fatal_error": "Fatal error",
"__fatal_error_explanation": "A fatal error occured : <i>%p</i>. Please try to refresh the page...",
//Dates
dates_s: "%p s",
dates_min: "%p min",
dates_h: "% h",
dates_one_day: "1 day",
dates_days: "%p days",
dates_one_month: "1 month",
dates_months: "%p months",
dates_one_year: "1 year",
dates_years: "%p years",
dates_ago: "%p ago",
//Messages
messages_loading_layout_title: "Loading",
messages_loading_layout_message: "Please wait while this page is loading...",