diff --git a/backend/ar/action.json b/backend/ar/action.json index b508594b..72bcbf14 100644 --- a/backend/ar/action.json +++ b/backend/ar/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/ar/basis.json b/backend/ar/basis.json index b5c1b275..08d67f13 100644 --- a/backend/ar/basis.json +++ b/backend/ar/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/ar/image_incha.json b/backend/ar/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/ar/image_incha.json +++ b/backend/ar/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/de/action.json b/backend/de/action.json index d70367ef..37c1f7ad 100644 --- a/backend/de/action.json +++ b/backend/de/action.json @@ -95,6 +95,7 @@ "preview": "Vorschau", "online_usage_museum": "Online-Benutzung (Museum)", "stats_instance_contents": "Datenbankinhalte: Gesamte Instanz", - "video_conference": "Besprechung" + "video_conference": "Besprechung", + "image_choose": "Ein Objekt ausw\u00e4hlen" } } \ No newline at end of file diff --git a/backend/de/basis.json b/backend/de/basis.json index a3591b1a..774d302e 100644 --- a/backend/de/basis.json +++ b/backend/de/basis.json @@ -111,6 +111,7 @@ "articles_input": "Einen Artikel erfassen", "annotations": "Anmerkungen", "catalogue_raisonne": "Werkverzeichnis", - "statistics": "Statistik" + "statistics": "Statistik", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/de/image_incha.json b/backend/de/image_incha.json index aa774564..c592ccb9 100644 --- a/backend/de/image_incha.json +++ b/backend/de/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Die Anzahl aller bei einem Uploadvorgang hochgeladenen Bilder darf die folgende Anzahl nicht \u00fcberschreiten", "image_upload_page_title": "Eingabeformular f\u00fcr Fotos", "master_filename": "Masterdatei (Name)", - "master_filename_explica": "Der Name der Masterdatei, mit Erweiterung (z.B. .tif) aber ohne Pfadangaben. Diese Angabe ist nur dann n\u00f6tig, wenn Sie den Namen der Masterdateien \u00fcber museum-digital mittels Export weitergeben m\u00f6chten." + "master_filename_explica": "Der Name der Masterdatei, mit Erweiterung (z.B. .tif) aber ohne Pfadangaben. Diese Angabe ist nur dann n\u00f6tig, wenn Sie den Namen der Masterdateien \u00fcber museum-digital mittels Export weitergeben m\u00f6chten.", + "color": "Farbe", + "orientation": "Seitenverh\u00e4ltnis", + "image_size": "Bildgr\u00f6\u00dfe", + "minimum_width": "Mindestbreite", + "maximum_width": "Breite maximal", + "minimum_height": "Mindesth\u00f6he", + "maximum_height": "H\u00f6he maximal", + "orientation_landscape": "Horizontal", + "orientation_square": "Quadratisch", + "orientation_portrait": "Vertikal", + "rotate_left": "Gegen den Uhrzeigersinn", + "rotate_right": "Nach den Uhrzeigersinn", + "dominant_color": "Dominante Farbe", + "color_black": "Schwarz", + "color_green": "Gr\u00fcn", + "color_silver": "Silber", + "color_lime": "Limette", + "color_gray": "Grau", + "color_olive": "Oliv", + "color_white": "Wei\u00df", + "color_yellow": "Gelb", + "color_maroon": "Kastanienbraun", + "color_navy": "Marineblau", + "color_red": "Rot", + "color_blue": "Blau", + "color_purple": "Purpur", + "color_teal": "Blaug\u00fcn", + "color_fuchsia": "Fuchsia", + "color_aqua": "Wasserblau" }, "incha_image": { "front": "Vorderseite", diff --git a/backend/dsb/action.json b/backend/dsb/action.json index f6fe9d20..d37a5d85 100644 --- a/backend/dsb/action.json +++ b/backend/dsb/action.json @@ -95,6 +95,7 @@ "preview": "Vorschau", "online_usage_museum": "Online-Benutzung (Museum)", "stats_instance_contents": "Datenbankinhalte: Gesamte Instanz", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/dsb/basis.json b/backend/dsb/basis.json index a3591b1a..774d302e 100644 --- a/backend/dsb/basis.json +++ b/backend/dsb/basis.json @@ -111,6 +111,7 @@ "articles_input": "Einen Artikel erfassen", "annotations": "Anmerkungen", "catalogue_raisonne": "Werkverzeichnis", - "statistics": "Statistik" + "statistics": "Statistik", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/dsb/image_incha.json b/backend/dsb/image_incha.json index 085db2c1..ac6e84d8 100644 --- a/backend/dsb/image_incha.json +++ b/backend/dsb/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Die Anzahl aller bei einem Uploadvorgang hochgeladenen Bilder darf die folgende Anzahl nicht \u00fcberschreiten", "image_upload_page_title": "Eingabeformular f\u00fcr Fotos", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Vorderseite", diff --git a/backend/en/action.json b/backend/en/action.json index e2d9d449..7b672210 100644 --- a/backend/en/action.json +++ b/backend/en/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/en/basis.json b/backend/en/basis.json index 77ee60e3..c8959f56 100644 --- a/backend/en/basis.json +++ b/backend/en/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/en/image_incha.json b/backend/en/image_incha.json index 45e3813b..c5ab542c 100644 --- a/backend/en/image_incha.json +++ b/backend/en/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/es/action.json b/backend/es/action.json index ae773025..921af124 100644 --- a/backend/es/action.json +++ b/backend/es/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/es/basis.json b/backend/es/basis.json index fff0227f..cac1861d 100644 --- a/backend/es/basis.json +++ b/backend/es/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/es/image_incha.json b/backend/es/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/es/image_incha.json +++ b/backend/es/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/fr/action.json b/backend/fr/action.json index 2e8f3e83..c9fe92f2 100644 --- a/backend/fr/action.json +++ b/backend/fr/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/fr/basis.json b/backend/fr/basis.json index 0742167b..acc69065 100644 --- a/backend/fr/basis.json +++ b/backend/fr/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/fr/image_incha.json b/backend/fr/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/fr/image_incha.json +++ b/backend/fr/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/hsb/action.json b/backend/hsb/action.json index f6fe9d20..d37a5d85 100644 --- a/backend/hsb/action.json +++ b/backend/hsb/action.json @@ -95,6 +95,7 @@ "preview": "Vorschau", "online_usage_museum": "Online-Benutzung (Museum)", "stats_instance_contents": "Datenbankinhalte: Gesamte Instanz", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/hsb/basis.json b/backend/hsb/basis.json index a3591b1a..774d302e 100644 --- a/backend/hsb/basis.json +++ b/backend/hsb/basis.json @@ -111,6 +111,7 @@ "articles_input": "Einen Artikel erfassen", "annotations": "Anmerkungen", "catalogue_raisonne": "Werkverzeichnis", - "statistics": "Statistik" + "statistics": "Statistik", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/hsb/image_incha.json b/backend/hsb/image_incha.json index 085db2c1..ac6e84d8 100644 --- a/backend/hsb/image_incha.json +++ b/backend/hsb/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Die Anzahl aller bei einem Uploadvorgang hochgeladenen Bilder darf die folgende Anzahl nicht \u00fcberschreiten", "image_upload_page_title": "Eingabeformular f\u00fcr Fotos", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Vorderseite", diff --git a/backend/hu/action.json b/backend/hu/action.json index 1847246d..11ba2b09 100644 --- a/backend/hu/action.json +++ b/backend/hu/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/hu/basis.json b/backend/hu/basis.json index 26ee2e46..a15083fd 100644 --- a/backend/hu/basis.json +++ b/backend/hu/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/hu/image_incha.json b/backend/hu/image_incha.json index f7d88ad0..9d4acac6 100644 --- a/backend/hu/image_incha.json +++ b/backend/hu/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "F\u0151n\u00e9zet", diff --git a/backend/id/action.json b/backend/id/action.json index c4bd7f18..95e53563 100644 --- a/backend/id/action.json +++ b/backend/id/action.json @@ -95,6 +95,7 @@ "preview": "Pratinjau", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/id/basis.json b/backend/id/basis.json index 607f643e..0ba05afb 100644 --- a/backend/id/basis.json +++ b/backend/id/basis.json @@ -111,6 +111,7 @@ "articles_input": "Tambahkan artikel", "annotations": "Catatan", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/id/image_incha.json b/backend/id/image_incha.json index b1cf7832..f2864c0d 100644 --- a/backend/id/image_incha.json +++ b/backend/id/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Sisi depan", diff --git a/backend/it/action.json b/backend/it/action.json index ae773025..921af124 100644 --- a/backend/it/action.json +++ b/backend/it/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/it/basis.json b/backend/it/basis.json index fff0227f..cac1861d 100644 --- a/backend/it/basis.json +++ b/backend/it/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/it/image_incha.json b/backend/it/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/it/image_incha.json +++ b/backend/it/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/iw/action.json b/backend/iw/action.json index 2e8f3e83..c9fe92f2 100644 --- a/backend/iw/action.json +++ b/backend/iw/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/iw/basis.json b/backend/iw/basis.json index b87ceb42..5fb28fd0 100644 --- a/backend/iw/basis.json +++ b/backend/iw/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/iw/image_incha.json b/backend/iw/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/iw/image_incha.json +++ b/backend/iw/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/nl/action.json b/backend/nl/action.json index ae773025..921af124 100644 --- a/backend/nl/action.json +++ b/backend/nl/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/nl/basis.json b/backend/nl/basis.json index fff0227f..cac1861d 100644 --- a/backend/nl/basis.json +++ b/backend/nl/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/nl/image_incha.json b/backend/nl/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/nl/image_incha.json +++ b/backend/nl/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/pl/action.json b/backend/pl/action.json index de6830b9..4d4aedbc 100644 --- a/backend/pl/action.json +++ b/backend/pl/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/pl/basis.json b/backend/pl/basis.json index 6b31324d..a2cd0cd6 100644 --- a/backend/pl/basis.json +++ b/backend/pl/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/pl/image_incha.json b/backend/pl/image_incha.json index f550774a..060a7e20 100644 --- a/backend/pl/image_incha.json +++ b/backend/pl/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Widok od przodu", diff --git a/backend/pt/action.json b/backend/pt/action.json index 5fae84cd..a046fbe2 100644 --- a/backend/pt/action.json +++ b/backend/pt/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/pt/basis.json b/backend/pt/basis.json index 4d173f69..e60c8452 100644 --- a/backend/pt/basis.json +++ b/backend/pt/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/pt/image_incha.json b/backend/pt/image_incha.json index a13e390e..17ae06fa 100644 --- a/backend/pt/image_incha.json +++ b/backend/pt/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Vista da frente", diff --git a/backend/tl/action.json b/backend/tl/action.json index 0c1a8e61..24fe3f09 100644 --- a/backend/tl/action.json +++ b/backend/tl/action.json @@ -95,6 +95,7 @@ "preview": "Preview", "online_usage_museum": "Online usage (museum)", "stats_instance_contents": "Database contents of the instance", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/tl/basis.json b/backend/tl/basis.json index fff0227f..cac1861d 100644 --- a/backend/tl/basis.json +++ b/backend/tl/basis.json @@ -111,6 +111,7 @@ "articles_input": "Add an article", "annotations": "Annotations", "catalogue_raisonne": "Catalogue raisonne", - "statistics": "Statistics" + "statistics": "Statistics", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/tl/image_incha.json b/backend/tl/image_incha.json index 2520dab6..4330b8f5 100644 --- a/backend/tl/image_incha.json +++ b/backend/tl/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Front view", diff --git a/backend/tl/time.json b/backend/tl/time.json index 372bae6c..881fbcdd 100644 --- a/backend/tl/time.json +++ b/backend/tl/time.json @@ -1,48 +1,48 @@ { "time": { - "comprises": "The new timespan comprises", - "more_than_year": "more than a year", - "more_than_year_example": "e.g. 1870s, Early 19th century, 1930\/40, ...", - "exactly_one_year": "exactly one year", - "exactly_one_year_example": "e.g. 1922, 1853, ...", - "less_than_year": "less than a year", - "less_than_year_example": "e.g. April 1912, 21. December 1759, May-June 1945, ...", - "prehistoric_time": "a prehistoric time", - "prehistoric_time_example": "e.g. Mesozoic, 250000 BC, cretaceous age, ... [Before 10000 BC]", - "time_term": "Time term", + "comprises": "Kasama sa bagong kapanahunan ang", + "more_than_year": "mahigit sa isang taon", + "more_than_year_example": "hal., 1870, umpisa ng ika-19 siglo, 1930-1940, atbp. ", + "exactly_one_year": "eksaktong isang taon", + "exactly_one_year_example": "hal., 1922, 1853", + "less_than_year": "wala pang isang taon", + "less_than_year_example": "hal., Abril 1912, ika-21 ng Disyembre 1759, Mayo-Hunyo 1945, atbp. ", + "prehistoric_time": "panahong bago ang kasaysayan", + "prehistoric_time_example": "Mezosoic, 250000 BC, Panahong Cetaceous, mas maaga sa 10000 BC", + "time_term": "Termino ng kapanahunan", "zeitbegriff_explica": "(Almost) random format of entry

