Add translations for comment moderation functionality to musdb

This commit is contained in:
Joshua Ramon Enslin 2019-09-14 14:03:34 +02:00 committed by Stefan Rohde-Enslin
parent d505230755
commit 3e3f88fd7b
15 changed files with 183 additions and 1 deletions

13
backend/ar/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/de/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/en/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/es/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/fr/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/hu/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/id/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/it/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/iw/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/nl/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/pl/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/pt/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/tl/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

13
backend/tr/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}

View File

@ -5,7 +5,7 @@
"api_title": "API und Exportoptionen",
"api_content": "<article>\r\n <h3>Generelles<\/h3>\r\n <p>APIs und alternative Ausgabeformate sind \u00fcber ein hinzuf\u00fcgen von <code>&output=format<\/code> an eine gegebene URL erreichbar. Unten finden Sie eine Liste der verf\u00fcgbaren APIs und Exportoptionen, abgesehen von <a href=\"index.php?t=text&st=rss\">RSS-Feeds<\/a>.<\/p>\r\n <p>Alle APIs sind auch \u00fcber das Kontextmen\u00fc (<kbd>CTRL+Right Click<\/kbd>) und die Tastensteuerung (<kbd>CTRL+e<\/kbd>) auf der korrespondierenden HTML-Seite verf\u00fcgbar.<\/p>\r\n <p>Wir w\u00fcrden uns freuen, wenn Sie uns \u00fcber Benachrichtigen k\u00f6nnten, falls Sie die API benutzen, damit wir bei \u00c4nderungen schnell bescheid sagen k\u00f6nnen.<\/p>\r\n<\/article>\r\n\r\n<article id=\"jsonAPI\">\r\n <h3>JSON API<\/h3>\r\n <p>Museum-Digital bietet JSON APIs f\u00fcr alle zentralen Seiten. Eine l\u00e4ngere Erl\u00e4uterung findet sich im <a href=\"https:\/\/handbook.museum-digital.info\/?lan=de&q=Ausgabe\/APIs\">Handbuch<\/a> (German).<\/p>\r\n\r\n\r\n<ul>\r\n\r\n <li><a href=\"index.php?t=museum&output=json\">Alle Museen<\/a><\/li>\r\n <li><a href=\"index.php?t=collection&output=json\">Alle Sammlungen<\/a><\/li>\r\n <li>Search results [note that this API only returns the object IDs, further information ] <a href=\"\">(Beispiel)<\/a><\/li>\r\n <li>Verf\u00fcgbare Daten zu einem Objekt (<a href=\"index.php?t=objekt&oges=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li>Verf\u00fcgbare Daten zu einer Institution (<a href=\"index.php?t=institution&instnr=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li>Verf\u00fcgbare Daten zu einer Sammlung (<a href=\"index.php?t=sammlung&gesusa=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li>Verf\u00fcgbare Daten zu einer Objektgruppe (<a href=\"index.php?t=serie&serges=1&output=json\">Beispiel<\/a>)<\/li>\r\n <li><a href=\"index.php?t=home&output=json\">Texte auf der Startseite<\/a><\/li>\r\n <li><a href=\"index.php?t=kontakt&output=json\">Kontakt<\/a><\/li>\r\n\r\n<\/ul>\r\n \r\n<\/article>\r\n\r\n<article id=\"furtherExportOptions\">\r\n <h3>Weitere Export-Optionen<\/h3>\r\n <p>Einige Seiten bieten erweiterte Exportoptionen.<\/p>\r\n <table class=\"overviewtable\">\r\n\r\n <thead>\r\n<tr>\r\n<th>Seite<\/th>\r\n<th>Zweck<\/th>\r\n<th>Beispiel<\/th>\r\n<th>Format \/ mime-type<\/th>\r\n<\/tr>\r\n <\/thead>\r\n\r\n <tbody>\r\n\r\n <tr>\r\n <td>Einzelinstitution<\/td>\r\n <td>vCard (digitale Visitenkarte) einer Institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=vcard\">Beispiel: Kontakt der Institution mit ID 1<\/a><\/td>\r\n <td><code>.vcf<\/code> \/ <code>text\/vcard<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelinstitution<\/td>\r\n <td>Kalender f\u00fcr alle Ausstellungen einer Institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=ics&mod=exhibitions\">Beispiel: Ausstellungen der Institution mit ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelne Ausstellung<\/td>\r\n <td>Kalendereintrag f\u00fcr eine Ausstellung<\/td>\r\n <td><a href=\"index.php?t=exhibition&id=1&output=ics\">Beispiel: Ausstellung mit ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelnes Objekt<\/td>\r\n <td>BibTeX-Export f\u00fcr Referenzieren einer Objektseite<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX\">Beispiel: Objekt mit ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Einzelnes Objekt<\/td>\r\n <td>BibTeX-Export f\u00fcr alle Literatureintr\u00e4ge eines Objektes<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX&mod=literature\">Beispiel: Verkn\u00fcpfte Literautur des Objektes mit ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <\/tbody>\r\n\r\n <\/table>\r\n<\/article>\r\n",
"sessionSettings_title": "Browserbasierte Einstellungen",
"sessionSettings_content": "<p>\r\n F\u00fcr einige Funktionalit\u00e4ten benutzt museum-digital Einstellungen, die \u00fcber den browser-internen Speicher gesetzt werden k\u00f6nnen (f\u00fcr die technisch Interessierten: benutzt wird die <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). Auf dieser Seite k\u00f6nnen Sie die verf\u00fcgbaren Einstellungen setzen. Auch von allen anderen Seiten aus kann dies \u00fcber die Tastensteuerung und das Kontextmen\u00fc getan werden.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Alternatives Design aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Spracherkennung aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Dienste auf Basis von Geolokation<\/td>\r\n <td><input type=\"range\" id=\"settingsUseLocation\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Pre-Caching aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsPrecaching\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
"sessionSettings_content": "<p>\r\n F\u00fcr einige Funktionalit\u00e4ten benutzt museum-digital Einstellungen, die \u00fcber den browser-internen Speicher gesetzt werden k\u00f6nnen (f\u00fcr die technisch Interessierten: benutzt wird die <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). Auf dieser Seite k\u00f6nnen Sie die verf\u00fcgbaren Einstellungen setzen. Auch von allen anderen Seiten aus kann dies \u00fcber die Tastensteuerung und das Kontextmen\u00fc getan werden.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Alternatives Design aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Spracherkennung aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Dienste auf Basis von Geolokation<\/td>\r\n <td><input type=\"range\" id=\"settingsUseLocation\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Pre-Caching aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsPrecaching\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Merkliste aktivieren<\/td>\r\n <td><input type=\"range\" id=\"settingsWatchlist\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
"404_title": "404",
"404_content": "Nichts gefunden",
"join_title": "Mitmachen",