Add translation variables for quick export and master image filename in
musdb
This commit is contained in:
parent
340cceb99b
commit
e98e67ace4
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "\u00dcbersetzung von Bemerkung wurde bearbeitet",
|
||||
"deleted_annotation_translation": "\u00dcbersetzung von Bemerkung wurde gel\u00f6scht",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Vorderseite",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Navigation ausklappen",
|
||||
"main_image": "Hauptbild",
|
||||
"find_an_expert": "Einen Experten finden",
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht"
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht",
|
||||
"quick_export": "Schnellexport",
|
||||
"quick_export_lido": "Schnellexport (LIDO)",
|
||||
"export_options": "Exportoptionen"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Sichtbarkeit",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "F\u00fcr alle erlauben",
|
||||
"disallow_all": "F\u00fcr alle unterbinden"
|
||||
"disallow_all": "F\u00fcr alle unterbinden",
|
||||
"all_exhibitions": "Alle Ausstellungen"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "\u00dcbersetzung von Bemerkung wurde bearbeitet",
|
||||
"deleted_annotation_translation": "\u00dcbersetzung von Bemerkung wurde gel\u00f6scht",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Vorderseite",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Navigation ausklappen",
|
||||
"main_image": "Hauptbild",
|
||||
"find_an_expert": "Einen Experten finden",
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht"
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Sichtbarkeit",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "F\u00fcr alle erlauben",
|
||||
"disallow_all": "F\u00fcr alle unterbinden"
|
||||
"disallow_all": "F\u00fcr alle unterbinden",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "\u00dcbersetzung von Bemerkung wurde bearbeitet",
|
||||
"deleted_annotation_translation": "\u00dcbersetzung von Bemerkung wurde gel\u00f6scht",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Vorderseite",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Navigation ausklappen",
|
||||
"main_image": "Hauptbild",
|
||||
"find_an_expert": "Einen Experten finden",
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht"
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Sichtbarkeit",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "F\u00fcr alle erlauben",
|
||||
"disallow_all": "F\u00fcr alle unterbinden"
|
||||
"disallow_all": "F\u00fcr alle unterbinden",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "F\u0151n\u00e9zet",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Navig\u00e1ci\u00f3 be\u00e1ll\u00edt\u00e1sa",
|
||||
"main_image": "F\u0151 k\u00e9p",
|
||||
"find_an_expert": "Szak\u00e9rt\u0151 keres\u00e9se",
|
||||
"return_to_list": "Vissza a t\u00e1rgyakhoz"
|
||||
"return_to_list": "Vissza a t\u00e1rgyakhoz",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Hozz\u00e1rendel\u00e9s ",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Publik\u00e1l\u00e1s",
|
||||
"social_media": "K\u00f6z\u00f6ss\u00e9gi m\u00e9dia",
|
||||
"allow_all": "\u00d6sszes enged\u00e9lyez\u00e9se",
|
||||
"disallow_all": "\u00d6sszes tilt\u00e1sa"
|
||||
"disallow_all": "\u00d6sszes tilt\u00e1sa",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Sisi depan",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Beralih navigasi",
|
||||
"main_image": "Gamabaran utama",
|
||||
"find_an_expert": "Temukan ahli-ahli",
|
||||
"return_to_list": "Kemali ke ikhtisar"
|
||||
"return_to_list": "Kemali ke ikhtisar",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Kaitkan hasil dengan",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Status penerbitan",
|
||||
"social_media": "Media sosial",
|
||||
"allow_all": "Memperbolehkan untuk semua",
|
||||
"disallow_all": "Melarang untuk semua"
|
||||
"disallow_all": "Melarang untuk semua",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Widok od przodu",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Przypisz rezultaty",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Vista da frente",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Front view",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Toggle navigation",
|
||||
"main_image": "Main image",
|
||||
"find_an_expert": "Find an expert",
|
||||
"return_to_list": "Return to overview"
|
||||
"return_to_list": "Return to overview",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Visibility",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
"disallow_all": "Disallow for all",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,9 @@
|
|||
"updated_annotation_translation": "Updated annotation translation",
|
||||
"deleted_annotation_translation": "Deleted annotation translation",
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"incha_image": {
|
||||
"front": "Vorderseite",
|
||||
|
|
|
@ -89,7 +89,10 @@
|
|||
"toggle_navigation": "Navigation ausklappen",
|
||||
"main_image": "Hauptbild",
|
||||
"find_an_expert": "Einen Experten finden",
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht"
|
||||
"return_to_list": "Zur\u00fcck zur \u00dcbersicht",
|
||||
"quick_export": "Quick export",
|
||||
"quick_export_lido": "Quick export (LIDO)",
|
||||
"export_options": "Export options"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
@ -115,6 +118,7 @@
|
|||
"visibility": "Sichtbarkeit",
|
||||
"social_media": "Social Media",
|
||||
"allow_all": "F\u00fcr alle erlauben",
|
||||
"disallow_all": "F\u00fcr alle unterbinden"
|
||||
"disallow_all": "F\u00fcr alle unterbinden",
|
||||
"all_exhibitions": "All exhibitions"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user