From 77eecedff4f025e209676f034a1db7af2cbeefee Mon Sep 17 00:00:00 2001 From: sws2apps-admin Date: Thu, 31 Oct 2024 23:51:02 +0300 Subject: [PATCH] New translations release_notes.json (Dutch) --- src/locales/nl-NL/release_notes.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/locales/nl-NL/release_notes.json diff --git a/src/locales/nl-NL/release_notes.json b/src/locales/nl-NL/release_notes.json new file mode 100644 index 0000000000..0cea6d5ab4 --- /dev/null +++ b/src/locales/nl-NL/release_notes.json @@ -0,0 +1,26 @@ +{ + "next": { + "images": { + "img_01": { + "src": "https://raw.githubusercontent.com/sws2apps/organized-app/refs/heads/main/src/assets/img/whatsnew_organized_ui.svg", + "tr_title": "All-new design, faster performance!", + "tr_desc": "Organized has a brand new design that’s better, faster and easier to use than ever! Now it’s your turn to explore!" + }, + "img_02": { + "src": "https://raw.githubusercontent.com/sws2apps/organized-app/refs/heads/main/src/assets/img/whatsnew_pioneer_application.svg", + "tr_title": "Quick and easy auxiliary pioneer submissions!", + "tr_desc": "Just as easy for you to submit, as it is for your elders to review!" + }, + "img_03": { + "src": "https://raw.githubusercontent.com/sws2apps/organized-app/refs/heads/main/src/assets/img/whatsnew_publisher_records.svg", + "tr_title": "Publisher records (S-21) at your fingertips!", + "tr_desc": "View and export all the info and statistics. Everything a secretary needs for reporting is just one click away!" + } + }, + "improvements": { + "tr_note_01": "A new user guide is now available at guide.organized-app.com.", + "tr_note_02": "Include songs in the public talk list for both visiting and local speakers.", + "tr_note_03": "4 new color schemes in addition to the dark and light themes." + } + } +}