Add translation variables for image handling in musdb
This commit is contained in:
parent
89ab3a014e
commit
13855bf8cf
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Einen Artikel erfassen",
|
||||
"annotations": "Anmerkungen",
|
||||
"catalogue_raisonne": "Werkverzeichnis",
|
||||
"statistics": "Statistik"
|
||||
"statistics": "Statistik",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Einen Artikel erfassen",
|
||||
"annotations": "Anmerkungen",
|
||||
"catalogue_raisonne": "Werkverzeichnis",
|
||||
"statistics": "Statistik"
|
||||
"statistics": "Statistik",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Einen Artikel erfassen",
|
||||
"annotations": "Anmerkungen",
|
||||
"catalogue_raisonne": "Werkverzeichnis",
|
||||
"statistics": "Statistik"
|
||||
"statistics": "Statistik",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Tambahkan artikel",
|
||||
"annotations": "Catatan",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Add an article",
|
||||
"annotations": "Annotations",
|
||||
"catalogue_raisonne": "Catalogue raisonne",
|
||||
"statistics": "Statistics"
|
||||
"statistics": "Statistics",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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<br><br>Example 1: 16.02.1913 <br>Example 2: First half 12th centrury.<br>Example 3: 1655-1699<br><br>The entry \"time term\" is used for displaying the time.<br><br><b style=\"color:#990000\">Please mind:<\/b><br><b style=\"font-weight:normal;color:#990000\">\"World War I\", \"Reagan Era\", ...<\/b><br>... are historical \"events\", <b style=\"font-weight:normal;color:#990000\">not<\/b> times<br><b style=\"font-weight:normal;color:#990000\">\"Rococo\", \"Classicism\", ...<\/b><br>... are stylistic eras, <b style=\"font-weight:normal;color:#990000\">not<\/b> times<br><b style=\"font-weight:normal;color:#990000\">\"Roman empire\", \"Late stone age\", ...<\/b><br>... are not used consistently, they are <b style=\"font-weight:normal;color:#990000\">no<\/b> times<br><b style=\"font-weight:normal;color:#990000\">\"Miocene\", \"Cambrian\", ...<\/b><br>... are <b style=\"font-weight:normal;color:#990000\">not<\/b> consistently used times (Names and categories of time are being re-defined every day by scientists)<br>(Please enter such terms as events, not as times)<br><br><b style=\"font-weight:normal;color:#660000;\">Please always fill in this field!<\/b>",
|
||||
"begin": "Start [YEAR]",
|
||||
"begin": "Simula [TAON]",
|
||||
"zeitbeginn_explica": "Please always enter a year here (<b>four digits number<\/b>)<br><br>- In case of years before common era, add a \"minus\" before the the number<br>- In case of times like \"before 1830\", where the immediate year is unknown, please enter a question mark.<br><br>Example 1: 1913<br>Example 2: -1800<br>Example 3: ?<br><br><b style=\"font-weight:normal;color:#660000;\">Please always fill in this field!<\/b>",
|
||||
"end": "End [YEAR]",
|
||||
"end": "Katapusan [TAON]",
|
||||
"zeitende_explica": "Please always enter a year here (<b>four digits number<\/b>)<br><br>- In case of years before common era, add a \"minus\" before the the number<br>- In case of times like \"after 1830\", where the immediate year is unknown, please enter a question mark.<br><br>Example 1: 1913<br>Example 2: -1800<br>Example 3: ?<br><br><b style=\"font-weight:normal;color:#660000;\">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": "<b>Field: Year<\/b><br>Please always enter a year here (<b>four digits number<\/b>)<br>In case of time periods, enter the middle,<br> E.g.: Time term=\"19th century\" -> Counted time=\"1850\"<br><br><b>Field: [+\/-]<\/b><br>- refers to times before common era, + refers to the year 0 CE and anything after.<br><br>(This information is used for internal functions, e.g. sorting by time)<br><br><b style=\"font-weight:normal;color:#660000;\">Please always fill in this field!<\/b>",
|
||||
"zaehlzeit2_explica": "<b>Field: Tag<\/b> and <b>Field: Month<\/b><br>Please enter two digits numbers (\"08\",\"05\",...)<br><br><b>Field: Year<\/b><br>Please enter a year (four digits number).<br>In case of time periods, enter the middle,<br> E.g.: Time term=\"19th century\" -> Counted time=\"1850\"<br><br><b>Field: [+\/-]<\/b><br>- refers to times before common era, + refers to the year 0 CE and anything after.<br><br>(This information is used for internal functions, e.g. sorting by time)<br><br><b style=\"font-weight:normal;color:#660000;\">Please always fill in this field!<\/b>",
|
||||
"no_timeterm": "Please enter a time term!<\/p><p class=\"ohne\">[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><p class=\"ohne\">[Enter imprecise times as \"events\".]",
|
||||
"not_exact": "Pakiusap, huwag magdagdag ng termino na nagsisimula sa \"halos\" or \"ca.\"!<\/p><p class=\"ohne\">[I-enter ang mga hindi eksaktong kapanahunan bilang \"mga kaganapan\".]",
|
||||
"no_start": "Enter the begin of the time period!<\/p><p class=\"ohne\">[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><p class=\"ohne\">[Please enter a year (number) (if necessary with a \"-\" -sign before the number).]",
|
||||
"no_end": "Enter the end of the time period!<\/p><p class=\"ohne\">[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><p class=\"ohne\">[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><p class=\"ohne\">[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\".<br>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><p class=\"ohne\">[The start of a time period has a smaller number than the end of the given time period.]",
|
||||
"cha_intro": "<b>Attention:<\/b> This changes information, it does <b style=\"color:#990000\">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><p class=\"ohne\">[Ang simula ng kapanahunan ay mas maliit na numero kaysa sa katapusan ng binigay na kapanahunan.]",
|
||||
"cha_intro": "<b>Atensyon:<\/b> Ito ay magbabago ng impormasyon ngunit <b style=\"color:#990000\">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.<br><br><b style=\"font-weight:normal;color:#006600;\">Can be left empty<\/b>",
|
||||
"no_vague_values": "Please do not give vague data!<\/p><p class=\"ohne\">[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)"
|
||||
|
|
|
@ -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)."
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 ..."
|
||||
}
|
||||
}
|
|
@ -111,6 +111,7 @@
|
|||
"articles_input": "Makale ekle",
|
||||
"annotations": "A\u00e7\u0131klamalar",
|
||||
"catalogue_raisonne": "Rayison katalo\u011fu",
|
||||
"statistics": "istatistik"
|
||||
"statistics": "istatistik",
|
||||
"analyze": "Analyze"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user