diff --git a/locale/cs/LC_MESSAGES/admin-docs.po b/locale/cs/LC_MESSAGES/admin-docs.po index f9a6020c..229aeefe 100644 --- a/locale/cs/LC_MESSAGES/admin-docs.po +++ b/locale/cs/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2023-09-23 01:11+0000\n" "Last-Translator: Tomáš Kovařík \n" "Language-Team: Czech `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26898,14 +26891,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26916,45 +26909,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26962,11 +26955,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26974,11 +26967,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26986,11 +26979,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26998,11 +26991,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27010,38 +27003,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27049,7 +27042,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27058,48 +27051,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27107,7 +27100,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27122,29 +27115,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/da/LC_MESSAGES/admin-docs.po b/locale/da/LC_MESSAGES/admin-docs.po index 2ff4fe7d..7452a8d9 100644 --- a/locale/da/LC_MESSAGES/admin-docs.po +++ b/locale/da/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2025-06-16 15:00+0000\n" "Last-Translator: LomaxThomas \n" "Language-Team: Danish `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26843,14 +26836,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26861,45 +26854,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26907,11 +26900,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26919,11 +26912,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26931,11 +26924,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26943,11 +26936,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26955,38 +26948,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -26994,7 +26987,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27003,48 +26996,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27052,7 +27045,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27067,29 +27060,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/de/LC_MESSAGES/admin-docs.po b/locale/de/LC_MESSAGES/admin-docs.po index ff2e3593..6b489b2e 100644 --- a/locale/de/LC_MESSAGES/admin-docs.po +++ b/locale/de/LC_MESSAGES/admin-docs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" -"PO-Revision-Date: 2025-09-09 10:00+0000\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" +"PO-Revision-Date: 2025-09-11 07:00+0000\n" "Last-Translator: Ralf Schmid \n" "Language-Team: German \n" @@ -807,7 +807,7 @@ msgstr "" "der Werkzeuge angezeigt. Sie wird **nicht** als Kontext für die KI verwendet." #: ../ai/writing-assistant.rst:90 ../channels/form.rst:37 -#: ../manage/groups/settings.rst:123 ../manage/macros/how-do-they-work.rst:0 +#: ../manage/groups/settings.rst:124 ../manage/macros/how-do-they-work.rst:0 #: ../manage/overviews.rst:0 ../manage/roles/index.rst:128 #: ../manage/scheduler.rst:161 ../manage/templates.rst:33 #: ../manage/webhook/add.rst:123 ../system/objects.rst:171 @@ -4298,7 +4298,7 @@ msgstr "" "AGBs einfügen." #: ../channels/form.rst:142 ../manage/scheduler.rst:109 -#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:297 +#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:299 msgid "Preview" msgstr "Vorschau" @@ -9274,11 +9274,18 @@ msgstr "" "Zugriff auf den Gruppenverwaltungsbereich haben." #: ../manage/groups/settings.rst:105 +#, fuzzy +#| msgid "" +#| "Don't need the group anymore? If you can't or don't want to recycle " +#| "(rename) the group, you can also set it to inactive. Agents will no " +#| "longer be able to see or edit tickets in this group. However, customers " +#| "can still interact with their existing tickets in an inactive group." msgid "" -"Don't need the group anymore? If you can't or don't want to recycle (rename) " -"the group, you can also set it to inactive. Agents will no longer be able to " -"see or edit tickets in this group. However, customers can still interact " -"with their existing tickets in an inactive group." +"Don't need the group anymore or want to restrict the selection of this " +"group? If you can't or don't want to recycle (rename) the group, you can " +"also set it to inactive. Agents will no longer be able to see or edit " +"tickets in this group. However, customers can still interact with their " +"existing tickets in an inactive group." msgstr "" "Benötigen Sie die Gruppe nicht mehr? Wenn Sie die Gruppe nicht recyceln " "(umbenennen) können oder wollen, können Sie sie auch auf inaktiv setzen. " @@ -9286,7 +9293,7 @@ msgstr "" "bearbeiten. Kunden können jedoch weiterhin mit ihren bestehenden Tickets in " "einer inaktiven Gruppe interagieren." -#: ../manage/groups/settings.rst:112 +#: ../manage/groups/settings.rst:113 msgid "" "Want to handle tickets from an inactive group, which are updated by " "customers?" @@ -9294,7 +9301,7 @@ msgstr "" "Möchten Sie mit Tickets aus einer inaktiven Gruppe umgehen, die von Kunden " "aktualisiert werden?" -#: ../manage/groups/settings.rst:115 +#: ../manage/groups/settings.rst:116 msgid "" "You could e.g. create a trigger which moves them to another group when they " "got updated. Create this trigger before deactivating the group so it is " @@ -9305,7 +9312,7 @@ msgstr "" "bevor Sie die Gruppe deaktivieren, damit sie in der Trigger-Konfiguration " "auswählbar ist." -#: ../manage/groups/settings.rst:121 +#: ../manage/groups/settings.rst:122 msgid "" "Please keep in mind that you still can route tickets into these groups. This " "is potentially dangerous, make sure the group is no longer part of email " @@ -11224,21 +11231,10 @@ msgid "Screenshot showing the ⋮ action menu in public links" msgstr "Screenshot zeigt das ⋮ Aktionsmenü in öffentlichen Links" #: ../manage/report-profiles.rst:2 -#, fuzzy -#| msgid "Report Profiles and Reporting" msgid "Report Profiles" -msgstr "Berichts-Profile und Berichte" +msgstr "Berichts-Profile" #: ../manage/report-profiles.rst:4 -#, fuzzy -#| msgid "" -#| "The reporting is useful to view statistics, get an overview of the number " -#| "of tickets (e.g. tickets of a specific customer) and to download ticket " -#| "data from Zammad. In the following section you will find an instruction " -#| "on how to create and change report profiles. In a separate section you " -#| "can find information on basic usage of the reporting UI itself. If the " -#| "reporting options in Zammad are not enough for you, we added a section " -#| "about external reporting tools you can use." msgid "" "The reporting is useful to view statistics, get an overview of the number of " "tickets (e.g. tickets of a specific customer) and to download ticket data " @@ -11249,14 +11245,14 @@ msgid "" "for you, you can even connect third-party reporting tools like Grafana to " "Zammad." msgstr "" -"Berichte sind nützlich, um Statistiken einzusehen, einen Überblick über die " -"Anzahl der Tickets (z.B. Tickets eines bestimmten Kunden) zu erhalten und um " -"Ticketdaten von Zammad herunterzuladen. Im folgenden Abschnitt finden Sie " -"eine Anleitung, wie Sie Berichtsprofile erstellen und ändern können. In " -"einem weiteren Abschnitt finden Sie Informationen zur grundlegenden Nutzung " -"der Berichte selbst. Wenn Ihnen die Möglichkeiten in Zammad nicht " -"ausreichen, haben wir einen Abschnitt über externe Reporting-Tools " -"hinzugefügt, die Sie verwenden können." +"Berichte sind nützlich, um Statistiken einzusehen, eine Übersicht über die " +"Anzahl der Tickets zu erhalten (z.B. Tickets eines bestimmten Kunden) und um " +"Ticket-Daten von Zammad herunterzuladen. Im folgenden Abschnitt finden Sie " +"eine Anleitung zum Erstellen und Ändern von Berichts-Profilen. Sie finden " +"eine Erklärung zur Verwendung der Berichte im :user-docs:`Berichts-Bereich " +"der Benutzerdokumentation `. Wenn Ihnen die Berichte in " +"Zammad nicht ausreichen, können Sie sogar Reporting-Tools von Drittanbietern " +"wie Grafana mit Zammad verbinden." #: ../manage/report-profiles.rst:13 msgid "" @@ -11327,8 +11323,6 @@ msgstr "" "erfahren." #: ../manage/report-profiles.rst:45 -#, fuzzy -#| msgid "Using the Reporting" msgid "Use the Reporting" msgstr "Verwendung der Berichte" @@ -11352,18 +11346,12 @@ msgstr "" "Berechtigungen überprüfen." #: ../manage/report-profiles.rst:55 -#, fuzzy -#| msgid "" -#| "Have a look at the :user-docs:`knowledge base section ` in the user documentation where you can find more information " -#| "about the usage." msgid "" "Have a look at the :user-docs:`reporting section of the user documentation ` for more information about the usage." msgstr "" -"Werfen Sie einen Blick auf den :user-docs:`Knowledge Base Bereich ` in der Benutzer-Dokumentation, wo Sie weitere " -"Informationen über die Verwendung finden können." +"Weitere Informationen über die Verwendung finden Sie im Abschnitt :user-" +"docs:`Berichte in der Benutzerdokumentation `." #: ../manage/report-profiles.rst:60 msgid "External Reporting Tools" @@ -32745,19 +32733,6 @@ msgstr "" "Sie die Ebenentiefe ändern möchten, doppelklicken Sie auf ☰. Damit können " "Sie durch die verfügbaren Ebenen wechseln." -#: ../system/objects/includes/reposition-treeselect-values.include.rst:8 -msgid "When you're ready, submit your changes to save the object attribute." -msgstr "" -"Wenn Sie fertig sind, klicken Sie auf \"Übermitteln\", um das Objektattribut " -"zu speichern." - -#: :0 ../system/objects/types.rst:0 -msgid "" -"Screencast showing how to re-position values on tree select like\n" -"fields" -msgstr "" -"Screencast zur Neupositionierung von Werten in Feldern wie der Baumauswahl" - #: ../system/objects/includes/reposition-values.include.rst:3 msgid "" "In order to re-arrange the field values, edit the field and scroll below the " @@ -33316,39 +33291,49 @@ msgstr "Url *(URL-Felder deaktivieren die Verfügbarkeit von Link-Templates)*" msgid "Available settings for Text fields" msgstr "Verfügbare Einstellungen für Textfelder" -#: ../system/objects/types.rst:174 +#: ../system/objects/types.rst:175 msgid "Single tree selection field" msgstr "Einfach-Baumauswahl-Feld" #: ../system/objects/types.rst:168 +#, fuzzy +#| msgid "" +#| "Provides a select-like field with up to 6 layers of options allowing the " +#| "selection of multiple values. Does not allow setting a default value." msgid "" -"Provides a select-like field with up to 6 layers of options. Does not allow " -"setting a default value." +"Provides a select-like field with up to 6 layers of options. To restrict the " +"selection of a value, uncheck the box in the \"Active\" column. This type " +"does not allow setting a default value." msgstr "" -"Bietet ein Auswahl-Feld mit bis zu 6 Ebenen. Erlaubt keine Festlegung eines " -"Standardwerts." +"Bietet ein Auswahl-Feld mit bis zu 6 Ebenen, das die Auswahl mehrerer Werte " +"ermöglicht. Erlaubt keine Festlegung eines Standardwerts." #: ../system/objects/types.rst:0 msgid "Available settings for Tree Select fields" msgstr "Verfügbare Einstellungen für Baumauswahlfelder" -#: ../system/objects/types.rst:183 +#: ../system/objects/types.rst:185 msgid "Multiple tree selection field" msgstr "Mehrfach-Baumauswahl-Feld" -#: ../system/objects/types.rst:177 +#: ../system/objects/types.rst:178 +#, fuzzy +#| msgid "" +#| "Provides a select-like field with up to 6 layers of options allowing the " +#| "selection of multiple values. Does not allow setting a default value." msgid "" -"Provides a select-like field with up to 6 layers of options allowing the " -"selection of multiple values. Does not allow setting a default value." +"Provides a multi-select field with up to 6 layers of options. To restrict " +"the selection of a value, uncheck the box in the \"Active\" column. This " +"type does not allow setting a default value." msgstr "" "Bietet ein Auswahl-Feld mit bis zu 6 Ebenen, das die Auswahl mehrerer Werte " "ermöglicht. Erlaubt keine Festlegung eines Standardwerts." -#: ../system/objects/types.rst:302 +#: ../system/objects/types.rst:304 msgid "External Data Source field" msgstr "Externe Datenquelle Feld" -#: ../system/objects/types.rst:186 +#: ../system/objects/types.rst:188 msgid "" "Provides a searchable field which fetches data from an external system. This " "can be useful if you have data outside of Zammad and don't want to maintain " @@ -33358,11 +33343,11 @@ msgstr "" "Dies kann nützlich sein, wenn Sie Daten außerhalb von Zammad haben und nicht " "beide Datenquellen pflegen wollen." -#: ../system/objects/types.rst:190 +#: ../system/objects/types.rst:192 msgid "The feature works as follows:" msgstr "Das funktioniert wie folgt:" -#: ../system/objects/types.rst:192 +#: ../system/objects/types.rst:194 msgid "" "Zammad sends a query with a search string (free text from agent or based on " "a variable) in a pre-defined format (\"Search URL\") to an external system." @@ -33371,7 +33356,7 @@ msgstr "" "basierend auf einer Variable) in einem vordefinierten Format (\"Such URL\") " "an ein externes System." -#: ../system/objects/types.rst:195 +#: ../system/objects/types.rst:197 msgid "" "This external system searches for matches and provides a response as a JSON " "structure to Zammad." @@ -33379,7 +33364,7 @@ msgstr "" "Dieses externe System sucht nach Übereinstimmungen und gibt eine Antwort in " "Form einer JSON-Struktur an Zammad." -#: ../system/objects/types.rst:197 +#: ../system/objects/types.rst:199 msgid "" "Zammad just looks for the defined list and value keys, reads the content and " "displays the value to the user. There is no search on Zammad side." @@ -33388,7 +33373,7 @@ msgstr "" "liest den Inhalt und zeigt dem Benutzer den Wert an. Es gibt keine Suche auf " "der Seite von Zammad." -#: ../system/objects/types.rst:201 +#: ../system/objects/types.rst:203 msgid "" "The usage of a PostgreSQL database for Zammad is required. In any other " "case, Zammad will hide the external data source type and you are not able to " @@ -33401,11 +33386,11 @@ msgstr "" "ziehen Sie bitte eine :docs:`Migration Ihrer Datenbank ` in Erwägung." -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "Derzeit wird nur ``GET`` als Anfragemethode unterstützt." -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." @@ -33413,7 +33398,7 @@ msgstr "" "Die Datenstruktur muss im JSON-Format sein und die Objekte in einem Array " "bereitgestellt werden." -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -33426,7 +33411,7 @@ msgstr "" "Antwort definieren (die bereits gefilterte Inhalte auf der Grundlage der " "Suche bereitstellt)." -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " @@ -33437,7 +33422,7 @@ msgstr "" "der URL ist nicht korrekt. Sie sollten sich mit einer zuständigen Person des " "externen Systems in Verbindung setzen." -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -33451,11 +33436,11 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "Verfügbare Einstellungen für externe Datenquelle Felder" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "Such-URL" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " @@ -33466,7 +33451,7 @@ msgstr "" "Parameter angeben. Beispiel für eine Freitextsuche bei Benutzereingabe: " "``#{suche.begriff}``" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." @@ -33474,7 +33459,7 @@ msgstr "" "Fragen Sie im Zweifelsfall die für die externe Datenquelle verantwortliche " "Person, wie die Struktur der URL aufgebaut sein muss." -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." @@ -33483,7 +33468,7 @@ msgstr "" "dafür ist, dass der Objektkontext in der Konfiguration möglicherweise nicht " "verfügbar ist. Dies ist kein Fehler." -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " @@ -33493,15 +33478,15 @@ msgstr "" "Objektkontext verfügbar ist. Zum Beispiel können Sie in einem " "Benutzerobjektkontext nicht nach einem Ticket suchen." -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "SSL-Verizifierung" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "Hier können Sie die SSL-Verifizierung auf nein stellen." -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -33514,11 +33499,11 @@ msgstr "" "in Zammad hinterlegt werden können, damit Sie die SSL-Verifizierung " "aktiviert lassen können." -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "HTTP-Authentifizierung" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -33531,11 +33516,11 @@ msgstr "" "der beiden Methoden führt zu zusätzlichen Feldern, in die Sie Ihre " "Anmeldedaten/Token eingeben können)." -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "Schlüssel der Suchergebnisliste" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -33548,11 +33533,11 @@ msgstr "" "müssen, können Sie einen Pfad mit ``.`` als Trennzeichen angeben, z.B. " "``key.subkey.sub-sub-key``." -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "Schlüssel Suchergebnis-Wert" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -33564,11 +33549,11 @@ msgstr "" "Sie tiefer in die Struktur eindringen müssen, können Sie einen Pfad mit " "``.`` als Trennzeichen angeben, z.B. ``key.subkey.sub-sub-key``." -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "Schlüssel der Suchergebnisbezeichnung" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -33580,7 +33565,7 @@ msgstr "" "*Name*. Wenn Sie tiefer in die Struktur eindringen müssen, können Sie einen " "Pfad mit ``.`` als Trennzeichen angeben, z.B. ``key.subkey.sub-sub-key``." -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" @@ -33588,7 +33573,7 @@ msgstr "" "Im Vorschaubereich finden Sie die folgenden Elemente (abhängig von " "bisheriger Konfiguration):" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." @@ -33597,7 +33582,7 @@ msgstr "" "ist): Zammad sagt Ihnen, ob es ein Problem gibt und was Sie an Ihrer " "Konfiguration ändern sollten." -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." @@ -33606,7 +33591,7 @@ msgstr "" "um eine Vorschau zu erhalten. Dies ist erforderlich, damit die nachstehenden " "Felder angezeigt werden können." -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " @@ -33616,7 +33601,7 @@ msgstr "" "Hier finden Sie eine syntaktisch hervorgehobene JSON-Vorschau der Antwort, " "die auf dem eingegebenen Suchbegriff basiert." -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." @@ -33625,7 +33610,7 @@ msgstr "" "gesetzt ist): Ausgabe der Struktur unter dem konfigurierten " "*Suchergebnislisten-Schlüssel*." -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -33638,7 +33623,7 @@ msgstr "" "diese Vorschau verwenden, wenn Sie nicht die komplette Datenstruktur des " "externen Systems im Kopf haben." -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -33649,11 +33634,11 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "Screencast zeigt die Suche nach einem Produkt in einem Ticket" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "URL-Felder (Link-Template)" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." @@ -33661,7 +33646,7 @@ msgstr "" "Diese Funktion ist nur auf die Feldtypen Text-, Auswahl- und Externe " "Datenquelle beschränkt." -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " @@ -33671,7 +33656,7 @@ msgstr "" "erzeugen. Sie ermöglichen es Ihnen, andere Systeme zu integrieren, ohne " "Daten manuell aus Zammad kopieren zu müssen." -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." @@ -33679,7 +33664,7 @@ msgstr "" "Eine weitere gute Möglichkeit, mit anderen Systemen zu kommunizieren, sind " "die :doc:`Webhooks ` von Zammad." -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." @@ -33688,7 +33673,7 @@ msgstr "" "erscheint rechts davon ein Symbol. Wenn Sie auf das Symbol klicken, wird ein " "neuer Tab im Browser geöffnet." -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " @@ -33698,12 +33683,12 @@ msgstr "" "Erstellen von Objekten anzeigt, ist die Funktion optional. Sie ist nur " "aktiv, wenn Sie das Feld ausfüllen." -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "Was ist der Unterschied zwischen URL und Textfeldern mit Linkvorlage?" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -33715,7 +33700,7 @@ msgstr "" "Parameter erfordert. Wenn Sie ein Feld benötigen, in das Sie eine beliebige " "statische URL einfügen können, verwenden Sie Textfelder vom Typ ``URL``." -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -33738,11 +33723,11 @@ msgstr "" "Screencast mit den Unterschieden zwischen URL- und Textfeldern mit aktuellen " "Werten" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "Wie funktioniert das?" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." @@ -33750,7 +33735,7 @@ msgstr "" "Nehmen wir an, Sie haben ein Attribut namens ``amazing_attribute`` und " "möchten eine Google-Suche direkt mit Inhalt aus diesem Feld öffnen." -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" @@ -33758,7 +33743,7 @@ msgstr "" "Mit dem unten stehenden Link-Template-Feld können Sie dies tun: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." @@ -33766,7 +33751,7 @@ msgstr "" "Sie können jede :doc:`Zammad-Variable ` verwenden, solange " "sie in dem Moment, in dem Sie sie brauchen, verfügbar ist." -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " @@ -34799,6 +34784,24 @@ msgid "Shows which version is currently being used on your Zammad-instance." msgstr "" "Zeigt an, welche Version derzeit auf Ihrer Zammad-Instanz verwendet wird." +#~ msgid "When you're ready, submit your changes to save the object attribute." +#~ msgstr "" +#~ "Wenn Sie fertig sind, klicken Sie auf \"Übermitteln\", um das " +#~ "Objektattribut zu speichern." + +#~ msgid "" +#~ "Screencast showing how to re-position values on tree select like\n" +#~ "fields" +#~ msgstr "" +#~ "Screencast zur Neupositionierung von Werten in Feldern wie der Baumauswahl" + +#~ msgid "" +#~ "Provides a select-like field with up to 6 layers of options. Does not " +#~ "allow setting a default value." +#~ msgstr "" +#~ "Bietet ein Auswahl-Feld mit bis zu 6 Ebenen. Erlaubt keine Festlegung " +#~ "eines Standardwerts." + #~ msgid "" #~ "The reporting screen is separated in different sections, which we " #~ "describe below:" diff --git a/locale/es/LC_MESSAGES/admin-docs.po b/locale/es/LC_MESSAGES/admin-docs.po index 6c8a55a9..805d7d21 100644 --- a/locale/es/LC_MESSAGES/admin-docs.po +++ b/locale/es/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2025-07-10 23:00+0000\n" "Last-Translator: Sebastian Diaz \n" "Language-Team: Spanish `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -27489,14 +27482,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27507,46 +27500,46 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 #, fuzzy msgid "SSL Verification" msgstr "Verificación de correo electrónico" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27554,11 +27547,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27566,11 +27559,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27578,11 +27571,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27590,11 +27583,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27602,38 +27595,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27641,7 +27634,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27650,48 +27643,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27699,7 +27692,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27714,29 +27707,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/es_CO/LC_MESSAGES/admin-docs.po b/locale/es_CO/LC_MESSAGES/admin-docs.po index fc100cbe..e0bc2e08 100644 --- a/locale/es_CO/LC_MESSAGES/admin-docs.po +++ b/locale/es_CO/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -599,7 +599,7 @@ msgid "" msgstr "" #: ../ai/writing-assistant.rst:90 ../channels/form.rst:37 -#: ../manage/groups/settings.rst:123 ../manage/macros/how-do-they-work.rst:0 +#: ../manage/groups/settings.rst:124 ../manage/macros/how-do-they-work.rst:0 #: ../manage/overviews.rst:0 ../manage/roles/index.rst:128 #: ../manage/scheduler.rst:161 ../manage/templates.rst:33 #: ../manage/webhook/add.rst:123 ../system/objects.rst:171 @@ -3405,7 +3405,7 @@ msgid "This allows you to link e.g. to your data privacy or ToS information." msgstr "" #: ../channels/form.rst:142 ../manage/scheduler.rst:109 -#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:297 +#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:299 msgid "Preview" msgstr "" @@ -7243,26 +7243,27 @@ msgstr "" #: ../manage/groups/settings.rst:105 msgid "" -"Don't need the group anymore? If you can't or don't want to recycle (rename) " -"the group, you can also set it to inactive. Agents will no longer be able to " -"see or edit tickets in this group. However, customers can still interact " -"with their existing tickets in an inactive group." +"Don't need the group anymore or want to restrict the selection of this " +"group? If you can't or don't want to recycle (rename) the group, you can " +"also set it to inactive. Agents will no longer be able to see or edit " +"tickets in this group. However, customers can still interact with their " +"existing tickets in an inactive group." msgstr "" -#: ../manage/groups/settings.rst:112 +#: ../manage/groups/settings.rst:113 msgid "" "Want to handle tickets from an inactive group, which are updated by " "customers?" msgstr "" -#: ../manage/groups/settings.rst:115 +#: ../manage/groups/settings.rst:116 msgid "" "You could e.g. create a trigger which moves them to another group when they " "got updated. Create this trigger before deactivating the group so it is " "selectable in the trigger configuration." msgstr "" -#: ../manage/groups/settings.rst:121 +#: ../manage/groups/settings.rst:122 msgid "" "Please keep in mind that you still can route tickets into these groups. This " "is potentially dangerous, make sure the group is no longer part of email " @@ -26258,16 +26259,6 @@ msgid "" "available layers." msgstr "" -#: ../system/objects/includes/reposition-treeselect-values.include.rst:8 -msgid "When you're ready, submit your changes to save the object attribute." -msgstr "" - -#: :0 ../system/objects/types.rst:0 -msgid "" -"Screencast showing how to re-position values on tree select like\n" -"fields" -msgstr "" - #: ../system/objects/includes/reposition-values.include.rst:3 msgid "" "In order to re-arrange the field values, edit the field and scroll below the " @@ -26753,64 +26744,66 @@ msgstr "" msgid "Available settings for Text fields" msgstr "" -#: ../system/objects/types.rst:174 +#: ../system/objects/types.rst:175 msgid "Single tree selection field" msgstr "" #: ../system/objects/types.rst:168 msgid "" -"Provides a select-like field with up to 6 layers of options. Does not allow " -"setting a default value." +"Provides a select-like field with up to 6 layers of options. To restrict the " +"selection of a value, uncheck the box in the \"Active\" column. This type " +"does not allow setting a default value." msgstr "" #: ../system/objects/types.rst:0 msgid "Available settings for Tree Select fields" msgstr "" -#: ../system/objects/types.rst:183 +#: ../system/objects/types.rst:185 msgid "Multiple tree selection field" msgstr "" -#: ../system/objects/types.rst:177 +#: ../system/objects/types.rst:178 msgid "" -"Provides a select-like field with up to 6 layers of options allowing the " -"selection of multiple values. Does not allow setting a default value." +"Provides a multi-select field with up to 6 layers of options. To restrict " +"the selection of a value, uncheck the box in the \"Active\" column. This " +"type does not allow setting a default value." msgstr "" -#: ../system/objects/types.rst:302 +#: ../system/objects/types.rst:304 msgid "External Data Source field" msgstr "" -#: ../system/objects/types.rst:186 +#: ../system/objects/types.rst:188 msgid "" "Provides a searchable field which fetches data from an external system. This " "can be useful if you have data outside of Zammad and don't want to maintain " "both data sources." msgstr "" -#: ../system/objects/types.rst:190 +#: ../system/objects/types.rst:192 msgid "The feature works as follows:" msgstr "" -#: ../system/objects/types.rst:192 +#: ../system/objects/types.rst:194 msgid "" "Zammad sends a query with a search string (free text from agent or based on " "a variable) in a pre-defined format (\"Search URL\") to an external system." msgstr "" -#: ../system/objects/types.rst:195 +#: ../system/objects/types.rst:197 msgid "" "This external system searches for matches and provides a response as a JSON " "structure to Zammad." msgstr "" -#: ../system/objects/types.rst:197 +#: ../system/objects/types.rst:199 msgid "" "Zammad just looks for the defined list and value keys, reads the content and " "displays the value to the user. There is no search on Zammad side." msgstr "" -#: ../system/objects/types.rst:201 +#: ../system/objects/types.rst:203 msgid "" "The usage of a PostgreSQL database for Zammad is required. In any other " "case, Zammad will hide the external data source type and you are not able to " @@ -26818,17 +26811,17 @@ msgid "" "database `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26836,14 +26829,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26854,45 +26847,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26900,11 +26893,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26912,11 +26905,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26924,11 +26917,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26936,11 +26929,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26948,38 +26941,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -26987,7 +26980,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -26996,48 +26989,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27045,7 +27038,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27060,29 +27053,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/es_MX/LC_MESSAGES/admin-docs.po b/locale/es_MX/LC_MESSAGES/admin-docs.po index bbc7902b..2fafbbb9 100644 --- a/locale/es_MX/LC_MESSAGES/admin-docs.po +++ b/locale/es_MX/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2023-10-11 14:18+0000\n" "Last-Translator: morealedgar \n" "Language-Team: Spanish (Mexico) `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26841,14 +26834,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26859,45 +26852,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26905,11 +26898,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26917,11 +26910,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26929,11 +26922,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26941,11 +26934,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26953,38 +26946,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -26992,7 +26985,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27001,48 +26994,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27050,7 +27043,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27065,29 +27058,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/fa/LC_MESSAGES/admin-docs.po b/locale/fa/LC_MESSAGES/admin-docs.po index df158c52..def7322d 100644 --- a/locale/fa/LC_MESSAGES/admin-docs.po +++ b/locale/fa/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2024-11-19 05:00+0000\n" "Last-Translator: sesoltani \n" "Language-Team: Persian `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26906,14 +26899,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26924,45 +26917,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26970,11 +26963,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26982,11 +26975,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26994,11 +26987,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27006,11 +26999,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27018,38 +27011,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27057,7 +27050,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27066,48 +27059,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27115,7 +27108,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27130,29 +27123,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/fr/LC_MESSAGES/admin-docs.po b/locale/fr/LC_MESSAGES/admin-docs.po index eaeffe4f..9b97f650 100644 --- a/locale/fr/LC_MESSAGES/admin-docs.po +++ b/locale/fr/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2024-10-08 00:00+0000\n" "Last-Translator: Misha \n" "Language-Team: French `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -27559,14 +27552,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27577,46 +27570,46 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 #, fuzzy msgid "SSL Verification" msgstr "Intégrations" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27624,11 +27617,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27636,11 +27629,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27648,11 +27641,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27660,11 +27653,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27672,38 +27665,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27711,7 +27704,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27720,48 +27713,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27769,7 +27762,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27784,29 +27777,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/fr_CA/LC_MESSAGES/admin-docs.po b/locale/fr_CA/LC_MESSAGES/admin-docs.po index 63f38e3b..374aa709 100644 --- a/locale/fr_CA/LC_MESSAGES/admin-docs.po +++ b/locale/fr_CA/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2021-12-03 14:33+0000\n" "Last-Translator: TRANSFER FROM TRANSIFEX \n" "Language-Team: French (Canada) `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -27462,14 +27455,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27481,46 +27474,46 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "Réglages avancés" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 #, fuzzy msgid "SSL Verification" msgstr "Bloquer les notifications" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27528,11 +27521,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27540,11 +27533,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27552,11 +27545,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27564,11 +27557,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27576,38 +27569,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27615,7 +27608,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27624,48 +27617,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27673,7 +27666,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27688,29 +27681,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/hr/LC_MESSAGES/admin-docs.po b/locale/hr/LC_MESSAGES/admin-docs.po index 891a55ad..7707893e 100644 --- a/locale/hr/LC_MESSAGES/admin-docs.po +++ b/locale/hr/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2022-06-15 13:40+0000\n" "Last-Translator: Ivan Perovic \n" "Language-Team: Croatian `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -27019,14 +27012,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27037,45 +27030,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27083,11 +27076,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27095,11 +27088,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27107,11 +27100,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27119,11 +27112,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27131,38 +27124,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27170,7 +27163,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27179,48 +27172,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27228,7 +27221,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27243,29 +27236,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/hu/LC_MESSAGES/admin-docs.po b/locale/hu/LC_MESSAGES/admin-docs.po index 62928ebb..975949f5 100644 --- a/locale/hu/LC_MESSAGES/admin-docs.po +++ b/locale/hu/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -599,7 +599,7 @@ msgid "" msgstr "" #: ../ai/writing-assistant.rst:90 ../channels/form.rst:37 -#: ../manage/groups/settings.rst:123 ../manage/macros/how-do-they-work.rst:0 +#: ../manage/groups/settings.rst:124 ../manage/macros/how-do-they-work.rst:0 #: ../manage/overviews.rst:0 ../manage/roles/index.rst:128 #: ../manage/scheduler.rst:161 ../manage/templates.rst:33 #: ../manage/webhook/add.rst:123 ../system/objects.rst:171 @@ -3405,7 +3405,7 @@ msgid "This allows you to link e.g. to your data privacy or ToS information." msgstr "" #: ../channels/form.rst:142 ../manage/scheduler.rst:109 -#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:297 +#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:299 msgid "Preview" msgstr "" @@ -7243,26 +7243,27 @@ msgstr "" #: ../manage/groups/settings.rst:105 msgid "" -"Don't need the group anymore? If you can't or don't want to recycle (rename) " -"the group, you can also set it to inactive. Agents will no longer be able to " -"see or edit tickets in this group. However, customers can still interact " -"with their existing tickets in an inactive group." +"Don't need the group anymore or want to restrict the selection of this " +"group? If you can't or don't want to recycle (rename) the group, you can " +"also set it to inactive. Agents will no longer be able to see or edit " +"tickets in this group. However, customers can still interact with their " +"existing tickets in an inactive group." msgstr "" -#: ../manage/groups/settings.rst:112 +#: ../manage/groups/settings.rst:113 msgid "" "Want to handle tickets from an inactive group, which are updated by " "customers?" msgstr "" -#: ../manage/groups/settings.rst:115 +#: ../manage/groups/settings.rst:116 msgid "" "You could e.g. create a trigger which moves them to another group when they " "got updated. Create this trigger before deactivating the group so it is " "selectable in the trigger configuration." msgstr "" -#: ../manage/groups/settings.rst:121 +#: ../manage/groups/settings.rst:122 msgid "" "Please keep in mind that you still can route tickets into these groups. This " "is potentially dangerous, make sure the group is no longer part of email " @@ -26258,16 +26259,6 @@ msgid "" "available layers." msgstr "" -#: ../system/objects/includes/reposition-treeselect-values.include.rst:8 -msgid "When you're ready, submit your changes to save the object attribute." -msgstr "" - -#: :0 ../system/objects/types.rst:0 -msgid "" -"Screencast showing how to re-position values on tree select like\n" -"fields" -msgstr "" - #: ../system/objects/includes/reposition-values.include.rst:3 msgid "" "In order to re-arrange the field values, edit the field and scroll below the " @@ -26753,64 +26744,66 @@ msgstr "" msgid "Available settings for Text fields" msgstr "" -#: ../system/objects/types.rst:174 +#: ../system/objects/types.rst:175 msgid "Single tree selection field" msgstr "" #: ../system/objects/types.rst:168 msgid "" -"Provides a select-like field with up to 6 layers of options. Does not allow " -"setting a default value." +"Provides a select-like field with up to 6 layers of options. To restrict the " +"selection of a value, uncheck the box in the \"Active\" column. This type " +"does not allow setting a default value." msgstr "" #: ../system/objects/types.rst:0 msgid "Available settings for Tree Select fields" msgstr "" -#: ../system/objects/types.rst:183 +#: ../system/objects/types.rst:185 msgid "Multiple tree selection field" msgstr "" -#: ../system/objects/types.rst:177 +#: ../system/objects/types.rst:178 msgid "" -"Provides a select-like field with up to 6 layers of options allowing the " -"selection of multiple values. Does not allow setting a default value." +"Provides a multi-select field with up to 6 layers of options. To restrict " +"the selection of a value, uncheck the box in the \"Active\" column. This " +"type does not allow setting a default value." msgstr "" -#: ../system/objects/types.rst:302 +#: ../system/objects/types.rst:304 msgid "External Data Source field" msgstr "" -#: ../system/objects/types.rst:186 +#: ../system/objects/types.rst:188 msgid "" "Provides a searchable field which fetches data from an external system. This " "can be useful if you have data outside of Zammad and don't want to maintain " "both data sources." msgstr "" -#: ../system/objects/types.rst:190 +#: ../system/objects/types.rst:192 msgid "The feature works as follows:" msgstr "" -#: ../system/objects/types.rst:192 +#: ../system/objects/types.rst:194 msgid "" "Zammad sends a query with a search string (free text from agent or based on " "a variable) in a pre-defined format (\"Search URL\") to an external system." msgstr "" -#: ../system/objects/types.rst:195 +#: ../system/objects/types.rst:197 msgid "" "This external system searches for matches and provides a response as a JSON " "structure to Zammad." msgstr "" -#: ../system/objects/types.rst:197 +#: ../system/objects/types.rst:199 msgid "" "Zammad just looks for the defined list and value keys, reads the content and " "displays the value to the user. There is no search on Zammad side." msgstr "" -#: ../system/objects/types.rst:201 +#: ../system/objects/types.rst:203 msgid "" "The usage of a PostgreSQL database for Zammad is required. In any other " "case, Zammad will hide the external data source type and you are not able to " @@ -26818,17 +26811,17 @@ msgid "" "database `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26836,14 +26829,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26854,45 +26847,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26900,11 +26893,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26912,11 +26905,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26924,11 +26917,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26936,11 +26929,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26948,38 +26941,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -26987,7 +26980,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -26996,48 +26989,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27045,7 +27038,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27060,29 +27053,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/it/LC_MESSAGES/admin-docs.po b/locale/it/LC_MESSAGES/admin-docs.po index 95ce3cd3..020dc2ae 100644 --- a/locale/it/LC_MESSAGES/admin-docs.po +++ b/locale/it/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2025-09-06 08:00+0000\n" "Last-Translator: Rudolfet \n" "Language-Team: Italian `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26888,14 +26881,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26906,45 +26899,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26952,11 +26945,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26964,11 +26957,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26976,11 +26969,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26988,11 +26981,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27000,38 +26993,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27039,7 +27032,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27048,48 +27041,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27097,7 +27090,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27112,29 +27105,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/nl/LC_MESSAGES/admin-docs.po b/locale/nl/LC_MESSAGES/admin-docs.po index 57d597c8..cc548e93 100644 --- a/locale/nl/LC_MESSAGES/admin-docs.po +++ b/locale/nl/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -599,7 +599,7 @@ msgid "" msgstr "" #: ../ai/writing-assistant.rst:90 ../channels/form.rst:37 -#: ../manage/groups/settings.rst:123 ../manage/macros/how-do-they-work.rst:0 +#: ../manage/groups/settings.rst:124 ../manage/macros/how-do-they-work.rst:0 #: ../manage/overviews.rst:0 ../manage/roles/index.rst:128 #: ../manage/scheduler.rst:161 ../manage/templates.rst:33 #: ../manage/webhook/add.rst:123 ../system/objects.rst:171 @@ -3405,7 +3405,7 @@ msgid "This allows you to link e.g. to your data privacy or ToS information." msgstr "" #: ../channels/form.rst:142 ../manage/scheduler.rst:109 -#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:297 +#: ../manage/slas/how-do-they-work.rst:35 ../system/objects/types.rst:299 msgid "Preview" msgstr "" @@ -7243,26 +7243,27 @@ msgstr "" #: ../manage/groups/settings.rst:105 msgid "" -"Don't need the group anymore? If you can't or don't want to recycle (rename) " -"the group, you can also set it to inactive. Agents will no longer be able to " -"see or edit tickets in this group. However, customers can still interact " -"with their existing tickets in an inactive group." +"Don't need the group anymore or want to restrict the selection of this " +"group? If you can't or don't want to recycle (rename) the group, you can " +"also set it to inactive. Agents will no longer be able to see or edit " +"tickets in this group. However, customers can still interact with their " +"existing tickets in an inactive group." msgstr "" -#: ../manage/groups/settings.rst:112 +#: ../manage/groups/settings.rst:113 msgid "" "Want to handle tickets from an inactive group, which are updated by " "customers?" msgstr "" -#: ../manage/groups/settings.rst:115 +#: ../manage/groups/settings.rst:116 msgid "" "You could e.g. create a trigger which moves them to another group when they " "got updated. Create this trigger before deactivating the group so it is " "selectable in the trigger configuration." msgstr "" -#: ../manage/groups/settings.rst:121 +#: ../manage/groups/settings.rst:122 msgid "" "Please keep in mind that you still can route tickets into these groups. This " "is potentially dangerous, make sure the group is no longer part of email " @@ -26258,16 +26259,6 @@ msgid "" "available layers." msgstr "" -#: ../system/objects/includes/reposition-treeselect-values.include.rst:8 -msgid "When you're ready, submit your changes to save the object attribute." -msgstr "" - -#: :0 ../system/objects/types.rst:0 -msgid "" -"Screencast showing how to re-position values on tree select like\n" -"fields" -msgstr "" - #: ../system/objects/includes/reposition-values.include.rst:3 msgid "" "In order to re-arrange the field values, edit the field and scroll below the " @@ -26753,64 +26744,66 @@ msgstr "" msgid "Available settings for Text fields" msgstr "" -#: ../system/objects/types.rst:174 +#: ../system/objects/types.rst:175 msgid "Single tree selection field" msgstr "" #: ../system/objects/types.rst:168 msgid "" -"Provides a select-like field with up to 6 layers of options. Does not allow " -"setting a default value." +"Provides a select-like field with up to 6 layers of options. To restrict the " +"selection of a value, uncheck the box in the \"Active\" column. This type " +"does not allow setting a default value." msgstr "" #: ../system/objects/types.rst:0 msgid "Available settings for Tree Select fields" msgstr "" -#: ../system/objects/types.rst:183 +#: ../system/objects/types.rst:185 msgid "Multiple tree selection field" msgstr "" -#: ../system/objects/types.rst:177 +#: ../system/objects/types.rst:178 msgid "" -"Provides a select-like field with up to 6 layers of options allowing the " -"selection of multiple values. Does not allow setting a default value." +"Provides a multi-select field with up to 6 layers of options. To restrict " +"the selection of a value, uncheck the box in the \"Active\" column. This " +"type does not allow setting a default value." msgstr "" -#: ../system/objects/types.rst:302 +#: ../system/objects/types.rst:304 msgid "External Data Source field" msgstr "" -#: ../system/objects/types.rst:186 +#: ../system/objects/types.rst:188 msgid "" "Provides a searchable field which fetches data from an external system. This " "can be useful if you have data outside of Zammad and don't want to maintain " "both data sources." msgstr "" -#: ../system/objects/types.rst:190 +#: ../system/objects/types.rst:192 msgid "The feature works as follows:" msgstr "" -#: ../system/objects/types.rst:192 +#: ../system/objects/types.rst:194 msgid "" "Zammad sends a query with a search string (free text from agent or based on " "a variable) in a pre-defined format (\"Search URL\") to an external system." msgstr "" -#: ../system/objects/types.rst:195 +#: ../system/objects/types.rst:197 msgid "" "This external system searches for matches and provides a response as a JSON " "structure to Zammad." msgstr "" -#: ../system/objects/types.rst:197 +#: ../system/objects/types.rst:199 msgid "" "Zammad just looks for the defined list and value keys, reads the content and " "displays the value to the user. There is no search on Zammad side." msgstr "" -#: ../system/objects/types.rst:201 +#: ../system/objects/types.rst:203 msgid "" "The usage of a PostgreSQL database for Zammad is required. In any other " "case, Zammad will hide the external data source type and you are not able to " @@ -26818,17 +26811,17 @@ msgid "" "database `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26836,14 +26829,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26854,45 +26847,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26900,11 +26893,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26912,11 +26905,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26924,11 +26917,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26936,11 +26929,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26948,38 +26941,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -26987,7 +26980,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -26996,48 +26989,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27045,7 +27038,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27060,29 +27053,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/pl/LC_MESSAGES/admin-docs.po b/locale/pl/LC_MESSAGES/admin-docs.po index 116146a4..6858c0a6 100644 --- a/locale/pl/LC_MESSAGES/admin-docs.po +++ b/locale/pl/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2024-06-20 06:00+0000\n" "Last-Translator: MBekspert \n" "Language-Team: Polish `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26885,14 +26878,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26903,45 +26896,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26949,11 +26942,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26961,11 +26954,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26973,11 +26966,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26985,11 +26978,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26997,38 +26990,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27036,7 +27029,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27045,48 +27038,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27094,7 +27087,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27109,29 +27102,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/pt_BR/LC_MESSAGES/admin-docs.po b/locale/pt_BR/LC_MESSAGES/admin-docs.po index 1136258c..ba8643ef 100644 --- a/locale/pt_BR/LC_MESSAGES/admin-docs.po +++ b/locale/pt_BR/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2024-03-10 08:00+0000\n" "Last-Translator: Glauber Daniel Ribeiro \n" "Language-Team: Portuguese (Brazil) `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -27492,14 +27485,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27510,46 +27503,46 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 #, fuzzy msgid "SSL Verification" msgstr "Limitação" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27557,11 +27550,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27569,11 +27562,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27581,11 +27574,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27593,11 +27586,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27605,38 +27598,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27644,7 +27637,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27653,48 +27646,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27702,7 +27695,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27717,29 +27710,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "Como isso funciona...?!" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/ru/LC_MESSAGES/admin-docs.po b/locale/ru/LC_MESSAGES/admin-docs.po index 937289a7..cf7cdffd 100644 --- a/locale/ru/LC_MESSAGES/admin-docs.po +++ b/locale/ru/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2025-05-15 07:00+0000\n" "Last-Translator: Polina \n" "Language-Team: Russian `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26985,14 +26978,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27003,45 +26996,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27049,11 +27042,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27061,11 +27054,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27073,11 +27066,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27085,11 +27078,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27097,38 +27090,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27136,7 +27129,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "Пример настроенного поля внешнего источника данных у агента:" @@ -27145,48 +27138,48 @@ msgstr "Пример настроенного поля внешнего исто msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27194,7 +27187,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27209,11 +27202,11 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." @@ -27221,19 +27214,19 @@ msgstr "" "Например, у Вас есть атрибут ``amazing_attribute`` и Вы хотите открыть поиск " "Google непосредственно с помощью ввода из этого поля." -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/sr/LC_MESSAGES/admin-docs.po b/locale/sr/LC_MESSAGES/admin-docs.po index e726a228..5eb9ebfc 100644 --- a/locale/sr/LC_MESSAGES/admin-docs.po +++ b/locale/sr/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad Admin Documentation pre-release\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2025-09-02 16:00+0000\n" "Last-Translator: Dusan Vuckovic \n" "Language-Team: Serbian `." -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "Тренутно, подржани су само захтеви путем ``GET`` методе." -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." @@ -32266,7 +32270,7 @@ msgstr "" "Структура података мора бити у JSON формату и враћени објекти морају бити " "ускладиштени као низ." -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -32278,7 +32282,7 @@ msgstr "" "изворни кључ и вредност на основу резултата одговора (који обезбеђује већ " "изфилтриран садржај на основу кључних речи)." -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " @@ -32288,7 +32292,7 @@ msgstr "" "података можда не ради како треба или структура URL путање није исправна. " "Ступите у контакт са одговорном особом удаљеног система." -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -32301,11 +32305,11 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "Доступна подешавања за поља удаљеног извора података" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "URL за претрагу" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " @@ -32315,7 +32319,7 @@ msgstr "" "исправну :doc:`променљиву ` претраге као URL параметар. " "Пример за текстуалну претрагу на основу корисничког уноса: ``#{search.term}``" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." @@ -32323,7 +32327,7 @@ msgstr "" "Уколико нисте сигурни, приупитајте особу одговорну за удаљени извор података " "какву структуру URL адресе очекују." -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." @@ -32332,7 +32336,7 @@ msgstr "" "функционисати. Разлог је да контекст претраге можда није доступан и ово " "технички није грешка." -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " @@ -32342,15 +32346,15 @@ msgstr "" "контексту вашег објекта. На пример нећете моћи да претражујете за тикете у " "контексту објекта корисника." -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "SSL провера" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "Овде можете поставити SSL проверу на не." -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -32361,11 +32365,11 @@ msgstr "" "погледајте :doc:`овде ` за више детаља " "како да их увезете у Zammad, тако да можете да оставите укључену SSL проверу." -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "HTTP аутентификација" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -32377,11 +32381,11 @@ msgstr "" "Authentication* или *Аутентификациони кључ* (одабиром једног од два метода " "биће приказана додатна поља где можете унети ваше креденцијале/кључ)." -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "Кључ листе резулата претраге" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -32393,11 +32397,11 @@ msgstr "" "желите да идете дубље по структури, можете обезбедити путању са ``.`` као " "сепаратором, нпр. ``key.subkey.sub-sub-key``." -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "Кључ вредности резулата претраге" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -32409,11 +32413,11 @@ msgstr "" "дубље по структури, можете обезбедити путању са ``.`` као сепаратором, нпр. " "``key.subkey.sub-sub-key``." -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "Кључ ознаке резулата претраге" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -32425,7 +32429,7 @@ msgstr "" "дубље по структури, можете обезбедити путању са ``.`` као сепаратором, нпр. " "``key.subkey.sub-sub-key``." -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" @@ -32433,7 +32437,7 @@ msgstr "" "У одељку приказа, можете наћи следеће ставке (у зависности од ваших " "подешавања изнад):" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." @@ -32442,7 +32446,7 @@ msgstr "" "ће вас упутити на то ако постоји проблем и шта треба да промените у вашим " "подешавањима." -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." @@ -32450,7 +32454,7 @@ msgstr "" "**Поље претраге**: претрага за постојећи унос у удаљеном извору у сврху " "приказа. Ово поље је обавезно да би се поља испод приказала." -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " @@ -32460,7 +32464,7 @@ msgstr "" "можете пронаћи JSON приказ одговора у боји, на основу унетих кључних речи за " "претрагу." -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." @@ -32469,7 +32473,7 @@ msgstr "" "исправно подешен): део структуре испод подешеног *кључа листе резултата " "претраге*." -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -32481,7 +32485,7 @@ msgstr "" "опционо линк). Можете користити приказ и када немате потпуну слику о " "структури података удаљеног система." -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -32491,11 +32495,11 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "Снимак екрана који приказује претрагу производа у тикету" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "URL адреса поља (шаблон везе)" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." @@ -32503,7 +32507,7 @@ msgstr "" "Ова функција је ограничена само на поља текста, избора и удаљеног извора " "података." -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " @@ -32513,7 +32517,7 @@ msgstr "" "вам да боље интегришете удаљене системе без да ручно копирате податке из " "Zammad-а." -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." @@ -32521,7 +32525,7 @@ msgstr "" "Још један сјајан начин за комуникацију са удаљеним системима могу бити и " "Zammad-ови :doc:`повратни позиви `." -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." @@ -32529,7 +32533,7 @@ msgstr "" "По уносу поља са подешеним шаблоном везе, URL иконица ће се појавити са " "његове десне стране. Клик на иконицу ће отворити нови језичак." -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " @@ -32538,12 +32542,12 @@ msgstr "" "Иако Zammad приказује подешавање шаблона везе у оквиру дијалога додавања и " "уређивања објекта, функција је опциона. Биће активна само ако га подесите." -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "Која је разлика између URL и поља текста са шаблоном везе…?!" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -32555,7 +32559,7 @@ msgstr "" "параметре. Ако захтевате поље у које желите да унесете било коју URL адресу, " "користите поље текста типа ``URL``." -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -32577,11 +32581,11 @@ msgstr "" "Снимак екрана који приказује разлику између URL и поља текста са стварним " "вредностима" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "Како то уствари функционише?!" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." @@ -32589,7 +32593,7 @@ msgstr "" "Као пример, рецимо да имате објекат под називом ``amazing_attribute`` и " "желите да отворите страну претраге директно на основу уноса тог поља." -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" @@ -32597,7 +32601,7 @@ msgstr "" "Следећа вредност за шаблон везе вам омогућује баш то: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." @@ -32605,7 +32609,7 @@ msgstr "" "Можете користити било коју :doc:`Zammad променљиву ` све " "док је доступна у тренутку када вам је неопходна." -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " @@ -33596,6 +33600,24 @@ msgstr "Верзија" msgid "Shows which version is currently being used on your Zammad-instance." msgstr "Приказује која верзија се користи тренутно на вашој Zammad инстанци." +#~ msgid "When you're ready, submit your changes to save the object attribute." +#~ msgstr "" +#~ "Када сте спремни, пошаљите своје измене да бисте сачували атрибут објекта." + +#~ msgid "" +#~ "Screencast showing how to re-position values on tree select like\n" +#~ "fields" +#~ msgstr "" +#~ "Снимак екрана који показује како да измените положај вредности\n" +#~ "у пољима избора стабла" + +#~ msgid "" +#~ "Provides a select-like field with up to 6 layers of options. Does not " +#~ "allow setting a default value." +#~ msgstr "" +#~ "Приказује поље избора са до 6 нивоа опција. Не омогућава постављање " +#~ "подразумеване вредности." + #~ msgid "" #~ "The reporting screen is separated in different sections, which we " #~ "describe below:" diff --git a/locale/sv/LC_MESSAGES/admin-docs.po b/locale/sv/LC_MESSAGES/admin-docs.po index 18ea7591..a98dc685 100644 --- a/locale/sv/LC_MESSAGES/admin-docs.po +++ b/locale/sv/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2024-10-25 11:00+0000\n" "Last-Translator: chrand818 \n" "Language-Team: Swedish `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26917,14 +26910,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26935,45 +26928,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26981,11 +26974,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26993,11 +26986,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27005,11 +26998,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27017,11 +27010,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27029,38 +27022,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27068,7 +27061,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27077,48 +27070,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27126,7 +27119,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27141,29 +27134,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/th/LC_MESSAGES/admin-docs.po b/locale/th/LC_MESSAGES/admin-docs.po index a10e789e..9d8c0356 100644 --- a/locale/th/LC_MESSAGES/admin-docs.po +++ b/locale/th/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2025-05-30 05:00+0000\n" "Last-Translator: Sumonchai Wongphithak \n" "Language-Team: Thai `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -26849,14 +26842,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -26867,45 +26860,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -26913,11 +26906,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -26925,11 +26918,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -26937,11 +26930,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -26949,11 +26942,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -26961,38 +26954,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27000,7 +26993,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27009,48 +27002,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27058,7 +27051,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27073,29 +27066,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/tr/LC_MESSAGES/admin-docs.po b/locale/tr/LC_MESSAGES/admin-docs.po index 2840b629..b7e78b3c 100644 --- a/locale/tr/LC_MESSAGES/admin-docs.po +++ b/locale/tr/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2024-09-27 17:00+0000\n" "Last-Translator: Rob \n" "Language-Team: Turkish `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -28508,14 +28501,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -28527,46 +28520,46 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "Posta Sunucusu Ayarları" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 #, fuzzy msgid "SSL Verification" msgstr "Doğrulama" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -28574,11 +28567,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -28586,11 +28579,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -28598,12 +28591,12 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 #, fuzzy msgid "Search result value key" msgstr "Varsayılan değer" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -28611,11 +28604,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -28623,38 +28616,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -28662,7 +28655,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -28671,48 +28664,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "URL alanları (Bağlantı-Şablon)" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -28720,7 +28713,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -28735,29 +28728,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "Bu nasıl çalışır... ?!" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the " diff --git a/locale/zh_Hans/LC_MESSAGES/admin-docs.po b/locale/zh_Hans/LC_MESSAGES/admin-docs.po index 18476b76..70622a25 100644 --- a/locale/zh_Hans/LC_MESSAGES/admin-docs.po +++ b/locale/zh_Hans/LC_MESSAGES/admin-docs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Zammad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-08 17:13+0200\n" +"POT-Creation-Date: 2025-09-12 15:45+0200\n" "PO-Revision-Date: 2023-08-14 12:18+0000\n" "Last-Translator: chen \n" "Language-Team: Chinese (Simplified) `." msgstr "" -#: ../system/objects/types.rst:205 +#: ../system/objects/types.rst:207 msgid "Currently, only ``GET`` is supported as request method." msgstr "" -#: ../system/objects/types.rst:206 +#: ../system/objects/types.rst:208 msgid "" "The data structure must be in JSON format and provide the objects in an " "array." msgstr "" -#: ../system/objects/types.rst:208 +#: ../system/objects/types.rst:210 msgid "" "The endpoint for the external data source has to support search. On Zammad " "side, there is no search/logic implemented; however, you can define the " @@ -27079,14 +27072,14 @@ msgid "" "provides already filtered content based on the search)." msgstr "" -#: ../system/objects/types.rst:212 +#: ../system/objects/types.rst:214 msgid "" "If you receive more results as expected, your external data source search " "may not work properly or the structure of the URL is not correct. You should " "get in touch with a responsible person from the external system." msgstr "" -#: ../system/objects/types.rst:217 +#: ../system/objects/types.rst:219 msgid "" "Please have a look :doc:`at our example `, where you can find a possible configuration for a public " @@ -27097,45 +27090,45 @@ msgstr "" msgid "Available settings for external data source fields" msgstr "" -#: ../system/objects/types.rst:242 +#: ../system/objects/types.rst:244 msgid "Search URL" msgstr "" -#: ../system/objects/types.rst:227 +#: ../system/objects/types.rst:229 msgid "" "Set your endpoint where Zammad fetches the data. Please make sure to include " "a valid search :doc:`variable ` as an URL parameter. " "Example for a free text search at user input: ``#{search.term}``" msgstr "" -#: ../system/objects/types.rst:232 +#: ../system/objects/types.rst:234 msgid "" "If in doubt, ask the responsible person for the external data source how " "they expect the structure of the URL." msgstr "" -#: ../system/objects/types.rst:236 +#: ../system/objects/types.rst:238 msgid "" "Depending on your search variable, the preview might work or not. The reason " "is that the context might not be available and it is no bug." msgstr "" -#: ../system/objects/types.rst:239 +#: ../system/objects/types.rst:241 msgid "" "Please also make sure to use a variable which is available in your object " "context. For example you won't be able to search for a ticket in a user " "object context." msgstr "" -#: ../system/objects/types.rst:252 +#: ../system/objects/types.rst:254 msgid "SSL Verification" msgstr "" -#: ../system/objects/types.rst:245 +#: ../system/objects/types.rst:247 msgid "Here you can switch the SSL verification to no." msgstr "" -#: ../system/objects/types.rst:249 +#: ../system/objects/types.rst:251 msgid "" "If your external data source system is using self signed certificates, " "please have a look :doc:`here ` for " @@ -27143,11 +27136,11 @@ msgid "" "SSL verification activated." msgstr "" -#: ../system/objects/types.rst:258 +#: ../system/objects/types.rst:260 msgid "HTTP Authentication" msgstr "" -#: ../system/objects/types.rst:255 +#: ../system/objects/types.rst:257 msgid "" "If your external data source requires an authentication, you can set it " "here. You can leave it empty or choose between *Basic Authentication* or " @@ -27155,11 +27148,11 @@ msgid "" "fields where you can enter your credentials/token)." msgstr "" -#: ../system/objects/types.rst:265 +#: ../system/objects/types.rst:267 msgid "Search result list key" msgstr "" -#: ../system/objects/types.rst:261 +#: ../system/objects/types.rst:263 msgid "" "Defines the level in the JSON structure which provides the list with search " "results. You can leave it empty, if the data is already provided as an " @@ -27167,11 +27160,11 @@ msgid "" "with ``.`` as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:271 +#: ../system/objects/types.rst:273 msgid "Search result value key" msgstr "" -#: ../system/objects/types.rst:268 +#: ../system/objects/types.rst:270 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *value* for your data. An example would be a product *number*. " @@ -27179,11 +27172,11 @@ msgid "" "as separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:277 +#: ../system/objects/types.rst:279 msgid "Search result label key" msgstr "" -#: ../system/objects/types.rst:274 +#: ../system/objects/types.rst:276 msgid "" "Defines the attribute in the structure in which your external data source " "provides the *label* for your data. An example would be a product *name*. If " @@ -27191,38 +27184,38 @@ msgid "" "separators, e.g. ``key.subkey.sub-sub-key``." msgstr "" -#: ../system/objects/types.rst:280 +#: ../system/objects/types.rst:282 msgid "" "In the preview area, you can find the following items (depending on your " "configuration above):" msgstr "" -#: ../system/objects/types.rst:283 +#: ../system/objects/types.rst:285 msgid "" "**Error/hint message** (only if configuration is not complete): Zammad tells " "you, if there is a problem and what you should change in your configuration." msgstr "" -#: ../system/objects/types.rst:286 +#: ../system/objects/types.rst:288 msgid "" "**Search field**: search for an existing attribute in the data source to get " "a preview. This is required for the fields below to show up." msgstr "" -#: ../system/objects/types.rst:288 +#: ../system/objects/types.rst:290 msgid "" "**Search result response** (only if configuration is not complete): here you " "can find a syntax highlighted JSON preview of the response, based on the " "search term you entered." msgstr "" -#: ../system/objects/types.rst:291 +#: ../system/objects/types.rst:293 msgid "" "**Search result list** (only if *search result list key* is properly set): " "output of the structure under the configured *search result list key*." msgstr "" -#: ../system/objects/types.rst:294 +#: ../system/objects/types.rst:296 msgid "" "**Preview table** (when fully configured): Zammad shows you a table which " "includes the found items based on the search string (value, label and " @@ -27230,7 +27223,7 @@ msgid "" "structure of the external system in mind." msgstr "" -#: ../system/objects/types.rst:299 +#: ../system/objects/types.rst:301 msgid "" "An example of a configured external data source field from agent perspective:" msgstr "" @@ -27239,48 +27232,48 @@ msgstr "" msgid "Screencast showing the search for a product in a ticket" msgstr "" -#: ../system/objects/types.rst:307 +#: ../system/objects/types.rst:309 msgid "URL fields (Link-Template)" msgstr "" -#: ../system/objects/types.rst:311 +#: ../system/objects/types.rst:313 msgid "" "This function is restricted to Text, Select and External data source types " "only." msgstr "" -#: ../system/objects/types.rst:314 +#: ../system/objects/types.rst:316 msgid "" "Link-Templates are an amazing way to dynamically generate URLs. They allow " "you to integrate other systems better without having to manually copy data " "from Zammad if possible." msgstr "" -#: ../system/objects/types.rst:320 +#: ../system/objects/types.rst:322 msgid "" "Another great way of communicating with another system may be " "Zammad's :doc:`Webhooks `." msgstr "" -#: ../system/objects/types.rst:323 +#: ../system/objects/types.rst:325 msgid "" "After filling a link-template enabled field, an URL icon will appear on its " "right. Clicking on the icon opens a new tab." msgstr "" -#: ../system/objects/types.rst:328 +#: ../system/objects/types.rst:330 msgid "" "Even though Zammad displays the link template within object edit and create " "screens, the function is optional. It's only active if you populate the " "field." msgstr "" -#: ../system/objects/types.rst:333 +#: ../system/objects/types.rst:335 msgid "" "What's the difference between URL and text fields with link template...?!" msgstr "" -#: ../system/objects/types.rst:335 +#: ../system/objects/types.rst:337 msgid "" "Both fields have different use cases. Use ``text`` type text fields when " "ever you have a *static* url that requires dynamic parameters. If you " @@ -27288,7 +27281,7 @@ msgid "" "type text fields." msgstr "" -#: ../system/objects/types.rst:340 +#: ../system/objects/types.rst:342 msgid "" "The difference is easier to spot when comparing the fields directly, below " "screencast shows the result - the dynamic approach uses existing values in " @@ -27303,29 +27296,29 @@ msgid "" "actual values" msgstr "" -#: ../system/objects/types.rst:352 +#: ../system/objects/types.rst:354 msgid "How does this work...?!" msgstr "" -#: ../system/objects/types.rst:354 +#: ../system/objects/types.rst:356 msgid "" "As an example, let's say you have an attribute called ``amazing_attribute`` " "and you want to open a google search directly with the input from that field." msgstr "" -#: ../system/objects/types.rst:357 +#: ../system/objects/types.rst:359 msgid "" "Providing the link-template field below allows you to do so: ``https://" "www.google.com/search?q=#{ticket.amazing_attribute}``" msgstr "" -#: ../system/objects/types.rst:362 +#: ../system/objects/types.rst:364 msgid "" "You can use any :doc:`Zammad variable ` as long as it's " "available in the moment you need it." msgstr "" -#: ../system/objects/types.rst:365 +#: ../system/objects/types.rst:367 msgid "" "As a result, you are redirected to Google with a search for the value of the " "attribute, if you click on the button in the ticket (as you can see in the "