Add translation variable for maximum number of allowed files for upload

This commit is contained in:
Joshua Ramon Enslin 2020-01-29 11:34:31 +01:00 committed by Stefan Rohde-Enslin
parent 4ee222bcd1
commit dab70ffb24
14 changed files with 43 additions and 29 deletions

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,9 +31,8 @@
"replace_with": "Ersetzen durch",
"upload_jpg_title": "Heraufladen einer Abbildung des Objektes (JPG-Datei)",
"prerequisites": "Voraussetzungen",
"prerequisites_filename": "Der Dateiname enth\u00e4lt: Keine Umlaute. Keine Punkte (au\u00dfer vor Dateiendung). Keine Sonderzeichen. Keine Leerzeichen",
"prerequisites_fileformat": "Das Bild muss im JPG-Format vorliegen und eine Aufl\u00f6sung von 72 dpi oder 96 dpi haben",
"prerequisites_imagesize_general": "Die k\u00fcrzere Seite sollte eine MINDESTL\u00c4NGE von 540 Pixeln haben. Die l\u00e4ngere Seite sollte eine MAXIMALL\u00c4NGE von 3000 Pixeln nicht \u00fcberschreiten",
"prerequisites_imagesize_general": "Die k\u00fcrzere Seite sollte eine MINDESTL\u00c4NGE von 540 Pixeln haben.",
"prerequisites_imagesize_mussam": "Die Mindestbreite sollte 200px betragen",
"prerequisites_filesize_general": "Die Bilddatei sollte nicht gr\u00f6\u00dfer als 2 Megabyte sein (f\u00fcr Karten, Briefe u.\u00e4. - sind auch bis zu 10 MB m\u00f6glich). Idealerweise hat sie 100kb bis 500kb (kleinere Dateien laden schneller). Die JPG-Qualit\u00e4tskontrolle ergibt oft schon bei 60-70% gute Resultate",
"prerequisites_filesize_mussam": "Die Bilddatei sollte nicht gr\u00f6\u00dfer als 2 Megabyte sein",
@ -53,7 +52,9 @@
"annotation_explica": "Um einen Bildabschnitt zu annotieren, klicken Sie zuerst im Bild in die obere linke Ecke des zu kommentierenden Bereichs. Bewegen Sie den Mauszeiger dann zum unteren rechten Ende des Bereichs und lassen Sie die linke Maustaste los. Eine Seitenspalte mit der Option den markierten Bereich \u00f6ffnet sich dann rechts.",
"added_annotation_translation": "\u00dcbersetzung von Bemerkung wurde hinzugef\u00fcgt",
"updated_annotation_translation": "\u00dcbersetzung von Bemerkung wurde bearbeitet",
"deleted_annotation_translation": "\u00dcbersetzung von Bemerkung wurde gel\u00f6scht"
"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"
},
"incha_image": {
"front": "Vorderseite",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a MINIMUM of 540px. The long side should have a MAXIMUM of 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Csere a k\u00f6vetkez\u0151 f\u00e1jlra",
"upload_jpg_title": "K\u00e9pi illusztr\u00e1ci\u00f3 felt\u00f6lt\u00e9se (JPG)",
"prerequisites": "A felt\u00f6lt\u00e9s szab\u00e1lyai",
"prerequisites_filename": "A f\u00e1ljn\u00e9v ne tartalmazzon \u00e9kezeteket, pontot (kiv\u00e9ve a kiterjeszt\u00e9s el\u0151tt), se k\u00fcl\u00f6nleges karaktereket, vagy sz\u00f3k\u00f6zt",
"prerequisites_fileformat": "A k\u00e9p JPG form\u00e1tum\u00fa legyen, felbont\u00e1s: 72 dpi, vagy 96 dpi",
"prerequisites_imagesize_general": "A k\u00e9p r\u00f6videbb oldala MINIMUM 540 pixel nagys\u00e1g\u00fa legyen. A k\u00e9p hosszabbik oldal\u00e1nak MAXIM\u00c1LIS m\u00e9rete ne haladja meg a 3000 pixel m\u00e9retet",
"prerequisites_imagesize_mussam": "Minimum sz\u00e9less\u00e9g 200 pixel",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "F\u0151n\u00e9zet",

View File

@ -31,7 +31,6 @@
"replace_with": "Diganti dengan",
"upload_jpg_title": "Unggah gambaran benda (JPG)",
"prerequisites": "Kondisi",
"prerequisites_filename": "Nama dokumen tidak berkandung huruf spesial",
"prerequisites_fileformat": "Gambaran harus merupakan dokumen JPG dengan 72 atau 96 dpi",
"prerequisites_imagesize_general": "Sisi pendek gambaran berukuran paling sedikit 540px.",
"prerequisites_imagesize_mussam": "Lebar paling sedikit 200px",
@ -53,7 +52,9 @@
"annotation_explica": "Untuk mencatatatkan seksi gambaran, klik ke pinggir kiri atas dan memindah tikus ke kanan bawa. Menu sisi akan dibukan dengan opsi pemasukan informasi catatan.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Sisi depan",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Zamie\u0144 na",
"upload_jpg_title": "Prze\u015blij plik ze zdj\u0119ciem (JPG)",
"prerequisites": "Warunki wst\u0119pne",
"prerequisites_filename": "Nazwa pliku nie zawiera znak\u00f3w diakrytycznych, kropek, znak\u00f3w specjalnych ani spacji",
"prerequisites_fileformat": "Obraz powinien by\u0107 plikiem jpg o rozdzielczo\u015bci 72 dpi lub 96 dpi",
"prerequisites_imagesize_general": "Kr\u00f3tszy bok powinien mie\u0107 co najmniej 540 pikseli. D\u0142ugo\u015b\u0107 d\u0142u\u017cszego boku nie powinna przekracza\u0107 3000 pikseli",
"prerequisites_imagesize_mussam": "Minimalna szeroko\u015b\u0107 200 pikseli",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Widok od przodu",

View File

@ -31,7 +31,6 @@
"replace_with": "Substituir com",
"upload_jpg_title": "Fazer o carregamento de uma imagem do objeto (arquivo JPG)",
"prerequisites": "Pr\u00e9-requisitos",
"prerequisites_filename": "O nome do arquivo n\u00e3o pode conter tremas, pontos (exceto antes da extens\u00e3o do arquivo), caracteres especiais, espa\u00e7os",
"prerequisites_fileformat": "A imagem deve estar no formato JPG e tem uma resolu\u00e7\u00e3o de 72 dpi ou 96 dpi",
"prerequisites_imagesize_general": "O lado mais curto deve ter um comprimento m\u00ednimo de 540 pixels. O lado mais comprido n\u00e3o deve exceder um comprimento m\u00e1ximo de 3000 pixels",
"prerequisites_imagesize_mussam": "A largura m\u00ednima de 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Vista da frente",

View File

@ -31,7 +31,6 @@
"replace_with": "Replace with",
"upload_jpg_title": "Upload of an object image (JPG)",
"prerequisites": "Prerequisites",
"prerequisites_filename": "Filename does not contain any umlauts, no dots, no special characters, no spaces",
"prerequisites_fileformat": "The image has to be a JPG file with a resolution of 72 dpi or 96 dpi",
"prerequisites_imagesize_general": "The short side should have a minimum of 540px. The long side should not exceed 3000px",
"prerequisites_imagesize_mussam": "Mininum width of 200px",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Front view",

View File

@ -31,7 +31,6 @@
"replace_with": "Ersetzen durch",
"upload_jpg_title": "Heraufladen einer Abbildung des Objektes (JPG-Datei)",
"prerequisites": "Voraussetzungen",
"prerequisites_filename": "Der Dateiname enth\u00e4lt: Keine Umlaute. Keine Punkte (au\u00dfer vor Dateiendung). Keine Sonderzeichen. Keine Leerzeichen",
"prerequisites_fileformat": "Das Bild muss im JPG-Format vorliegen und eine Aufl\u00f6sung von 72 dpi oder 96 dpi haben",
"prerequisites_imagesize_general": "Die k\u00fcrzere Seite sollte eine MINDESTL\u00c4NGE von 540 Pixeln haben. Die l\u00e4ngere Seite sollte eine MAXIMALL\u00c4NGE von 3000 Pixeln nicht \u00fcberschreiten",
"prerequisites_imagesize_mussam": "Die Mindestbreite sollte 200px betragen",
@ -53,7 +52,9 @@
"annotation_explica": "To annotate an image section, click into the image at the top left of the area you want to annotate. Then, move the cursor to the bottom right of the area to be annotated and release the click. A sidebar will open, offering you to enter your annotation.",
"added_annotation_translation": "Added annotation translation",
"updated_annotation_translation": "Updated annotation translation",
"deleted_annotation_translation": "Deleted 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"
},
"incha_image": {
"front": "Vorderseite",