Skip to content

Commit

Permalink
Merge pull request #25 from vassbo/dev
Browse files Browse the repository at this point in the history
v0.3.3
  • Loading branch information
vassbo authored May 28, 2022
2 parents a9083b9 + 8aa4fce commit 66efa7a
Show file tree
Hide file tree
Showing 76 changed files with 1,913 additions and 3,330 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freeshow",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"main": "build/electron/index.js",
"description": "An application for showing song lyrics and more for free!",
Expand Down
Binary file added public/import-logos/xml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 17 additions & 6 deletions public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"tooltip": {
"project": "Create a new project where you can add and arange shows.",
"show": "Create a new show where you can add song lyrics, presentations and media. Hold ctrl to create empty.",
"show": "Create a new show where you can add song lyrics, presentations and media. Hold Ctrl/Cmd to create empty.",
"groups": "All the groups in the current show and all the global groups. Click or drag them to add them to the current layout.",
"layout": "Add transitions and next timers to slides in current layout.",
"media": "All media in current show. Show them, or drag them to current layout.",
Expand All @@ -40,7 +40,8 @@
"items": "Add and arrange items.",
"slide": "Edit current slide.",
"filters": "Change the look of the selected element.",
"options": "More options."
"options": "More options.",
"scripture": "Hold Ctrl/Cmd or Shift to select multiple verses."
},
"setup": {
"good_luck": "I hope you find this software useful. Good luck showing! :)",
Expand Down Expand Up @@ -134,6 +135,7 @@
"_title_display_stop": "Stop presentation"
},
"empty": {
"general": "Nothing here",
"project_select": "Select a project",
"show": "No show selected",
"shows": "No shows",
Expand All @@ -148,7 +150,7 @@
"groups": "No groups",
"events": "No events",
"text": "Type something",
"timers": "No timers in the shows in this project"
"timers": "No global timers or private in the shows in this project"
},
"remote": {
"projects": "Projects",
Expand All @@ -168,7 +170,9 @@
"error": {
"no_show": "Could not find show",
"no_layouts": "Could not find any layouts",
"load": "Cound not load",
"load": "Could not load",
"bible": "Could not find local scripture",
"bible_api": "Could not load scripture from API.Bible, do you have an internet connection?",
"not_found": "Not found",
"display": "Could not show output window on current display",
"keep_one_layout": "You have to have at least one layout"
Expand Down Expand Up @@ -260,12 +264,14 @@
"popup": {
"show": "New show",
"rename": "Rename",
"timer": "Timer",
"transition": "Transition",
"delete_show": "Delete show",
"delete_show_confirmation": "Are you sure you want to delete",
"change_name": "Change name on",
"import": "Import",
"export": "Export",
"import_scripture": "Import scripture",
"about": "About",
"shortcuts": "Shortcuts",
"icon": "Icons",
Expand All @@ -283,12 +289,14 @@
"show": "New show",
"empty_show": "New empty show",
"project": "New project",
"timer": "New timer",
"category": "New category",
"private": "New private show",
"folder": "New folder",
"slide": "New slide",
"overlay": "New overlay",
"template": "New template",
"scripture": "New scripture",
"event": "New event"
},
"show": {
Expand Down Expand Up @@ -462,11 +470,11 @@
"next_slide_text": "Next slide text",
"next_slide": "Next slide",
"next_slide_notes": "Next slide notes",
"timers": "Timers",
"time": "Time",
"system_clock": "System clock",
"video_time": "Video time",
"video_countdown": "Video countdown",
"project_timers": "Project timers",
"global_timers": "Global timers",
"other": "Other",
"chords": "Chords",
"message": "Message",
Expand Down Expand Up @@ -494,6 +502,7 @@
"full_colors": "Full slide group colors",
"auto_output": "Show output screen on startup",
"display_metadata": "Display metadata while showing",
"split_lines": "Numbers of lines when creating a show",
"default_project_name": "Default project name",
"resolution": "Resolution",
"video_extensions": "Video extensions",
Expand Down Expand Up @@ -534,6 +543,8 @@
"today": "Today"
},
"scripture": {
"bibles": "Bibles from API.Bible",
"custom": "Or import your own",
"max_verses": "Max verses per slide",
"verse_numbers": "Verse numbers",
"version": "Show version",
Expand Down
21 changes: 16 additions & 5 deletions public/lang/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"tooltip": {
"project": "Opprett ett nytt prosjekt hvor du kan legge til og organisere show.",
"show": "Opprett ett nytt show hvor du kan legge til sangtekster, presentasjoner og medier. Hold ctrl for å opprette tomt.",
"show": "Opprett ett nytt show hvor du kan legge til sangtekster, presentasjoner og medier. Hold Ctrl/Cmd for å opprette tomt.",
"groups": "Alle gruppene i valgt show og alle globale grupper. Klikk eller dra dem for å legge dem til i valgt oppsett.",
"layout": "Legg til overganger og tid til neste til lysbilder i valgt oppsett.",
"media": "Alle medier i valgt show. Vis dem, eller dra dem til nåværende oppsett.",
Expand All @@ -40,7 +40,8 @@
"items": "Legg til eller ordne elementer.",
"slide": "Rediger valgt lysbilde.",
"filters": "Endre utseendet for det valgte elementet.",
"options": "Flere alternativer."
"options": "Flere alternativer.",
"scripture": "Hold Ctrl/Cmd eller Shift for å velge flere vers."
},
"setup": {
"good_luck": "Jeg håper du får god nytte av dette programmet. Lykke til med visningen! :)",
Expand Down Expand Up @@ -134,6 +135,7 @@
"_title_display_stop": "Stopp presentatsjon"
},
"empty": {
"general": "Ingenting her",
"project_select": "Velg et prosjekt",
"show": "Ingen show valgt",
"shows": "Ingen show",
Expand All @@ -148,7 +150,7 @@
"groups": "Ingen grupper",
"events": "Ingen arrangement",
"text": "Skriv noe",
"timers": "Ingen nedtellinger i noen show i dette prosjektet"
"timers": "Ingen globale nedtellinger, eller private i noen show i dette prosjektet"
},
"remote": {
"projects": "Prosjekter",
Expand All @@ -169,6 +171,8 @@
"no_show": "Kunne ikke finne noen show",
"no_layouts": "Kunne ikke finne noen oppsett",
"load": "Kunne ikke laste inn",
"bible": "Kunne ikke finne lokal bibel",
"bible_api": "Kunne ikke laste inn bibel fra API.Bible, har du en internettforbindelse?",
"not_found": "Ikke funnet",
"display": "Kunne ikke vise utgangsvindu på nåværende skjerm",
"keep_one_layout": "Du må ha minst ett oppsett"
Expand Down Expand Up @@ -260,12 +264,14 @@
"popup": {
"show": "Nytt show",
"rename": "Gi nytt navn",
"timer": "Nedtelling",
"transition": "Overgang",
"delete_show": "Slett show",
"delete_show_confirmation": "Er du sikker på at du vil slette",
"change_name": "Endre navn på",
"import": "Importer",
"export": "Eksporter",
"import_scripture": "Importer en bibel",
"about": "Om",
"shortcuts": "Hurtigtaster",
"icon": "Ikoner",
Expand All @@ -283,12 +289,14 @@
"show": "Nytt show",
"empty_show": "Nytt tomt show",
"project": "Nytt prosjekt",
"timer": "Ny nedtelling",
"category": "Ny kategori",
"private": "Nytt privat show",
"folder": "Ny mappe",
"slide": "Nytt lysbilde",
"overlay": "Nytt overlegg",
"template": "Ny mal",
"scripture": "Ny bibel",
"event": "Nytt arrangement"
},
"show": {
Expand Down Expand Up @@ -462,11 +470,11 @@
"next_slide": "Neste lysbilde",
"next_slide_text": "Neste lysbilde tekst",
"next_slide_notes": "Neste lysbilde notater",
"timers": "Tid",
"time": "Tid",
"system_clock": "Systemklokke",
"video_time": "Videotid",
"video_countdown": "Video nedtelling",
"project_timers": "Prosjekt-nedtellinger",
"global_timers": "Globale nedtellinger",
"other": "Andre",
"chords": "Akkorder",
"message": "Melding",
Expand Down Expand Up @@ -494,6 +502,7 @@
"full_colors": "Full lysbilde gruppefarger",
"auto_output": "Vis utgangsskjerm ved oppstart",
"display_metadata": "Vis metadata under presentering",
"split_lines": "Antall linjer ved oppretting av show",
"default_project_name": "Standard prosjektnavn",
"resolution": "Oppløsning",
"video_extensions": "Videoutvidelse",
Expand Down Expand Up @@ -534,6 +543,8 @@
"today": "I dag"
},
"scripture": {
"bibles": "Bibler fra API.Bible",
"custom": "Eller importer dine egene",
"max_verses": "Maks vers per lysbilde",
"verse_numbers": "Versnummer",
"version": "Vis versjon",
Expand Down
21 changes: 16 additions & 5 deletions public/lang/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"tooltip": {
"project": "Vytvorí projekt, kde môžete pridávať a upravovať prezentácie.",
"show": "Vytvorí nové prezentácie, kde môžete pridávať texty piestí, prezentácie a médiá. Podržaním Ctrl sa vytvorí prázdne.",
"show": "Vytvorí nové prezentácie, kde môžete pridávať texty piestí, prezentácie a médiá. Podržaním Ctrl/Cmd sa vytvorí prázdne.",
"groups": "Všetky skupiny v aktuálnej prezentácii a všetkých globálnych skupinách. Kliknutím alebo presunutím ich pridáte do aktuálneho rozloženia.",
"layout": "Pridá prechody a časovače do snímkov v aktuálnom rozložení.",
"media": "Všetky médiá v aktuálnej prezentácii. Môžete ich zobraziť alebo presunúť do aktuálneho rozloženia.",
Expand All @@ -40,7 +40,8 @@
"items": "Pridá a zoradí položky.",
"slide": "Upraví aktuálny snímok.",
"filters": "Change the look of the selected element.",
"options": "More options."
"options": "More options.",
"scripture": "Hold Ctrl/Cmd or Shift to select multiple verses."
},
"setup": {
"good_luck": "Dúfam, že vám tento softvér bude užitočný. Veľa šťastia pri prezentácii! :)",
Expand Down Expand Up @@ -134,6 +135,7 @@
"_title_display_stop": "Zastaví prezentáciu"
},
"empty": {
"general": "Nothing here",
"project_select": "Vybrať projekt",
"show": "Nie je vybratá žiadna prezentácia",
"shows": "Žiadne prezentácie",
Expand All @@ -148,7 +150,7 @@
"groups": "Žiadne skupiny",
"events": "Žiadne udalosti",
"text": "Niečo napíšte",
"timers": "Žiadne časovače v prezentácii v tomto projekte"
"timers": "No global timers or private in the shows in this project"
},
"remote": {
"projects": "Projekty",
Expand All @@ -169,6 +171,8 @@
"no_show": "Nenašla sa prezentácia",
"no_layouts": "Nenašli sa rozloženia",
"load": "Nepodarilo sa načítať",
"bible": "Could not find local scripture",
"bible_api": "Could not load scripture from API.Bible, do you have an internet connection?",
"not_found": "Nenašlo sa",
"display": "Nepodarilo sa zobraziť výstupné okno na aktuálnej obrazovke",
"keep_one_layout": "Musíte mať aspoň jedno rozloženie"
Expand Down Expand Up @@ -260,12 +264,14 @@
"popup": {
"show": "Nová prezentácia",
"rename": "Premenovať",
"timer": "Timer",
"transition": "Prechod",
"delete_show": "Odstrániť prezentáciu",
"delete_show_confirmation": "Naozaj ju chcete odstrániť?",
"change_name": "Premenovať",
"import": "Import",
"export": "Export",
"import_scripture": "Import scripture",
"about": "Viac info",
"shortcuts": "Skratky",
"icon": "Ikony",
Expand All @@ -283,12 +289,14 @@
"show": "Nová prezentácia",
"empty_show": "Nová prázdna prezentácia",
"project": "Nový projekt",
"timer": "New timer",
"category": "Nová kategória",
"private": "Nová súkromná prezentácia",
"folder": "Nový priečinok",
"slide": "Nový snímok",
"overlay": "Nový prekryv",
"template": "Nová šablóna",
"scripture": "New scripture",
"event": "Nová udalosť"
},
"show": {
Expand Down Expand Up @@ -462,11 +470,11 @@
"next_slide_text": "Text aktuálneho snímku",
"next_slide": "Ďalší snímok",
"next_slide_notes": "Poznámky ďalšieho snímku",
"timers": "Časovače",
"time": "Time",
"system_clock": "Systémové hodiny",
"video_time": "Video čas",
"video_countdown": "Video odpočet",
"project_timers": "Projektové časovače",
"global_timers": "Global timers",
"other": "Iné",
"chords": "Akordy",
"message": "Správa",
Expand Down Expand Up @@ -494,6 +502,7 @@
"full_colors": "Plné farby skupín snímok",
"auto_output": "Zobraziť výstupné okno pri spustení",
"display_metadata": "Zobrazova metadata pri prezentácii",
"split_lines": "Numbers of lines when creating a show",
"default_project_name": "Predvolený názov projektu",
"resolution": "Rozlíšenie",
"video_extensions": "Prípony videí",
Expand Down Expand Up @@ -534,6 +543,8 @@
"today": "Dnes"
},
"scripture": {
"bibles": "Bibles from API.Bible",
"custom": "Or import your own",
"max_verses": "Maximum veršov na snímok",
"verse_numbers": "Čísla veršov",
"version": "Zobraziť preklad",
Expand Down
Loading

0 comments on commit 66efa7a

Please sign in to comment.