From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/i18n/en/widgets.json | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Neutron-trunk/resources/i18n/en/widgets.json (limited to 'Neutron-trunk/resources/i18n/en/widgets.json') diff --git a/Neutron-trunk/resources/i18n/en/widgets.json b/Neutron-trunk/resources/i18n/en/widgets.json new file mode 100644 index 0000000..ce372dc --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/widgets.json @@ -0,0 +1,51 @@ +{ + "calendar": { + "today": "Today", + "nothing": "No upcoming event", + "corrupt": "Calendar database corrupted", + "more": "View all..." + }, + "clock": { + "ordinal": "1st", + "days": [ + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday", + "Sunday" + ], + "months": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ] + }, + "unconfigured": "The widget hasn't been configured yet", + "test": { + "welcome": "Welcome", + "success": "Neutron has been successfully installed.", + "admin": "Go to your admin interface to customize your website." + }, + "views": { + "intro": "You are the", + "ordinals": { + "1": "st", + "2": "nd", + "3": "rd", + "4": "th" + }, + "error": "error", + "outro": "person to view this website today" + } +} \ No newline at end of file -- cgit