This commit is contained in:
mrjvs 2023-11-29 00:53:16 +01:00
commit 8364c0c1ef
9 changed files with 394 additions and 388 deletions

View File

@ -33,7 +33,7 @@
"notFound": { "notFound": {
"badge": "Nicht gefunden", "badge": "Nicht gefunden",
"homeButton": "Zurück zur Startseite", "homeButton": "Zurück zur Startseite",
"title": "Das Medium konnte nicht gefunden werden", "title": "Das Medium konnte nicht gefunden werden.",
"text": "Wir konnten die angeforderten Medien nicht finden." "text": "Wir konnten die angeforderten Medien nicht finden."
} }
}, },

View File

@ -95,8 +95,8 @@
"metadata": { "metadata": {
"notFound": { "notFound": {
"badge": "Not found", "badge": "Not found",
"title": "Couldn't find that media", "title": "Couldn't find that media.",
"text": "We couldn't find the media you requested. Either it's been removed or you tampered with the URL", "text": "We couldn't find the media you requested. Either it's been removed or you tampered with the URL.",
"homeButton": "Back to home" "homeButton": "Back to home"
}, },
"failed": { "failed": {
@ -203,9 +203,15 @@
"stopEditing": "Stop editing" "stopEditing": "Stop editing"
}, },
"titles": { "titles": {
"morning": ["Morning title"], "morning": [
"day": ["Day title"], "Morning title"
"night": ["Night title"] ],
"day": [
"Day title"
],
"night": [
"Night title"
]
}, },
"search": { "search": {
"loading": "Loading...", "loading": "Loading...",

View File

@ -4,12 +4,12 @@
}, },
"home": { "home": {
"search": { "search": {
"allResults": "C'est tout ce que nous avons!", "allResults": "C'est tout ce que nous avons!",
"sectionTitle": "Résultats de la recherche", "sectionTitle": "Résultats de la recherche",
"noResults": "Nous n'avons rien trouvé!", "noResults": "Nous n'avons rien trouvé!",
"failed": "Le média n'a pas été trouvé, veuillez réessayez!", "failed": "Le média n'a pas été trouvé, veuillez réessayez!",
"loading": "Chargement...", "loading": "Chargement...",
"placeholder": "Que voulez-vous voir?" "placeholder": "Que voulez-vous voir?"
}, },
"bookmarks": { "bookmarks": {
"sectionTitle": "Favoris" "sectionTitle": "Favoris"
@ -33,7 +33,7 @@
"notFound": { "notFound": {
"badge": "Introuvable", "badge": "Introuvable",
"homeButton": "Retour à l'accueil", "homeButton": "Retour à l'accueil",
"title": "Impossible de trouver ce média", "title": "Impossible de trouver ce média.",
"text": "Nous n'avons pas trouvé le média que vous avez demandé. Soit il a été supprimé, soit vous avez modifié l'URL." "text": "Nous n'avons pas trouvé le média que vous avez demandé. Soit il a été supprimé, soit vous avez modifié l'URL."
} }
}, },

View File

@ -33,7 +33,7 @@
"notFound": { "notFound": {
"badge": "Non trovato", "badge": "Non trovato",
"homeButton": "Torna alla home", "homeButton": "Torna alla home",
"title": "Impossibile trovare quel media", "title": "Impossibile trovare quel media.",
"text": "Non siamo riusciti a trovare il media richiesto. È stato rimosso o hai manomesso l'URL." "text": "Non siamo riusciti a trovare il media richiesto. È stato rimosso o hai manomesso l'URL."
} }
}, },

View File

@ -6,8 +6,8 @@
"search": { "search": {
"allResults": "Dat is het!", "allResults": "Dat is het!",
"sectionTitle": "Zoekresultaten", "sectionTitle": "Zoekresultaten",
"noResults": "We konden helaas niets vinden.", "noResults": "We konden helaas niets vinden!",
"failed": "Het is niet gelukt de media te laden, probeer het nog eens.", "failed": "Het is niet gelukt de media te laden, probeer het nog eens!",
"loading": "Aan het zoeken...", "loading": "Aan het zoeken...",
"placeholder": "Wat wil je graag kijken?" "placeholder": "Wat wil je graag kijken?"
}, },

View File

@ -33,7 +33,7 @@
"notFound": { "notFound": {
"badge": "Nie znaleziono", "badge": "Nie znaleziono",
"homeButton": "Wróć na stronę główną", "homeButton": "Wróć na stronę główną",
"title": "Nie można znaleźć multimediów", "title": "Nie można znaleźć multimediów.",
"text": "Nie mogliśmy znaleźć rządanych multimediów. Albo zostały usunięte, albo grzebałeś przy adresie URL." "text": "Nie mogliśmy znaleźć rządanych multimediów. Albo zostały usunięte, albo grzebałeś przy adresie URL."
} }
}, },

View File

@ -33,7 +33,7 @@
"notFound": { "notFound": {
"badge": "Bulunamadı", "badge": "Bulunamadı",
"homeButton": "Geri", "homeButton": "Geri",
"title": "Medya bulunamadı", "title": "Medya bulunamadı.",
"text": "İstediğiniz medyayı bulamadık. URL'i yanlış girdiniz ya da medya kaldırıldı." "text": "İstediğiniz medyayı bulamadık. URL'i yanlış girdiniz ya da medya kaldırıldı."
} }
}, },

View File

@ -33,8 +33,8 @@
"notFound": { "notFound": {
"badge": "Không tìm thấy", "badge": "Không tìm thấy",
"homeButton": "Quay lại trang chính", "homeButton": "Quay lại trang chính",
"title": "Không thể tìm thấy nội dung", "title": "Không thể tìm thấy nội dung.",
"text": "Chúng tôi không thể tìm thấy nội dung mà bạn yêu cầu. Hoặc là nó đã bị xóa, hoặc bạn đã xáo trộn URL" "text": "Chúng tôi không thể tìm thấy nội dung mà bạn yêu cầu. Hoặc là nó đã bị xóa, hoặc bạn đã xáo trộn URL."
} }
}, },
"menus": { "menus": {

View File

@ -33,8 +33,8 @@
"notFound": { "notFound": {
"badge": "未找到", "badge": "未找到",
"homeButton": "返回首页", "homeButton": "返回首页",
"title": "无法找到媒体", "title": "无法找到媒体.",
"text": "我们无法找到您请求的媒体。它可能已被删除,或您篡改了 URL" "text": "我们无法找到您请求的媒体。它可能已被删除,或您篡改了 URL."
} }
}, },
"menus": { "menus": {