aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/timeago-de.json10
-rw-r--r--static/timeago-en.json (renamed from static/timeago.json)0
-rw-r--r--static/timeago-et.json10
-rw-r--r--static/timeago-fi.json10
-rw-r--r--static/timeago-fr.json10
-rw-r--r--static/timeago-hu.json10
-rw-r--r--static/timeago-it.json10
-rw-r--r--static/timeago-ja.json10
8 files changed, 70 insertions, 0 deletions
diff --git a/static/timeago-de.json b/static/timeago-de.json
new file mode 100644
index 00000000..da5766a0
--- /dev/null
+++ b/static/timeago-de.json
@@ -0,0 +1,10 @@
+[
+ "jetzt gerade",
+ ["vor %s Sekunde", "vor %s Sekunden"],
+ ["vor %s Minute", "vor %s Minuten"],
+ ["vor %s Stunde", "vor %s Stunden"],
+ ["vor %s Tag", "vor %s Tagen"],
+ ["vor %s Woche", "vor %s Wochen"],
+ ["vor %s Monat", "vor %s Monaten"],
+ ["vor %s Jahr", "vor %s Jahren"]
+]
diff --git a/static/timeago.json b/static/timeago-en.json
index 073ece16..073ece16 100644
--- a/static/timeago.json
+++ b/static/timeago-en.json
diff --git a/static/timeago-et.json b/static/timeago-et.json
new file mode 100644
index 00000000..68b405ed
--- /dev/null
+++ b/static/timeago-et.json
@@ -0,0 +1,10 @@
+[
+ "praegu",
+ ["%s sekund tagasi", "%s sekundit tagasi"],
+ ["%s minut tagasi", "%s minutit tagasi"],
+ ["%s tund tagasi", "%s tundi tagasi"],
+ ["%s päev tagasi", "%s päeva tagasi"],
+ ["%s nädal tagasi", "%s nädalat tagasi"],
+ ["%s kuu tagasi", "%s kuud tagasi"],
+ ["%s aasta tagasi", "%s aastat tagasi"]
+]
diff --git a/static/timeago-fi.json b/static/timeago-fi.json
new file mode 100644
index 00000000..066588c0
--- /dev/null
+++ b/static/timeago-fi.json
@@ -0,0 +1,10 @@
+[
+ "juuri nyt",
+ ["%s sekunti sitten", "%s sekuntia sitten"],
+ ["%s minuutti sitten", "%s minuuttia sitten"],
+ ["%s tunti sitten", "%s tuntia sitten"],
+ ["%s päivä sitten", "%s päivää sitten"],
+ ["%s viikko sitten", "%s viikkoa sitten"],
+ ["%s kuukausi sitten", "%s kuukautta sitten"],
+ ["%s vuosi sitten", "%s vuotta sitten"]
+]
diff --git a/static/timeago-fr.json b/static/timeago-fr.json
new file mode 100644
index 00000000..95c4a409
--- /dev/null
+++ b/static/timeago-fr.json
@@ -0,0 +1,10 @@
+[
+ "à l'instant",
+ ["il y a %s seconde", "il y a %s secondes"],
+ ["il y a %s minute", "il y a %s minutes"],
+ ["il y a %s heure", "il y a %s heures"],
+ ["il y a %s jour", "il y a %s jours"],
+ ["il y a %s semaine", "il y a %s semaines"],
+ ["il y a %s mois", "il y a %s mois"],
+ ["il y a %s an", "il y a %s ans"]
+]
diff --git a/static/timeago-hu.json b/static/timeago-hu.json
new file mode 100644
index 00000000..2e6e405d
--- /dev/null
+++ b/static/timeago-hu.json
@@ -0,0 +1,10 @@
+[
+ "pont most",
+ "%s másodperce",
+ "%s perce",
+ "%s órája",
+ "%s napja",
+ "%s hete",
+ "%s hónapja",
+ "%s éve"
+]
diff --git a/static/timeago-it.json b/static/timeago-it.json
new file mode 100644
index 00000000..39b4cd11
--- /dev/null
+++ b/static/timeago-it.json
@@ -0,0 +1,10 @@
+[
+ "adesso",
+ ["%s secondo fa", "%s secondi fa"],
+ ["%s minuto fa", "%s minuti fa"],
+ ["%s ora fa", "%s ore fa"],
+ ["%s giorno fa", "%s giorni fa"],
+ ["%s settimana fa", "%s settimane fa"],
+ ["%s mese fa", "%s mesi fa"],
+ ["%s anno fa", "%s anni fa"]
+]
diff --git a/static/timeago-ja.json b/static/timeago-ja.json
new file mode 100644
index 00000000..a0f975be
--- /dev/null
+++ b/static/timeago-ja.json
@@ -0,0 +1,10 @@
+[
+ "たった今",
+ "%s 秒前",
+ "%s 分前",
+ "%s 時間前",
+ "%s 日前",
+ "%s 週間前",
+ "%s ヶ月前",
+ "%s 年前"
+]