Example 1: 16.02.1913
Example 2: First half 12th centrury.
Example 3: 1655-1699

The entry \"time term\" is used for displaying the time.

Please mind:<\/b>
\"World War I\", \"Reagan Era\", ...<\/b>
... are historical \"events\", not<\/b> times
\"Rococo\", \"Classicism\", ...<\/b>
... are stylistic eras, not<\/b> times
\"Roman empire\", \"Late stone age\", ...<\/b>
... are not used consistently, they are no<\/b> times
\"Miocene\", \"Cambrian\", ...<\/b>
... are not<\/b> consistently used times (Names and categories of time are being re-defined every day by scientists)
(Please enter such terms as events, not as times)

Please always fill in this field!<\/b>", - "begin": "Start [YEAR]", + "begin": "Simula [TAON]", "zeitbeginn_explica": "Please always enter a year here (four digits number<\/b>)

- In case of years before common era, add a \"minus\" before the the number
- In case of times like \"before 1830\", where the immediate year is unknown, please enter a question mark.

Example 1: 1913
Example 2: -1800
Example 3: ?

Please always fill in this field!<\/b>", - "end": "End [YEAR]", + "end": "Katapusan [TAON]", "zeitende_explica": "Please always enter a year here (four digits number<\/b>)

- In case of years before common era, add a \"minus\" before the the number
- In case of times like \"after 1830\", where the immediate year is unknown, please enter a question mark.

