From 30d3f54659f737b4808a044dd9fb23982ac229c3 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:31 +0100 Subject: [PATCH 01/55] New translations en.json (French) --- src/lib/i18n/locales/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/fr.json b/src/lib/i18n/locales/fr.json index 8c692bb5..5979c0d6 100644 --- a/src/lib/i18n/locales/fr.json +++ b/src/lib/i18n/locales/fr.json @@ -21,8 +21,8 @@ "size": "Taille de l'affichage" }, "movies": { - "noneFound": "Aucun film ne correspond à ces critères.", - "noneAdded": "Vous n'avez ajouté aucun film pour le moment.", + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", "badgeWatched": "Déjà vu", "posterAlt": "Affiche de {title}" } From a01319f96ae2f34d72cbbee3c22d3dc3e971591d Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:32 +0100 Subject: [PATCH 02/55] New translations en.json (Spanish) --- src/lib/i18n/locales/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/es.json b/src/lib/i18n/locales/es.json index 641e57bd..f3988ca1 100644 --- a/src/lib/i18n/locales/es.json +++ b/src/lib/i18n/locales/es.json @@ -21,8 +21,8 @@ "size": "Tamaño de visualización" }, "movies": { - "noneFound": "No se encontró ninguna película que coincida con estos criterios.", - "noneAdded": "Aún no has agregado ninguna película.", + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", "badgeWatched": "Ya vista", "posterAlt": "Póster de {title}" } From 8afd9e14cbb1ea8b850cbbc5db9c13cd1477aa40 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:33 +0100 Subject: [PATCH 03/55] New translations en.json (German) --- src/lib/i18n/locales/de.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/de.json b/src/lib/i18n/locales/de.json index abff3534..a1f3fe54 100644 --- a/src/lib/i18n/locales/de.json +++ b/src/lib/i18n/locales/de.json @@ -21,8 +21,8 @@ "size": "Größe" }, "movies": { - "noneFound": "Kein Film entspricht diesen Kriterien", - "noneAdded": "Du hast noch keine Filme hinzugefügt", + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", "badgeWatched": "Angesehen", "posterAlt": "Poster von {title}" } From f804492a7103535f7a647da2606daa6fed17eeeb Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:35 +0100 Subject: [PATCH 04/55] New translations en.json (Romanian) --- src/lib/i18n/locales/ro.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/ro.json diff --git a/src/lib/i18n/locales/ro.json b/src/lib/i18n/locales/ro.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/ro.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From e85f55792cad169490c54d555297ae5c36ced6d4 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:36 +0100 Subject: [PATCH 05/55] New translations en.json (Afrikaans) --- src/lib/i18n/locales/af.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/af.json diff --git a/src/lib/i18n/locales/af.json b/src/lib/i18n/locales/af.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/af.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From ad78d9c85c0328b7716359347139147290a2e38e Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:37 +0100 Subject: [PATCH 06/55] New translations en.json (Arabic) --- src/lib/i18n/locales/ar.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/ar.json diff --git a/src/lib/i18n/locales/ar.json b/src/lib/i18n/locales/ar.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/ar.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From c793959e45d1d37555be7d4d75498a9b5cb092db Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:38 +0100 Subject: [PATCH 07/55] New translations en.json (Catalan) --- src/lib/i18n/locales/ca.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/ca.json diff --git a/src/lib/i18n/locales/ca.json b/src/lib/i18n/locales/ca.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/ca.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From adf95dec417243aa032d0f5db173c2023674e655 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:39 +0100 Subject: [PATCH 08/55] New translations en.json (Czech) --- src/lib/i18n/locales/cs.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/cs.json diff --git a/src/lib/i18n/locales/cs.json b/src/lib/i18n/locales/cs.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/cs.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 8588f77e1a318ebd88740f788dbae4a7f3f2f340 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:40 +0100 Subject: [PATCH 09/55] New translations en.json (Danish) --- src/lib/i18n/locales/da.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/da.json diff --git a/src/lib/i18n/locales/da.json b/src/lib/i18n/locales/da.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/da.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From c9dc0c40383158b1dccddb8c38a6380894b00074 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:41 +0100 Subject: [PATCH 10/55] New translations en.json (Greek) --- src/lib/i18n/locales/el.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/el.json diff --git a/src/lib/i18n/locales/el.json b/src/lib/i18n/locales/el.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/el.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From fa29ad044b986b081df6fea7afa827e7989286ef Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:42 +0100 Subject: [PATCH 11/55] New translations en.json (Finnish) --- src/lib/i18n/locales/fi.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/fi.json diff --git a/src/lib/i18n/locales/fi.json b/src/lib/i18n/locales/fi.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/fi.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 6f247cdf877cdc095981cc882577ce043052b96f Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:44 +0100 Subject: [PATCH 12/55] New translations en.json (Hebrew) --- src/lib/i18n/locales/he.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/he.json diff --git a/src/lib/i18n/locales/he.json b/src/lib/i18n/locales/he.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/he.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From c533e11f388d7f4bfa0f1833f2b64e6db219a72c Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:45 +0100 Subject: [PATCH 13/55] New translations en.json (Hungarian) --- src/lib/i18n/locales/hu.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/hu.json diff --git a/src/lib/i18n/locales/hu.json b/src/lib/i18n/locales/hu.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/hu.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From b6def71bbe7c663f5660c2795dceccbf71fa269f Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:46 +0100 Subject: [PATCH 14/55] New translations en.json (Italian) --- src/lib/i18n/locales/it.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/it.json diff --git a/src/lib/i18n/locales/it.json b/src/lib/i18n/locales/it.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/it.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From e138007f4af3bd7efbc5d5f2ea55f82044700baf Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:47 +0100 Subject: [PATCH 15/55] New translations en.json (Japanese) --- src/lib/i18n/locales/ja.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/ja.json diff --git a/src/lib/i18n/locales/ja.json b/src/lib/i18n/locales/ja.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/ja.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 9a6b99b88373815b33e64a67a38a583a7e1f06ab Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:48 +0100 Subject: [PATCH 16/55] New translations en.json (Korean) --- src/lib/i18n/locales/ko.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/ko.json diff --git a/src/lib/i18n/locales/ko.json b/src/lib/i18n/locales/ko.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/ko.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 5d28f1ae47b1f0e21a24a0c6db8411e47c8d7ee8 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:49 +0100 Subject: [PATCH 17/55] New translations en.json (Dutch) --- src/lib/i18n/locales/nl.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/nl.json diff --git a/src/lib/i18n/locales/nl.json b/src/lib/i18n/locales/nl.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/nl.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 684818d2ddba5683d8cfc75c1021ba5ec9653dcd Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:50 +0100 Subject: [PATCH 18/55] New translations en.json (Norwegian) --- src/lib/i18n/locales/no.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/no.json diff --git a/src/lib/i18n/locales/no.json b/src/lib/i18n/locales/no.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/no.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From e0e6f607dd5603b053d68331f66d07b2873d1bd1 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:51 +0100 Subject: [PATCH 19/55] New translations en.json (Polish) --- src/lib/i18n/locales/pl.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/pl.json diff --git a/src/lib/i18n/locales/pl.json b/src/lib/i18n/locales/pl.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/pl.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 230c5926296572db51dbe872875bf7cbae8c8687 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:52 +0100 Subject: [PATCH 20/55] New translations en.json (Portuguese) --- src/lib/i18n/locales/pt.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/pt.json diff --git a/src/lib/i18n/locales/pt.json b/src/lib/i18n/locales/pt.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/pt.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 7fbbea8b58fa0698d2579525c3cbacca1e1d4970 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:53 +0100 Subject: [PATCH 21/55] New translations en.json (Russian) --- src/lib/i18n/locales/ru.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/ru.json diff --git a/src/lib/i18n/locales/ru.json b/src/lib/i18n/locales/ru.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/ru.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From e80576e194394b6c2f29cdcceb1d49e810eac91f Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:54 +0100 Subject: [PATCH 22/55] New translations en.json (Serbian (Cyrillic)) --- src/lib/i18n/locales/sr.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/sr.json diff --git a/src/lib/i18n/locales/sr.json b/src/lib/i18n/locales/sr.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/sr.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 039b3d6d291803dfeaaee7cbefd096e5810fd604 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:55 +0100 Subject: [PATCH 23/55] New translations en.json (Swedish) --- src/lib/i18n/locales/sv.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/sv.json diff --git a/src/lib/i18n/locales/sv.json b/src/lib/i18n/locales/sv.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/sv.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 2da785b19df26ce27d018df7fad5fe5655026dc8 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:56 +0100 Subject: [PATCH 24/55] New translations en.json (Turkish) --- src/lib/i18n/locales/tr.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/tr.json diff --git a/src/lib/i18n/locales/tr.json b/src/lib/i18n/locales/tr.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/tr.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From d8b99ead7cb612677908268df417ad6de3f9cb16 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:31:58 +0100 Subject: [PATCH 25/55] New translations en.json (Ukrainian) --- src/lib/i18n/locales/uk.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/uk.json diff --git a/src/lib/i18n/locales/uk.json b/src/lib/i18n/locales/uk.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/uk.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 4f75bf3ef84f37708b1188a76135544a8ced8093 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:32:00 +0100 Subject: [PATCH 26/55] New translations en.json (Chinese Simplified) --- src/lib/i18n/locales/zh.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/zh.json diff --git a/src/lib/i18n/locales/zh.json b/src/lib/i18n/locales/zh.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/zh.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 5d3ec695d17a2a4ca1b02b0b3bae10ab31dba771 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:32:02 +0100 Subject: [PATCH 27/55] New translations en.json (Vietnamese) --- src/lib/i18n/locales/vi.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib/i18n/locales/vi.json diff --git a/src/lib/i18n/locales/vi.json b/src/lib/i18n/locales/vi.json new file mode 100644 index 00000000..43f456db --- /dev/null +++ b/src/lib/i18n/locales/vi.json @@ -0,0 +1,30 @@ +{ + "title": "Seenivers", + "loading": "Loading...", + "main": { + "nav": { + "add": "Add Movie", + "settings": "Settings" + }, + "search": { + "titlePlaceholder": "Movie Title", + "genreDefault": "No Genre Filter", + "isWatched": { + "all": "All Movies", + "watched": "Already Watched", + "notWatched": "Not Watched Yet" + }, + "resetFilter": "Reset Filter" + }, + "scaling": { + "loading": "Loading...", + "size": "Display Size" + }, + "movies": { + "noneFound": "No movie matches these criteria.", + "noneAdded": "You haven't added any movies yet.", + "badgeWatched": "Already Watched", + "posterAlt": "Poster of {title}" + } + } +} From 3c1bf40671b8b26d9ab8582c07ed9e4f5cc49987 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:20 +0100 Subject: [PATCH 28/55] Update source file en.json --- src/lib/i18n/locales/en.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/en.json b/src/lib/i18n/locales/en.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/en.json +++ b/src/lib/i18n/locales/en.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 575af6bef1fc849f35eb90b2d80f5ab4c88b1c77 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:21 +0100 Subject: [PATCH 29/55] New translations en.json (French) --- src/lib/i18n/locales/fr.json | 116 +++++++++++++++++++++++++++++++++-- 1 file changed, 112 insertions(+), 4 deletions(-) diff --git a/src/lib/i18n/locales/fr.json b/src/lib/i18n/locales/fr.json index 5979c0d6..8485f516 100644 --- a/src/lib/i18n/locales/fr.json +++ b/src/lib/i18n/locales/fr.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Chargement...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Ajouter un film", @@ -17,14 +27,112 @@ "resetFilter": "Réinitialiser le filtre" }, "scaling": { - "loading": "Chargement...", "size": "Taille de l'affichage" }, "movies": { - "noneFound": "No movie matches these criteria.", - "noneAdded": "You haven't added any movies yet.", + "noneFound": "Aucun film ne correspond à ces critères.", + "noneAdded": "Vous n'avez ajouté aucun film pour le moment.", "badgeWatched": "Déjà vu", "posterAlt": "Affiche de {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From bca0d47e748c98ddbb651d50214f665eb865a0d7 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:22 +0100 Subject: [PATCH 30/55] New translations en.json (Spanish) --- src/lib/i18n/locales/es.json | 116 +++++++++++++++++++++++++++++++++-- 1 file changed, 112 insertions(+), 4 deletions(-) diff --git a/src/lib/i18n/locales/es.json b/src/lib/i18n/locales/es.json index f3988ca1..713efd13 100644 --- a/src/lib/i18n/locales/es.json +++ b/src/lib/i18n/locales/es.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Cargando...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Agregar película", @@ -17,14 +27,112 @@ "resetFilter": "Restablecer filtro" }, "scaling": { - "loading": "Cargando...", "size": "Tamaño de visualización" }, "movies": { - "noneFound": "No movie matches these criteria.", - "noneAdded": "You haven't added any movies yet.", + "noneFound": "No se encontró ninguna película que coincida con estos criterios.", + "noneAdded": "Aún no has agregado ninguna película.", "badgeWatched": "Ya vista", "posterAlt": "Póster de {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 68c53b4900aa6b594bec47e2dd488823a74d2d72 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:23 +0100 Subject: [PATCH 31/55] New translations en.json (German) --- src/lib/i18n/locales/de.json | 116 +++++++++++++++++++++++++++++++++-- 1 file changed, 112 insertions(+), 4 deletions(-) diff --git a/src/lib/i18n/locales/de.json b/src/lib/i18n/locales/de.json index a1f3fe54..351033e5 100644 --- a/src/lib/i18n/locales/de.json +++ b/src/lib/i18n/locales/de.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Laden...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Hinzufügen", @@ -17,14 +27,112 @@ "resetFilter": "Filter zurücksetzen" }, "scaling": { - "loading": "Lädt...", "size": "Größe" }, "movies": { - "noneFound": "No movie matches these criteria.", - "noneAdded": "You haven't added any movies yet.", + "noneFound": "Kein Film entspricht diesen Kriterien", + "noneAdded": "Du hast noch keine Filme hinzugefügt", "badgeWatched": "Angesehen", "posterAlt": "Poster von {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 7fe1ddfc8fc800efd931a26ae0f9d660a76746d6 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:25 +0100 Subject: [PATCH 32/55] New translations en.json (Romanian) --- src/lib/i18n/locales/ro.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/ro.json b/src/lib/i18n/locales/ro.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/ro.json +++ b/src/lib/i18n/locales/ro.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 2bed71d83c4946c8bbfe8cd99d92ea49f4d0e87b Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:26 +0100 Subject: [PATCH 33/55] New translations en.json (Afrikaans) --- src/lib/i18n/locales/af.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/af.json b/src/lib/i18n/locales/af.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/af.json +++ b/src/lib/i18n/locales/af.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 79979e6df2ac1fcb94a0ccb3c42590e5149d6be4 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:27 +0100 Subject: [PATCH 34/55] New translations en.json (Arabic) --- src/lib/i18n/locales/ar.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/ar.json b/src/lib/i18n/locales/ar.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/ar.json +++ b/src/lib/i18n/locales/ar.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From c8f0b7538197b2bf52b33f6189e37d4f3da8b88a Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:28 +0100 Subject: [PATCH 35/55] New translations en.json (Catalan) --- src/lib/i18n/locales/ca.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/ca.json b/src/lib/i18n/locales/ca.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/ca.json +++ b/src/lib/i18n/locales/ca.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 9fe3bafd8f3724d15b7725ae51ce3047e7452a2a Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:29 +0100 Subject: [PATCH 36/55] New translations en.json (Czech) --- src/lib/i18n/locales/cs.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/cs.json b/src/lib/i18n/locales/cs.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/cs.json +++ b/src/lib/i18n/locales/cs.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 331d8268f3308ff96f87e8ba45a3576609c718aa Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:30 +0100 Subject: [PATCH 37/55] New translations en.json (Danish) --- src/lib/i18n/locales/da.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/da.json b/src/lib/i18n/locales/da.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/da.json +++ b/src/lib/i18n/locales/da.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 1bbbf9e8f97573bbf92d2fca71f8cd65716dc152 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:31 +0100 Subject: [PATCH 38/55] New translations en.json (Greek) --- src/lib/i18n/locales/el.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/el.json b/src/lib/i18n/locales/el.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/el.json +++ b/src/lib/i18n/locales/el.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From fbf8158c9d28d15ee2beca284701cf29b5b335b9 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:32 +0100 Subject: [PATCH 39/55] New translations en.json (Finnish) --- src/lib/i18n/locales/fi.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/fi.json b/src/lib/i18n/locales/fi.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/fi.json +++ b/src/lib/i18n/locales/fi.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From fde67bf43373999b41c91f95bd29cd5237ddeedc Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:33 +0100 Subject: [PATCH 40/55] New translations en.json (Hebrew) --- src/lib/i18n/locales/he.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/he.json b/src/lib/i18n/locales/he.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/he.json +++ b/src/lib/i18n/locales/he.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 0bd346d467ff9f1002f1171b8f5efe27b247a392 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:34 +0100 Subject: [PATCH 41/55] New translations en.json (Hungarian) --- src/lib/i18n/locales/hu.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/hu.json b/src/lib/i18n/locales/hu.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/hu.json +++ b/src/lib/i18n/locales/hu.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 925e03045c0254316e2245e5d24ab46fbb0416ec Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:35 +0100 Subject: [PATCH 42/55] New translations en.json (Italian) --- src/lib/i18n/locales/it.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/it.json b/src/lib/i18n/locales/it.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/it.json +++ b/src/lib/i18n/locales/it.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 0475451ab4c4626b2dba2a18771ac463f5204748 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:36 +0100 Subject: [PATCH 43/55] New translations en.json (Japanese) --- src/lib/i18n/locales/ja.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/ja.json b/src/lib/i18n/locales/ja.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/ja.json +++ b/src/lib/i18n/locales/ja.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From dbb947573b83eee0a9ccb8502ea61b8b07e0b964 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:37 +0100 Subject: [PATCH 44/55] New translations en.json (Korean) --- src/lib/i18n/locales/ko.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/ko.json b/src/lib/i18n/locales/ko.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/ko.json +++ b/src/lib/i18n/locales/ko.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From b2843d59543340827d485b4813d0e20521b56382 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:39 +0100 Subject: [PATCH 45/55] New translations en.json (Dutch) --- src/lib/i18n/locales/nl.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/nl.json b/src/lib/i18n/locales/nl.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/nl.json +++ b/src/lib/i18n/locales/nl.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 79de9331fe4bd5dd0a808ab1d42320abebf48051 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:40 +0100 Subject: [PATCH 46/55] New translations en.json (Norwegian) --- src/lib/i18n/locales/no.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/no.json b/src/lib/i18n/locales/no.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/no.json +++ b/src/lib/i18n/locales/no.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From a422524a9599d5cfa89d82e8f73bb9d96356a353 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:41 +0100 Subject: [PATCH 47/55] New translations en.json (Polish) --- src/lib/i18n/locales/pl.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/pl.json b/src/lib/i18n/locales/pl.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/pl.json +++ b/src/lib/i18n/locales/pl.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From b577ba6333d1d4489b9651af234f7bee22219388 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:42 +0100 Subject: [PATCH 48/55] New translations en.json (Portuguese) --- src/lib/i18n/locales/pt.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/pt.json b/src/lib/i18n/locales/pt.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/pt.json +++ b/src/lib/i18n/locales/pt.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 8b625de1472c2c6c4b50775e10a8708e36d34642 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:43 +0100 Subject: [PATCH 49/55] New translations en.json (Russian) --- src/lib/i18n/locales/ru.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/ru.json b/src/lib/i18n/locales/ru.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/ru.json +++ b/src/lib/i18n/locales/ru.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 9086a06276e02577996427d6ada324ae43348b1b Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:44 +0100 Subject: [PATCH 50/55] New translations en.json (Serbian (Cyrillic)) --- src/lib/i18n/locales/sr.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/sr.json b/src/lib/i18n/locales/sr.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/sr.json +++ b/src/lib/i18n/locales/sr.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From fcca5c1e4d012c24c992f615198e50fd6ead3b83 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:45 +0100 Subject: [PATCH 51/55] New translations en.json (Swedish) --- src/lib/i18n/locales/sv.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/sv.json b/src/lib/i18n/locales/sv.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/sv.json +++ b/src/lib/i18n/locales/sv.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From e88bcf9b9b97ce5d570837625f963d8ef6ff4261 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:46 +0100 Subject: [PATCH 52/55] New translations en.json (Turkish) --- src/lib/i18n/locales/tr.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/tr.json b/src/lib/i18n/locales/tr.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/tr.json +++ b/src/lib/i18n/locales/tr.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 6dba71d7ae2ef72c7504250390f5e458b70cbb84 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:47 +0100 Subject: [PATCH 53/55] New translations en.json (Ukrainian) --- src/lib/i18n/locales/uk.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/uk.json b/src/lib/i18n/locales/uk.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/uk.json +++ b/src/lib/i18n/locales/uk.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 4f8915adaf83a34575f3bdf21ab30eab236a4790 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:48 +0100 Subject: [PATCH 54/55] New translations en.json (Chinese Simplified) --- src/lib/i18n/locales/zh.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/zh.json b/src/lib/i18n/locales/zh.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/zh.json +++ b/src/lib/i18n/locales/zh.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } } From 8aa9fa477fabcc21c5fb792606dda09d5edb0415 Mon Sep 17 00:00:00 2001 From: Black Tiger <66371975+BlackTiger007@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:52:49 +0100 Subject: [PATCH 55/55] New translations en.json (Vietnamese) --- src/lib/i18n/locales/vi.json | 112 ++++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/src/lib/i18n/locales/vi.json b/src/lib/i18n/locales/vi.json index 43f456db..e55c5344 100644 --- a/src/lib/i18n/locales/vi.json +++ b/src/lib/i18n/locales/vi.json @@ -1,6 +1,16 @@ { - "title": "Seenivers", "loading": "Loading...", + "error": { + "title": "Error" + }, + "nav": { + "back": "Back", + "backToHome": "Back to Home" + }, + "networkStatus": { + "online": "You are connected to the internet", + "offline": "You are not connected to the internet" + }, "main": { "nav": { "add": "Add Movie", @@ -17,7 +27,6 @@ "resetFilter": "Reset Filter" }, "scaling": { - "loading": "Loading...", "size": "Display Size" }, "movies": { @@ -26,5 +35,104 @@ "badgeWatched": "Already Watched", "posterAlt": "Poster of {title}" } + }, + "actor": { + "nav": { + "openTmdb": "Open on TMDB" + }, + "gender": "Gender", + "gendertypes": { + "female": "Female", + "male": "Male", + "nonBinary": "Non-Binary", + "unknown": "Unknown" + }, + "socialLinks": "Social Media", + "knownFor": "Known For", + "birthdate": { + "label": "Born on", + "unknown": "Unknown" + }, + "deathdate": { + "label": "Died on" + }, + "birthplace": { + "label": "Birthplace", + "unknown": "Unknown" + }, + "aliases": { + "label": "Also Known As", + "none": "No other names known" + }, + "biography": { + "label": "Biography", + "none": "No biography available." + }, + "filmography": { + "title": "Filmography (Actor)", + "roleUnknown": "Role unknown", + "releaseUnknown": "N/A" + }, + "crew": { + "title": "Crew Contributions", + "releaseUnknown": "N/A" + } + }, + "add": { + "common": { + "error": "Error", + "close": "Close", + "search": "Search", + "optional": "Optional", + "noResults": "No results found" + }, + "main": { + "buttons": { + "selectFile": "Select Movies", + "selectFolder": "Select Folder", + "clearAll": "Clear All" + }, + "filter": { + "default": "No Filter", + "wait": "Queue ({count})", + "searching": "Searching ({count})", + "notFound": "Not Found ({count})", + "foundOne": "One Movie Found ({count})", + "foundMultiple": "Multiple Movies Found ({count})", + "downloading": "Downloading ({count})" + }, + "movie": { + "title": "Movie Title: {title}", + "path": "File Path: {path}", + "state": { + "searching": "Searching...", + "notSearched": "A search has not been performed yet", + "noResults": "No results found", + "resultsAvailable": "Results available" + } + } + }, + "modal": { + "title": "Edit Movie Details", + "inputs": { + "title": "Movie Title:", + "year": "Release Year:" + }, + "search": "Search", + "state": { + "searching": { + "title": "Searching...", + "description": "We are currently searching the database for the movie" + }, + "results": { + "posterAlt": "Poster of {title}", + "releaseDate": "Release Date: {release_date}", + "overview": "Overview: {overview}" + }, + "notSearched": "No search has been performed yet. Click 'Search' to find the movie", + "noResults": "No results found for your search" + }, + "close": "Close" + } } }