From aef833c2b94e2351329c83445d5b9c3769d74311 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sat, 11 Feb 2023 15:55:40 +0100 Subject: [PATCH] approve news items --- resources/lang/de.json | 5 ++++- resources/lang/en.json | 5 ++++- resources/lang/es.json | 5 ++++- resources/lang/fr.json | 5 ++++- resources/lang/hr.json | 5 ++++- resources/lang/it.json | 5 ++++- resources/lang/mk.json | 5 ++++- resources/lang/pl.json | 5 ++++- resources/lang/pt.json | 5 ++++- resources/lang/sv.json | 5 ++++- resources/lang/tr.json | 5 ++++- resources/lang/vendor/your-package-name/sv/translations.php | 5 +++++ 12 files changed, 49 insertions(+), 11 deletions(-) create mode 100644 resources/lang/vendor/your-package-name/sv/translations.php diff --git a/resources/lang/de.json b/resources/lang/de.json index f125a285..aec3155f 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -750,5 +750,8 @@ "Are you sure you want to cancel your participation?": "Bitte bestätige, dass du deine Teilnahme zurückziehen möchtest.", "Confirmation": "Bestätigung", "You confirm your participation.": "Du bestätigst deine Teilnahme.", - "Current picture": "Derzeitiges Bild" + "Current picture": "Derzeitiges Bild", + "Article approved": "Artikel genehmigt", + "approved": "genehmigt", + "not approved": "nicht genehmigt" } diff --git a/resources/lang/en.json b/resources/lang/en.json index df94f5f9..bdaec731 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -746,5 +746,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 5152448f..dad86e0e 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -746,5 +746,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 20a4a2ff..341e2ed3 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -747,5 +747,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 4ad19019..e3cead8c 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -747,5 +747,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index f345bf3a..c0fe96dc 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -747,5 +747,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index 4646c118..72f135a2 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -747,5 +747,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index 1a1cd49a..2fda0835 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -747,5 +747,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index c7061c77..6cdee5f7 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -747,5 +747,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/sv.json b/resources/lang/sv.json index f951bf8d..52c0c921 100644 --- a/resources/lang/sv.json +++ b/resources/lang/sv.json @@ -709,5 +709,8 @@ "N\/A": "", "Hello!": "", "Add tags...": "", - "Add tag...": "" + "Add tag...": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index ec4b7cd6..83f98bbb 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -721,5 +721,8 @@ "Are you sure you want to cancel your participation?": "", "Confirmation": "", "You confirm your participation.": "", - "Current picture": "" + "Current picture": "", + "Article approved": "", + "approved": "", + "not approved": "" } \ No newline at end of file diff --git a/resources/lang/vendor/your-package-name/sv/translations.php b/resources/lang/vendor/your-package-name/sv/translations.php new file mode 100644 index 00000000..29a3b538 --- /dev/null +++ b/resources/lang/vendor/your-package-name/sv/translations.php @@ -0,0 +1,5 @@ + '', +);