diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index c8870f17..9d631cdf 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: David Stepan , 2016,2025\n" "Language-Team: Czech (Czech Republic) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/cs_CZ/)\n" @@ -25,12 +25,12 @@ msgstr "" msgid "show" msgstr "zobrazit" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Kolonka" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Pouze pro čtení" @@ -59,8 +59,12 @@ msgstr[1] "Podmínky pro skrytí bloku" msgstr[2] "Podmínek pro skrytí bloku" msgstr[3] "Podmínky pro skrytí bloku" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Další kolonky" @@ -167,73 +171,73 @@ msgstr "Aktualizují se vytvořené soubory rozbalovací nabídky" msgid "Regenerate container files" msgstr "Znovu vytvořit kontejnerové soubory" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportovat do YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Obnovení souborů kontejnerů" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Opravit názvy kontejnerů" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Aktualizují se vytvořené soubory kontejnerů" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Není možné přidat několik bloků s typem „Vložení do formuláře“ na stejný objekt" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Není možné přidat několik bloků typu „Vložení ve formuláři konkrétní karty“ na té stejné kartě objektu" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Název kontejneru je pro databázi příliš dlouhý (číslice v názvu jsou nahrazeny znaky, zkuste je odstranit)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Není možné přidat více bloků se stejným názvem do jednoho objektu" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Blok" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Tabulka" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Přidat tabulku" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Vložení do formuláře (před tlačítkem uložit)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Vložení do formuláře konkrétního panelu (před tlačítkem uložit)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Některá povinná pole nejsou vyplněná" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Některé číselné kolonky obsahují nečíselné hodnoty" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Některé URL kolonky obsahují neplatné odkazy" @@ -241,69 +245,74 @@ msgstr "Některé URL kolonky obsahují neplatné odkazy" msgid "Override by status" msgstr "Přepsat podle stavu" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Název pole je pro databázi příliš dlouhý (číslice v názvu jsou nahrazeny znaky, zkuste je odstranit)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "Nelze přidat stejné pole 'rozbalovací nabídka' do stejného bloku." -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Kolonky" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Přidat novou kolonku" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Žádná kolonka pro tento blok" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Hlavička" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Text (jednořádkový)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Text (víceřádkový)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Formátovaný text" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Číslo" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL adresa" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Rozbalovací" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Ano/Ne" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Datum" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Datum a čas" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI položka" diff --git a/locales/de_DE.po b/locales/de_DE.po index 80682f7a..2b2eb11c 100644 --- a/locales/de_DE.po +++ b/locales/de_DE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Christian Hoffmeister, 2025\n" "Language-Team: German (Germany) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/de_DE/)\n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "anzeigen" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Feld" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Nur lesen" @@ -54,8 +54,12 @@ msgid_plural "Conditions to hide block" msgstr[0] "Bedingung zum Ausblenden des Blocks hinzufügen" msgstr[1] "Bedingungen zum Ausblenden des Blocks" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Zusätzliche Felder" @@ -162,73 +166,73 @@ msgstr "Aktualisierung der generierten Dropdown-Dateien" msgid "Regenerate container files" msgstr "Containerdateien neu generieren" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Nach YAML exportieren" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Containerdateien neu generieren" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Containernamen reparieren" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Aktualisierung der erzeugten Containerdateien" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Sie können nicht mehrere Blöcke mit dem Typ 'Einfügen in das Formular' auf demselben Objekt hinzufügen" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Es ist nicht möglich, mehrere Blöcke vom Typ 'Einfügen in Form einer bestimmten Registerkarte' auf derselben Objektregisterkarte hinzuzufügen" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Der Feldname ist zu lang für die Datenbank (Ziffern im Namen werden durch Zeichen ersetzt, versuchen Sie, diese zu entfernen)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Sie können nicht mehrere Blöcke mit identischem Namen zum selben Objekt hinzufügen" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Block" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Tab" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Registerkarte hinzufügen" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Einfügen in das Formular (vor der Schaltfläche „Speichern“)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Einfügen in Form einer bestimmten Registerkarte (vor der Schaltfläche „Speichern“)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Einige Pflichtfelder sind leer" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Einige numerische Felder enthalten nicht numerische Werte" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Einige URL-Felder enthalten ungültige Links" @@ -236,69 +240,74 @@ msgstr "Einige URL-Felder enthalten ungültige Links" msgid "Override by status" msgstr "Überschreibung durch Status" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Der Feldname ist zu lang für die Datenbank (Ziffern im Namen werden durch Zeichen ersetzt, versuchen Sie, diese zu entfernen)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Felder" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Ein neues Feld hinzufügen" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Kein Feld für diesen Block" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Überschrift" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Text (einzeilig)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Text (mehrzeilig)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Rich text" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Nummer" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Auswahlliste" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Ja/Nein" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Datum" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Datum & Zeit" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI-Artikel" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index b8ff867b..979fd74a 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index 893059b5..091239a1 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" -"PO-Revision-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" +"PO-Revision-Date: 2025-10-30 01:12+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" @@ -21,12 +21,12 @@ msgstr "" msgid "show" msgstr "show" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Field" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Read only" @@ -53,8 +53,12 @@ msgid_plural "Conditions to hide block" msgstr[0] "Condition to hide block" msgstr[1] "Conditions to hide block" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "Bind additional fields to the destination" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Additional fields" @@ -166,23 +170,23 @@ msgstr "Updating generated dropdown files" msgid "Regenerate container files" msgstr "Regenerate container files" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Export to YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regenerate containers files" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Fix container names" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Updating generated containers files" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" @@ -190,7 +194,7 @@ msgstr "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific " "tab' on same object tab" @@ -198,7 +202,7 @@ msgstr "" "You cannot add several blocks with type 'Insertion in the form of a specific " "tab' on same object tab" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" @@ -206,39 +210,39 @@ msgstr "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "You cannot add several blocs with identical name on same object" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Block" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Tab" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Add tab" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Insertion in the form (before save button)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Insertion in the form of a specific tab (before save button)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Some mandatory fields are empty" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Some numeric fields contains non numeric values" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Some URL fields contains invalid links" @@ -246,7 +250,7 @@ msgstr "Some URL fields contains invalid links" msgid "Override by status" msgstr "Override by status" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" @@ -254,63 +258,70 @@ msgstr "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "You cannot add same field 'dropdown' on same block" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "" +"The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" +"The field \"%s\" cannot be deleted because it is used in a form question" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Fields" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Add a new field" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "No field for this block" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Header" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Text (single line)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Text (multiples lines)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Rich Text" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Number" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Dropdown" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Yes/No" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Date" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Date & time" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI item" diff --git a/locales/en_US.po b/locales/en_US.po index 8c0ab213..98febb67 100644 --- a/locales/en_US.po +++ b/locales/en_US.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Shawn Long , 2016-2017,2019,2023-2025\n" "Language-Team: English (United States) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/en_US/)\n" @@ -24,12 +24,12 @@ msgstr "" msgid "show" msgstr "show" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Field" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Read Only" @@ -56,8 +56,12 @@ msgid_plural "Conditions to hide block" msgstr[0] "Condition to Hide Block" msgstr[1] "Conditions to Hide Block" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Additional Fields" @@ -164,73 +168,73 @@ msgstr "Updating generated dropdown files" msgid "Regenerate container files" msgstr "Regenerate container files" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Export to YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regenerate containers files" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Fix container names" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Updating generated containers files" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "You cannot add several blocks with type 'Insertion in the form' on same object" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "You cannot add several blocks with type 'Insertion in the form of a specific tab' on same object tab" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Container name is too long for database (digits in name are replaced by characters, try to remove them)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "You cannot add several blocks with identical name on same object" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Block" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Tab" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Add Tab" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Insert in the Form (before save button)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Insert in the Form of a Specific Tab (before save button)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Some required fields are empty" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Some numeric fields contains non-numeric values" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Some URL fields contains invalid links" @@ -238,69 +242,74 @@ msgstr "Some URL fields contains invalid links" msgid "Override by status" msgstr "Override by Status" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Field name is too long for database (digits in name are replaced by characters, try to remove them)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Fields" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Add a New Field" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "No Field for this Block" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Header" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Text (single line)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Text (multiples lines)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Rich Text" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Number" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Dropdown" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Yes/No" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Date" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Date & Time" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI Item" diff --git a/locales/es_AR.po b/locales/es_AR.po index a176f215..1816a4e1 100644 --- a/locales/es_AR.po +++ b/locales/es_AR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Nicolás Gaviola, 2023\n" "Language-Team: Spanish (Argentina) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/es_AR/)\n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "mostrar" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Campo" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Sólo lectura" @@ -55,8 +55,12 @@ msgstr[0] "Condición para ocultar el bloque" msgstr[1] "Condiciones para ocultar el bloque" msgstr[2] "Condición para ocultar el bloque" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Campos adicionales" @@ -163,73 +167,73 @@ msgstr "Actualización de archivos desplegables generados" msgid "Regenerate container files" msgstr "Regenerar archivos contenedores" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportar a YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regenerar archivos de contenedores" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Corrija los nombres de los contenedores" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Actualización de archivos de contenedores generados" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "No puede agregar varios bloques con el tipo 'Inserción en el formulario' en el mismo objeto" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "No puede agregar varios bloques con el tipo 'Inserción en forma de una pestaña específica' en la misma pestaña de un objeto" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "El nombre del contenedor es demasiado largo para la base de datos (los dígitos del nombre se reemplazan por caracteres, intente eliminarlos)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "No puede agregar varios bloques con el mismo nombre en el mismo objeto" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloque" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Pestaña" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Agregar pestaña" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Inserto en el formulario (antes del botón guardar)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Inserto en el formulario de una pestaña específica (antes del botón guardar)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Algunos campos obligatorios están vacíos" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Algunos campos numéricos contienen valores no numéricos" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Algunos campos de URL contienen enlaces no válidos" @@ -237,69 +241,74 @@ msgstr "Algunos campos de URL contienen enlaces no válidos" msgid "Override by status" msgstr "Anular por estado" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "El nombre del campo es demasiado largo para la base de datos (los dígitos del nombre se reemplazan por caracteres, intente eliminarlos)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Campos" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Agregar un nuevo campo" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Ningún campo para este bloque" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Encabezado" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Texto (única línea)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Texto (múltiples líneas)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Número" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Menú desplegable" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Sí/No" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Fecha" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Fecha & Hora" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Ítem de GLPI" diff --git a/locales/es_EC.po b/locales/es_EC.po index e427c071..d3388d69 100644 --- a/locales/es_EC.po +++ b/locales/es_EC.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Soporte Infraestructura Standby, 2023-2024\n" "Language-Team: Spanish (Ecuador) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/es_EC/)\n" @@ -23,12 +23,12 @@ msgstr "" msgid "show" msgstr "mostrar" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Campo" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Sólo lectura" @@ -56,8 +56,12 @@ msgstr[0] "Condición para ocultar el bloque" msgstr[1] "Condiciones para ocultar el bloque" msgstr[2] "Condiciones para ocultar el bloque" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Campos adicionales" @@ -164,73 +168,73 @@ msgstr "Actualización de los archivos desplegables generados" msgid "Regenerate container files" msgstr "Regenerar archivos contenedores" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportar a YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regenerar archivos de contenedores" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Corregir los nombres de los contenedores" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Actualización de los archivos contenedores generados" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "No se pueden añadir varios bloques de tipo 'Inserción en el formulario' en un mismo objeto" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "No se pueden agregar varios bloques con el tipo 'Inserción en forma de pestaña específica' en la misma pestaña de objeto" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "El nombre del contenedor es demasiado largo para la base de datos (los dígitos del nombre se sustituyen por caracteres, intente eliminarlos)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "No se pueden agregar varios bloques con el mismo nombre en el mismo objeto" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloque" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Pestaña" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Añadir pestaña" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Inserción en el formulario (antes del botón de guardar)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Inserción en el formulario de una pestaña específica (antes del botón de guardar)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Algunos campos obligatorios están vacíos" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Algunos campos numéricos contienen valores no numéricos" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Algunos campos URL contienen enlaces no válidos" @@ -238,69 +242,74 @@ msgstr "Algunos campos URL contienen enlaces no válidos" msgid "Override by status" msgstr "Validación por estado" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "El nombre del campo es demasiado largo para la base de datos (los dígitos del nombre se reemplazan por caracteres, intente eliminarlos)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Campos" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Añadir un nuevo campo" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "No hay campo para este bloque" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Encabezado" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Texto (una línea)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Texto (varias líneas)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Texto enriquecido" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Número" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Menú desplegable" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Si/No" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Fecha" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Fecha y hora" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Elemento GLPI" diff --git a/locales/es_MX.po b/locales/es_MX.po index 2d4975f9..9dde5600 100644 --- a/locales/es_MX.po +++ b/locales/es_MX.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Carlos Moreno Rodríguez , 2022-2023\n" "Language-Team: Spanish (Mexico) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/es_MX/)\n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "mostrar" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Campo" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Solo lectura" @@ -55,8 +55,12 @@ msgstr[0] "Condición para ocultar bloque" msgstr[1] "Condición para ocultar bloque\nCondiciones para ocultar bloque" msgstr[2] "Condiciones para ocultar bloque" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Campos adicionales" @@ -163,73 +167,73 @@ msgstr "Actualizar campos de menús desplegables generados" msgid "Regenerate container files" msgstr "Regenerar archivos contenedores" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportar a extensión YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regenerar archivos de contenedores" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Corregir los nombres de los contenedores" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Actualización del contenedor de archivos generados" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "No se pueden agregar varios bloques con el tipo 'Inserción en el formulario' en el mismo objeto" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "No se pueden agregar varios bloques con el tipo 'Inserción en el formulario de una pestaña específica' en la misma pestaña" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "El nombre del contenedor es demasiado largo para la base de datos (los dígitos en el nombre se reemplazan por carateres, intenta eliminarlos)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "No se pueden agregar varios bloques con el mismo nombre en un mismo objeto" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloque" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Pestaña" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Agregar pestaña" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Insertar en el formulario (antes del botón guardar)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Insertar en el formulario de una pestaña específica (antes del botón guardar)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Algunos campos obligatorios están vacíos" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Algunos campos numéricos contienen valores no numéricos" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Algunos campos de URL contienen vínculos no válidos" @@ -237,69 +241,74 @@ msgstr "Algunos campos de URL contienen vínculos no válidos" msgid "Override by status" msgstr "Anular por estado" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "El nombre del campo es demasiado largo para la base de datos (los dígitos en el nombre se reemplazan por caracteres, intenta eliminarlos)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Campos" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Agregar nuevo campo" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Ningún campo para este bloque" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Encabezado" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Texto (línea simple)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Texto (varias líneas)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Texto enriquecido" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Número" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Menú desplegable" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Si / No" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Fecha" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Fecha y Hora" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Elemento de GLPI" diff --git a/locales/fields.pot b/locales/fields.pot index f91544d7..c90787a3 100644 --- a/locales/fields.pot +++ b/locales/fields.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "" @@ -54,8 +54,12 @@ msgid_plural "Conditions to hide block" msgstr[0] "" msgstr[1] "" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "" @@ -162,73 +166,73 @@ msgstr "" msgid "Regenerate container files" msgstr "" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific " "tab' on same object tab" msgstr "" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "" @@ -236,69 +240,75 @@ msgstr "" msgid "Override by status" msgstr "" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "" +"The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "" diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 01968cb4..57859822 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Stanislas , 2024\n" "Language-Team: French (France) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/fr_FR/)\n" @@ -28,12 +28,12 @@ msgstr "" msgid "show" msgstr "afficher" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Champ" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Lecture seule" @@ -61,8 +61,12 @@ msgstr[0] "Condition pour masquer le bloc" msgstr[1] "Conditions pour masquer le bloc" msgstr[2] "Conditions pour masquer le bloc" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Champs supplémentaires" @@ -169,73 +173,73 @@ msgstr "Mise à jour des fichiers générés des listes déroulantes " msgid "Regenerate container files" msgstr "Régénérer les fichiers des blocs" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exporter vers YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Régénération les fichiers des conteneurs" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Correction du nom des conteneurs" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Mettre à jour les fichier de conteneurs générés" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Vous ne pouvez pas créer plusieurs blocs de type 'Insertion dans le formulaire' sur le même objet" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Vous ne pouvez pas créer plusieurs blocs de type 'Insertion dans le formulaire d'un onglet spécifique' sur le même onglet d'un objet" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Le nom du conteneur est trop long pour la base de données (les nombres dans le nom sont automatiquement remplacés par des caractères, essayez de les enlever)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Vous ne pouvez pas ajouter plusieurs blocs avec un même nom sur le même objet" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloc" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Onglet" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Ajout d'un onglet" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Insertion dans le formulaire (avant le bouton sauvegarder)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Insertion dans le formulaire d'un onglet spécifique (avant le bouton sauvegarder)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Des champs obligatoires sont vides" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Des champs numériques contiennent des données non numériques" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Des champs URL contiennent des liens invalides" @@ -243,69 +247,74 @@ msgstr "Des champs URL contiennent des liens invalides" msgid "Override by status" msgstr "Surcharge par statut" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Le nom du champ est trop long pour la base de données (les nombres dans le nom sont automatiquement remplacés par des caractères, essayez de les enlever)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Champs" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Ajouter un nouveau champ" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Aucun champ pour ce bloc" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Entête" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Texte (ligne simple)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Texte (lignes multiples)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Texte riche" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Nombre" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Liste déroulante (Intitulés)" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Oui/Non" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Date" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Date & heure" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Objet GLPI" diff --git a/locales/hr_HR.po b/locales/hr_HR.po index 298dc82c..f506733f 100644 --- a/locales/hr_HR.po +++ b/locales/hr_HR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Milo Ivir , 2020,2022-2023\n" "Language-Team: Croatian (Croatia) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/hr_HR/)\n" @@ -24,12 +24,12 @@ msgstr "" msgid "show" msgstr "prikaži" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Polje" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Samo-za-čitanje" @@ -57,8 +57,12 @@ msgstr[0] "Uvjet za skrivanje bloka" msgstr[1] "Uvjeti za skrivanje bloka" msgstr[2] "Uvjeti za skrivanje bloka" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Dodatna polja" @@ -165,73 +169,73 @@ msgstr "Aktualiziranje generiranih datoteka padajućih popisa" msgid "Regenerate container files" msgstr "Ponovo generiraj datoteke spremnika" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Izvezi u YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Ponovo generiraj datoteke kontejnera" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Ispravi imena spremnika" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Aktualiziranje generiranih datoteka spremnika" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Nije moguće dodati višestruke blokove s vrstom „Umetanje u obrazac” na isti objekt" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Nije moguće dodati višestruke blokove s vrstom „Umetanje u obrazac određene kartice” na istu karticu objekta" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Ime spremnika je predugačko za bazu podataka (brojke u imenu zamjenjuju se znakovima, pokušaj ih ukloniti)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Nije moguće dodati blokove s jednakim imenon na isti objekt" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Blok" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Kartica" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Dodaj karticu" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Umetanje u obrazac (prije gumba za spremanje)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Umetanje u obrazac određene kartice (prije gumba za spremanje)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Neka obavezna polja su prazna" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Neka numerička polja sadrže ne numeričke vrijednosti" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Neka URL polja sadrže neispravne poveznice" @@ -239,69 +243,74 @@ msgstr "Neka URL polja sadrže neispravne poveznice" msgid "Override by status" msgstr "Zamijeni po stanju" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Ime polja je predugačko za bazu podataka (brojke u imenu zamjenjuju se znakovima, pokušaj ih ukloniti)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Polja" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Dodaj novo polje" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Nema polja za ovaj blok" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Zaglavlje" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Tekst (jednoredni)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Tekst (višeredni)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Formatirani tekst" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Broj" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Padajući popis" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Da/Ne" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Datum" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Datum i vrijeme" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI predmet" diff --git a/locales/it_IT.po b/locales/it_IT.po index fde517df..c9962b65 100644 --- a/locales/it_IT.po +++ b/locales/it_IT.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Davide , 2025\n" "Language-Team: Italian (Italy) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/it_IT/)\n" @@ -23,12 +23,12 @@ msgstr "" msgid "show" msgstr "mostra" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Campo" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Sola lettura" @@ -56,8 +56,12 @@ msgstr[0] "Condizione per nascondere il blocco" msgstr[1] "Condizioni per nascondere il blocco" msgstr[2] "Condizioni per nascondere il blocco" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Campi aggiuntivi" @@ -164,73 +168,73 @@ msgstr "Aggiornamento dei file a tendina generati" msgid "Regenerate container files" msgstr "Rigenera i file dei contenitori" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Esporta in YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Rigenera i file dei contenitori" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Ripara i nomi dei contenitori" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Aggiornamento dei file dei contenitori generati" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Non è possibile aggiungere più blocchi con il tipo 'Inserimento nel modulo' sullo stesso oggetto" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Non è possibile aggiungere più blocchi con il tipo 'Inserimento sotto forma di una scheda specifica' sulla scheda dello stesso oggetto" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Il nome del contenitore è troppo lungo per il database (le cifre nel nome sono sostituite da caratteri, provare a rimuoverle)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Non è possibile aggiungere più blocchi con lo stesso nome sullo stesso oggetto" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Blocco" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Scheda" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Aggiungi scheda" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Inserimento nel modulo (prima del pulsante di salvataggio)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Inserimento sotto forma di una scheda specifica (prima del pulsante di salvataggio)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Alcuni campi obbligatori sono vuoti" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Alcuni campi numerici contengono valori non numerici" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Alcuni campi URL contengono link non validi" @@ -238,69 +242,74 @@ msgstr "Alcuni campi URL contengono link non validi" msgid "Override by status" msgstr "Sovrascritture per stato" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Il nome del campo è troppo lungo per il database (le cifre nel nome sono sostituite da caratteri, provare a rimuoverle)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Campi" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Aggiungi nuovo campo" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Nessun campo per questo blocco" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Intestazione" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Testo (riga singola)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Testo (righe multiple)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Rich Text" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Numero" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "A tendina" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Sì/No" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Data" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Data & ora" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Oggetto GLPI" diff --git a/locales/ja_JP.mo b/locales/ja_JP.mo index 13b57dd4..0fdba9ea 100644 Binary files a/locales/ja_JP.mo and b/locales/ja_JP.mo differ diff --git a/locales/ja_JP.po b/locales/ja_JP.po index dfbcf064..e2c84e76 100644 --- a/locales/ja_JP.po +++ b/locales/ja_JP.po @@ -5,15 +5,15 @@ # Translators: # sai sai, 2019 # INOUE Daisuke, 2023 -# INOUE Daisuke, 2023-2024 +# INOUE Daisuke, 2023-2025 # sai sai, 2019 msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" -"Last-Translator: INOUE Daisuke, 2023-2024\n" +"Last-Translator: INOUE Daisuke, 2023-2025\n" "Language-Team: Japanese (Japan) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,12 +25,12 @@ msgstr "" msgid "show" msgstr "表示" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "フィールド" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "読取専用" @@ -56,8 +56,12 @@ msgid "Condition to hide block" msgid_plural "Conditions to hide block" msgstr[0] "ブロックを非表示にする条件" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "追加フィールド" @@ -164,73 +168,73 @@ msgstr "生成済みドロップダウン ファイルを更新しています" msgid "Regenerate container files" msgstr "コンテナファイルを再生成" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "YAML 形式でエクスポート" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "コンテナファイルを再生成" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "コンテナ名を修正する" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "生成済みコンテナ ファイルを更新しています" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "「フォームに挿入」型のブロックを、同じオブジェクトに複数配置することはできません" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "「フォームの特定のタブに挿入」型のブロックを、1 つのオブジェクトのタブ上に複数配置することはできません" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "データベースに保存するコンテナ名が長すぎます(名前の数字は文字に置き換える処理を行います。数字を削除してみてください)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "1 つのオブジェクトに、同じ名前のブロックを複数配置することはできません" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "ブロック" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "タブ" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "タブを追加" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "フォームに挿入(保存ボタンの前)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "フォームの特定のタブに挿入(保存ボタンの前)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "未入力の必須項目があります" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "非数値が入っている数値フィールドがあります" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "不正なリンクを含む URL フィールドがあります" @@ -238,69 +242,74 @@ msgstr "不正なリンクを含む URL フィールドがあります" msgid "Override by status" msgstr "状態による上書き" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "データベースに保存するフィールド名が長すぎます(名前の数字は文字に置き換える処理を行います。数字を削除してみてください)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" -msgstr "" +msgstr "同じブロックに同じ「ドロップダウン」のフィールドを追加することはできません" + +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "「%s」フィールドはフォームの質問で利用されているため、削除できません。" -#: inc/field.class.php:545 +#: inc/field.class.php:567 msgid "Fields" msgstr "フィールド" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "新しいフィールドを追加" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "このブロック用のフィールドがありません" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "ヘッダー" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "テキスト(単一行)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "テキスト(複数行)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "リッチテキスト" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "数値" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "ドロップダウン" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "はい・いいえ" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "日付" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "日時" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI アイテム" diff --git a/locales/pt_BR.po b/locales/pt_BR.po index 61625397..5c3cf2fb 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Diego Nobre , 2023,2025\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/pt_BR/)\n" @@ -29,12 +29,12 @@ msgstr "" msgid "show" msgstr "Exibir" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Campo" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Somente leitura" @@ -62,8 +62,12 @@ msgstr[0] "Condição para ocultar o bloco" msgstr[1] "Condições para ocultar o bloco" msgstr[2] "Condições para ocultar o bloco" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Campos adicionais" @@ -170,73 +174,73 @@ msgstr "Atualizando arquivos que foram baixados" msgid "Regenerate container files" msgstr "Regerar arquivos de contêiner" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportar para YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regerar arquivos de contêineres" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Corrigir nomes de containers" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Atualizando arquivos de contêineres gerados" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Você não pode adicionar vários blocos com o tipo 'Inserção no formulário' no mesmo objeto" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Você não pode adicionar vários blocos com o tipo 'Inserção na forma de uma guia específica' na mesma guia de objeto" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "O nome do contêiner é muito longo para o banco de dados (os dígitos do nome foram substituídos por caracteres, tente removê-los)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Você não pode adicionar vários blocos com nome idêntico no mesmo objeto" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloco" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Aba" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Adicionar aba" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Inserção no formulário (antes do botão de salvar)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Inserção no formulário de uma guia específica (antes do botão de salvar)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Alguns campos obrigatórios estão vazios" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Alguns campos numéricos contém valores não numéricos" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Alguns campos de URL contém links inválidos" @@ -244,69 +248,74 @@ msgstr "Alguns campos de URL contém links inválidos" msgid "Override by status" msgstr "Substituir por status" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "O nome do campo é muito longo para o banco de dados (os dígitos do nome foram substituídos por caracteres, tente removê-los)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Campos" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Adicionar um novo campo" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Nenhum campo para este bloco" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Cabeçalho" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Texto (linha simples)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Texto (multiplas linhas)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Texto (com formatação)" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Número" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Suspenso" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Sim/Não" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Data" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Datar & Hora" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Item do GLPI" diff --git a/locales/pt_PT.po b/locales/pt_PT.po index 40b793a7..5e2276fb 100644 --- a/locales/pt_PT.po +++ b/locales/pt_PT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Gonçalo Dumas, 2024\n" "Language-Team: Portuguese (Portugal) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/pt_PT/)\n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "mostrar" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Campo" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Somente leitura" @@ -55,8 +55,12 @@ msgstr[0] "Condição para ocultar bloco" msgstr[1] "Condições para ocultar bloco" msgstr[2] "Condição para ocultar bloco" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Campos adicionais" @@ -163,73 +167,73 @@ msgstr "A atualizar ficheiros gerados de menus suspensos" msgid "Regenerate container files" msgstr "Regenerar ficheiros do contentor" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportar para YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Regenerar ficheiros de contentores" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Corrigir os nomes de contentor" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "A atualizar ficheiros gerados de contentores" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Não pode adicionar vários blocos com o tipo 'Inserção no formulário' no mesmo objeto." -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Não pode adicionar vários blocos com o tipo 'Inserção no formulário de um separador específico' no mesmo separador do objeto." -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "O nome do contentor é demasiado longo para a base de dados (os dígitos no nome são substituídos por caracteres; tente removê-los)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Não pode adicionar vários blocos com nome idêntico no mesmo objeto" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloco" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Separador" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Adicionar separador" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Inserir no formulário (antes de gravar)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Inserção no formulário de um separador específico (antes do botão de guardar)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Alguns campos obrigatórios estão vazios" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Alguns campos numéricos contêm valores não numéricos" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Alguns campos de URL contêm links inválidos" @@ -237,69 +241,74 @@ msgstr "Alguns campos de URL contêm links inválidos" msgid "Override by status" msgstr "Override por estado" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "O nome do campo é demasiado longo para a base de dados (os dígitos no nome são substituídos por caracteres; tente removê-los)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Campos" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Adicionar um novo campo" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Nenhum campo para este bloco" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Cabeçalho" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Texto (linha única)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Texto (múltiplas linhas)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Rich Text" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Número" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Menu suspenso" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Sim/Não" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Data" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Data & hora" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Item GLPI" diff --git a/locales/ro_RO.po b/locales/ro_RO.po index 83419156..e5e38084 100644 --- a/locales/ro_RO.po +++ b/locales/ro_RO.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Virgiliu Antonescu, 2022\n" "Language-Team: Romanian (Romania) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/ro_RO/)\n" @@ -24,12 +24,12 @@ msgstr "" msgid "show" msgstr "arată" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Câmp" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Nu poate fi editat" @@ -57,8 +57,12 @@ msgstr[0] "Condiții pentru ascunderea blocului" msgstr[1] "Condiții ascundere bloc" msgstr[2] "Condiții pentru ascunderea blocului" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Câmpuri adiționale" @@ -165,73 +169,73 @@ msgstr "Actualizarea fișierelor tip desfășurător generate" msgid "Regenerate container files" msgstr "Regenerați fișierele container" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Exportați în YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Remediați numele containerelor" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Actualizarea fișierelor container generate" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Nu puteți adăuga mai multe blocuri de tipul „Inserare în formular” pe același obiect" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Nu puteți adăuga blocuri multiple folosind „Inserare formular într-un tab specific”." -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Numele conținut este prea lung pentru baza de date (cifrele din nume sunt înlocuite cu caractere, încercați să le eliminați)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Nu puteți adăuga mai multe blocuri cu nume identic pe același obiect" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Bloc" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Tab" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Adăugați un tab" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Inserare în formular (înainte de butonul de salvare)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Inserarea într-un tab separat (înainte de butonul de salvare)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Unele câmpuri obligatorii sunt goale" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Unele câmpuri numerice conțin valori non numerice" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Unele câmpuri URL conțin linkuri nevalide" @@ -239,69 +243,74 @@ msgstr "Unele câmpuri URL conțin linkuri nevalide" msgid "Override by status" msgstr "Ignorați în funcție de stare" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Numele câmpului este prea lung pentru baza de date (cifrele din nume sunt înlocuite cu caractere, încercați să le eliminați)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Câmpuri" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Adaugă un câmp nou" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Nu există niciun câmp pentru acest bloc" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Antet" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Text (un singur rând)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Text (mai multe rânduri)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Număr" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Desfășurător" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Da/Nu" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Dată" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Dată & oră" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "Element GLPI" diff --git a/locales/ru_RU.po b/locales/ru_RU.po index 693c11ca..3ab61acb 100644 --- a/locales/ru_RU.po +++ b/locales/ru_RU.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: hamkms, 2024\n" "Language-Team: Russian (Russia) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/ru_RU/)\n" @@ -28,12 +28,12 @@ msgstr "" msgid "show" msgstr "показать" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Поле" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Только чтение" @@ -62,8 +62,12 @@ msgstr[1] "Условия для скрытия блока" msgstr[2] "Условия для скрытия блока" msgstr[3] "Условия для скрытия блока" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Дополнительные поля" @@ -170,73 +174,73 @@ msgstr "Обновление автоматически раскрывающег msgid "Regenerate container files" msgstr "Восстановить файлы контейнера" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Экспорт в YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Регенерировать файлы контейнеров" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Исправить названия контейнеров" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Обновление созданных файлов контейнеров" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Вы не можете добавить несколько блоков с типом 'Вставить в виде' в один и тот же объект" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Вы не можете добавить несколько блоков с типом 'Вставить в виде определенной вкладки' в один и тот же объект" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Название контейнера слишком длинное для базы данных (цифры в имени были заменены символами, попробуйте их удалить)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Вы не можете добавить несколько блоков с одинаковыми названиями на один и тот же объект" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Блок" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Вкладка" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Добавить вкладку" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Добавить в виде (до кнопки сохранения)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Добавить в виде конкретной вкладки (до кнопки сохранения)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Некоторые обязательные поля пусты" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Некоторые числовые поля содержат не только цифры" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Некоторый URL полей содержат недействительные ссылки" @@ -244,69 +248,74 @@ msgstr "Некоторый URL полей содержат недействит msgid "Override by status" msgstr "Переопределение по статусу" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Название поля слишком длинное для базы данных (цифры в имени были заменены символами, попробуйте их удалить)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Поля" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Добавить новое поле" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Нет поля для этого блока" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Заголовок" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Тест (одна строка)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Текст (многострочный)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Расширенный текст" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Номер" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Выпадающий список" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Да/Нет" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Дата" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Дата и время" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI объект" diff --git a/locales/sk_SK.po b/locales/sk_SK.po index 862f8d35..73522848 100644 --- a/locales/sk_SK.po +++ b/locales/sk_SK.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: feonsu , 2023-2025\n" "Language-Team: Slovak (Slovakia) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/sk_SK/)\n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "zobraziť" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Pole" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Iba na čítanie" @@ -56,8 +56,12 @@ msgstr[1] "Podmienky na skrytie bloku" msgstr[2] "Podmienky na skrytie bloku" msgstr[3] "Podmienky na skrytie bloku" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Dodatočné polia" @@ -164,73 +168,73 @@ msgstr "Aktualizácia vygenerovaných súborov rozbaľovacích ponúk" msgid "Regenerate container files" msgstr "Znova generovať kontajnerové súbory" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "Export do YAML" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Znova generovať kontajnerové súbory" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Opraviť názvy kontajnerov" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Aktualizácia vygenerovaných kontajnerových súborov" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Nemôžete pridať niekoľko blokov typu \"Vloženie do formulára\" na rovnaký objekt" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Nemôžete pridať niekoľko blokov typu \"Vloženie do formulára konkrétnej karty\" na rovnakú kartu objektu" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Názov kontajneru je pre databázu príliš dlhý (číslice v názve sú nahradené znakmi, skúste ich vymazať)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Nemôžete pridať niekoľko blokov s identickým názvom na rovnaký objekt" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Blok" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Karta" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Pridať kartu" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Vloženie do formulára (pred tlačidlo uložiť)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Vloženie do formulára konkrétnej karty (pred tlačidlo uložiť)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Niektoré povinné polia sú prázdne" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Niektoré číselné polia obsahujú nečíselné hodnoty" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Niektoré URL polia obsahujú neplatné odkazy" @@ -238,69 +242,74 @@ msgstr "Niektoré URL polia obsahujú neplatné odkazy" msgid "Override by status" msgstr "Prepísanie podľa stavu" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Názov poľa je pre databázu príliš dlhý (číslice v názve sú nahradené znakmi, skúste ich vymazať)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "Nemôžete pridať rovnaké pole \"rozbaľovacia ponuka\" na rovnaký blok" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Polia" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Pridať nové pole" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Žiadne pole pre tento blok" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Hlavička" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Text (jeden riadok)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Text (viacero riadkov)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Textové pole s formátovaním" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Číslo" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "URL adresa" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Rozbaľovacia ponuka" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Áno/Nie" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Dátum" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Dátum a čas" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI položka" diff --git a/locales/tr_TR.po b/locales/tr_TR.po index b747098d..e2e15dcf 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Fields\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-24 01:05+0000\n" +"POT-Creation-Date: 2025-10-30 01:12+0000\n" "PO-Revision-Date: 2015-09-18 09:34+0000\n" "Last-Translator: Kaya Zeren , 2015-2025\n" "Language-Team: Turkish (Turkey) (http://app.transifex.com/teclib/glpi-plugin-plugin-fields/language/tr_TR/)\n" @@ -22,12 +22,12 @@ msgstr "" msgid "show" msgstr "görüntüle" -#: templates/forms/status_override.html.twig inc/field.class.php:245 +#: templates/forms/status_override.html.twig inc/field.class.php:246 msgid "Field" msgstr "Alan" -#: templates/forms/status_override.html.twig inc/field.class.php:627 -#: inc/field.class.php:803 +#: templates/forms/status_override.html.twig inc/field.class.php:649 +#: inc/field.class.php:825 msgid "Read only" msgstr "Salt okunur" @@ -54,8 +54,12 @@ msgid_plural "Conditions to hide block" msgstr[0] "Bloğu gizleyecek koşul" msgstr[1] "Bloğu gizleyecek koşullar" -#: setup.php:226 inc/menu.class.php:37 front/container.form.php:73 -#: front/container.php:34 +#: templates/destinationfield.html.twig +msgid "Bind additional fields to the destination" +msgstr "" + +#: setup.php:231 inc/destinationfield.class.php:50 inc/menu.class.php:37 +#: front/container.form.php:73 front/container.php:34 msgid "Additional fields" msgstr "Ek alanlar" @@ -162,73 +166,73 @@ msgstr "Oluşturulmuş açılan kutu dosyaları güncelleniyor" msgid "Regenerate container files" msgstr "Kapsayıcı dosyalar yeniden oluşturulsun" -#: inc/container.class.php:54 inc/container.class.php:872 +#: inc/container.class.php:54 inc/container.class.php:903 msgid "Export to YAML" msgstr "YAML olarak dışa aktar" -#: inc/container.class.php:263 +#: inc/container.class.php:295 msgid "Regenerate containers files" msgstr "Kapsayıcıların dosyaları yeniden oluşturulsun" -#: inc/container.class.php:284 +#: inc/container.class.php:316 msgid "Fix container names" msgstr "Kapsayıcı adlarını düzelt" -#: inc/container.class.php:428 +#: inc/container.class.php:460 msgid "Updating generated containers files" msgstr "Oluşturulmuş kapsayıcı dosyaları güncelleniyor" -#: inc/container.class.php:645 +#: inc/container.class.php:677 msgid "" "You cannot add several blocks with type 'Insertion in the form' on same " "object" msgstr "Aynı nesne üzerine 'Forma eklensin' türünde bir kaç blok eklenemez" -#: inc/container.class.php:661 +#: inc/container.class.php:693 msgid "" "You cannot add several blocks with type 'Insertion in the form of a specific" " tab' on same object tab" msgstr "Aynı nesne sekmesi üzerine 'Forma sekme olarak eklensin' türünde bir kaç blok eklenemez" -#: inc/container.class.php:678 +#: inc/container.class.php:710 msgid "" "Container name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Kapsayıcı adı veri tabanı için çok uzun (ad içindeki rakamlar karakterler ile değiştirildi, onları kaldırmayı deneyin)" -#: inc/container.class.php:693 +#: inc/container.class.php:725 msgid "You cannot add several blocs with identical name on same object" msgstr "Aynı nesne üzerine aynı adla birden fazla blok eklenemez" -#: inc/container.class.php:860 +#: inc/container.class.php:891 msgid "Block" msgstr "Blok" -#: inc/container.class.php:968 +#: inc/container.class.php:999 msgid "Tab" msgstr "Sekme" -#: inc/container.class.php:1122 +#: inc/container.class.php:1153 msgid "Add tab" msgstr "Sekme ekle" -#: inc/container.class.php:1123 +#: inc/container.class.php:1154 msgid "Insertion in the form (before save button)" msgstr "Forma eklensin (kaydet düğmesinden önce)" -#: inc/container.class.php:1124 +#: inc/container.class.php:1155 msgid "Insertion in the form of a specific tab (before save button)" msgstr "Forma sekme olarak eklensin (kaydet düğmesinden önce)" -#: inc/container.class.php:1652 +#: inc/container.class.php:1683 msgid "Some mandatory fields are empty" msgstr "Bazı zorunlu alanlar boş" -#: inc/container.class.php:1657 +#: inc/container.class.php:1688 msgid "Some numeric fields contains non numeric values" msgstr "Bazı sayısal alanlarda sayısal olmayan değerler var" -#: inc/container.class.php:1662 +#: inc/container.class.php:1693 msgid "Some URL fields contains invalid links" msgstr "Bazı adres alanlarında geçersiz bağlantılar var" @@ -236,69 +240,74 @@ msgstr "Bazı adres alanlarında geçersiz bağlantılar var" msgid "Override by status" msgstr "Duruma göre değiştir" -#: inc/field.class.php:260 inc/field.class.php:287 +#: inc/field.class.php:261 inc/field.class.php:288 msgid "" "Field name is too long for database (digits in name are replaced by " "characters, try to remove them)" msgstr "Alan adı veri tabanı için çok uzun (ad içindeki rakamlar karakterler ile değiştirildi, onları kaldırmayı deneyin)" -#: inc/field.class.php:279 +#: inc/field.class.php:280 msgid "You cannot add same field 'dropdown' on same block" msgstr "Aynı blok içine aynı 'açılan kutu' alanı eklenemez" -#: inc/field.class.php:545 +#: inc/field.class.php:367 +#, php-format +msgid "The field \"%s\" cannot be deleted because it is used in a form question" +msgstr "" + +#: inc/field.class.php:567 msgid "Fields" msgstr "Alanlar" -#: inc/field.class.php:610 +#: inc/field.class.php:632 msgid "Add a new field" msgstr "Alan ekle" -#: inc/field.class.php:614 +#: inc/field.class.php:636 msgid "No field for this block" msgstr "Bu blokta henüz bir alan yok" -#: inc/field.class.php:1341 +#: inc/field.class.php:1363 msgid "Header" msgstr "Üst bilgi" -#: inc/field.class.php:1342 +#: inc/field.class.php:1364 msgid "Text (single line)" msgstr "Metin (tek satır)" -#: inc/field.class.php:1343 +#: inc/field.class.php:1365 msgid "Text (multiples lines)" msgstr "Metin (birden çok satır)" -#: inc/field.class.php:1344 +#: inc/field.class.php:1366 msgid "Rich Text" msgstr "Zengin metin" -#: inc/field.class.php:1345 +#: inc/field.class.php:1367 msgid "Number" msgstr "Sayı" -#: inc/field.class.php:1346 +#: inc/field.class.php:1368 msgid "URL" msgstr "Adres" -#: inc/field.class.php:1347 +#: inc/field.class.php:1369 msgid "Dropdown" msgstr "Açılan kutu" -#: inc/field.class.php:1348 +#: inc/field.class.php:1370 msgid "Yes/No" msgstr "Evet/Hayır" -#: inc/field.class.php:1349 +#: inc/field.class.php:1371 msgid "Date" msgstr "Tarih" -#: inc/field.class.php:1350 +#: inc/field.class.php:1372 msgid "Date & time" msgstr "Tarih ve saat" -#: inc/field.class.php:1351 +#: inc/field.class.php:1373 msgid "GLPI item" msgstr "GLPI ögesi"