Example 1: 1913
Example 2: -1800
Example 3: ?

Please always fill in this field!<\/b>", - "counted": "Counted time", - "year": "Year", - "month": "Month", - "day": "Day", + "counted": "Binibilang na panahon", + "year": "Taon", + "month": "Buwan", + "day": "Araw", "zaehlzeit1_explica": "Field: Year<\/b>
Please always enter a year here (four digits number<\/b>)
In case of time periods, enter the middle,
E.g.: Time term=\"19th century\" -> Counted time=\"1850\"

Field: [+\/-]<\/b>
- refers to times before common era, + refers to the year 0 CE and anything after.

(This information is used for internal functions, e.g. sorting by time)

Please always fill in this field!<\/b>", "zaehlzeit2_explica": "Field: Tag<\/b> and Field: Month<\/b>
Please enter two digits numbers (\"08\",\"05\",...)

Field: Year<\/b>
Please enter a year (four digits number).
In case of time periods, enter the middle,
E.g.: Time term=\"19th century\" -> Counted time=\"1850\"

Field: [+\/-]<\/b>
- refers to times before common era, + refers to the year 0 CE and anything after.

(This information is used for internal functions, e.g. sorting by time)

Please always fill in this field!<\/b>", "no_timeterm": "Please enter a time term!<\/p>

[A random term relating to a time, for example: \"1784\" or \"January 12 1785\" or \"Early middle ages\"]", - "not_exact": "Please do not enter a time term tat starts with \"about\" or \"ca.\"!<\/p>

[Enter imprecise times as \"events\".]", + "not_exact": "Pakiusap, huwag magdagdag ng termino na nagsisimula sa \"halos\" or \"ca.\"!<\/p>

[I-enter ang mga hindi eksaktong kapanahunan bilang \"mga kaganapan\".]", "no_start": "Enter the begin of the time period!<\/p>

[If the time term is a year number (e.g. \"1784\"), just repeat it (e.g. \"1784\"). If the time period starts before common era, enter a minus before the year (e.g. \"-1200\")]", "no_start_not_numeric": "Only exact years (=numbers) are valid as the start of a time period.<\/p>

[Please enter a year (number) (if necessary with a \"-\" -sign before the number).]", "no_end": "Enter the end of the time period!<\/p>

[If the time term is a year number (e.g. \"1784\"), just repeat it (e.g. \"1784\"). If the time period ends before common era, enter a minus before the year (e.g. \"-1100\")]", "no_end_not_numeric": "Only exact years (=numbers) are valid as the start of a time period.<\/p>

[Please enter a year (number) (if necessary with a \"-\" -sign before the number).]", "no_count_value": "Enter an (internal) time for counting. Minimum: The year (four digits)<\/p>

[E.g. \"1784\". If the time period exceeds one year, please enter the middle (E.g.: Time term is \"1870-1880\" -> Counted time is \"1875\".
Enter month and day as digits: month -> \"4\", Day -> \"12\". You do not need to provide information on month and day]", - "valid_month": "Please enter the month properly", - "valid_day": "Please enter the day properly", - "end_before_begin": "The entered time period ends before it has even started<\/p>

[The start of a time period has a smaller number than the end of the given time period.]", - "cha_intro": "Attention:<\/b> This changes information, it does NOT<\/b> change the relation between time and event or object", - "cha_counts": "Internal value", - "cha_remarks": "Remarks", + "valid_month": "Paki-enter ang buwan nang tama. ", + "valid_day": "Paki-enter ang araw nang tama. ", + "end_before_begin": "Ang nailagay na kapanahunan ay natapos na bago pa man ito nag-umpisa <\/p>

[Ang simula ng kapanahunan ay mas maliit na numero kaysa sa katapusan ng binigay na kapanahunan.]", + "cha_intro": "Atensyon:<\/b> Ito ay magbabago ng impormasyon ngunit hindi<\/b> magbabago ang relasyon sa pagitan ng oras at kaganapan o bagay.", + "cha_counts": "Internal na halaga", + "cha_remarks": "Komento", "zeitanm_explica": "Annotations are especially important if this is about time terms not everyone agrees upon.

Can be left empty<\/b>", "no_vague_values": "Please do not give vague data!<\/p>

[Vague relations to time might be created in the event or tag setting]", - "time_delete": "Delete time term", - "time_annotated": "The time has been annotated.", - "added": "A new time entry has been added.", - "edited": "Information on this time entry has been updated.", + "time_delete": "Burahin ang terminong pangpanahon", + "time_annotated": "Ang oras ay na-annotate", + "added": "Naidagdag ang bagong entry ng oras", + "edited": "Ang impormasyon tungkol sa oras ng entry na ito ay na-update na. ", "annotation": "Annotation", - "add_new_annotation": "Add a new annotation:", - "must_be_month": "Month: Must be a valid, two-digit representation of a month. E.g. 01 for January, 12 for December", + "add_new_annotation": "Magdagdag ng bagong annotation", + "must_be_month": "Buwan: Dapat maging isang wastong, dalawang-digit na representasyon ng isang buwan. E.g. 01 para sa Enero, 12 para sa Disyembre", "must_be_day": "Day: Must be a valid, two-digit representation of a day. From 01 to 31", "must_be_year": "Year: Must be a valid, four-digit representation of a year. From 0001 to 9999.", "must_be_+-": "Must be either + (common era) or - (before common era)" diff --git a/backend/tl/transcription.json b/backend/tl/transcription.json index 39f88666..423d1246 100644 --- a/backend/tl/transcription.json +++ b/backend/tl/transcription.json @@ -1,17 +1,17 @@ { "tlTranscripts": { - "add_transcript": "Add transcript", - "is_original_or_translation": "Is original (left) or translation (right)", - "transcript_content": "Transcript content", - "is_public": "Is hidden or public", - "edit_as_TEI": "Edit as TEI", - "added_new_transcript": "The new transcript has been added", - "transcript_deleted": "The transcript has been deleted", - "transcript_updated": "The transcript has been updated", - "edit_transcript_TEI": "Edit transcript (TEI mode)", - "edit_transcript_for_object": "Edit transcript for object", - "is_tranlation_explica": "Using this switch you can determine if this transcription is featured immediately on the document or if the entry represents a translation of the actual transcription.", - "transcript_language_explica": "You need to determine the language of the text you are transcribing. Please select it from the list.", - "transcript_content_explica": "The content of the transcription. The content of this field can either be plain text or encoded following the TEI (Text-Encoding Initiative) standard." + "add_transcript": "Magdagdag ng transcript", + "is_original_or_translation": "Orihinal (kaliwa) o pagsasalin (kanan)", + "transcript_content": "Nilalaman ng transcript", + "is_public": "Nakatago o Nakikita", + "edit_as_TEI": "I-edit bilang TEI", + "added_new_transcript": "Naidagdag na ang bagong transcript", + "transcript_deleted": "Nabura na ang transcript", + "transcript_updated": "Na-update na ang transcript", + "edit_transcript_TEI": "I-edit ang transcript (TEI mode)", + "edit_transcript_for_object": "I-edit ang transcript para sa bagay", + "is_tranlation_explica": "Gamit ang switch na ito maaaring matukoy kung ang transkripsyon na ito ay itinampok kaagad sa dokumento o kung ang entry ay kumakatawan sa isang pagsasalin ng aktwal na transcript.", + "transcript_language_explica": "Kailangan mong matukoy ang wika ng teksto na iyong isinusulat. Mangyaring piliin ito mula sa listahan.", + "transcript_content_explica": "Ang nilalaman ng transkripsyon. Ang nilalaman ng field na ito ay maaaring maging simpleng teksto o naka-encode na sumusunod sa pamantayang TEI (Text-Encoding Initiative)." } } \ No newline at end of file diff --git a/backend/tl/visitors.json b/backend/tl/visitors.json index ea54feba..4cf2f029 100644 --- a/backend/tl/visitors.json +++ b/backend/tl/visitors.json @@ -1,22 +1,22 @@ { "tlVisitors": { - "add_new_visitor": "Neuen Besucher hinzuf\u00fcgen", - "generate_qr_code": "QR-Code generieren", - "new_visitor_added": "A new visitor has been registered", - "day": "Day", - "week": "Week", - "month": "Month", - "all_time": "All time", - "filter_by_time": "Filter by time", - "time_context": "Date (time context)", - "ticket_types": "Type of visitor (by ticket)", - "amount": "Amount", - "other_not_categorized": "Andere \/ Ohne Kategorie", - "calendar_week": "Calendar week", - "year": "Year", - "manually_add": "Manually add visitors", - "number_new_visitors": "Number of visitors to register", - "in_numbers": "In numbers", - "manage_ticket_types": "Manage ticket types" + "add_new_visitor": "Magdagdag ng bagong bisita sa museo", + "generate_qr_code": "Mag-generate ng QR code", + "new_visitor_added": "May naidagdag na bagong bisita.", + "day": "Araw", + "week": "Linggo", + "month": "Buwan", + "all_time": "Lahat ng panahon", + "filter_by_time": "Salain ayon sa panahon", + "time_context": "Petsa (sa konteksto ng panahon)", + "ticket_types": "Uri ng bisita (ayon sa ticket)", + "amount": "Halaga", + "other_not_categorized": "At iba pa \/ Labas sa kategorya", + "calendar_week": "Linggo", + "year": "Taon", + "manually_add": "Magdagdag ng bisita", + "number_new_visitors": "Dami ng bagong bisita", + "in_numbers": "Dami", + "manage_ticket_types": "Pamahalaan ang mga uri ng tiket" } } \ No newline at end of file diff --git a/backend/tr/action.json b/backend/tr/action.json index 1da5d903..e7332406 100644 --- a/backend/tr/action.json +++ b/backend/tr/action.json @@ -95,6 +95,7 @@ "preview": "\u00d6nizleme", "online_usage_museum": "\u00c7evrimi\u00e7i kullan\u0131m (m\u00fcze)", "stats_instance_contents": "\u00d6rne\u011fin veritaban\u0131 i\u00e7eri\u011fi", - "video_conference": "Video conference" + "video_conference": "Video conference", + "image_choose": "Select an object ..." } } \ No newline at end of file diff --git a/backend/tr/basis.json b/backend/tr/basis.json index 85641907..2074ae36 100644 --- a/backend/tr/basis.json +++ b/backend/tr/basis.json @@ -111,6 +111,7 @@ "articles_input": "Makale ekle", "annotations": "A\u00e7\u0131klamalar", "catalogue_raisonne": "Rayison katalo\u011fu", - "statistics": "istatistik" + "statistics": "istatistik", + "analyze": "Analyze" } } \ No newline at end of file diff --git a/backend/tr/image_incha.json b/backend/tr/image_incha.json index ff4f2702..6940a118 100644 --- a/backend/tr/image_incha.json +++ b/backend/tr/image_incha.json @@ -56,7 +56,36 @@ "global_max_file_uploads": "Overall, the maximum number of images that can be uploaded in one go is", "image_upload_page_title": "Image upload form", "master_filename": "Name of master file", - "master_filename_explica": "The name of the masterfile including the file extension but without the filepath" + "master_filename_explica": "The name of the masterfile including the file extension but without the filepath", + "color": "Color", + "orientation": "Orientation", + "image_size": "Image size", + "minimum_width": "Minimum width", + "maximum_width": "Maximum width", + "minimum_height": "Minimum height", + "maximum_height": "Maximum height", + "orientation_landscape": "Landscape", + "orientation_square": "Square", + "orientation_portrait": "Portrait", + "rotate_left": "Rotate counterclockwise", + "rotate_right": "Rotate clockwise", + "dominant_color": "Dominant color", + "color_black": "black", + "color_green": "green", + "color_silver": "silver", + "color_lime": "lime", + "color_gray": "gray", + "color_olive": "olive", + "color_white": "white", + "color_yellow": "yellow", + "color_maroon": "maroon", + "color_navy": "navy", + "color_red": "red", + "color_blue": "blue", + "color_purple": "purple", + "color_teal": "teal", + "color_fuchsia": "fuchsia", + "color_aqua": "aqua" }, "incha_image": { "front": "Vorderseite",