選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

eo.js 572B

123456789101112131415161718192021222324252627
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var eo = {
  4. code: 'eo',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Antaŭa',
  11. next: 'Sekva',
  12. today: 'Hodiaŭ',
  13. month: 'Monato',
  14. week: 'Semajno',
  15. day: 'Tago',
  16. list: 'Tagordo',
  17. },
  18. weekText: 'Sm',
  19. allDayText: 'Tuta tago',
  20. moreLinkText: 'pli',
  21. noEventsText: 'Neniuj eventoj por montri',
  22. };
  23. return eo;
  24. }());