From 8b8160933193bc343c39d00694f832bf2d3c77ee Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 19 Nov 2022 11:17:01 +0000 Subject: [PATCH] Approval in backend --- backend/ar/basis.json | 10 +++++++++- backend/ar/object.json | 3 ++- backend/de/basis.json | 10 +++++++++- backend/de/object.json | 3 ++- backend/dsb/basis.json | 10 +++++++++- backend/dsb/object.json | 3 ++- backend/en/basis.json | 10 +++++++++- backend/en/object.json | 3 ++- backend/es/basis.json | 10 +++++++++- backend/es/object.json | 3 ++- backend/fr/basis.json | 10 +++++++++- backend/fr/object.json | 3 ++- backend/hsb/basis.json | 10 +++++++++- backend/hsb/object.json | 3 ++- backend/hu/basis.json | 10 +++++++++- backend/hu/object.json | 3 ++- backend/id/basis.json | 10 +++++++++- backend/id/object.json | 3 ++- backend/it/basis.json | 10 +++++++++- backend/it/object.json | 3 ++- backend/iw/basis.json | 10 +++++++++- backend/iw/object.json | 3 ++- backend/nl/basis.json | 10 +++++++++- backend/nl/object.json | 3 ++- backend/pl/basis.json | 10 +++++++++- backend/pl/object.json | 3 ++- backend/pt/basis.json | 10 +++++++++- backend/pt/object.json | 3 ++- backend/ru/basis.json | 10 +++++++++- backend/ru/object.json | 3 ++- backend/tl/basis.json | 10 +++++++++- backend/tl/object.json | 3 ++- backend/tr/basis.json | 10 +++++++++- backend/tr/object.json | 3 ++- backend/uk/basis.json | 10 +++++++++- backend/uk/object.json | 3 ++- backend/zh/basis.json | 10 +++++++++- backend/zh/object.json | 3 ++- 38 files changed, 209 insertions(+), 38 deletions(-) diff --git a/backend/ar/basis.json b/backend/ar/basis.json index c003b686..0d68721d 100644 --- a/backend/ar/basis.json +++ b/backend/ar/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/ar/object.json b/backend/ar/object.json index d77325ae..192ddf38 100644 --- a/backend/ar/object.json +++ b/backend/ar/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/de/basis.json b/backend/de/basis.json index 28bed2d0..e33b684f 100644 --- a/backend/de/basis.json +++ b/backend/de/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Wissen", "lock": "Sperren", "unlock": "Entsperren", - "move_rename": "Bewegen \/ umbenennen" + "move_rename": "Bewegen \/ umbenennen", + "selected": "Ausgew\u00e4hlt", + "progress": "Fortschritt", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/de/object.json b/backend/de/object.json index 2ed617dd..b3ba1832 100644 --- a/backend/de/object.json +++ b/backend/de/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "F\u00fcr alle erlauben", "disallow_all": "F\u00fcr alle unterbinden", - "all_exhibitions": "Alle Ausstellungen" + "all_exhibitions": "Alle Ausstellungen", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/dsb/basis.json b/backend/dsb/basis.json index 01890e7d..08f39e1d 100644 --- a/backend/dsb/basis.json +++ b/backend/dsb/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/dsb/object.json b/backend/dsb/object.json index 926ddaad..b7743209 100644 --- a/backend/dsb/object.json +++ b/backend/dsb/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "F\u00fcr alle erlauben", "disallow_all": "F\u00fcr alle unterbinden", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/en/basis.json b/backend/en/basis.json index 8ccff5c3..cc6876cd 100644 --- a/backend/en/basis.json +++ b/backend/en/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/en/object.json b/backend/en/object.json index 2c6b3ca6..c1d2b304 100644 --- a/backend/en/object.json +++ b/backend/en/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/es/basis.json b/backend/es/basis.json index f5654fc4..9b12c866 100644 --- a/backend/es/basis.json +++ b/backend/es/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/es/object.json b/backend/es/object.json index f1a02f65..bae98146 100644 --- a/backend/es/object.json +++ b/backend/es/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/fr/basis.json b/backend/fr/basis.json index 1b9b1aa0..af779da9 100644 --- a/backend/fr/basis.json +++ b/backend/fr/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/fr/object.json b/backend/fr/object.json index 8d47a076..2b01e631 100644 --- a/backend/fr/object.json +++ b/backend/fr/object.json @@ -127,6 +127,7 @@ "social_media": "R\u00e9seaux sociaux", "allow_all": "Autoriser pour tous", "disallow_all": "Interdire pour tous", - "all_exhibitions": "Toutes les expositions" + "all_exhibitions": "Toutes les expositions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/hsb/basis.json b/backend/hsb/basis.json index 01890e7d..08f39e1d 100644 --- a/backend/hsb/basis.json +++ b/backend/hsb/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/hsb/object.json b/backend/hsb/object.json index 926ddaad..b7743209 100644 --- a/backend/hsb/object.json +++ b/backend/hsb/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "F\u00fcr alle erlauben", "disallow_all": "F\u00fcr alle unterbinden", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/hu/basis.json b/backend/hu/basis.json index 8a77635b..02632d4e 100644 --- a/backend/hu/basis.json +++ b/backend/hu/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/hu/object.json b/backend/hu/object.json index eaa083bc..71c65a79 100644 --- a/backend/hu/object.json +++ b/backend/hu/object.json @@ -127,6 +127,7 @@ "social_media": "K\u00f6z\u00f6ss\u00e9gi m\u00e9dia", "allow_all": "\u00d6sszes enged\u00e9lyez\u00e9se", "disallow_all": "\u00d6sszes tilt\u00e1sa", - "all_exhibitions": "\u00d6sszes ki\u00e1ll\u00edt\u00e1s" + "all_exhibitions": "\u00d6sszes ki\u00e1ll\u00edt\u00e1s", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/id/basis.json b/backend/id/basis.json index b30d0eb1..1d93f104 100644 --- a/backend/id/basis.json +++ b/backend/id/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/id/object.json b/backend/id/object.json index 20c2fbdb..9a564ac7 100644 --- a/backend/id/object.json +++ b/backend/id/object.json @@ -127,6 +127,7 @@ "social_media": "Media sosial", "allow_all": "Memperbolehkan untuk semua", "disallow_all": "Melarang untuk semua", - "all_exhibitions": "Semua pameran" + "all_exhibitions": "Semua pameran", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/it/basis.json b/backend/it/basis.json index f5654fc4..9b12c866 100644 --- a/backend/it/basis.json +++ b/backend/it/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/it/object.json b/backend/it/object.json index f1a02f65..bae98146 100644 --- a/backend/it/object.json +++ b/backend/it/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/iw/basis.json b/backend/iw/basis.json index 8c2cb06e..ed986496 100644 --- a/backend/iw/basis.json +++ b/backend/iw/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/iw/object.json b/backend/iw/object.json index d77325ae..192ddf38 100644 --- a/backend/iw/object.json +++ b/backend/iw/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/nl/basis.json b/backend/nl/basis.json index f5654fc4..9b12c866 100644 --- a/backend/nl/basis.json +++ b/backend/nl/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/nl/object.json b/backend/nl/object.json index f1a02f65..bae98146 100644 --- a/backend/nl/object.json +++ b/backend/nl/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/pl/basis.json b/backend/pl/basis.json index 7a5909ce..8694e0ac 100644 --- a/backend/pl/basis.json +++ b/backend/pl/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/pl/object.json b/backend/pl/object.json index df53d272..d20b0b68 100644 --- a/backend/pl/object.json +++ b/backend/pl/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/pt/basis.json b/backend/pt/basis.json index 9b631555..4fdbb006 100644 --- a/backend/pt/basis.json +++ b/backend/pt/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/pt/object.json b/backend/pt/object.json index 249832f9..dab5c49e 100644 --- a/backend/pt/object.json +++ b/backend/pt/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/ru/basis.json b/backend/ru/basis.json index 00d4bb1c..42cb0df7 100644 --- a/backend/ru/basis.json +++ b/backend/ru/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439", "lock": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "unlock": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c", - "move_rename": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \/ \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c" + "move_rename": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \/ \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/ru/object.json b/backend/ru/object.json index f85eaf7e..27ed36cc 100644 --- a/backend/ru/object.json +++ b/backend/ru/object.json @@ -127,6 +127,7 @@ "social_media": "\u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0435\u0442\u0438", "allow_all": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u0441\u0435\u043c", "disallow_all": "\u0417\u0430\u043f\u0440\u0435\u0442\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u0441\u0435\u0445", - "all_exhibitions": "\u0412\u0441\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438" + "all_exhibitions": "\u0412\u0441\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/tl/basis.json b/backend/tl/basis.json index f5654fc4..9b12c866 100644 --- a/backend/tl/basis.json +++ b/backend/tl/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/tl/object.json b/backend/tl/object.json index f1a02f65..bae98146 100644 --- a/backend/tl/object.json +++ b/backend/tl/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/tr/basis.json b/backend/tr/basis.json index 1d2e4d2e..c0c71d0d 100644 --- a/backend/tr/basis.json +++ b/backend/tr/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/tr/object.json b/backend/tr/object.json index 926ddaad..b7743209 100644 --- a/backend/tr/object.json +++ b/backend/tr/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "F\u00fcr alle erlauben", "disallow_all": "F\u00fcr alle unterbinden", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/uk/basis.json b/backend/uk/basis.json index 5ae7547c..41f7de12 100644 --- a/backend/uk/basis.json +++ b/backend/uk/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u044c", "lock": "\u0417\u0430\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 ", "unlock": "\u0420\u043e\u0437\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438", - "move_rename": "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \/ \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438" + "move_rename": "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \/ \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/uk/object.json b/backend/uk/object.json index 340e3c5e..bb12f379 100644 --- a/backend/uk/object.json +++ b/backend/uk/object.json @@ -127,6 +127,7 @@ "social_media": "\u0421\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0456 \u043c\u0435\u0440\u0435\u0436\u0456", "allow_all": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0432\u0441\u0456\u043c", "disallow_all": "\u0417\u0430\u0431\u043e\u0440\u043e\u043d\u0438\u0442\u0438 \u0434\u043b\u044f \u0432\u0441\u0456\u0445", - "all_exhibitions": "\u0423\u0441\u0456 \u0432\u0438\u0441\u0442\u0430\u0432\u043a\u0438 " + "all_exhibitions": "\u0423\u0441\u0456 \u0432\u0438\u0441\u0442\u0430\u0432\u043a\u0438 ", + "assign_tag": "Assign keyword" } } \ No newline at end of file diff --git a/backend/zh/basis.json b/backend/zh/basis.json index 8ccff5c3..cc6876cd 100644 --- a/backend/zh/basis.json +++ b/backend/zh/basis.json @@ -221,6 +221,14 @@ "knowledge_base": "Knowledge Base", "lock": "Lock", "unlock": "Unlock", - "move_rename": "Move \/ rename" + "move_rename": "Move \/ rename", + "selected": "Selected", + "progress": "Progress", + "done": "Done", + "unpublished": "Unpublished", + "publish": "Publish", + "unpublish": "Unpublish", + "nothing_to_do": "Nothing to do. Everything is as requested already.", + "exhibition": "Exhibition" } } \ No newline at end of file diff --git a/backend/zh/object.json b/backend/zh/object.json index 2c6b3ca6..c1d2b304 100644 --- a/backend/zh/object.json +++ b/backend/zh/object.json @@ -127,6 +127,7 @@ "social_media": "Social Media", "allow_all": "Allow for all", "disallow_all": "Disallow for all", - "all_exhibitions": "All exhibitions" + "all_exhibitions": "All exhibitions", + "assign_tag": "Assign keyword" } } \ No newline at end of file