From 1a2d7d942831a4a8b0bcc145489e3cbd28355fe6 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 30 Nov 2019 11:23:04 +0100 Subject: [PATCH] Add explanations for base fields in articles (musdb) --- backend/ar/articles.json | 6 +++++- backend/de/articles.json | 6 +++++- backend/en/articles.json | 6 +++++- backend/es/articles.json | 6 +++++- backend/fr/articles.json | 6 +++++- backend/hu/articles.json | 6 +++++- backend/id/articles.json | 6 +++++- backend/it/articles.json | 6 +++++- backend/iw/articles.json | 6 +++++- backend/nl/articles.json | 6 +++++- backend/pl/articles.json | 6 +++++- backend/pt/articles.json | 6 +++++- backend/tl/articles.json | 6 +++++- backend/tr/articles.json | 6 +++++- 14 files changed, 70 insertions(+), 14 deletions(-) diff --git a/backend/ar/articles.json b/backend/ar/articles.json index 6c826277..b4799595 100644 --- a/backend/ar/articles.json +++ b/backend/ar/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "\u0627\u0644\u0646\u0648\u0639" diff --git a/backend/de/articles.json b/backend/de/articles.json index bf0e06f6..431de02b 100644 --- a/backend/de/articles.json +++ b/backend/de/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Diesen Artikel l\u00f6schen", - "upload_image": "Eine Abbildung heraufladen" + "upload_image": "Eine Abbildung heraufladen", + "article_title_explica": "Titel des Artikels.", + "article_abstract_explica": "Eine kurze Zusammenfassung des Artikels.", + "article_content_explica": "Artikelinhalt. Formatierungen k\u00f6nnen mit dem WYSIWYG-Editor eingetragen werden.", + "article_thanks_explica": "Hier k\u00f6nnen Hintergrundinformationen wie Danksagungen, institutionelle Verbindungen, finanzielle Unterst\u00fctzung, etc. eingetragen werden." }, "type": { "publication_type": "Type" diff --git a/backend/en/articles.json b/backend/en/articles.json index 0bc321fb..1fd113a0 100644 --- a/backend/en/articles.json +++ b/backend/en/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/es/articles.json b/backend/es/articles.json index 528d8cae..9bb41417 100644 --- a/backend/es/articles.json +++ b/backend/es/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/fr/articles.json b/backend/fr/articles.json index 9d6e5cb2..7cb6de33 100644 --- a/backend/fr/articles.json +++ b/backend/fr/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/hu/articles.json b/backend/hu/articles.json index b89a0b52..565da9d6 100644 --- a/backend/hu/articles.json +++ b/backend/hu/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/id/articles.json b/backend/id/articles.json index 87f57b2e..bbb234a4 100644 --- a/backend/id/articles.json +++ b/backend/id/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/it/articles.json b/backend/it/articles.json index 528d8cae..9bb41417 100644 --- a/backend/it/articles.json +++ b/backend/it/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/iw/articles.json b/backend/iw/articles.json index 9d6e5cb2..7cb6de33 100644 --- a/backend/iw/articles.json +++ b/backend/iw/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/nl/articles.json b/backend/nl/articles.json index 528d8cae..9bb41417 100644 --- a/backend/nl/articles.json +++ b/backend/nl/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/pl/articles.json b/backend/pl/articles.json index 528d8cae..9bb41417 100644 --- a/backend/pl/articles.json +++ b/backend/pl/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/pt/articles.json b/backend/pt/articles.json index 528d8cae..9bb41417 100644 --- a/backend/pt/articles.json +++ b/backend/pt/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/tl/articles.json b/backend/tl/articles.json index 528d8cae..9bb41417 100644 --- a/backend/tl/articles.json +++ b/backend/tl/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type" diff --git a/backend/tr/articles.json b/backend/tr/articles.json index 799586b8..05162532 100644 --- a/backend/tr/articles.json +++ b/backend/tr/articles.json @@ -54,7 +54,11 @@ "deleted_articles": "Abbildung wurde gel\u00f6scht", "deleted_image": "Abbildung wurde gel\u00f6scht", "delete_article": "Delete this article", - "upload_image": "Upload an image" + "upload_image": "Upload an image", + "article_title_explica": "Title of the article.", + "article_abstract_explica": "Abstract of the article. Should be a short summary of the article, that informs the reader of the key points of the article.", + "article_content_explica": "The article content. The WYSIWYG editor can be used to format the content.", + "article_thanks_explica": "This is the place for saying thanks and provide relevant information about affiliations, funding, etc." }, "type": { "publication_type": "Type"