mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 02:56:52 -04:00
Introduced new i18n message 'timeslider.dateonlyformat'
This commit is contained in:
parent
4ea6ab6827
commit
d1062fea5e
28 changed files with 28 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
"timeslider.version": "Weergawe {{version}}",
|
||||
"timeslider.saved": "Gestoor op {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}-{{month}}-{{day}}",
|
||||
"timeslider.month.january": "Januarie",
|
||||
"timeslider.month.february": "Februarie",
|
||||
"timeslider.month.march": "Maart",
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
"timeslider.version": "Versi\u00f3n {{version}}",
|
||||
"timeslider.saved": "Guard\u00e1u el {{day}} de {{month}} de {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "de xineru",
|
||||
"timeslider.month.february": "de febreru",
|
||||
"timeslider.month.march": "de marzu",
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
"timeslider.version": "Versiya {{versiya}}",
|
||||
"timeslider.saved": "Saxlan\u0131ld\u0131 {{ay}} {{g\u00fcn}}, {{il}}",
|
||||
"timeslider.dateformat": "{{ay}}\/{{g\u00fcn}}\/{{il}} {{saat}}:{{d\u0259qiq\u0259}}:{{saniy\u0259}}",
|
||||
"timeslider.dateonlyformat": "{{ay}}\/{{g\u00fcn}}\/{{il}}",
|
||||
"timeslider.month.january": "Yanvar",
|
||||
"timeslider.month.february": "Fevral",
|
||||
"timeslider.month.march": "Mart",
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
"timeslider.version": "Verze {{version}}",
|
||||
"timeslider.saved": "Ulo\u017eeno {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{day}} {{month}} {{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}} {{month}} {{year}}",
|
||||
"timeslider.month.january": "leden",
|
||||
"timeslider.month.february": "\u00fanor",
|
||||
"timeslider.month.march": "b\u0159ezen",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Version {{version}}",
|
||||
"timeslider.saved": "Gemt den {{day}}.{{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "januar",
|
||||
"timeslider.month.february": "februar",
|
||||
"timeslider.month.march": "marts",
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
"timeslider.version": "Version {{version}}",
|
||||
"timeslider.saved": "Gespeichert am {{day}}.{{month}}.{{year}}",
|
||||
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}.{{month}}.{{year}}",
|
||||
"timeslider.month.january": "Januar",
|
||||
"timeslider.month.february": "Februar",
|
||||
"timeslider.month.march": "M\u00e4rz",
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"timeslider.version": "Versiyon\u00ea {{version}}",
|
||||
"timeslider.saved": "{{day}} {{month}}, {{year}} de biyo qeyd",
|
||||
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{month}}\/{{day}}\/{{year}}",
|
||||
"timeslider.month.january": "\u00c7ele",
|
||||
"timeslider.month.february": "\u015e\u0131bate",
|
||||
"timeslider.month.march": "Adar",
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
"timeslider.version": "\u0388\u03ba\u03b4\u03bf\u03c3\u03b7 {{\u03ad\u03ba\u03b4\u03bf\u03c3\u03b7}}",
|
||||
"timeslider.saved": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf\u03c2 {{\u03bc\u03ae\u03bd\u03b1\u03c2}} {{\u03b7\u03bc\u03ad\u03c1\u03b1}}, {{\u03ad\u03c4\u03bf\u03c2}}",
|
||||
"timeslider.dateformat": "{{\u03bc\u03ae\u03bd\u03b1\u03c2}}\/{{\u03b7\u03bc\u03ad\u03c1\u03b1}}\/{{\u03ad\u03c4\u03bf\u03c2}} {{\u03ce\u03c1\u03b5\u03c2}}:{{\u03bb\u03b5\u03c0\u03c4\u03ac}}:{{\u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1}}",
|
||||
"timeslider.dateonlyformat": "{{\u03bc\u03ae\u03bd\u03b1\u03c2}}\/{{\u03b7\u03bc\u03ad\u03c1\u03b1}}\/{{\u03ad\u03c4\u03bf\u03c2}}",
|
||||
"timeslider.month.january": "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2",
|
||||
"timeslider.month.february": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2",
|
||||
"timeslider.month.march": "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -88,6 +88,7 @@
|
|||
"timeslider.version": "Versi\u00f3n {{version}}",
|
||||
"timeslider.saved": "Guardado el {{day}} de {{month}} de {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "Enero",
|
||||
"timeslider.month.february": "Febrero",
|
||||
"timeslider.month.march": "Marzo",
|
||||
|
|
|
@ -88,6 +88,7 @@
|
|||
"timeslider.version": "Versio {{version}}",
|
||||
"timeslider.saved": "Tallennettu {{day}}. {{month}}ta {{year}}",
|
||||
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}.{{month}}.{{year}}",
|
||||
"timeslider.month.january": "tammikuu",
|
||||
"timeslider.month.february": "helmikuu",
|
||||
"timeslider.month.march": "maaliskuu",
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"timeslider.version": "Version {{version}}",
|
||||
"timeslider.saved": "Enregistr\u00e9 le {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{j}}\/{{mois}}\/{{ann\u00e9e}} {{h}}:{{minutes}}:{{secondes}}",
|
||||
"timeslider.dateonlyformat": "{{j}}\/{{mois}}\/{{ann\u00e9e}}",
|
||||
"timeslider.month.january": "Janvier",
|
||||
"timeslider.month.february": "F\u00e9vrier",
|
||||
"timeslider.month.march": "Mars",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Versi\u00f3n {{version}}",
|
||||
"timeslider.saved": "Gardado o {{day}} de {{month}} de {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "xaneiro",
|
||||
"timeslider.month.february": "febreiro",
|
||||
"timeslider.month.march": "marzo",
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
"timeslider.version": "\u05d2\u05e8\u05e1\u05d4 {{version}}",
|
||||
"timeslider.saved": "\u05e0\u05e9\u05de\u05e8\u05d4 \u05d1\u05be{{day}} \u05d1{{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}-{{month}}-{{day}}",
|
||||
"timeslider.month.january": "\u05d9\u05e0\u05d5\u05d0\u05e8",
|
||||
"timeslider.month.february": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8",
|
||||
"timeslider.month.march": "\u05de\u05e8\u05e5",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "{{version}} verzi\u00f3",
|
||||
"timeslider.saved": "{{year}}. {{month}} {{day}}-n elmentve",
|
||||
"timeslider.dateformat": "{{year}}\/{{month}}\/{{day}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}\/{{month}}\/{{day}}",
|
||||
"timeslider.month.january": "janu\u00e1r",
|
||||
"timeslider.month.february": "febru\u00e1r",
|
||||
"timeslider.month.march": "m\u00e1rcius",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Versione {{version}}",
|
||||
"timeslider.saved": "Salvato {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "gennaio",
|
||||
"timeslider.month.february": "febbraio",
|
||||
"timeslider.month.march": "marzo",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "\u30d0\u30fc\u30b8\u30e7\u30f3 {{version}}",
|
||||
"timeslider.saved": "| {{year}}\u5e74{{month}}{{day}}\u65e5\u306b\u4fdd\u5b58",
|
||||
"timeslider.dateformat": "{{year}}\u5e74{{month}}{{day}}\u65e5 {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}\u5e74{{month}}{{day}}\u65e5",
|
||||
"timeslider.month.january": "1\u6708",
|
||||
"timeslider.month.february": "2\u6708",
|
||||
"timeslider.month.march": "3\u6708",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "\ubc84\uc804 {{version}}",
|
||||
"timeslider.saved": "{{year}}\ub144 {{month}} {{day}}\uc77c\uc5d0 \uc800\uc7a5\ud568",
|
||||
"timeslider.dateformat": "{{year}}\ub144\/{{month}}\/{{day}}\uc77c {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}\ub144\/{{month}}\/{{day}}\uc77c",
|
||||
"timeslider.month.january": "1\uc6d4",
|
||||
"timeslider.month.february": "2\uc6d4",
|
||||
"timeslider.month.march": "3\uc6d4",
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
"timeslider.version": "V\u00e4sjon {{version}}",
|
||||
"timeslider.saved": "Fa\u00dfjehallde aam {{day}}. {{month}} {{year}}",
|
||||
"timeslider.dateformat": "amm {{day}}. {{month}} {{year}} \u00f6m {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "amm {{day}}. {{month}} {{year}}",
|
||||
"timeslider.month.january": "Jannewaa",
|
||||
"timeslider.month.february": "F\u00e4\u00e4browaa",
|
||||
"timeslider.month.march": "M\u00e4\u00e4z",
|
||||
|
|
|
@ -88,6 +88,7 @@
|
|||
"timeslider.version": "\u0412\u0435\u0440\u0437\u0438\u0458\u0430 {{version}}",
|
||||
"timeslider.saved": "\u0417\u0430\u0447\u0443\u0432\u0430\u043d\u043e \u043d\u0430 {{day}} {{month}} {{year}} \u0433.",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "\u0458\u0430\u043d\u0443\u0430\u0440\u0438",
|
||||
"timeslider.month.february": "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438",
|
||||
"timeslider.month.march": "\u043c\u0430\u0440\u0442",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Versi {{version}}",
|
||||
"timeslider.saved": "Disimpan pada {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "Januari",
|
||||
"timeslider.month.february": "Februari",
|
||||
"timeslider.month.march": "Mac",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Versie {{version}}",
|
||||
"timeslider.saved": "Opgeslagen op {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}-{{month}}-{{day}}",
|
||||
"timeslider.month.january": "januari",
|
||||
"timeslider.month.february": "februari",
|
||||
"timeslider.month.march": "maart",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Utg\u00e5ve {{version}}",
|
||||
"timeslider.saved": "Lagra {{day}}. {{month}}, {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}.{{minutes}}.{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "januar",
|
||||
"timeslider.month.february": "februar",
|
||||
"timeslider.month.march": "mars",
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
"timeslider.version": "Wersja {{version}}",
|
||||
"timeslider.saved": "Zapisano {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}-{{month}}-{{day}}",
|
||||
"timeslider.month.january": "Stycze\u0144",
|
||||
"timeslider.month.february": "Luty",
|
||||
"timeslider.month.march": "Marzec",
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
"timeslider.version": "Versioni {{version}}",
|
||||
"timeslider.saved": "Ruajtur m\u00eb {{month}} {{day}}, {{year}}",
|
||||
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{month}}\/{{day}}\/{{year}}",
|
||||
"timeslider.month.january": "Janar",
|
||||
"timeslider.month.february": "Shkurt",
|
||||
"timeslider.month.march": "Mars",
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
"timeslider.version": "Version {{version}}",
|
||||
"timeslider.saved": "Sparades den {{day}} {{month}} {{year}}",
|
||||
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{day}}\/{{month}}\/{{year}}",
|
||||
"timeslider.month.january": "januari",
|
||||
"timeslider.month.february": "februari",
|
||||
"timeslider.month.march": "mars",
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
"timeslider.version": "\u0412\u0435\u0440\u0441\u0456\u044f {{version}}",
|
||||
"timeslider.saved": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e {{month}} {{day}}, {{year}}",
|
||||
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{month}}\/{{day}}\/{{year}}",
|
||||
"timeslider.month.january": "\u0421\u0456\u0447\u0435\u043d\u044c",
|
||||
"timeslider.month.february": "\u041b\u044e\u0442\u0438\u0439",
|
||||
"timeslider.month.march": "\u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c",
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
"timeslider.version": "\u7248\u672c{{version}}",
|
||||
"timeslider.saved": "{{year}}{{month}}{{day}}\u4fdd\u5b58",
|
||||
"timeslider.dateformat": "{{year}}{{month}}{{day}} {{hours}}:{{minutes}}:{{seconds}}",
|
||||
"timeslider.dateonlyformat": "{{year}}{{month}}{{day}}",
|
||||
"timeslider.month.january": "1\u6708",
|
||||
"timeslider.month.february": "2\u6708",
|
||||
"timeslider.month.march": "3\u6708",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue