diff --git a/AUTHORS.md b/AUTHORS.md
index 4ea9b0c9e5e..1f7fb1515b2 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -107,6 +107,7 @@ The following persons contributed to Znuny:
* Samuel Diniz Casimiro
* Sanjin Vik
* Shawn Beasley
+* Sidpatchy <35241490+Sidpatchy@users.noreply.github.com>
* Stefan Bedorf
* Stefan Rother
* Stefan Wintermeyer
@@ -133,6 +134,7 @@ The following persons contributed to Znuny:
* b1-luettje <53084931+b1-luettje@users.noreply.github.com>
* djurici
* forwwward
+* itweserems <153607410+itweserems@users.noreply.github.com>
* jsinagowitz <91074418+jsinagowitz@users.noreply.github.com>
* juanmclavero
* meisterheister <35762852+meisterheister@users.noreply.github.com>
diff --git a/CHANGES.md b/CHANGES.md
index e12f7ca1073..144a3dad200 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,43 @@
-# 7.1.3 2024-??-??
- - 2024-08-21 Improved CSS for skin 'Dark'. [#558](https://github.com/znuny/Znuny/issues/558)
+# 7.1.4 2024-??-??
+ - 2024-11-01 Fixed Bug - Added missing template toolkit translations. Translate the ticket state in PDF search result (AgentTicketSearch|CustomerTicketSearch). Thanks to @BuilderNSV for reporting the issue. [#615](https://github.com/znuny/Znuny/issues/615)
+ - 2024-11-01 Sector Nord AG: Fixed uninitialized value in AdminSelectBox. Thanks to Sector Nord AG (@jsinagowitz). [PR#611](https://github.com/znuny/Znuny/pull/611)
+ - 2024-11-01 Fixed link in INSTALL.md / UPDATING.md. Thanks to @Sidpatchy. [PR#589](https://github.com/znuny/Znuny/pull/589)
+ - 2024-11-01 Added configurable InputFields::ModernizedSelection::MaxNumberOfOptions. Thanks to @itweserems. [PR#576](https://github.com/znuny/Znuny/pull/576)
+ - 2024-10-31 Fixed Bug - Missing translation 'mark as seen'. Thanks to @LuBroering (Lukas Bröring SectorNord AG) for reporting the issue. [#613](https://github.com/znuny/Znuny/issues/613)
+ - 2024-10-31 Fixed Bug - Missing translation 'mark as seen'. Thanks to @LuBroering (Lukas Bröring Sector Nord AG) for reporting the issue. [#613](https://github.com/znuny/Znuny/issues/613)
+ - 2024-10-24 Fixed Bug - 'Use of uninitialized value' warning on build custom package and there are no permissions to write to the target directory. Thanks to @BuilderNSV for reporting the issue. [#610](https://github.com/znuny/Znuny/issues/610)
+ - 2024-10-22 Perl Module Hash::Merge is now be listed in znuny.CheckModules.pl/otrs.CheckModules.pl as mandatory.
+ - 2024-10-21 Sector Nord AG: Fixed #571 AgentTicketProcess Mobile-View is not showing all elements of ActivityDialog. Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [PR#553](https://github.com/znuny/Znuny/pull/553)
+ - 2024-10-16 AdminSystemConfiguration: Addon name is no longer translated.
+ - 2024-10-15 Added additional PageNavBar to bottom in AdminDynamicField.
+ - 2024-10-10 Updated MIME::Decoder::QuotedPrint from 5.509 to 5.515.
+ - 2024-10-07 Updated jstree from version 3.3.7 to 3.3.8.
+ - 2024-10-07 Updated nunjucks from version 3.2.2 to 3.2.3.
+ - 2024-09-27 Added missing tooltip to show complete email address of sender/recipient when hovering article email header in ticket zoom.
+ - 2024-09-27 Fixed dynamic date fields being validated even if not selected for form submit. Thanks to @BuilderNSV for reporting the issue. [#596](https://github.com/znuny/Znuny/issues/596)
+
+# 7.1.3 2024-10-02
+ - 2024-09-26 Removed regex from Kernel::System::HTMLUtils::DocumentCleanup that could lead to a security issue. It replaced HTML of Microsoft Word. Thanks for reporting to Emin Yazi (@eyazi), Efflux.
+ - 2024-09-26 Fixed duplicate database record insert attempts for ticket flags. Thanks to @lukasdebaum for reporting. [#531](https://github.com/znuny/Znuny/issues/531)
+ - 2024-09-25 Fixed link to customer information center in agent ticket zoom.
+ - 2024-09-24 Updated CKEditor to version 4.25.1-znuny.
+ - 2024-09-24 Fixed bug - ArticleStorageSwitch creates duplicate files with an additional file extension '-1'.
+ - 2024-09-18 Fixed exit code of migration script.
+ - 2024-09-18 Fixed bug - In the AgentDashboard: Statistics widgets are always displayed, regardless of which DashboardWidgetExpand is currently set.
+ - 2024-09-11 Fixed Bug - Duplicate value 'ArticleAgentNotification' in Ticket.xml 'Events###Article'. Thanks for reporting (@BuilderNSV). [#594](https://github.com/znuny/Znuny/issues/594)
+ - 2024-09-10 Fixed sorting of translated list entries in dropdown elements.
+ - 2024-09-09 Improved performance regarding dynamic field values when fetching tickets.
+ - 2024-09-03 Fixed DialogModalClass in Core.UI.Dialog.js.
+ - 2024-09-02 Updated schema.xml - Added needed dbcrud_uuid columns.
+ - 2024-08-30 Added HTML filter to ProcessManagement/SLA template. Converts the characters <, >, & and " to <, >, &, and " respectively, protecting them from being interpreted as representing HTML tags or entities.
+ - 2024-08-27 Fixed console command Admin::Service::Add - does not work after ITSMCore is installed.
+ - 2024-08-26 Added auto mapping for unknown actions to Znuny.Form.Input.FieldIDMapping.
+ - 2024-08-23 Fixed evaluation of ticket ID parameter in generic interface operation TicketGet.
+ - 2024-08-22 Console command Admin::PostMasterFilter::Import now will also update existing filters instead of only create new ones. Thanks to @meisterheister for reporting the issue. [#527](https://github.com/znuny/Znuny/issues/527)
+ - 2024-08-22 Added '--single-transaction' option to scripts/backup.pl for MySQL/MariaDB. The --single-transaction flag will start a transaction before running.
+ - 2024-08-21 Improved CSS for skin 'Dark'. [#584](https://github.com/znuny/Znuny/issues/584)
- 2024-08-21 Sector Nord AG: Fixed overflow of dynamic field groups in AgentTicketZoom process widget. Thanks to Sector Nord AG (@jsinagowitz). [PR#553](https://github.com/znuny/Znuny/pull/553)
- - 2024-06-26 Fixed wrong inversion of avatar image when using skin 'Dark'. [#558](https://github.com/znuny/Znuny/issues/558)
+ - 2024-06-26 Fixed wrong inversion of avatar image when using skin 'Dark'. [#584](https://github.com/znuny/Znuny/issues/584)
# 7.1.2 2024-07-24
- 2024-07-24 Fixed migration for databases other than MySQL and MariaDB.
@@ -172,7 +208,7 @@
- 2023-08-09 Fixed display of pending time selection. Thanks to Tim Püttmanns (@tipue-dev), maxence. [PR#469](https://github.com/znuny/Znuny/pull/469)
- 2023-08-08 Updated protocol to https for a secured communitation with gravatar.com. Updated CustomerInterface so that SysConfig Frontend::AvatarEngine will be respected.
- 2023-08-08 Changed default value of Frontend::AvatarEngine to None.
- - 2023-08-07 Fixed missing $ on StartDateTimeObject -> $StartDateTimeObject (#475). Thanks to @LuBroering (Lukas Bröring SectorNord AG). [PR#475](https://github.com/znuny/Znuny/pull/475).
+ - 2023-08-07 Fixed missing $ on StartDateTimeObject -> $StartDateTimeObject (#475). Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [PR#475](https://github.com/znuny/Znuny/pull/475).
- 2023-08-07 Fixed description for SysConfig Setting 'Stats::UseAgentElementInStats' and 'Stats::UseInvalidAgentInStats'.
- 2023-08-07 Fixed message subject prefill on Activity dialog only works for Agent. [#363](https://github.com/znuny/Znuny/issues/363).
- 2023-08-07 Changed default spacing in process ProcessWidgetDynamicFieldGroups - reduced padding.
@@ -288,6 +324,23 @@
- 2022-08-08 Admin - Added counter of AdminSettingPages per widget and additional focus by filter.
- 2022-07-15 Frontend::ToolBarModule - Refactored the Toolbar registration, position and view.
+# 6.5.11 2024-10-02
+ - 2024-10-02 Added HTML filter to ProcessManagement/SLA template. Converts the characters <, >, & and " to <, >, &, and " respectively, protecting them from being interpreted as representing HTML tags or entities.
+ - 2024-09-26 Removed regex from Kernel::System::HTMLUtils::DocumentCleanup that could lead to a security issue. It replaced HTML of Microsoft Word. Thanks for reporting to Emin Yazi (@eyazi), Efflux.
+ - 2024-09-25 Fixed link to customer information center in agent ticket zoom.
+ - 2024-09-24 Updated CKEditor to version 4.25.1-znuny.
+ - 2024-09-24 Fixed bug - ArticleStorageSwitch creates duplicate files with an additional file extension '-1'.
+ - 2024-09-18 Fixed exit code of migration script.
+ - 2024-09-10 Fixed sorting of translated list entries in dropdown elements.
+ - 2024-09-09 Improved performance regarding dynamic field values when fetching tickets.
+ - 2024-09-09 Improved error logging in OAuth2 token overview. Fixed token error message reset.
+ - 2024-08-27 Fixed console command Admin::Service::Add - does not work after ITSMCore is installed.
+ - 2024-08-27 Added auto mapping for unknown actions to Znuny.Form.Input.FieldIDMapping.
+ - 2024-08-23 Fixed duplicate database record insert attempts for ticket flags. Thanks to @lukasdebaum for reporting. #531
+ - 2024-08-22 Added '--single-transaction' option to scripts/backup.pl for MySQL/MariaDB. The --single-transaction flag will start a transaction before running.
+ - 2024-07-29 Fixed evaluation of ticket ID parameter in generic interface operation TicketGet.
+ - 2024-07-25 Console command Admin::PostMasterFilter::Import now will also update existing filters instead of only create new ones. Thanks to @meisterheister for reporting the issue. #527
+
# 6.5.10 2024-07-24
- 2024-07-11 Updated Moment.js to 2.30.1 and jQueryUI to 1.13.3.
- 2024-07-08 Improved and fixed links to customer and customer user information center in several widgets and overview pages.
@@ -377,7 +430,7 @@
- 2023-08-11 Added additional note to DynamicFields::ScreenConfiguration::ConfigKeysOfScreensByObjectType###Framework for AgentTicketSearch (DynamicField|DefaultColumns).
- 2023-08-11 Fixed - Installing a package with dependency not possible - Added additional check if any problem exists - means if any package or module is not installed.
- 2023-08-11 Changed default value of Frontend::AvatarEngine to None.
- - 2023-08-07 Fixed missing $ on StartDateTimeObject -> $StartDateTimeObject (#475). Thanks to @LuBroering (Lukas Bröring SectorNord AG). [PR#475](https://github.com/znuny/Znuny/pull/475).
+ - 2023-08-07 Fixed missing $ on StartDateTimeObject -> $StartDateTimeObject (#475). Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [PR#475](https://github.com/znuny/Znuny/pull/475).
- 2023-08-07 Fixed description for SysConfig Setting 'Stats::UseAgentElementInStats' and 'Stats::UseInvalidAgentInStats'.
- 2023-08-07 Fixed message subject prefill on Activity dialog only works for Agent. https://github.com/znuny/Znuny/issues/363
- 2023-08-04 Fixed auto-selection of first found element in dynamic field web service single-select dropdown.
@@ -517,7 +570,7 @@
- 2022-09-02 Fixed default display value for dynamic fields of type 'Webservice'.
- 2022-09-02 Bugfix and Feature for 0050-CIC-CustomerUserList. Thanks to Kevin Janssen (@BuTzZ). [PR#147](https://github.com/znuny/Znuny/pull/147)
- 2022-09-01 Added missing 'Translatable' flag for 'Message sending error'.Thanks to Paweł Bogusławski (@pboguslawski). [PR#131](https://github.com/znuny/Znuny/pull/131)
- - 2022-08-31 Bugfix for process and process templates. Thanks to @LuBroering (Lukas Bröring SectorNord AG). [PR#276](https://github.com/znuny/Znuny/pull/276). Thanks to Tim Püttmanns (@tipue-dev), maxence. [#277](https://github.com/znuny/Znuny/pull/277)
+ - 2022-08-31 Bugfix for process and process templates. Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [PR#276](https://github.com/znuny/Znuny/pull/276). Thanks to Tim Püttmanns (@tipue-dev), maxence. [#277](https://github.com/znuny/Znuny/pull/277)
- 2022-08-31 Added events for article email backend transmission errors. Thanks to Renée Bäcker. [PR#176](https://github.com/znuny/Znuny/pull/176)
- 2022-08-26 Fixed encoding of log output. Thanks to Roland Jäger and Bernhard Schmalhofer. [#286](https://github.com/znuny/Znuny/issues/286)
- 2022-08-24 Enabled pending time selection for process ticket dialogs depending on selected ticket state. Thanks to Tim Püttmanns, maxence. [PR#271](https://github.com/znuny/Znuny/pull/271)
@@ -630,7 +683,7 @@
- 2021-12-01 Fixed Bug - Avoidable error message / entry in logfiles (#123). [#123](https://github.com/znuny/Znuny/issues/123)
- 2021-11-26 Fixed error "Parameter 'Config' must be a hash ref with data!" (#173). Thanks to @meisterheister. [#173](https://github.com/znuny/Znuny/issues/173)
- 2021-11-25 Removed error log if !IsHashRefWithData( Config ) in `SanitizeConfig`. This is to strict and not needed.
- - 2021-11-25 Sector Nord AG: Replaced hardcoded attributes with a dynamic Sysconfig in Kernel/System/Ticket/Event/NotificationEvent.pm (#171). Thanks to @LuBroering (Lukas Bröring SectorNord AG). [#171](https://github.com/znuny/Znuny/pull/171)
+ - 2021-11-25 Sector Nord AG: Replaced hardcoded attributes with a dynamic Sysconfig in Kernel/System/Ticket/Event/NotificationEvent.pm (#171). Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [#171](https://github.com/znuny/Znuny/pull/171)
- 2021-11-25 Add option '--no-tablespaces' to scripts/backup.pl (#136). Thanks to @meisterheister. [#136](https://github.com/znuny/Znuny/pull/136)
- 2021-11-25 Prevents error message "no TicketID" on sending an answer if no TicketID exists (#133). Thanks to Renée Bäcker (@reneeb). [#133](https://github.com/znuny/Znuny/pull/133)
- 2021-11-25 Fixed - "No TicketID is given!" on each outgoing reply (#170). Thanks to Renée Bäcker (@reneeb). [#170](https://github.com/znuny/Znuny/issues/170)
@@ -648,7 +701,7 @@
- 2021-11-29 Fixed POD of Kernel::System::ProcessManagement::TransitionAction::DynamicFieldRemove::Run.
- 2021-11-26 Fixed error "Parameter 'Config' must be a hash ref with data!" (#173). Thanks to @meisterheister. [#173](https://github.com/znuny/Znuny/issues/173)
- 2021-11-25 Removed error log if !IsHashRefWithData( Config ) in `SanitizeConfig`. This is to strict and not needed.
- - 2021-11-25 Sector Nord AG: Replaced hardcoded attributes with a dynamic Sysconfig in Kernel/System/Ticket/Event/NotificationEvent.pm (#171). Thanks to @LuBroering (Lukas Bröring SectorNord AG). [#171](https://github.com/znuny/Znuny/issues/171)
+ - 2021-11-25 Sector Nord AG: Replaced hardcoded attributes with a dynamic Sysconfig in Kernel/System/Ticket/Event/NotificationEvent.pm (#171). Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [#171](https://github.com/znuny/Znuny/issues/171)
- 2021-11-25 Add option '--no-tablespaces' to scripts/backup.pl (#136). Thanks to @meisterheister. [#136](https://github.com/znuny/Znuny/issues/136)
- 2021-11-25 Prevents error message "no TicketID" on sending an answer if no TicketID exists (#133). Thanks to @Reedu. [#133](https://github.com/znuny/Znuny/issues/133)
- 2021-11-25 Fixed - "No TicketID is given!" on each outgoing reply (#170). Thanks to Renée Bäcker (@reneeb). [#170](https://github.com/znuny/Znuny/issues/170)
@@ -795,7 +848,7 @@
- 2021-12-01 Fixed Bug - Avoidable error message / entry in logfiles (#123). [#123](https://github.com/znuny/Znuny/issues/123)
- 2021-11-26 Fixed error "Parameter 'Config' must be a hash ref with data!" (#173). Thanks to @meisterheister. [#173](https://github.com/znuny/Znuny/issues/173)
- 2021-11-25 Removed error log if !IsHashRefWithData( Config ) in `SanitizeConfig`. This is to strict and not needed.
- - 2021-11-25 Sector Nord AG: Replaced hardcoded attributes with a dynamic Sysconfig in Kernel/System/Ticket/Event/NotificationEvent.pm (#171). Thanks to @LuBroering (Lukas Bröring SectorNord AG). [#171](https://github.com/znuny/Znuny/issues/171)
+ - 2021-11-25 Sector Nord AG: Replaced hardcoded attributes with a dynamic Sysconfig in Kernel/System/Ticket/Event/NotificationEvent.pm (#171). Thanks to @LuBroering (Lukas Bröring Sector Nord AG). [#171](https://github.com/znuny/Znuny/issues/171)
- 2021-11-25 Add option '--no-tablespaces' to scripts/backup.pl (#136). Thanks to @meisterheister. [#136](https://github.com/znuny/Znuny/issues/136)
- 2021-11-25 Prevents error message "no TicketID" on sending an answer if no TicketID exists (#133). Thanks to @Reedu. [#133](https://github.com/znuny/Znuny/issues/133)
- 2021-11-25 Fixed - "No TicketID is given!" on each outgoing reply (#170). Thanks to @Reedu. [#170](https://github.com/znuny/Znuny/issues/170)
diff --git a/INSTALL.md b/INSTALL.md
index 57e8b78c0d0..02fdd90cbac 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1 +1 @@
-Please see [the installation instructions](https://doc.znuny.org/znuny/releases/installupdate/install.html) in the online documentation.
+Please see [the installation instructions](https://doc.znuny.org/znuny/installation/index.html) in the online documentation.
diff --git a/Kernel/Config/Defaults.pm b/Kernel/Config/Defaults.pm
index 4d6795bab9e..04b0bca9018 100644
--- a/Kernel/Config/Defaults.pm
+++ b/Kernel/Config/Defaults.pm
@@ -1002,8 +1002,8 @@ sub LoadDefaults {
'thirdparty/jquery-validate-1.16.0/jquery.validate.js',
'thirdparty/jquery-ui-1.13.3/jquery-ui.js',
'thirdparty/jquery-pubsub/pubsub.js',
- 'thirdparty/jquery-jstree-3.3.7/jquery.jstree.js',
- 'thirdparty/nunjucks-3.2.2/nunjucks.min.js',
+ 'thirdparty/jquery-jstree-3.3.8/jquery.jstree.js',
+ 'thirdparty/nunjucks-3.2.3/nunjucks.min.js',
'Core.Init.js',
'Core.Debug.js',
'Core.Exception.js',
@@ -1041,8 +1041,8 @@ sub LoadDefaults {
'thirdparty/jquery-ui-touch-punch-0.2.3/jquery.ui.touch-punch.js',
'thirdparty/jquery-validate-1.16.0/jquery.validate.js',
'thirdparty/jquery-pubsub/pubsub.js',
- 'thirdparty/jquery-jstree-3.3.7/jquery.jstree.js',
- 'thirdparty/nunjucks-3.2.2/nunjucks.min.js',
+ 'thirdparty/jquery-jstree-3.3.8/jquery.jstree.js',
+ 'thirdparty/nunjucks-3.2.3/nunjucks.min.js',
'thirdparty/jscolor-2.4.6/jscolor.js',
'Core.Init.js',
'Core.JavaScriptEnhancements.js',
diff --git a/Kernel/Config/Files/XML/Framework.xml b/Kernel/Config/Files/XML/Framework.xml
index cc7b3ade3a3..6c26b0fdb07 100644
--- a/Kernel/Config/Files/XML/Framework.xml
+++ b/Kernel/Config/Files/XML/Framework.xml
@@ -420,7 +420,7 @@
Defines the URL rich text editor path.Frontend::Base
- <OTRS_CONFIG_Frontend::WebPath>js/thirdparty/ckeditor-4.22.1-min/
+ <OTRS_CONFIG_Frontend::WebPath>js/thirdparty/ckeditor-4.25.1-znuny-min/
@@ -550,6 +550,13 @@
6000
+
+ Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.
+ Frontend::Base
+
+ 1000
+
+ Turns on drag and drop for the main navigation.Frontend::Base
@@ -7777,8 +7784,8 @@ via the Preferences button after logging in.
thirdparty/jquery-ui-touch-punch-0.2.3/jquery.ui.touch-punch.jsthirdparty/jquery-validate-1.16.0/jquery.validate.jsthirdparty/jquery-pubsub/pubsub.js
- thirdparty/jquery-jstree-3.3.7/jquery.jstree.js
- thirdparty/nunjucks-3.2.2/nunjucks.min.js
+ thirdparty/jquery-jstree-3.3.8/jquery.jstree.js
+ thirdparty/nunjucks-3.2.3/nunjucks.min.jsthirdparty/jscolor-2.4.6/jscolor.jsCore.Init.jsCore.JavaScriptEnhancements.js
@@ -7836,7 +7843,7 @@ via the Preferences button after logging in.
Frontend::Base::Loader
- thirdparty/ckeditor-4.22.1-min/ckeditor.js
+ thirdparty/ckeditor-4.25.1-znuny-min/ckeditor.js
@@ -7895,8 +7902,8 @@ via the Preferences button after logging in.
thirdparty/jquery-validate-1.16.0/jquery.validate.jsthirdparty/jquery-ui-1.13.3/jquery-ui.jsthirdparty/jquery-pubsub/pubsub.js
- thirdparty/jquery-jstree-3.3.7/jquery.jstree.js
- thirdparty/nunjucks-3.2.2/nunjucks.min.js
+ thirdparty/jquery-jstree-3.3.8/jquery.jstree.js
+ thirdparty/nunjucks-3.2.3/nunjucks.min.jsCore.Init.jsCore.Debug.jsCore.Exception.js
@@ -7941,7 +7948,7 @@ via the Preferences button after logging in.
Frontend::Base::Loader
- thirdparty/ckeditor-4.22.1-min/ckeditor.js
+ thirdparty/ckeditor-4.25.1-znuny-min/ckeditor.js
diff --git a/Kernel/Config/Files/XML/Ticket.xml b/Kernel/Config/Files/XML/Ticket.xml
index a2f1bfa5b48..4729fc55333 100644
--- a/Kernel/Config/Files/XML/Ticket.xml
+++ b/Kernel/Config/Files/XML/Ticket.xml
@@ -10648,8 +10648,6 @@
ArticleAutoResponseArticleFlagSetArticleFlagDelete
- ArticleAgentNotification
- ArticleCustomerNotificationArticleEmailSendingQueuedArticleEmailSendingSentArticleEmailSendingError
diff --git a/Kernel/Config/Files/XML/Znuny.xml b/Kernel/Config/Files/XML/Znuny.xml
index 13dc2bf6245..18cd142e181 100644
--- a/Kernel/Config/Files/XML/Znuny.xml
+++ b/Kernel/Config/Files/XML/Znuny.xml
@@ -2678,12 +2678,10 @@
AppointmentAppointmentArticle
- ArticleArticleArticleArticleArticle
- ArticleArticleArticleArticle
@@ -3564,7 +3562,7 @@
Kernel::Output::HTML::TicketMenu::Generic
- Mark as unseen
+ Mark as unseenMark ticket as unseenAction=AgentTicketMarkSeenUnseen;Subaction=Unseen;TicketID=[% Data.TicketID | html %]
@@ -3579,7 +3577,7 @@
Kernel::Output::HTML::TicketMenu::Generic
- Mark as seen
+ Mark as seenMark ticket as seenAction=AgentTicketMarkSeenUnseen;Subaction=Seen;TicketID=[% Data.TicketID | html %]
@@ -3594,7 +3592,7 @@
Kernel::Output::HTML::TicketMenu::Generic
- Mark as unseen
+ Mark as unseenMark ticket as unseenAction=AgentTicketMarkSeenUnseen;Subaction=Unseen;TicketID=[% Data.TicketID | html %];RedirectToSearch=1;
@@ -3609,7 +3607,7 @@
Kernel::Output::HTML::TicketMenu::Generic
- Mark as seen
+ Mark as seenMark ticket as seenAction=AgentTicketMarkSeenUnseen;Subaction=Seen;TicketID=[% Data.TicketID | html %];RedirectToSearch=1;
@@ -3645,4 +3643,13 @@
+
+
+ Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.
+ Frontend::Base
+
+ 1
+
+
+
diff --git a/Kernel/GenericInterface/Operation/Ticket/TicketGet.pm b/Kernel/GenericInterface/Operation/Ticket/TicketGet.pm
index c6ddf438cc7..23ba397e0b5 100644
--- a/Kernel/GenericInterface/Operation/Ticket/TicketGet.pm
+++ b/Kernel/GenericInterface/Operation/Ticket/TicketGet.pm
@@ -274,7 +274,7 @@ sub Run {
# all needed variables
my @TicketIDs;
if ( IsStringWithData( $Param{Data}->{TicketID} ) ) {
- @TicketIDs = split( /,/, $Param{Data}->{TicketID} );
+ @TicketIDs = split( /\s*,\s*/, $Param{Data}->{TicketID} );
}
elsif ( IsArrayRefWithData( $Param{Data}->{TicketID} ) ) {
@TicketIDs = @{ $Param{Data}->{TicketID} };
@@ -286,6 +286,15 @@ sub Run {
);
}
+ # Check for IDs being integers.
+ my $NumberOfIntegers = grep { $_ =~ m{\A[1-9]\d*\z} } @TicketIDs;
+ if ( $NumberOfIntegers != @TicketIDs ) {
+ return $Self->ReturnError(
+ ErrorCode => 'TicketGet.WrongStructure',
+ ErrorMessage => "TicketGet: Invalid ticket ID parameter(s) found!",
+ );
+ }
+
# Get the list of article dynamic fields
my $ArticleDynamicFieldList = $Kernel::OM->Get('Kernel::System::DynamicField')->DynamicFieldList(
ObjectType => 'Article',
diff --git a/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm b/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm
index cdbf91e70ec..11ed8454930 100644
--- a/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm
+++ b/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm
@@ -1,4 +1,4 @@
-#2422 --
+# --
# Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
# Copyright (C) 2021 Znuny GmbH, https://znuny.org/
# Copyright (C) 2021 maxence business consulting GmbH, http://www.maxence.de
diff --git a/Kernel/Language/ar_SA.pm b/Kernel/Language/ar_SA.pm
index df1138aef8f..fb2d135006f 100644
--- a/Kernel/Language/ar_SA.pm
+++ b/Kernel/Language/ar_SA.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.074688115561392;
+ $Self->{Completeness} = 0.0749711649365629;
# csv separator
$Self->{Separator} = '';
@@ -1689,7 +1689,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2368,23 +2368,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'الكل',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => '',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2624,7 +2617,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2634,12 +2627,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => '',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2648,23 +2638,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2717,18 +2700,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'المرسل',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => '',
'Solution Time' => '',
'First Response Time' => '',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => 'تغيير القائمة',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2737,21 +2718,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2764,7 +2742,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2808,7 +2785,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'بواسطة',
- 'Move ticket to a different queue' => '',
'Change Queue' => '',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2950,11 +2926,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'بطاقة جديدة',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'البطاقات',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2963,13 +2938,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'الملف',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'رقم العميل',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'الكل',
'Specific date' => '',
'Only tickets created' => '',
'Date range' => '',
@@ -2978,7 +2954,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => 'نموذج النتيجة',
@@ -3208,7 +3183,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => '',
+ 'e. g.' => '',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3241,9 +3216,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5042,6 +5014,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5213,7 +5187,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'البطاقات',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5639,6 +5612,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7903,6 +7878,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'غير فعال مؤقتاً',
@@ -8835,6 +8812,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'حددها كرساله مزعجة',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9075,7 +9053,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/bg.pm b/Kernel/Language/bg.pm
index 3dc15bd9ffd..87029ea1319 100644
--- a/Kernel/Language/bg.pm
+++ b/Kernel/Language/bg.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y - %T';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.196323046618516;
+ $Self->{Completeness} = 0.197067062118965;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Всички',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'Още',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Скрито копие',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Изпращач',
'Customer User Name' => '',
'Impact' => 'Влияние',
'Update Time' => 'Време на ъпдейт на статуса',
'Solution Time' => 'Време за решаване',
'First Response Time' => 'Време на първи отговор',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => 'Промяна на опашката',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Премахване от списъка с наблюдавани билети',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'от',
- 'Move ticket to a different queue' => '',
'Change Queue' => '',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Нов билет',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Билети',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Профил',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'Потребителски индикатив',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Всички',
'Specific date' => '',
'Only tickets created' => '',
'Date range' => '',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => 'Формат на резултата',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'др.',
+ 'e. g.' => 'др.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Билети',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5636,6 +5609,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'временно невалиден',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Отбележи като спам',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/ca.pm b/Kernel/Language/ca.pm
index 4087f745ed1..a52e59b3493 100644
--- a/Kernel/Language/ca.pm
+++ b/Kernel/Language/ca.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.205515430072226;
+ $Self->{Completeness} = 0.206129510627781;
# csv separator
$Self->{Separator} = '';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'en',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Tot',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'més',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Data no vàlida!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Còpia Invisible',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crear nou tiquet correu electrònic',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'De la cua',
- ' Get all' => '',
'Get all' => 'Obtenir tots',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'No s\'han trobat dades del tiquet',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Remitent',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Temps d\'actualització',
'Solution Time' => 'Temps de resolució',
'First Response Time' => 'Temps de resposta',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Moure tiquet a una altra cua',
'Change queue' => 'Canviar cua',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Eliminar de la llista de tiquets vists',
'Tickets per page' => 'Tiquets per pàgina',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Crear nou tiquet telefònic',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'A la cua',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'per',
- 'Move ticket to a different queue' => 'Moure tiquet a una altra cua',
'Change Queue' => 'Caviar cua',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'NouTiquet',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tiquets',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nom de la plantilla',
'e. g. 10*5155 or 105658*' => 'p. ex. 10*5155 o 10558*',
'CustomerID' => 'Nombre de client',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Tot',
'Specific date' => '',
'Only tickets created' => 'Només tiquets creats',
'Date range' => '',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Guardar com a plantilla',
'Save as Template?' => 'Guardar com a plantilla?',
- 'Template Name' => 'Nom de la plantilla',
'Pick a profile name' => '',
'Output to' => 'Sortida a',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => ' p. ex.',
+ 'e. g.' => 'p. ex.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'p. ex.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tiquets',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5636,6 +5609,8 @@ sub Data {
'Salt de línia automàtic en missatges de text després de x nombre de caràcters.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'invàlid-temporalment',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marcar com correu no desitjat!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/cs.pm b/Kernel/Language/cs.pm
index 1a8eebcdb19..dda39e527d2 100644
--- a/Kernel/Language/cs.pm
+++ b/Kernel/Language/cs.pm
@@ -33,7 +33,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.243598161523309;
+ $Self->{Completeness} = 0.244356566155874;
# csv separator
$Self->{Separator} = ';';
@@ -1692,7 +1692,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => 'Přiřazené pole',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => 'Je viditelné pro zákazníka',
'Text Template' => '',
@@ -2371,23 +2371,16 @@ sub Data {
'in' => 'v',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Vše',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'další',
'No Data Available.' => '',
'Available Columns' => 'Dostupné sloupce',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Viditelné sloupce (seřadťe přetažením)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2627,7 +2620,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Neplatné datum!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2637,12 +2630,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Prosíme, odstraňte tento záznam a vytvořte nový se správnou hodnotou.',
'This address already exists on the address list.' => 'Tato adresa již v adresáři existuje.',
- ' Cc' => '',
'Remove Cc' => 'Odstranit Cc',
'Bcc' => 'Skrytá kopie',
- ' Bcc' => '',
'Remove Bcc' => 'Odstranit Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2651,23 +2641,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Vytvořit nový e-mailový tiket',
- ' Example Template' => '',
'Example Template' => 'Ukázková šablona',
'To customer user' => 'Zákaznickému uživateli',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'Z fronty',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Odchozí e-mail pro %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2720,18 +2703,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'žádné',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Odesílatel',
'Customer User Name' => 'Jméno zákaznického uživatele',
'Impact' => 'Vliv',
'Update Time' => 'Čas Aktualizace',
'Solution Time' => 'Čas Řešení',
'First Response Time' => 'Čas první reakce',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Přesuň tiket do jiné fronty',
'Change queue' => 'Změnit frontu',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2740,21 +2721,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Odebrat ze seznamu sledovaných ticketů',
'Tickets per page' => 'Tiketů na stránku',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Vytvořit nový telefonní tiket',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Do fronty',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2767,7 +2745,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2811,7 +2788,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'přes',
- 'Move ticket to a different queue' => 'Přesuň tiket do jiné fronty',
'Change Queue' => 'Změnit frontu',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2953,11 +2929,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nový Tiket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tikety',
'Welcome!' => 'Vítejte!',
'Please click the button below to create your first ticket.' => 'Prosím stiskněte tlačítko pro vytvoření vašeho prvního tiketu.',
'Create your first ticket' => 'Vytvořit váš první tiket',
@@ -2966,13 +2941,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Název šablony',
'e. g. 10*5155 or 105658*' => 'např. 10*5155 or 105658*',
'CustomerID' => 'ID zákazníka',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Vše',
'Specific date' => '',
'Only tickets created' => 'Pouze tikety vytvořené',
'Date range' => '',
@@ -2981,7 +2957,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Uložit jako šablonu',
'Save as Template?' => 'Uložit jako šablonu?',
- 'Template Name' => 'Název šablony',
'Pick a profile name' => 'Zvolit název profilu',
'Output to' => 'Výstup na',
@@ -3211,7 +3186,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'např.',
+ 'e. g.' => 'např.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3244,9 +3219,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'např.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5045,6 +5017,8 @@ sub Data {
'Server Database Charset' => 'Kódová stránka databáze',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5216,7 +5190,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Záznamů v databázi',
- 'Tickets' => 'Tikety',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5642,6 +5615,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7906,6 +7881,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'neplatný-dočasně',
@@ -8838,6 +8815,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Označit jako SPAM',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9078,7 +9056,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Přehled tiketů ve frontách',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/da.pm b/Kernel/Language/da.pm
index 7a0e1e23039..45a99ee10ea 100644
--- a/Kernel/Language/da.pm
+++ b/Kernel/Language/da.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.344714379514117;
+ $Self->{Completeness} = 0.349151425275993;
# csv separator
$Self->{Separator} = '';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => 'Tilgængelige felter',
'Filter available fields' => '',
'Assigned Fields' => 'Tildelte felter',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Tekst-skabelon',
@@ -1971,7 +1971,7 @@ sub Data {
'Der mangler mindst et parameter for bindingen. Tjek det venligst.',
'Result format' => 'Resultatformat',
'Run Query' => 'Kør forespørgsel',
- '%s Results' => '',
+ '%s Results' => '%s resultater',
'Query is executed.' => 'Forespørgslen er udført',
# TT Template: Kernel/Output/HTML/Templates/Standard/AdminService.tt
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'om',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Alle',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'mere',
'No Data Available.' => '',
'Available Columns' => 'Tilgængelige kolonner',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Synlige kolonner (flyt dem med musen)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Ugyldig dato!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Fjern venligst denne indtastning og skriv en ny med den korrekte værdi.',
'This address already exists on the address list.' => 'Denne adresse eksisterer allerede i adresselisten.',
- ' Cc' => '',
'Remove Cc' => 'Fjern Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Fjern Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Opret ny mail-sag',
- ' Example Template' => '',
'Example Template' => 'Eksempel-skabelon',
'To customer user' => 'Til kundebruger',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Inkluder venligst mindst en kundebruger til sagen',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Vælg denne kunde som sagens hovedkunde',
'Remove Ticket Customer User' => 'Fjern kundebruger fra sagen',
'From queue' => 'Fra kø',
- ' Get all' => '',
'Get all' => 'Hent alle',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Ingen sager fundet.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Afsender',
'Customer User Name' => 'Kundenavn',
'Impact' => 'Påvirkning',
'Update Time' => 'Opdateringstid',
'Solution Time' => 'Løsningstid',
'First Response Time' => 'Frist til første svar',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Flyt sag til anden kø',
'Change queue' => 'Skift kø',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Fjern fra listen over fulgte sager',
'Tickets per page' => 'Sager pr. side',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Nulstil oversigt',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Opret ny sag',
'Please include at least one customer for the ticket.' => 'Der skal være mindst én kunde til sagen.',
- 'Select this customer as the main customer.' => 'Vælg denne kunde som sagens hovedkunde',
'To queue' => 'Til kø',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => 'Gem som standard',
'Drafts' => '',
'by' => 'af',
- 'Move ticket to a different queue' => 'Flyt sag til anden kø',
'Change Queue' => 'Skift kø',
'There are no dialogs available at this point in the process.' =>
'Der er ingen dialoger tilgængelige på dette sted i processen.',
@@ -2906,7 +2882,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerFooterJS.tt
'%s detected possible network issues. You could either try reloading this page manually or wait until your browser has re-established the connection on its own.' =>
- '',
+ '%s oplever udfald på forbindelsen. Du kan enten forsøge at opdatere siden eller vente til din browser automatisk forsøger igen.',
'The connection has been re-established after a temporary connection loss. Due to this, elements on this page could have stopped to work correctly. In order to be able to use all elements correctly again, it is strongly recommended to reload this page.' =>
'',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Ny sag',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Sager',
'Welcome!' => 'Velkommen!',
'Please click the button below to create your first ticket.' => 'Klik på knappen herunder for at oprette din første sag.',
'Create your first ticket' => 'Opret din første sag',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Navn på skabelon',
'e. g. 10*5155 or 105658*' => 'f.eks. 10*55 eller 105658*',
'CustomerID' => 'Kunde-ID',
'Types' => 'Typer',
'Limitation' => '',
'No time settings' => 'Ingen tidsindstillinger',
- 'All' => 'Alle',
'Specific date' => 'Specifik dato',
'Only tickets created' => 'Kun oprettede sager',
'Date range' => 'Datointerval',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Gem som skabelon',
'Save as Template?' => 'Gem som skabelon?',
- 'Template Name' => 'Navn på skabelon',
'Pick a profile name' => 'Vælg et profilnavn',
'Output to' => 'Output til',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'f.eks.',
+ 'e. g.' => 'f.eks.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'f.eks.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -3336,7 +3308,7 @@ sub Data {
'',
'Changing this setting is only available in a higher config level!' =>
'',
- '%s (%s) is currently working on this setting.' => '',
+ '%s (%s) is currently working on this setting.' => '%s (%s) arbejder i øjeblikket på denne indstilling.',
'Toggle advanced options for this setting' => '',
'Disable this setting, so it is no longer effective' => '',
'Disable' => '',
@@ -3483,7 +3455,7 @@ sub Data {
'There was an error synchronizing the ACLs.' => '',
'ACL %s could not be deleted' => '',
'There was an error getting data for ACL with ID %s' => '',
- '%s (copy) %s' => '',
+ '%s (copy) %s' => '%s (kopi) %s',
'Please note that ACL restrictions will be ignored for the Superuser account (UserID 1).' =>
'',
'Exact match' => '',
@@ -3522,7 +3494,7 @@ sub Data {
'There was an error getting data for Notification with ID:%s!' =>
'Der var en fejl med at hente data for beskeden med ID:%s!',
'Unknown Notification %s!' => 'Ukendt besked %s!',
- '%s (copy)' => '',
+ '%s (copy)' => '%s (kopi)',
'There was an error creating the Notification' => 'Der opstod en fejl ved oprettelse af beskeden',
'Notifications could not be Imported due to a unknown error, please check Znuny logs for more information' =>
'Beskeder kunne ikke importeres grundet en ukendt fejl. Tjek Znuny-loggen for mere information.',
@@ -4125,8 +4097,8 @@ sub Data {
'until %s' => '',
'No notification' => '',
'%s minute(s) before' => '',
- '%s hour(s) before' => '',
- '%s day(s) before' => '',
+ '%s hour(s) before' => '%s time(r) før',
+ '%s day(s) before' => '%s dag(e) før',
'%s week before' => '',
'before the appointment starts' => '',
'after the appointment has been started' => '',
@@ -4143,7 +4115,7 @@ sub Data {
'Customer History' => 'Kunde-historik',
# Perl Module: Kernel/Modules/AgentCustomerUserAddressBook.pm
- 'No RecipientField is given!' => '',
+ 'No RecipientField is given!' => 'Modtagerfeltet er ikke angivet',
# Perl Module: Kernel/Modules/AgentDashboardCommon.pm
'No such config for %s' => '',
@@ -4157,7 +4129,7 @@ sub Data {
'Need SourceObject and SourceKey!' => '',
'You need ro permission!' => '',
'Can not delete link with %s!' => 'Kan ikke slette link med %s!',
- '%s Link(s) deleted successfully.' => '',
+ '%s Link(s) deleted successfully.' => '%s Link slettet.',
'Can not create link with %s! Object already linked as %s.' => '',
'Can not create link with %s!' => 'Kan ikke oprette link med %s!',
'%s links added successfully.' => '',
@@ -4290,7 +4262,7 @@ sub Data {
# Perl Module: Kernel/Modules/AgentTicketProcess.pm
'Couldn\'t get ActivityDialogEntityID "%s"!' => '',
- 'No Process configured!' => '',
+ 'No Process configured!' => 'Processen er ikke konfigureret!',
'The selected process is invalid!' => 'Den valgte proces er ugyldig.',
'Process %s is invalid!' => '',
'Subaction is invalid!' => '',
@@ -4557,10 +4529,10 @@ sub Data {
'Crypted' => 'Krypteret',
'Sent message encrypted to recipient!' => '',
'Signed' => 'Underskrevet',
- '"PGP SIGNED MESSAGE" header found, but invalid!' => '',
+ '"PGP SIGNED MESSAGE" header found, but invalid!' => '"PGP SIGNED MESSAGE" header fundet, men den er invalid!',
# Perl Module: Kernel/Output/HTML/ArticleCheck/SMIME.pm
- '"S/MIME SIGNED MESSAGE" header found, but invalid!' => '',
+ '"S/MIME SIGNED MESSAGE" header found, but invalid!' => '"S/MIME SIGNED MESSAGE" header fundet, men den er invalid!',
'Ticket decrypted before' => '',
'Impossible to decrypt: private key for email was not found!' => '',
'Successful decryption' => '',
@@ -4650,13 +4622,13 @@ sub Data {
'Hours' => 'Timer',
'Minutes' => 'Minutter',
'Check to activate this date' => 'Marker for at aktivere denne dato',
- '%s TB' => '',
- '%s GB' => '',
- '%s MB' => '',
- '%s KB' => '',
- '%s B' => '',
+ '%s TB' => '%s TB',
+ '%s GB' => '%s GB',
+ '%s MB' => '%s MB',
+ '%s KB' => '%s KB',
+ '%s B' => '%s B',
'No Permission!' => 'Ingen tilladelse.',
- 'No Permission' => '',
+ 'No Permission' => 'Ingen tilladelse',
'Show Tree Selection' => 'Vis træ',
'Split Quote' => '',
'Remove Quote' => '',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => 'Karaktersæt i databasen.',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Karakterset i tabeller',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Sager',
'Ticket History Entries' => 'Sagens Historik',
'Articles' => 'Indlæg',
'Attachments (DB, Without HTML)' => '',
@@ -5399,7 +5372,7 @@ sub Data {
'Invalid Token!' => 'Ugyldigt Token!',
'Sent new password to %s. Please check your email.' => 'Nyt password sendt til %s. Tjek venligst din mail.',
'Error: invalid session.' => '',
- 'No Permission to use this frontend module!' => '',
+ 'No Permission to use this frontend module!' => 'Ingen tilladelse til at anvende frontend modulet',
# Perl Module: Kernel/System/Web/InterfaceCustomer.pm
'Authentication succeeded, but no customer record is found in the customer backend. Please contact the administrator.' =>
@@ -5638,6 +5611,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7902,6 +7877,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'ugyldig-midlertidigt',
@@ -8301,7 +8278,7 @@ sub Data {
# JS File: var/httpd/htdocs/js/Core.Agent.TicketBulk.js
' ...and %s more' => '',
- ' ...show less' => '',
+ ' ...show less' => ' ... vis færre',
# JS File: var/httpd/htdocs/js/Core.Agent.TicketFormDraft.js
'Add new draft' => '',
@@ -8834,6 +8811,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Administrer opgaver, der bliver udført på baggrund af hændelser eller tid.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marker som spam.',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Marker denne sag som junk!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9074,7 +9052,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Sagskø oversigt',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/de.pm b/Kernel/Language/de.pm
index e565fd78dfd..2ee5ac73bb7 100644
--- a/Kernel/Language/de.pm
+++ b/Kernel/Language/de.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.994418910045962;
+ $Self->{Completeness} = 0.995221618058988;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => 'Verfügbare Felder',
'Filter available fields' => 'Verfügbare Felder filtern',
'Assigned Fields' => 'Zugewiesene Felder',
- ' Filter assigned fields' => ' Zugewiesene Felder filtern',
+ 'Filter assigned fields' => 'Zugewiesene Felder filtern',
'Communication Channel' => 'Kommunikationskanal',
'Is visible for customer' => 'Ist sichtbar für Kunde',
'Text Template' => 'Textvorlage',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'in',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => ' Inhalt einblenden oder ausblenden',
+ 'All' => 'Alle',
'Search inactive widgets' => 'Suche deaktivierte Widgets',
'Active Widgets' => 'Aktivierte Widget',
- ' Save changes' => ' Änderungen speichern',
- ' Save' => ' Speichern',
'Save changes' => 'Änderungen speichern',
- ' Settings' => ' Einstellungen',
- ' Refresh' => ' Aktuallisieren',
- ' Close this widget' => 'Widget schließen',
+ 'Close this widget' => 'Widget schließen',
'Hide' => 'Ausblenden',
- ' Cancel' => ' Abbrechen',
'more' => 'mehr',
'No Data Available.' => 'Keine Daten verfügbar.',
'Available Columns' => 'Verfügbare Spalten',
- ' Filter available fields' => ' Filter verfügbare Felder',
'Visible Columns (order by drag & drop)' => 'Angezeigte Spalten (Anordnung ändern durch Ziehen)',
- ' Submit' => ' Absenden',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Zuordnungen für Kunden ändern',
@@ -2601,7 +2594,7 @@ sub Data {
'Benötige eine gültige E-Mail-Adresse, verwenden Sie keine lokale Adresse.',
'Next ticket state' => 'Nächster Status des Tickets',
'Inform sender' => 'Sender informieren',
- 'Send mail' => 'E-Mail übermitteln',
+ 'Send mail' => 'E-Mail senden',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketBulk.tt
'Ticket Bulk Action' => 'Ticket Sammelaktion',
@@ -2621,8 +2614,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Antwort für %s%s%s verfassen',
'Date Invalid!' => 'Ungültiges Datum!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Wählen Sie einen oder mehrere Empfänger aus dem Kundenbenutzer-Adressbuch.',
'Customer user address book' => 'Kundenbenutzer-Adressbuch',
'This address is registered as system address and cannot be used: %s' =>
'Diese Adresse ist als Systemadresse registriert und kann daher nicht verwendet werden: %s',
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Bitte entfernen Sie diesen Eintrag und geben Sie einen mit einem gültigen Wert an.',
'This address already exists on the address list.' => 'Dieser Eintrag existiert bereits in der Adressliste.',
- ' Cc' => ' Cc',
'Remove Cc' => 'Cc entfernen',
'Bcc' => 'Bcc',
- ' Bcc' => ' Bcc',
'Remove Bcc' => 'Bcc entfernen',
- ' Send mail' => ' E-Mail senden',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Kunde von %s%s%s ändern',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Neues E-Mail-Ticket erstellen',
- ' Example Template' => ' Beispielvorlage',
'Example Template' => 'Beispielvorlage',
'To customer user' => 'An Kundenbenutzer',
- ' To' => ' An',
'Please include at least one customer user for the ticket.' => 'Bitte tragen Sie wenigstens einen Kundenbenutzer für das Ticket ein.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => ' An Kundenbenutzer',
+ 'Select this customer as the main customer.' => 'Diesen Kunden als Hauptkunden auswählen.',
'Remove Ticket Customer User' => 'Kundenbenutzer des Tickets entfernen',
'From queue' => 'Aus Queue',
- ' Get all' => ' Alles holen',
'Get all' => 'Alles holen',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Ausgehende E-Mail für %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Wählen Sie einen oder mehrere Empfänger aus dem Kundenbenutzer-Adressbuch.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'E-Mail erneut versenden für %s%s%s',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => 'Notiz ungültig.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => ' Alle auswählen',
'No ticket data found.' => 'Keine Ticket-Daten gefunden.',
- ' Open / Close ticket action menu' => ' Öffne / Schließe Ticket Aktionsmenü',
- ' Select this ticket' => ' Dieses Ticket auswählen',
+ 'Open / Close ticket action menu' => 'Öffne / Schließe Ticket Aktionsmenü',
+ 'Select this ticket' => 'Dieses Ticket auswählen',
'Sender' => 'Sender',
'Customer User Name' => 'Kundenbenutzer-Name',
'Impact' => 'Auswirkung',
'Update Time' => 'Aktualisierungszeit',
'Solution Time' => 'Lösungszeit',
'First Response Time' => 'Reaktionszeit',
- ' Service Time' => '',
- ' Move ticket to a different queue' => ' Ticket in eine andere Queue verschieben',
+ 'Move ticket to a different queue' => 'Ticket in eine andere Queue verschieben',
'Change queue' => 'Queue wechseln',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => 'Erwähnung entfernen',
'Remove from list of watched tickets' => 'Von der Liste der beobachteten Tickets entfernen',
'Tickets per page' => 'Tickets pro Seite',
- 'Filter assigned fields' => 'Gewählte Felder filtern',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => ' Fehlender Kanal',
'Missing channel' => 'Fehlender Kanal',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Übersicht zurücksetzen',
- ' Column Filters Form' => ' Spaltenfilter-Formular',
+ 'Column Filters Form' => 'Spaltenfilter-Formular',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'In ein neues Telefon-Ticket splitten',
'Create New Phone Ticket' => 'Neues Telefon-Ticket erstellen',
'Please include at least one customer for the ticket.' => 'Bitte geben Sie mindestens einen Kunden für das Ticket an.',
- 'Select this customer as the main customer.' => 'Diesen Kunden als Hauptkunden auswählen.',
'To queue' => 'An Queue',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Neues Prozess-Ticket',
- ' Loading' => ' Laden',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Ticket in einen Prozess überführen',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => 'Als Standard speichern',
'Drafts' => 'Entwürfe',
'by' => 'von',
- 'Move ticket to a different queue' => 'Ticket in eine andere Queue verschieben',
'Change Queue' => 'Queue ändern',
'There are no dialogs available at this point in the process.' =>
'Für diesen Prozess stehen derzeit keine Dialoge zur Verfügung.',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Neues Ticket',
- ' Service level agreement' => ' Service-Level-Vereinbarung',
- 'Dymanic Info' => 'Dynamische Felder',
- ' Subject' => ' Betreff',
+ 'Service level agreement' => 'Service-Level-Vereinbarung',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Willkommen!',
'Please click the button below to create your first ticket.' => 'Bitte verwenden Sie den Knopf unten zur Erstellung Ihres ersten Tickets.',
'Create your first ticket' => 'Ihr erstes Ticket erstellen',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => 'Neues Prozess-Ticket',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => 'Suche',
'Profile' => 'Profil',
+ 'Template Name' => 'Name der Vorlage',
'e. g. 10*5155 or 105658*' => 'z. B. 10*5155 oder 105658*',
'CustomerID' => 'Kundennummer',
'Types' => 'Typen',
'Limitation' => 'Limitierung',
'No time settings' => 'Keine Zeiteinstellungen',
- 'All' => 'Alle',
'Specific date' => 'spezifisches Datum',
'Only tickets created' => 'Nur Tickets, die erstellt wurden',
'Date range' => 'Datumsbereich',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => 'Suche als Vorlage speichern?',
'Save as Template' => 'Als Vorlage speichern',
'Save as Template?' => 'Als Vorlage speichern?',
- 'Template Name' => 'Name der Vorlage',
'Pick a profile name' => 'Profilnamen auswählen',
'Output to' => 'Ausgabe nach',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Die Termin-Attribute',
- ' e. g.' => ' z. B.',
+ 'e. g.' => 'z. B.',
'To get the first 20 character of the appointment title.' => 'Die ersten 20 Zeichen des Terminbetreffs.',
'To get the calendar attribute' => 'Die Kalender-Attribute',
'Attributes of the recipient user for the notification' => 'Attribute der Benutzerdaten des Empfängers der Benachrichtigung',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Anzeigewerte der Dynamischen Felder des Tickets, verwendbar für Auswahlfelder',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'z. B.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'So erhalten Sie die ersten 20 Zeichen des Betreffs des aktuellen/jüngsten Agentenartikels (aktuell für Antwort und Weiterleitung, spätestens für den Vorlagentyp Notiz). Dieses Tag wird für andere Vorlagentypen nicht unterstützt.',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => 'Zeichensatz des Datenbank-Servers',
'The setting character_set_database needs to be \'utf8mb4\'.' => 'Die Einstellung character_set_database muss \'utf8mb4\' sein.',
'Table Charset' => 'Zeichensatz der Tabellen',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ 'Es wurden systemfremde Tabellen gefunden, die nicht \'utf8mb4\' als Zeichensatz haben.',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'Es wurden Tabellen gefunden, die nicht \'utf8mb4\' als Zeichensatz haben.',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Datenbankeinträge',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => 'Ticket-Historieneinträge',
'Articles' => 'Artikel',
'Attachments (DB, Without HTML)' => 'Anhänge (in der Datenbank, ohne HTML)',
@@ -5636,6 +5609,8 @@ sub Data {
'Automatischer Zeilenumbruch in Textnachrichten nach x-Zeichen.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Legt die Anzahl an Zeilen fest, die von Textnachrichten angezeigt werden sollen (z. B. von Tickets in der Queue-Ansicht).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ 'Limitiert die Anzahl an Optionen für modernized Auswahlfelder. Wenn das Limit überschritten ist, wird das Auswahlfeld aus Performancegründen als nicht-modernized angezeigt.',
'Turns on drag and drop for the main navigation.' => 'Aktiviert Drag und Drop für die Hauptnavigation.',
'Defines the date input format used in forms (option or input fields).' =>
'Definiert das benutzte Datumseingabeformat in Formularen (Option für Eingabefelder).',
@@ -7900,6 +7875,8 @@ sub Data {
'Mapping der Ticketpriorität zum X-Priority E-Mail-Header für ausgehende E-Mails des Kommunikationskanals "Agent".',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'Mapping der Ticketpriorität zum X-Priority E-Mail-Header für ausgehende E-Mails des Kommunikationskanals "System".',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ 'Ergänzt Feld-Mapping für AgentTicketActionCommon für unbekannte Action. Wird von Znuny.Form.Input verwendet.',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'ungültig-temporär',
@@ -8470,7 +8447,7 @@ Ihr Helpdesk-Team
'AccountedTime' => 'Erfasste Zeit',
'Activation of dynamic fields for screens.' => 'Aktivierung dynamischer Felder für Masken.',
'Activity LinkTarget' => '',
- 'Activity Notification' => '',
+ 'Activity Notification' => 'Aktivitätsbenachrichtigung',
'Activity.' => 'Aktivität.',
'ActivityID' => 'ActivityID',
'Add a note to this ticket' => 'Eine Notiz zu diesem Ticket hinzufügen',
@@ -8842,6 +8819,7 @@ Ihr Helpdesk-Team
'Manage tasks triggered by event or time based execution.' => 'Verwaltung von event- oder zeitbasierten Aufgaben.',
'Management of ticket attribute relations.' => 'Verwaltung von abhängigen Ticketattributen.',
'Mark as Spam!' => 'Als Spam makieren!',
+ 'Mark as seen' => 'Als gelesen markieren',
'Mark this ticket as junk!' => 'Dieses Ticket als Junk markieren!',
'Mark ticket as seen' => 'Ticket als gelesen markieren',
'Mark ticket as unseen' => 'Ticket als ungelesen markieren',
@@ -9082,7 +9060,6 @@ Ihr Helpdesk-Team
'Ticket Priority.' => 'Ticket-Priorität.',
'Ticket Queue Overview' => 'Ticket-Übersicht nach Queues',
'Ticket Responsible.' => 'Ticket-Verantwortlicher.',
- 'Ticket Search' => 'Suche',
'Ticket Watcher' => 'Ticket-Beobachter',
'Ticket Zoom' => 'Ticket-Zoom',
'Ticket Zoom.' => 'Ticket-Detailansicht.',
diff --git a/Kernel/Language/el.pm b/Kernel/Language/el.pm
index f742ab66030..32546ee0225 100644
--- a/Kernel/Language/el.pm
+++ b/Kernel/Language/el.pm
@@ -28,7 +28,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.136736703873933;
+ $Self->{Completeness} = 0.137090130169715;
# csv separator
$Self->{Separator} = ';';
@@ -1689,7 +1689,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Όλα',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'περισσότερα',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2626,7 +2619,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Ιδιαίτερη Κοινοποίηση',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => 'Λήψη όλων',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Αποστολέας',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Χρόνος ενημερωσης',
'Solution Time' => 'Χρόνος επίλυσης',
'First Response Time' => 'Χρόνος πρώτης απάντησης',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => 'Αλλαγή Ουράς',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Αφαίρεση από τη λίστα των προβεβλημένων δελτίων',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'από',
- 'Move ticket to a different queue' => '',
'Change Queue' => 'Αλλαγή Ουράς',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Νέο Δελτίο',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Δελτία',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Προφίλ',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'ID-Πελάτη',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Όλα',
'Specific date' => '',
'Only tickets created' => '',
'Date range' => '',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => 'Αποτελέσματα',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'π.χ.',
+ 'e. g.' => 'π.χ.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'π.χ.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5044,6 +5016,8 @@ sub Data {
'Server Database Charset' => 'Server Database Charset',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Charset Πίνακα',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5215,7 +5189,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Δελτία',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5641,6 +5614,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'Προσωρινά Ακυρο',
@@ -8837,6 +8814,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Χαρακτηρισμός ως ανεπυθήμητο!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9077,7 +9055,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/en_CA.pm b/Kernel/Language/en_CA.pm
index 185c77d17e4..872cdb1033f 100644
--- a/Kernel/Language/en_CA.pm
+++ b/Kernel/Language/en_CA.pm
@@ -32,7 +32,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y-%M-%D';
$Self->{DateInputFormat} = '%Y-%M-%D';
$Self->{DateInputFormatLong} = '%Y-%M-%D - %T';
- $Self->{Completeness} = 0.00262639527248851;
+ $Self->{Completeness} = 0.0026363486571099;
# csv separator
$Self->{Separator} = ',';
@@ -1691,7 +1691,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => '',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => '',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2626,7 +2619,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => '',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => '',
'Customer User Name' => '',
'Impact' => 'Impact',
'Update Time' => '',
'Solution Time' => '',
'First Response Time' => '',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => '',
- 'Move ticket to a different queue' => '',
'Change Queue' => '',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => '',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => '',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => '',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => '',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => '',
'Specific date' => '',
'Only tickets created' => '',
'Date range' => '',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => '',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => '',
+ 'e. g.' => '',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5044,6 +5016,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5215,7 +5189,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => '',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5641,6 +5614,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => '',
@@ -8837,6 +8814,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9077,7 +9055,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/en_GB.pm b/Kernel/Language/en_GB.pm
index 28b589d8129..852a3209194 100644
--- a/Kernel/Language/en_GB.pm
+++ b/Kernel/Language/en_GB.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.602921864740643;
+ $Self->{Completeness} = 0.605042016806723;
# csv separator
$Self->{Separator} = ',';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => 'Available Fields',
'Filter available fields' => 'Filter available fields',
'Assigned Fields' => 'Assigned Fields',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Text Template',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'in',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'All',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'more',
'No Data Available.' => '',
'Available Columns' => 'Available Columns',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Visible Columns (order by drag & drop)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Compose Answer for %s%s%s',
'Date Invalid!' => 'Date Invalid!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Please remove this entry and enter a new one with the correct value.',
'This address already exists on the address list.' => 'This address already exists on the address list.',
- ' Cc' => '',
'Remove Cc' => 'Remove Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Remove Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Change Customer of %s%s%s',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Create New Email Ticket',
- ' Example Template' => '',
'Example Template' => 'Example Template',
'To customer user' => 'To customer user',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Please include at least one customer user for the ticket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Select this customer as the main customer.',
'Remove Ticket Customer User' => 'Remove Ticket Customer User',
'From queue' => 'From queue',
- ' Get all' => '',
'Get all' => 'Get all',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Outbound Email for %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'No ticket data found.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Sender',
'Customer User Name' => '',
'Impact' => 'Impact',
'Update Time' => 'Update Time',
'Solution Time' => 'Solution Time',
'First Response Time' => 'First Response Time',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Move ticket to a different queue',
'Change queue' => 'Change queue',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Remove from list of watched tickets',
'Tickets per page' => 'Tickets per page',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Reset overview',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Split Into New Phone Ticket',
'Create New Phone Ticket' => 'Create New Phone Ticket',
'Please include at least one customer for the ticket.' => 'Please include at least one customer for the ticket.',
- 'Select this customer as the main customer.' => 'Select this customer as the main customer.',
'To queue' => 'To queue',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Create New Process Ticket',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Enroll Ticket into a Process',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => 'Save as default',
'Drafts' => '',
'by' => 'by',
- 'Move ticket to a different queue' => 'Move ticket to a different queue',
'Change Queue' => 'Change Queue',
'There are no dialogs available at this point in the process.' =>
'There are no dialogs available at this point in the process.',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'New Ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Welcome!',
'Please click the button below to create your first ticket.' => 'Please click the button below to create your first ticket.',
'Create your first ticket' => 'Create your first ticket',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profile',
+ 'Template Name' => 'Template Name',
'e. g. 10*5155 or 105658*' => 'e. g. 10*5155 or 105658*',
'CustomerID' => 'CustomerID',
'Types' => 'Types',
'Limitation' => '',
'No time settings' => 'No time settings',
- 'All' => 'All',
'Specific date' => 'Specific date',
'Only tickets created' => 'Only tickets created',
'Date range' => 'Date range',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Save as Template',
'Save as Template?' => 'Save as Template?',
- 'Template Name' => 'Template Name',
'Pick a profile name' => 'Pick a profile name',
'Output to' => 'Output to',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => ' e. g.',
+ 'e. g.' => 'e. g.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => 'Attributes of the recipient user for the notification',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'e. g.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => 'Server Database Charset',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Table Charset',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Database Records',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => 'Ticket History Entries',
'Articles' => 'Articles',
'Attachments (DB, Without HTML)' => 'Attachments (DB, Without HTML)',
@@ -5638,6 +5611,8 @@ sub Data {
'Automated line break in text messages after x number of chars.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Turns on drag and drop for the main navigation.',
'Defines the date input format used in forms (option or input fields).' =>
'Defines the date input format used in forms (option or input fields).',
@@ -7902,6 +7877,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'invalid-temporarily',
@@ -8845,6 +8822,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Manage tasks triggered by event or time based execution.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Mark as Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Mark this ticket as junk!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9085,7 +9063,6 @@ Thanks for your help!
'Ticket Priority.' => 'Ticket Priority.',
'Ticket Queue Overview' => 'Ticket Queue Overview',
'Ticket Responsible.' => 'Ticket Responsible.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Ticket Watcher',
'Ticket Zoom' => '',
'Ticket Zoom.' => 'Ticket Zoom.',
diff --git a/Kernel/Language/es.pm b/Kernel/Language/es.pm
index daab382e2a2..1df69620518 100644
--- a/Kernel/Language/es.pm
+++ b/Kernel/Language/es.pm
@@ -33,7 +33,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.593893630991464;
+ $Self->{Completeness} = 0.595979568297907;
# csv separator
$Self->{Separator} = ';';
@@ -1692,7 +1692,7 @@ sub Data {
'Available Fields' => 'Campos disponibles',
'Filter available fields' => 'Campos de filtro disponibles',
'Assigned Fields' => 'Campos Asignados',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Canal de Comunicación',
'Is visible for customer' => 'Es visible para el cliente',
'Text Template' => 'Plantilla de texto',
@@ -2371,23 +2371,16 @@ sub Data {
'in' => 'en',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Todo',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'más',
'No Data Available.' => 'Los Datos no están disponibles.',
'Available Columns' => 'Columnas disponibles',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Columnas visibles (ordenar arrastrando y soltando)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2627,7 +2620,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Redactar una Respuesta para %s%s%s',
'Date Invalid!' => '¡Fecha no válida!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2637,12 +2630,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Elimine esta entrada e introduzca una nueva con el valor correcto.',
'This address already exists on the address list.' => 'Esta dirección ya estaba en la lista de direcciones.',
- ' Cc' => '',
'Remove Cc' => 'Eliminar Cc',
'Bcc' => 'Copia oculta',
- ' Bcc' => '',
'Remove Bcc' => 'Eliminar "Copia oculta"',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Cambiar Cliente de %s%s%s',
@@ -2651,23 +2641,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crear un nuevo ticket por correo electrónico',
- ' Example Template' => '',
'Example Template' => 'Ejemplo Plantilla',
'To customer user' => 'Al usuario cliente',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Por favor, incluya al menos un usuario cliente para el ticket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Seleccionar a este cliente como el cliente principal.',
'Remove Ticket Customer User' => 'Eliminar el usuario cliente del ticket',
'From queue' => 'De la cola',
- ' Get all' => '',
'Get all' => 'Obtener todo',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Email de Salida para %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2720,18 +2703,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'No se encontraron datos del ticket.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Remitente',
'Customer User Name' => '',
'Impact' => 'Impacto',
'Update Time' => 'Tiempo para actualización',
'Solution Time' => 'Tiempo para solución',
'First Response Time' => 'Tiempo para primera respuesta',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mover el ticket a otra cola',
'Change queue' => 'Cambiar de cola',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2740,21 +2721,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Eliminar de la lista de tickets vistos',
'Tickets per page' => 'Tickets por página',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Restablecer la vista general',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Dividir En Nuevo Ticket Telefónico',
'Create New Phone Ticket' => 'Crear un nuevo ticket telefónico',
'Please include at least one customer for the ticket.' => 'Incluya al menos un cliente para el ticket',
- 'Select this customer as the main customer.' => 'Seleccionar a este cliente como el cliente principal.',
'To queue' => 'En la cola',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2767,7 +2745,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Crear un nuevo ticket de proceso',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Registrar Ticket en un Proceso',
@@ -2811,7 +2788,6 @@ sub Data {
'Save as default' => 'Guardar como Por Defecto',
'Drafts' => 'Borradores',
'by' => 'por',
- 'Move ticket to a different queue' => 'Mover el ticket a otra cola',
'Change Queue' => 'Cambiar de cola',
'There are no dialogs available at this point in the process.' =>
'No hay diálogos disponibles en este punto del proceso.',
@@ -2953,11 +2929,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nuevo Ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Bienvenido',
'Please click the button below to create your first ticket.' => 'Pulse el botón inferior para crear su primer ticket.',
'Create your first ticket' => 'Cree su primer ticket',
@@ -2966,13 +2941,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nombre de la plantilla',
'e. g. 10*5155 or 105658*' => 'ej: 10*5155 or 105658*',
'CustomerID' => 'ID del cliente',
'Types' => 'Tipos',
'Limitation' => '',
'No time settings' => 'Sin ajustes de tiempo',
- 'All' => 'Todo',
'Specific date' => 'Fecha específica',
'Only tickets created' => 'Sólo los tickets creados',
'Date range' => 'Rango de fecha',
@@ -2981,7 +2957,6 @@ sub Data {
'Save Search as Template?' => '¿Guardar la búsqueda como una plantilla?',
'Save as Template' => 'Guardar como plantilla',
'Save as Template?' => '¿Guardar como plantilla?',
- 'Template Name' => 'Nombre de la plantilla',
'Pick a profile name' => 'Elija un nombre de perfil',
'Output to' => 'Formato de salida',
@@ -3211,7 +3186,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Para obtener el atributo de la cita',
- ' e. g.' => 'v. g.',
+ 'e. g.' => 'v. g.',
'To get the first 20 character of the appointment title.' => 'Para obtener los primeros 20 caracteres del título de la cita',
'To get the calendar attribute' => 'Para obtener el atributo del calendario',
'Attributes of the recipient user for the notification' => 'Atributos del usuario destinatario para la notificación.',
@@ -3244,9 +3219,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Valores mostrados de los campos dinámicos de los tickets, útil para los campos desplegables y de selección múltiple',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'ej.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5046,6 +5018,8 @@ sub Data {
'Server Database Charset' => 'Juego de Caracteres del Servidor de Base de Datos',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Juego de Caracter de la Tabla',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5217,7 +5191,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Registros de la Base de Datos',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => 'Entradas Del Historial De Ticket',
'Articles' => 'Artículos',
'Attachments (DB, Without HTML)' => 'Archivos adjuntos (BD, Sin HTML)',
@@ -5643,6 +5616,8 @@ sub Data {
'Salto de linea automático en mensajes de texto después de x número de caracteres.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7913,6 +7888,8 @@ El control del acceso adicional para demostrar o no demostrar éste enlace puede
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'temporalmente-no-válido',
@@ -8856,6 +8833,7 @@ Tu Equipo de Soporte
'Manage tasks triggered by event or time based execution.' => 'Gestionar tareas activadas por eventos o ejecuciones temporales.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '¡Marcar como spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '¡Marcar este ticket como basura!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9096,7 +9074,6 @@ Tu Equipo de Soporte
'Ticket Priority.' => 'Prioridad del ticket.',
'Ticket Queue Overview' => 'Resumen de Tickets por Cola',
'Ticket Responsible.' => 'Responsable del Ticket.',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => 'Vista detallada del Ticket.',
diff --git a/Kernel/Language/es_CO.pm b/Kernel/Language/es_CO.pm
index c3ff59d124e..976d6743ea2 100644
--- a/Kernel/Language/es_CO.pm
+++ b/Kernel/Language/es_CO.pm
@@ -28,7 +28,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.324688115561392;
+ $Self->{Completeness} = 0.325753830944142;
# csv separator
$Self->{Separator} = ';';
@@ -1687,7 +1687,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2366,23 +2366,16 @@ sub Data {
'in' => 'en',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Todo',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'más',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2622,7 +2615,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '¡Fecha Inválida!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2632,12 +2625,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Copia Invisible',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2646,23 +2636,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crear un Ticket nuevo de Correo Electrónico',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'De la fila',
- ' Get all' => '',
'Get all' => 'Obtener todos',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2715,18 +2698,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'No se encontraron datos de ticket.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Emisor',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Tiempo para Actualización',
'Solution Time' => 'Tiempo para Solución',
'First Response Time' => 'Tiempo para Primera Respuesta',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mover ticket a una fila diferente',
'Change queue' => 'Modificar fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2735,21 +2716,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Quitar de la lista de tickets monitoreados',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Crear un Ticket Telefónico Nuevo',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Para la fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2762,7 +2740,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2806,7 +2783,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'por',
- 'Move ticket to a different queue' => 'Mover ticket a una fila diferente',
'Change Queue' => 'Cambiar Fila',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2948,11 +2924,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nuevo Ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Bienvenido',
'Please click the button below to create your first ticket.' => 'Por favor, presione el botón crear ticket, para crear su primer requerimiento',
'Create your first ticket' => 'Crear Ticket',
@@ -2961,13 +2936,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nombre de la Plantilla',
'e. g. 10*5155 or 105658*' => 'Por ejemplo: 10*5155 ó 105658*',
'CustomerID' => 'Identificador del cliente',
'Types' => 'Tipos',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Todo',
'Specific date' => '',
'Only tickets created' => 'Únicamente tickets creados',
'Date range' => '',
@@ -2976,7 +2952,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '¿Guardar como Plantilla?',
- 'Template Name' => 'Nombre de la Plantilla',
'Pick a profile name' => '',
'Output to' => 'Salida a',
@@ -3206,7 +3181,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Para obtener el atributo de la cita',
- ' e. g.' => 'Por ejemplo:',
+ 'e. g.' => 'por ejemplo:',
'To get the first 20 character of the appointment title.' => 'Para obtener los primeros 20 caracteres del título de la cita',
'To get the calendar attribute' => 'Para obtener el atributo del calendario',
'Attributes of the recipient user for the notification' => '',
@@ -3239,9 +3214,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'por ejemplo:',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5040,6 +5012,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5211,7 +5185,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5637,6 +5610,8 @@ sub Data {
'Salto de línea automático en los mensajes de texto después de x número de caracteres.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Define el número de líneas mostradas en los mensajes de texto (por ejemplo: renglones de ticket en la vista detallada de las filas).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'Define el formato de entrada de las fechas, usado en los formularios (opción o campos de entrada).',
@@ -7901,6 +7876,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'temporalmente-inválido',
@@ -8833,6 +8810,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marcar como correo no deseado',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9073,7 +9051,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/es_MX.pm b/Kernel/Language/es_MX.pm
index 4370a14aea4..926c5d6785b 100644
--- a/Kernel/Language/es_MX.pm
+++ b/Kernel/Language/es_MX.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.728988837820092;
+ $Self->{Completeness} = 0.731586752347998;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => 'Campos Disponibles',
'Filter available fields' => 'Filtrar campos disponibles',
'Assigned Fields' => 'Campos Asignados',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Canal de Comunicacion',
'Is visible for customer' => 'Visible para el cliente',
'Text Template' => 'Plantilla de texto',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'en',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Todo',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'más',
'No Data Available.' => 'Los Datos no están disponibles.',
'Available Columns' => 'Columnas Disponibles',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Columnas Visibles (ordenar arrastrando y soltando)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,8 +2614,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '¡Fecha Inválida!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Seleccione uno o mas destinatarios de la libreta de direcciones del usuario del cliente.',
'Customer user address book' => 'Libreta de direcciones del usuario del cliente',
'This address is registered as system address and cannot be used: %s' =>
'Esta dirección está registrada como una dirección del sistema y no puede ser usada: %s',
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Elimine esta entrada e introduzca una nueva con el valor correcto.',
'This address already exists on the address list.' => 'Esta dirección ya existe en la lista de direcciones.',
- ' Cc' => '',
'Remove Cc' => 'Eliminar Copia para',
'Bcc' => 'Copia Oculta',
- ' Bcc' => '',
'Remove Bcc' => 'Eliminar Copia oculta',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crear un Ticket nuevo de Correo Electrónico',
- ' Example Template' => '',
'Example Template' => 'Plantilla de Ejemplo',
'To customer user' => 'Al usuario del cliente',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Por favor, incluya en el ticket al menos un usuario del cliente.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Seleccionar a este cliente como el cliente principal.',
'Remove Ticket Customer User' => 'Eliminar del Ticket al Usuario del Cliente',
'From queue' => 'De la fila',
- ' Get all' => '',
'Get all' => 'Obtener todos',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- 'Seleccione uno o mas destinatarios de la libreta de direcciones del usuario del cliente.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'No se encontraron datos de ticket.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Emisor',
'Customer User Name' => 'Nombre de Usuario del Cliente',
'Impact' => 'Impacto',
'Update Time' => 'Tiempo para Actualización',
'Solution Time' => 'Tiempo para Solución',
'First Response Time' => 'Tiempo para Primera Respuesta',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mover ticket a una fila diferente',
'Change queue' => 'Modificar fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Quitar de la lista de tickets monitoreados',
'Tickets per page' => 'Tickets por página',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Restablecer la vista general',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Dividir En Nuevo Ticket Telefónico',
'Create New Phone Ticket' => 'Crear un Ticket Telefónico Nuevo',
'Please include at least one customer for the ticket.' => 'Por favor, Incluya al menos un cliente para el ticket.',
- 'Select this customer as the main customer.' => 'Seleccionar a este cliente como el cliente principal.',
'To queue' => 'Para la fila de espera',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Crear Nuevo Ticket de Proceso',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Registrar Ticket en un Proceso',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => 'Guardar como predeterminado',
'Drafts' => 'Borradores',
'by' => 'por',
- 'Move ticket to a different queue' => 'Mover ticket a una fila diferente',
'Change Queue' => 'Cambiar Fila',
'There are no dialogs available at this point in the process.' =>
'No hay diálogos disponibles en este punto del proceso.',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nuevo Ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => '¡Bienvenido!',
'Please click the button below to create your first ticket.' => 'Por favor haga click en el botón inferior para crear su primer ticket.',
'Create your first ticket' => 'Crear su primer ticket',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nombre de la Plantilla',
'e. g. 10*5155 or 105658*' => 'Por ejemplo: 10*5155 ó 105658*',
'CustomerID' => 'Identificador del cliente',
'Types' => 'Tipos',
'Limitation' => '',
'No time settings' => 'Sin ajustes de tiempo',
- 'All' => 'Todo',
'Specific date' => 'Fecha específica',
'Only tickets created' => 'Únicamente tickets creados',
'Date range' => 'Rango de fechas',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '¿Guardar Búsqueda como Plantilla?',
'Save as Template' => 'Guardar como Plantilla',
'Save as Template?' => '¿Guardar como Plantilla?',
- 'Template Name' => 'Nombre de la Plantilla',
'Pick a profile name' => 'Seleccione un nombre para el perfil',
'Output to' => 'Salida a',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Para obtener el atributo de la cita',
- ' e. g.' => ' ej.',
+ 'e. g.' => 'ej.',
'To get the first 20 character of the appointment title.' => 'Para obtener los primeros 20 caracteres del título de la cita.',
'To get the calendar attribute' => 'Para obtener el atributo del calendario',
'Attributes of the recipient user for the notification' => 'Atributos del destinatario para la notificación',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Valores mostrados de los campos dinámicos de los tickets, útil para los campos desplegables y de selección múltiple',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'ej.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'Para obtener los primeros 20 caracteres del asunto del artículo del agente actual/más reciente (actual para respuesta y reenvío, último para el tipo de plantilla de nota). Esta etiqueta no es compatible con otros tipos de plantillas.',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => 'Juego de Caracteres del Servidor de Base de Datos',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Juego de Caracter de la Tabla',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Registros de la Base de Datos',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => 'Entradas del Historial de Tickets',
'Articles' => 'Artículos',
'Attachments (DB, Without HTML)' => 'Archivos adjuntos (BD, Sin HTML)',
@@ -5636,6 +5609,8 @@ sub Data {
'Salto de línea automático en los mensajes de texto después de x número de caracteres.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Define el número de líneas mostradas en los mensajes de texto (por ejemplo: renglones de ticket en la vista detallada de las filas).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Activa la función de arrastrar y soltar para la navegación principal.',
'Defines the date input format used in forms (option or input fields).' =>
'Define el formato de entrada de las fechas, usado en los formularios (opción o campos de entrada).',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'temporalmente-inválido',
@@ -8843,6 +8820,7 @@ Tu Equipo de Soporte
'Manage tasks triggered by event or time based execution.' => 'Gestionar tareas activadas por eventos o ejecuciones temporales.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '¡Marcar como correo no deseado!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Marcar este ticket como basura!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9083,7 +9061,6 @@ Tu Equipo de Soporte
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Vista general por fila',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/et.pm b/Kernel/Language/et.pm
index 599798c35f1..1874151fea6 100644
--- a/Kernel/Language/et.pm
+++ b/Kernel/Language/et.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.165298752462246;
+ $Self->{Completeness} = 0.165925193606855;
# csv separator
$Self->{Separator} = '';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Kõik',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'rohkem',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Vigane kuupäev!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Pimekoopia',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Loo uus e-postiga saadetud intsident',
- ' Example Template' => '',
'Example Template' => 'Näidismall',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Lisa piletile vähemalt üks klientkasutaja.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Saatja',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Muutmisaeg',
'Solution Time' => 'Lahendusaeg',
'First Response Time' => 'Reaktsiooniaeg',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => 'Muuda järjekorda',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Eemalda vaadatud piletite nimekirjast',
'Tickets per page' => 'Intsidente leheküljel',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Loo uus telefoni teel edastatud intsident',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Järjekord',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'teinud',
- 'Move ticket to a different queue' => '',
'Change Queue' => 'Muuda järjekorda',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Uus intsident',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Intsidendid',
'Welcome!' => 'Tere tulemast!',
'Please click the button below to create your first ticket.' => 'Pileti loomiseks vajuta allolevat nuppu.',
'Create your first ticket' => 'Loo uus pilet',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profiil',
+ 'Template Name' => 'Malli nimi',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'Kliendi nr.',
'Types' => 'Tüübid',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Kõik',
'Specific date' => '',
'Only tickets created' => '',
'Date range' => '',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Salvesta kui mall',
'Save as Template?' => 'Salvesta kui mall?',
- 'Template Name' => 'Malli nimi',
'Pick a profile name' => 'vali profiili nimi',
'Output to' => 'Tulemuste formaat',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => '',
+ 'e. g.' => '',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Intsidendid',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5636,6 +5609,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'ajutiselt kehtetu',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Märgi spämmiks!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/fa.pm b/Kernel/Language/fa.pm
index 30395b4fdb1..1a27d8953d6 100644
--- a/Kernel/Language/fa.pm
+++ b/Kernel/Language/fa.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.615397242284964;
+ $Self->{Completeness} = 0.617564672927995;
# csv separator
$Self->{Separator} = '';
@@ -1691,7 +1691,7 @@ sub Data {
'Available Fields' => 'زمینه های موجود',
'Filter available fields' => 'فیلتر زمینه های موجود',
'Assigned Fields' => 'زمینه اختصاص داده',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'قالب متن',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => 'در',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'همه',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'بیشتر',
'No Data Available.' => '',
'Available Columns' => 'ستون در دسترس',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'ستون قابل مشاهده است (سفارش با کشیدن و رها کردن)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2626,7 +2619,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'نوشتن پاسخ برای %s %s %s',
'Date Invalid!' => 'تاریخ نامعتبر!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'لطفا این مطلب را حذف و یک مطلب جدید با مقدار صحیح را وارد کنید.',
'This address already exists on the address list.' => 'این آدرس در لیست آدرس ها موجود است.',
- ' Cc' => '',
'Remove Cc' => 'حذف رونوشت',
'Bcc' => 'رونوشت پنهان',
- ' Bcc' => '',
'Remove Bcc' => 'حذف کپی به',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'تغییر مشتری از %s %s %s',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'ساخت درخواست ایمیلی جدید',
- ' Example Template' => '',
'Example Template' => 'به عنوان مثال قالب',
'To customer user' => 'به کاربران مشتری',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'لطفا حداقل یک کاربر مشتری برای درخواست قرار دهید',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'این مشتری را به عنوان مشتری اصلی انتخاب کنید.',
'Remove Ticket Customer User' => 'حذف درخواست کاربرمشتری',
'From queue' => 'از صف درخواست',
- ' Get all' => '',
'Get all' => 'گرفتن همه',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'عازم ناحیه دور دست ایمیل برای %s %s %s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'اطلاعات درخواست یافت نشد.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'فرستنده',
'Customer User Name' => '',
'Impact' => 'اثر',
'Update Time' => 'زمان بروز رسانی',
'Solution Time' => 'زمان ارائه راهکار',
'First Response Time' => 'زمان اولین پاسخ',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'انتقال درخواست یه صف درخواست دیگر',
'Change queue' => 'تغییر لیست درخواست',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'حذف از فهرست درخواستهای مشاهده شده',
'Tickets per page' => 'درخواست در هر صفحه',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'مرور تنظیم مجدد',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'تقسیم درخواست تلفن جدید',
'Create New Phone Ticket' => 'ساخت درخواست تلفنی جدید',
'Please include at least one customer for the ticket.' => 'لطفا حداقل یک مشتری برای درخواست قراردهید',
- 'Select this customer as the main customer.' => 'این مشتری را به عنوان مشتری اصلی انتخاب کنید.',
'To queue' => 'به صف درخواست',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'ایجاد درخواست جدید فرآیند',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'ثبت نام درخواست به یک فرایند',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => 'ذخیره به عنوان پیش فرض',
'Drafts' => '',
'by' => 'توسط',
- 'Move ticket to a different queue' => 'انتقال درخواست یه صف درخواست دیگر',
'Change Queue' => 'تغییر صف درخواست',
'There are no dialogs available at this point in the process.' =>
'هیچ پنجره موجود در این نقطه از این فرآیند وجود ندارد.',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'درخواست جدید',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'درخواستها',
'Welcome!' => 'خوش آمدید',
'Please click the button below to create your first ticket.' => 'لطفا دکمه زیر را برای ساخت اولین درخواست خود بفشارید.',
'Create your first ticket' => 'ساخت اولین درخواست شما',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'مشخصات کاربری',
+ 'Template Name' => 'نام قالب',
'e. g. 10*5155 or 105658*' => 'به عنوان مثال 10*5155 یا 105658*',
'CustomerID' => 'کد اشتراک',
'Types' => 'انواع',
'Limitation' => '',
'No time settings' => 'بدون تنظیمات زمان',
- 'All' => 'همه',
'Specific date' => 'تاریخ خاص',
'Only tickets created' => 'فقط درخواستهای ساخته شده',
'Date range' => 'محدوده زمانی',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'ذخیره به عنوان الگو',
'Save as Template?' => 'ذخیره به عنوان قالب؟',
- 'Template Name' => 'نام قالب',
'Pick a profile name' => 'انتخاب یک نام مشخصات',
'Output to' => 'خروجی به',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'به عنوان مثال',
+ 'e. g.' => 'به عنوان مثال',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => 'صفات کاربران دریافت کننده برای اطلاع رسانی',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'بلیط زمینه های پویا نمایش مقادیر، مفید برای زمینه های کرکره و چندین انتخاب',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'به عنوان مثال',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5044,6 +5016,8 @@ sub Data {
'Server Database Charset' => 'سرور مجموعه کاراکتر پایگاه',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'جدول مجموعه کاراکتر',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5215,7 +5189,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'سوابق پایگاه داده',
- 'Tickets' => 'درخواستها',
'Ticket History Entries' => 'درخواست تاریخچه مطالب',
'Articles' => 'مقالات',
'Attachments (DB, Without HTML)' => 'فایل های پیوست (DB، بدون HTML)',
@@ -5641,6 +5614,8 @@ sub Data {
'خط خودکار در پیام های متنی از تعداد X از کاراکتر.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'مجموعه تعدادی از خطوط که در پیام های متنی (به عنوان مثال خطوط بلیط در QueueZoom) نمایش داده شود.',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'روشن کشیدن و رها کردن برای ناوبری اصلی.',
'Defines the date input format used in forms (option or input fields).' =>
'تعریف فرمت تاریخ ورودی مورد استفاده در اشکال (گزینه و یا ورودی زمینه).',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'موقتا غیر معتبر',
@@ -8848,6 +8825,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'مدیریت وظایف موجب شده توسط رویداد یا زمان اجرای .',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'بهعنوان هرزنامه علامت بزن',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'علامت گذاری به عنوان این درخواست به عنوان آشغال!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9088,7 +9066,6 @@ Thanks for your help!
'Ticket Priority.' => 'اولویت درخواست',
'Ticket Queue Overview' => 'بررسی اجمالی صف درخواست',
'Ticket Responsible.' => 'درخواست به عهده دارد.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'نگهبان درخواست',
'Ticket Zoom' => '',
'Ticket Zoom.' => 'درخواست زوم.',
diff --git a/Kernel/Language/fi.pm b/Kernel/Language/fi.pm
index b7d54aab30b..83375b1476a 100644
--- a/Kernel/Language/fi.pm
+++ b/Kernel/Language/fi.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.188936309914642;
+ $Self->{Completeness} = 0.189487559729774;
# csv separator
$Self->{Separator} = ';';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => ':',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Kaikki',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'lisää',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Virheellinen päiväys!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => 'Poista Cc',
'Bcc' => 'Piilokopio',
- ' Bcc' => '',
'Remove Bcc' => 'Poista Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Lisää uusi sähköpostitiketti',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'Jonosta',
- ' Get all' => '',
'Get all' => 'Näytä kaikki',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Tikettejä ei löytynyt.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Lähettäjä',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Päivitysaika',
'Solution Time' => 'Ratkaisuaika',
'First Response Time' => 'Ensimmäinen vastausaika',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Siirrä tiketti toiseen jonoon',
'Change queue' => 'Vaihda jonotuslistaa',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Poista seurattavien tikettien listalta',
'Tickets per page' => 'Tikettejä sivulla',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Jaa uuteen puhelintikettiin',
'Create New Phone Ticket' => 'Lisää uusi puhelintiketti',
'Please include at least one customer for the ticket.' => 'Valitse ainakin yksi asiakas tiketille',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Jonoon',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => '/',
- 'Move ticket to a different queue' => 'Siirrä tiketti toiseen jonoon',
'Change Queue' => 'Vaihda jonoa',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Uusi tiketti',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tiketit',
'Welcome!' => 'Tervetuloa!',
'Please click the button below to create your first ticket.' => 'Klikkaa alla olevaa painiketta luodaksesi ensimmäisen tikettisi.',
'Create your first ticket' => 'Luo ensimmäinen tikettisi',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profiili',
+ 'Template Name' => 'Pohjan nimi',
'e. g. 10*5155 or 105658*' => 'esim. 10*5155 tai 10568*',
'CustomerID' => 'AsiakasID',
'Types' => 'Tyypit',
'Limitation' => '',
'No time settings' => 'Ei aikamääritystä',
- 'All' => 'Kaikki',
'Specific date' => '',
'Only tickets created' => 'Vain tiketit luotu',
'Date range' => '',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Tallenna pohjaksi',
'Save as Template?' => 'Tallenna pohjaksi?',
- 'Template Name' => 'Pohjan nimi',
'Pick a profile name' => 'Valitse profiilinimi',
'Output to' => 'Tulokset',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'esim.',
+ 'e. g.' => 'esim.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'esim.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tiketit',
'Ticket History Entries' => '',
'Articles' => 'Artikkelit',
'Attachments (DB, Without HTML)' => '',
@@ -5638,6 +5611,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7902,6 +7877,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'Poistettu käytöstä välikaikaisesti',
@@ -8834,6 +8811,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Merkitse roskapostiksi!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9074,7 +9052,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/fr.pm b/Kernel/Language/fr.pm
index e6f73b20076..3d193a17eb9 100644
--- a/Kernel/Language/fr.pm
+++ b/Kernel/Language/fr.pm
@@ -35,7 +35,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.382140512147078;
+ $Self->{Completeness} = 0.383423957818421;
# csv separator
$Self->{Separator} = ';';
@@ -1694,7 +1694,7 @@ sub Data {
'Available Fields' => 'Champs disponibles',
'Filter available fields' => 'Filtrer les champs disponibles',
'Assigned Fields' => 'Champs assignés',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => 'Est visible par le client',
'Text Template' => 'Modèle de texte',
@@ -2373,23 +2373,16 @@ sub Data {
'in' => 'dans',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Tous',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'plus',
'No Data Available.' => '',
'Available Columns' => 'Colonnes disponibles',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Colonnes visbles (glisser/déposer pour les ordonner)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2629,7 +2622,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Date non valide !',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2639,12 +2632,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Merci de retirer cette entrée et de la remplacer par une valeur correcte.',
'This address already exists on the address list.' => 'Cette adresse existe déjà dans la liste d\'addresses.',
- ' Cc' => '',
'Remove Cc' => 'Retirer le Cc',
'Bcc' => 'Copie Invisible',
- ' Bcc' => '',
'Remove Bcc' => 'Retirer le Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2653,23 +2643,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Créer un Nouveau Ticket par E-mail',
- ' Example Template' => '',
'Example Template' => 'Exemple de modèle',
'To customer user' => 'Vers le client',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Sélectionner ce client comme le principal client',
'Remove Ticket Customer User' => 'Retirer le Ticket de l\'Utilisateur Client',
'From queue' => 'De la file',
- ' Get all' => '',
'Get all' => 'Tout prendre',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2722,18 +2705,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Aucune donnée de ticket trouvée',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'émetteur',
'Customer User Name' => '',
'Impact' => 'Impact',
'Update Time' => 'Temps pour fournir un point d\'avancement',
'Solution Time' => 'Temps pour fournir la réponse',
'First Response Time' => 'Temps pour fournir la première réponse (prise en compte)',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Déplacer ticket vers une autre file',
'Change queue' => 'Changer de file',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2742,21 +2723,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Enlever de la liste des tickets suivis',
'Tickets per page' => 'Tickets par page',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Canal manquant',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Réinitialiser la vue d\'ensemble',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Séparer en un nouveau ticket téléphonique',
'Create New Phone Ticket' => 'Créer un nouveau Ticket téléphonique',
'Please include at least one customer for the ticket.' => 'Veuillez inclure au moins un client au ticket',
- 'Select this customer as the main customer.' => 'Sélectionner ce client comme le principal client',
'To queue' => 'Vers la file',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2769,7 +2747,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2813,7 +2790,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'par',
- 'Move ticket to a different queue' => 'Déplacer ticket vers une autre file',
'Change Queue' => 'Modifier la file',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2955,11 +2931,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nouveau ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Ticket',
'Welcome!' => 'Bienvenue !',
'Please click the button below to create your first ticket.' => 'Merci de cliquer sur le bouton suivant pour créer votre premier ticket.',
'Create your first ticket' => 'Créez votre premier ticket',
@@ -2968,13 +2943,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Nom du Modèle',
'e. g. 10*5155 or 105658*' => 'p. ex. 10*5155 ou 105658*',
'CustomerID' => 'Code client',
'Types' => 'Types',
'Limitation' => '',
'No time settings' => 'Pas de réglages de temps',
- 'All' => 'Tous',
'Specific date' => 'Date précise',
'Only tickets created' => 'Seulement les tickets créés',
'Date range' => 'période',
@@ -2983,7 +2959,6 @@ sub Data {
'Save Search as Template?' => 'Enregistrer la recherche en tant que modèle?',
'Save as Template' => 'Enregistrer comme Modèle',
'Save as Template?' => 'Enregistrer comme Modèle?',
- 'Template Name' => 'Nom du Modèle',
'Pick a profile name' => 'Choisissez un nom de profil',
'Output to' => 'Sortie vers',
@@ -3213,7 +3188,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Pour avoir l\'attribut d\'un rendez-vous',
- ' e. g.' => 'p. ex.',
+ 'e. g.' => 'p. ex.',
'To get the first 20 character of the appointment title.' => 'Pour avoir les 20 premiers caractères du titre d\'un rendez-vous.',
'To get the calendar attribute' => 'Pour avoir l\'attribut du calendrier',
'Attributes of the recipient user for the notification' => 'Caractéristiques du destinataire pour les notifications.',
@@ -3246,9 +3221,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'p. ex.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5047,6 +5019,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5218,7 +5192,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Ticket',
'Ticket History Entries' => '',
'Articles' => 'Articles',
'Attachments (DB, Without HTML)' => '',
@@ -5644,6 +5617,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7908,6 +7883,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'temporairement invalidé',
@@ -8840,6 +8817,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Gérer les tâches déchenchées par un événement ou une exécution temporelle.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marquer comme Spam !',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9080,7 +9058,6 @@ Thanks for your help!
'Ticket Priority.' => 'Priorité du ticket.',
'Ticket Queue Overview' => 'Vue d\'ensemble des files de tickets',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/fr_CA.pm b/Kernel/Language/fr_CA.pm
index 5f807a49b68..4e7a59d6f7e 100644
--- a/Kernel/Language/fr_CA.pm
+++ b/Kernel/Language/fr_CA.pm
@@ -34,7 +34,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.327314510833881;
+ $Self->{Completeness} = 0.328390179601252;
# csv separator
$Self->{Separator} = ';';
@@ -1693,7 +1693,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2372,23 +2372,16 @@ sub Data {
'in' => 'dans',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Tout',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'plus',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2628,7 +2621,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Date invalide',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2638,12 +2631,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Merci de retirer cette entrée et de la remplacer par une valeur correcte.',
'This address already exists on the address list.' => 'Cette adresse est déjà dans la liste.',
- ' Cc' => '',
'Remove Cc' => 'Retirer le Cc',
'Bcc' => 'Copie invisible ',
- ' Bcc' => '',
'Remove Bcc' => 'Retirer le Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2652,23 +2642,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Créer une nouvelle demande courriel',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => 'Au client utilisateur',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'De la file ',
- ' Get all' => '',
'Get all' => 'Tout prendre',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2721,18 +2704,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Aucune donnée relative à la demande n\'a été trouvée.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Émetteur',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Délai de mise à jour ',
'Solution Time' => 'Délai de résolution ',
'First Response Time' => 'Délai de la première réponse',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Déplacer la demande vers une autre file',
'Change queue' => 'Changer de file',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2741,21 +2722,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Retirer de la liste des demandes sous surveillance',
'Tickets per page' => 'Demandes par page ',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Créer une nouvelle demande téléphonique',
'Please include at least one customer for the ticket.' => 'Veuillez ajouter au moins un client à la demande.',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Vers la file ',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2768,7 +2746,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2812,7 +2789,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'par',
- 'Move ticket to a different queue' => 'Déplacer la demande vers une autre file',
'Change Queue' => 'Changer de file',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2954,11 +2930,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nouvelle demande',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Demandes',
'Welcome!' => 'Bienvenue !',
'Please click the button below to create your first ticket.' => 'Veuillez cliquer sur le bouton ci-dessous pour créer votre première demande.',
'Create your first ticket' => 'Créer votre première demande',
@@ -2967,13 +2942,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Nom de modèle',
'e. g. 10*5155 or 105658*' => 'p. ex. 10*5155 ou 105658*',
'CustomerID' => 'Numéro de client ',
'Types' => 'Types',
'Limitation' => '',
'No time settings' => 'Pas de réglages de temps',
- 'All' => 'Tout',
'Specific date' => '',
'Only tickets created' => 'Seulement les demandes créées',
'Date range' => '',
@@ -2982,7 +2958,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Sauver comme Modèle',
'Save as Template?' => 'Sauvegarder comme modèle',
- 'Template Name' => 'Nom de modèle',
'Pick a profile name' => 'Choisir un nom de profil',
'Output to' => 'Sortie vers',
@@ -3212,7 +3187,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => ' p. ex.',
+ 'e. g.' => 'p. ex.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3245,9 +3220,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'p. ex.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5046,6 +5018,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5217,7 +5191,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Demandes',
'Ticket History Entries' => '',
'Articles' => 'Articles',
'Attachments (DB, Without HTML)' => '',
@@ -5643,6 +5616,8 @@ sub Data {
'Saut de ligne automatique dans les messages texte tous les x charactères.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Établit le nombre de lignes affichées dans les messages (p. ex. lignes affichées par demande dans la file de synthèse (QueueZoom).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'Détermine le format de date utilisé dans les formulaires (champs d\'entrée ou d\'option).',
@@ -7907,6 +7882,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'temporairement non valide',
@@ -8839,6 +8816,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marquer comme pourriel!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Marquer cette demande comme pourriel!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9079,7 +9057,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'État des files',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/gl.pm b/Kernel/Language/gl.pm
index 9cbf88f9911..bc037adbb1d 100644
--- a/Kernel/Language/gl.pm
+++ b/Kernel/Language/gl.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.461753118844386;
+ $Self->{Completeness} = 0.463338276487065;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => 'Campos dispoñíbeis',
'Filter available fields' => 'Campos de filtro dispoñibles',
'Assigned Fields' => 'Campos asignados',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Modelo Texto',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'en',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Todo',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'máis',
'No Data Available.' => '',
'Available Columns' => 'Columnas dispoñíbeis',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Columnas visibles (orde por arrastre & caída)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'A data é incorrecta!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Por favor elimine esta entrada e introdúzao unha nova co valor correcto.',
'This address already exists on the address list.' => 'Este enderezo xa existe na lista de enderezos.',
- ' Cc' => '',
'Remove Cc' => 'Elimine Cc',
'Bcc' => 'Copia oculta',
- ' Bcc' => '',
'Remove Bcc' => 'Elimine Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crear un tícket de correo electrónico novo',
- ' Example Template' => '',
'Example Template' => 'Exemplo Modelo',
'To customer user' => 'Ao usuario cliente',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Inclúa ao menos un usuario cliente para o tícket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Seleccionar este cliente como cliente principal.',
'Remove Ticket Customer User' => 'Elimine Ticket Usuario Cliente',
'From queue' => 'Dende cola',
- ' Get all' => '',
'Get all' => 'Obteña todos',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Non se atoparon datos do ticket.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Remitente',
'Customer User Name' => '',
'Impact' => 'Impacto',
'Update Time' => 'Tempo Actualización',
'Solution Time' => 'Tempo de Solución',
'First Response Time' => 'Tempo de Primeira Resposta',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mover ticket a unha cola diferente',
'Change queue' => 'Cambiar a fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Elimine da lista de tickets vistos.',
'Tickets per page' => 'Tickets por páxina',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Restablecer vista xeral',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Dividir Nun Novo Ticket Telefónico',
'Create New Phone Ticket' => 'Crear un Novo Ticket Telefónico',
'Please include at least one customer for the ticket.' => 'Inclúa ao menos un cliente para o tícket.',
- 'Select this customer as the main customer.' => 'Seleccionar este cliente como cliente principal.',
'To queue' => 'A cola',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Crear un tícket de proceso novo',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Rexistra Ticket nun Proceso',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => 'Gardar como por defecto',
'Drafts' => '',
'by' => 'de',
- 'Move ticket to a different queue' => 'Mover ticket a unha cola diferente',
'Change Queue' => 'Cambiar a fila',
'There are no dialogs available at this point in the process.' =>
'Non hai dialogos dispoñibles neste punto no proceso.',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Novo Ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Reciba a benvida!',
'Please click the button below to create your first ticket.' => 'Por favor faga clic no botón de abaixo para crear o seu primeiro ticket.',
'Create your first ticket' => 'Cree o seu primeiro ticket',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nome do modelo',
'e. g. 10*5155 or 105658*' => 'p.ex. 10*5155 ou 105658*',
'CustomerID' => 'Identificador do cliente',
'Types' => 'Tipos',
'Limitation' => '',
'No time settings' => 'Non hai configuración horaria',
- 'All' => 'Todo',
'Specific date' => '',
'Only tickets created' => 'Só tickets creados',
'Date range' => 'Intervalo de datas',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Garde como Modelo',
'Save as Template?' => 'Garde como Modelo?',
- 'Template Name' => 'Nome do modelo',
'Pick a profile name' => 'Escolla un nome de perfil',
'Output to' => 'Saída',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'por exemplo',
+ 'e. g.' => 'por exemplo',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'por exemplo',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => 'Cadea de carácteres do Servidor da Base de Datos',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Conxunto de caracteres da táboa',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Rexistros da base de datos',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => 'Historial Entrada Ticket',
'Articles' => 'Artigos',
'Attachments (DB, Without HTML)' => 'Anexos (Base de datos, sen HTML)',
@@ -5636,6 +5609,8 @@ sub Data {
'Salto de liña automatizada en mensaxes de texto despois de x número de carácteres.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Establece o número de liñas que son mostradas en mensaxes de texto (ex. liñas en ticket na ColaZoom).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Encenda arrastre e caída para a navegación principal.',
'Defines the date input format used in forms (option or input fields).' =>
'Define o formato de entrada de datos utilizado en formularios (campos de opción ou entrada).',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'Non valido temporalmente',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Dirixa tarefas disparadas por evento ou baseadas no tempo de execución.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marcar como lixo!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Vista xeral da fila de tíckets',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/he.pm b/Kernel/Language/he.pm
index f5fc381a058..0ecd6e4656a 100644
--- a/Kernel/Language/he.pm
+++ b/Kernel/Language/he.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.222586999343401;
+ $Self->{Completeness} = 0.223265776898995;
# csv separator
$Self->{Separator} = '';
@@ -1692,7 +1692,7 @@ sub Data {
'Available Fields' => 'שדות זמינים',
'Filter available fields' => 'שדות זמינים למסננים',
'Assigned Fields' => 'שדות משוייכים',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'תבנית טקסט',
@@ -2371,23 +2371,16 @@ sub Data {
'in' => 'in',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'כל',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'עוד',
'No Data Available.' => '',
'Available Columns' => 'עמודות זמינות',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'עמודות נראות (סדר בגרירה של העמודות)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2627,7 +2620,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'תאריך לא תקין!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2637,12 +2630,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => 'כתובת זו כבר קיימת ברשימת הכתובות',
- ' Cc' => '',
'Remove Cc' => 'הסר Cc',
'Bcc' => 'העתק נסתר',
- ' Bcc' => '',
'Remove Bcc' => 'הסר Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2651,23 +2641,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'צור פניית דוא"ל חדשה',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => 'למשתמש לקוח',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'נא לכלול לפחות משתמש לקוח אחד עבור הפניה',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'בחר לקוח זה כלקוח העיקרי.',
'Remove Ticket Customer User' => 'הסר משתמש לקוח מהפניה',
'From queue' => 'מהתור',
- ' Get all' => '',
'Get all' => 'קבל הכל',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2720,18 +2703,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'לא נמצאו נתוני פניה.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'שולח',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'זמן העדכון',
'Solution Time' => 'זמן הפתרון',
'First Response Time' => 'זמן המענה הראשוני',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'העבר פניה לתור אחר',
'Change queue' => 'שנה תור',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2740,21 +2721,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'הסר מרשימת פניות במעקב',
'Tickets per page' => 'פניות בעמוד',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'אפס מבט-על',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'צור פניית טלפון חדשה',
'Please include at least one customer for the ticket.' => 'נא לכלול לפחות לקוח אחד לפניה.',
- 'Select this customer as the main customer.' => 'בחר לקוח זה כלקוח העיקרי.',
'To queue' => 'לתור',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2767,7 +2745,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'צור פניית תהליך חדשה',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2811,7 +2788,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'על ידי ',
- 'Move ticket to a different queue' => 'העבר פניה לתור אחר',
'Change Queue' => 'שנה תור',
'There are no dialogs available at this point in the process.' =>
'אין תיבות שיח זמינות בשלב זה של התהליך.',
@@ -2953,11 +2929,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'פניה חדשה',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'פניות',
'Welcome!' => 'ברוכים הבאים!',
'Please click the button below to create your first ticket.' => 'נא ללחוץ על הכפתור למטה על מנת ליצור את הפניה הראשונה שלכם.',
'Create your first ticket' => 'צרו את הפניה הראשונה שלכם',
@@ -2966,13 +2941,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'פרופיל',
+ 'Template Name' => 'שם התבנית',
'e. g. 10*5155 or 105658*' => 'למשל 10*5155 או 105658*',
'CustomerID' => 'מספר זיהוי לקוח',
'Types' => 'סוגים',
'Limitation' => '',
'No time settings' => 'Keine Zeiteinstellungen',
- 'All' => 'כל',
'Specific date' => '',
'Only tickets created' => 'רק פניות שנוצרו',
'Date range' => '',
@@ -2981,7 +2957,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'שמור כתבנית',
'Save as Template?' => 'שמור כתבנית?',
- 'Template Name' => 'שם התבנית',
'Pick a profile name' => 'בחר שם פרופיל',
'Output to' => 'פלט אל',
@@ -3211,7 +3186,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'למשל',
+ 'e. g.' => 'למשל',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3244,9 +3219,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'למשל',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5045,6 +5017,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5216,7 +5190,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'פניות',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5642,6 +5615,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7906,6 +7881,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'לא תקף זמנית',
@@ -8838,6 +8815,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'סמן כספאם!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9078,7 +9056,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'מבט-על על תורים של פניות',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/hi.pm b/Kernel/Language/hi.pm
index 942069011ab..2566fa36440 100644
--- a/Kernel/Language/hi.pm
+++ b/Kernel/Language/hi.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.256730137885752;
+ $Self->{Completeness} = 0.257538309441424;
# csv separator
$Self->{Separator} = ';';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'में',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'सभी',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'अधिक',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'अवैध दिनांक',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'गुप्त प्रति',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'नई ईमेल टिकट बनाएँ',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'श्रेणी से',
- ' Get all' => '',
'Get all' => 'सभी प्राप्त करें',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'कोई टिकट आंकड़ा नहीं मिला',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'प्रेषक',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'अद्यतन समय',
'Solution Time' => 'समाधान समय',
'First Response Time' => 'पहला प्रतिक्रिया समय',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'एक अलग श्रेणी में टिकट को ले जाएँ',
'Change queue' => 'श्रेणी बदलें',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'ध्यानाधीन टिकटों की सूची से हटाएं।',
'Tickets per page' => 'टिकट प्रति पृष्ठ',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'नया फोन टिकट बनाएँ',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'श्रेणी में',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'द्वारा',
- 'Move ticket to a different queue' => 'एक अलग श्रेणी में टिकट को ले जाएँ',
'Change Queue' => 'श्रेणी बदलें',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'नये टिकट ',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'टिकटें',
'Welcome!' => 'आपका स्वागत है',
'Please click the button below to create your first ticket.' => 'अपना पहला टिकट बनाने के लिए कृपया नीचे दिए गए बटन को दबाऐ।',
'Create your first ticket' => 'अपना पहला टिकट बनाएँ',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'वर्णन',
+ 'Template Name' => 'टेम्पलेट का नाम',
'e. g. 10*5155 or 105658*' => 'उदा.: 10*5155 or 105658*',
'CustomerID' => 'ग्राहक ID',
'Types' => 'प्रकार',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'सभी',
'Specific date' => '',
'Only tickets created' => 'केवल टिकट बनाए',
'Date range' => '',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => 'टेम्पलेट के रूप में सुरक्षित करें ?',
- 'Template Name' => 'टेम्पलेट का नाम',
'Pick a profile name' => '',
'Output to' => 'को आउटपुट',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'उदा.',
+ 'e. g.' => 'उदा.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'उदा.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'टिकटें',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5638,6 +5611,8 @@ sub Data {
'पाठ संदेशों में स्वचालित पंक्ति विराम अक्षरों की x संख्या के बाद।',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'पंक्तियों की संख्या जो पाठ संदेश में प्रदर्शित किए जाते हैं को स्थापित करता है(उदा. QueueZoom में टिकट लाइनें)।',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'तारीख निवेश रूपों में उपयोग प्रारूप को परिभाषित करता है(विकल्प या निवेश क्षेत्र)।',
@@ -7902,6 +7877,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'अवैध-अस्थायी रूप',
@@ -8834,6 +8811,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'अवांछनीय मार्क करें',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9074,7 +9052,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/hr.pm b/Kernel/Language/hr.pm
index fda49b5c732..44edd724c2c 100644
--- a/Kernel/Language/hr.pm
+++ b/Kernel/Language/hr.pm
@@ -30,7 +30,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.217662508207485;
+ $Self->{Completeness} = 0.218322623166914;
# csv separator
$Self->{Separator} = ';';
@@ -1689,7 +1689,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2368,23 +2368,16 @@ sub Data {
'in' => 'u',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Sve',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'još',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2624,7 +2617,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Neispravan datum!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2634,12 +2627,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2648,23 +2638,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Otvori novu karticu E-pošte',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'Iz reda',
- ' Get all' => '',
'Get all' => 'Dohvati sve',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2717,18 +2700,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Nisu nađeni podaci o kartici',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Pošiljatelj',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Vrijeme ažuriranja',
'Solution Time' => 'Vrijeme rješavanja',
'First Response Time' => 'Vrijeme prvog odgovora',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Premjesti karticu u drugi red',
'Change queue' => 'Promjeni rep',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2737,21 +2718,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Ukloni s liste pregledanih kartica',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Otvori novi telefonski karticu',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'U red',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2764,7 +2742,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2808,7 +2785,6 @@ sub Data {
'Save as default' => 'Spremi kao zadano',
'Drafts' => '',
'by' => 'od',
- 'Move ticket to a different queue' => 'Premjesti karticu u drugi red',
'Change Queue' => 'Promijeni red',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2950,11 +2926,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nova kartica',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Kartice',
'Welcome!' => 'Dobrodošli!',
'Please click the button below to create your first ticket.' => 'Molimo kliknite tipku ispod kako bi ste napravili svoju prvu karticu.',
'Create your first ticket' => 'Napravi prvu karticu',
@@ -2963,13 +2938,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Naziv predloška',
'e. g. 10*5155 or 105658*' => 'npr 10*5155 ili 105658*',
'CustomerID' => 'ID korisnika',
'Types' => 'Tipovi',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Sve',
'Specific date' => 'Određeni datum',
'Only tickets created' => 'Samo otvorene kartice',
'Date range' => 'Vremenski period',
@@ -2978,7 +2954,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Spremi kao predložak',
'Save as Template?' => 'Spremi kao predložak?',
- 'Template Name' => 'Naziv predloška',
'Pick a profile name' => '',
'Output to' => 'Izlaz na',
@@ -3208,7 +3183,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'npr.',
+ 'e. g.' => 'npr.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3241,9 +3216,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'npr.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5042,6 +5014,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5213,7 +5187,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Kartice',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5639,6 +5612,8 @@ sub Data {
'Automatski kraj retka u tekstualnim porukama nakon simbola "x".',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'Određuje format unosa datuma u formulare (opcija za polja za unos).',
@@ -7903,6 +7878,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'neispravno-privremeno',
@@ -8835,6 +8812,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Označi kao Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9075,7 +9053,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/hu.pm b/Kernel/Language/hu.pm
index a20b33dff6c..15df1c07ac4 100644
--- a/Kernel/Language/hu.pm
+++ b/Kernel/Language/hu.pm
@@ -32,7 +32,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y-%M-%D';
$Self->{DateInputFormat} = '%Y-%M-%D';
$Self->{DateInputFormatLong} = '%Y-%M-%D - %T';
- $Self->{Completeness} = 0.894123440577807;
+ $Self->{Completeness} = 0.897347174163783;
# csv separator
$Self->{Separator} = ';';
@@ -1691,7 +1691,7 @@ sub Data {
'Available Fields' => 'Elérhető mezők',
'Filter available fields' => 'Elérhető mezők szűrése',
'Assigned Fields' => 'Hozzárendelt mezők',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Kommunikációs csatorna',
'Is visible for customer' => 'Látható az ügyfélnek',
'Text Template' => 'Szövegsablon',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => 'ekkor:',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Összes',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'tovább',
'No Data Available.' => 'Nem érhető el adat.',
'Available Columns' => 'Elérhető oszlopok',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Látható oszlopok (rendezés fogd és vidd módon)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Ügyfélkapcsolatok megváltoztatása',
@@ -2626,8 +2619,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Válasz írása erre: %s%s%s',
'Date Invalid!' => 'Érvénytelen dátum!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Egy vagy több címzett kiválasztása az ügyfél-felhasználó címjegyzékből.',
'Customer user address book' => 'Ügyfél-felhasználó címjegyzék',
'This address is registered as system address and cannot be used: %s' =>
'Ez a cím rendszercímként van regisztrálva és nem használható: %s',
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Távolítsa el ezt a bejegyzést, és adjon meg egy újat a helyes értékkel.',
'This address already exists on the address list.' => 'Ez a cím már létezik a címlistában.',
- ' Cc' => '',
'Remove Cc' => 'Másolat eltávolítása',
'Bcc' => 'Rejtett másolat',
- ' Bcc' => '',
'Remove Bcc' => 'Rejtett másolat eltávolítása',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '%s%s%s ügyfelének módosítása',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Új e-mail jegy létrehozása',
- ' Example Template' => '',
'Example Template' => 'Példa sablon',
'To customer user' => 'Ügyfél-felhasználónak',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Vegyen fel legalább egy ügyfél-felhasználót a jegyhez.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Az ügyfél kijelölése fő ügyfélként.',
'Remove Ticket Customer User' => 'Jegy ügyfél-felhasználójának eltávolítása',
'From queue' => 'Várólistából',
- ' Get all' => '',
'Get all' => 'Összes lekérése',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Kimenő e-mail ehhez: %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Egy vagy több címzett kiválasztása az ügyfél-felhasználó címjegyzékből.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'E-mail újraküldése ennél: %s%s%s',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Nem található jegyadat.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Küldő',
'Customer User Name' => 'Ügyfél-felhasználó neve',
'Impact' => 'Hatás',
'Update Time' => 'Frissítés ideje',
'Solution Time' => 'Megoldás ideje',
'First Response Time' => 'Első válaszidő',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Jegy áthelyezése egy másik várólistába',
'Change queue' => 'Várólista módosítása',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Eltávolítás a megfigyelt jegyek listájáról',
'Tickets per page' => 'Jegyek oldalanként',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Hiányzó csatorna',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Áttekintő visszaállítása',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Felosztás új telefonos jegybe',
'Create New Phone Ticket' => 'Új telefonos jegy létrehozása',
'Please include at least one customer for the ticket.' => 'Vegyen fel legalább egy ügyfelet a jegyhez.',
- 'Select this customer as the main customer.' => 'Az ügyfél kijelölése fő ügyfélként.',
'To queue' => 'Várólistába',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Új folyamatjegy létrehozása',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Jegy besorolása egy folyamatba',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => 'Mentés alapértelmezettként',
'Drafts' => 'Piszkozatok',
'by' => '–',
- 'Move ticket to a different queue' => 'Jegy áthelyezése egy másik várólistába',
'Change Queue' => 'Várólista módosítása',
'There are no dialogs available at this point in the process.' =>
'Nem érhetők el párbeszédek a folyamat ezen pontján.',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Új jegy',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Jegyek',
'Welcome!' => 'Üdvözöljük!',
'Please click the button below to create your first ticket.' => 'Kattintson a lenti gombra az első jegy létrehozásához.',
'Create your first ticket' => 'Első jegy létrehozása',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Sablonnév',
'e. g. 10*5155 or 105658*' => 'például 10*5155 vagy 105658*',
'CustomerID' => 'Ügyfél-azonosító',
'Types' => 'Típusok',
'Limitation' => '',
'No time settings' => 'Nincsenek időbeállítások',
- 'All' => 'Összes',
'Specific date' => 'Adott dátum',
'Only tickets created' => 'Csak létrehozott jegyek',
'Date range' => 'Dátumtartomány',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => 'Menti a keresést sablonként?',
'Save as Template' => 'Mentés sablonként',
'Save as Template?' => 'Menti sablonként?',
- 'Template Name' => 'Sablonnév',
'Pick a profile name' => 'Válasszon egy profilnevet',
'Output to' => 'Kimenet ide',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Az időpont jellemzőjének lekéréséhez',
- ' e. g.' => ' például',
+ 'e. g.' => 'például',
'To get the first 20 character of the appointment title.' => 'Az időpontcím első 20 karakterének lekéréséhez.',
'To get the calendar attribute' => 'A naptár jellemzőjének lekéréséhez',
'Attributes of the recipient user for the notification' => 'A címzett felhasználó jellemzői az értesítésnél',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'A jegy dinamikus mezőinek megjelenített értékei, legördülő és többválasztós mezőknél hasznos',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'például',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'A jelenlegi vagy a legfrissebb ügyintézői bejegyzés tárgyának első 20 karakterének lekéréséhez (jelenlegi a válasznál és továbbításnál, a legfrissebb a jegyzet sablontípusnál). Ez a címke nem támogatott más sablontípusoknál.',
@@ -5044,6 +5016,8 @@ sub Data {
'Server Database Charset' => 'Kiszolgáló adatbázis karakterkészlete',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Tábla karakterkészlete',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5215,7 +5189,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Adatbázis rekordok',
- 'Tickets' => 'Jegyek',
'Ticket History Entries' => 'Jegy előzmény bejegyzések',
'Articles' => 'Bejegyzések',
'Attachments (DB, Without HTML)' => 'Mellékletek (DB, HTML nélkül)',
@@ -5641,6 +5614,8 @@ sub Data {
'Automatikus sortörés a szöveges üzenetekben x karakter után.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Beállítja a szöveges üzenetekben megjelenített sorok számát (például a QueueZoom modulban lévő jegy sorok).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Bekapcsolja a „fogd és vidd” lehetőséget a fő navigációnál.',
'Defines the date input format used in forms (option or input fields).' =>
'Meghatározza az űrlapokon használt adatok beviteli formátumát (választás vagy beviteli mező).',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'átmenetileg érvénytelen',
@@ -8848,6 +8825,7 @@ Az Ön segélyszolgálat csapata
'Manage tasks triggered by event or time based execution.' => 'Esemény vagy időalapú végrehajtás által aktivált feladatok kezelése.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Megjelölés szemétként!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Jegy megjelölése szemétként!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9088,7 +9066,6 @@ Az Ön segélyszolgálat csapata
'Ticket Priority.' => 'Jegyprioritás.',
'Ticket Queue Overview' => 'Jegyvárólista áttekintő',
'Ticket Responsible.' => 'Jegyfelelős.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Jegymegfigyelő',
'Ticket Zoom' => 'Jegynagyítás',
'Ticket Zoom.' => 'Jegynagyítás.',
diff --git a/Kernel/Language/id.pm b/Kernel/Language/id.pm
index 160d08f607f..381c47ebbc9 100644
--- a/Kernel/Language/id.pm
+++ b/Kernel/Language/id.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.604563361785949;
+ $Self->{Completeness} = 0.606689734717416;
# csv separator
$Self->{Separator} = ',';
@@ -1686,7 +1686,7 @@ EMAILADDRESS:info@example.com dari, kepada atau Cc.',
'Available Fields' => 'Bidang tersedia',
'Filter available fields' => 'Penyaringan bidang tersedia',
'Assigned Fields' => 'Fields ditugaskan',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Template teks',
@@ -2366,23 +2366,16 @@ bin/znuny.Daemon.pl status\').',
'in' => 'Masuk',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Semua',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'Lebih',
'No Data Available.' => '',
'Available Columns' => 'Kolom tersedia',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Kolom yang terlihat (order dengan drag & drop)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2622,7 +2615,7 @@ bin/znuny.Daemon.pl status\').',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Susunan jawaban untuk %s%s%s',
'Date Invalid!' => 'Tanggal tidak sah!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2632,12 +2625,9 @@ bin/znuny.Daemon.pl status\').',
'Please remove this entry and enter a new one with the correct value.' =>
'Tolong hapus entri ini dan masukan yang baru dengan value yang benar',
'This address already exists on the address list.' => 'Alamat ini sudah ada yang menggunakan',
- ' Cc' => '',
'Remove Cc' => 'Hapus Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Hapus Bccc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Ubah pelanggan dari %s%s%s',
@@ -2646,23 +2636,16 @@ bin/znuny.Daemon.pl status\').',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Mencipta tiket email baru',
- ' Example Template' => '',
'Example Template' => 'Contoh template',
'To customer user' => 'Untuk pengguna pelanggan',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Tolong sertakan minimal satu pengguna pelanggan untuk tiket',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Pilih pelanggan ini sebagai pelanggan utama',
'Remove Ticket Customer User' => 'Hapus pengguna pelanggan tiket',
'From queue' => 'Dari queue',
- ' Get all' => '',
'Get all' => 'Dapatkan semua',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Email keluar untuk %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2715,18 +2698,16 @@ bin/znuny.Daemon.pl status\').',
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Tidak ada tiket ditemukan',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Pengirim',
'Customer User Name' => '',
'Impact' => 'Dampak',
'Update Time' => 'Memperbaru waktu',
'Solution Time' => 'Solusi waktu',
'First Response Time' => 'Waktu respon yang pertama',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Pindahkan tiket ke queue yang berbeda',
'Change queue' => 'Ubah queue',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2735,21 +2716,18 @@ bin/znuny.Daemon.pl status\').',
'Remove mention' => '',
'Remove from list of watched tickets' => 'Hapus dari daftar tiket yang diamati',
'Tickets per page' => 'Tiket per halaman',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Mengulang keseluruhan',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Membagi ke tiket telepon yang baru',
'Create New Phone Ticket' => 'Menciptakan telepon tiket yang baru',
'Please include at least one customer for the ticket.' => 'Tolong sertakan minimal satu pelanggan untuk tiket',
- 'Select this customer as the main customer.' => 'Pilih pelanggan ini sebagai pelanggan utama',
'To queue' => 'Untuk queue',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2762,7 +2740,6 @@ bin/znuny.Daemon.pl status\').',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Membuat proses tiket yang baru',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Daftarkan tiket ke sebuah proses',
@@ -2806,7 +2783,6 @@ bin/znuny.Daemon.pl status\').',
'Save as default' => 'Simpan sebagai default',
'Drafts' => '',
'by' => 'Oleh',
- 'Move ticket to a different queue' => 'Pindahkan tiket ke queue yang berbeda',
'Change Queue' => 'Ubah queue',
'There are no dialogs available at this point in the process.' =>
'Tidak ada dialog yang terseedia di dalam proses ',
@@ -2948,11 +2924,10 @@ bin/znuny.Daemon.pl status\').',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Tiket baru',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tiket',
'Welcome!' => 'Selamat datang!',
'Please click the button below to create your first ticket.' => 'Silahkan tekan tombol dibawah untuk membuat tiket pertama anda.',
'Create your first ticket' => 'Membuat tiket pertama anda',
@@ -2961,13 +2936,14 @@ bin/znuny.Daemon.pl status\').',
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Nama template',
'e. g. 10*5155 or 105658*' => 'Contoh : 10*5155 atau 105658*',
'CustomerID' => 'ID Pelanggan',
'Types' => 'Jenis',
'Limitation' => '',
'No time settings' => 'Tidak ada pengaturan waktu',
- 'All' => 'Semua',
'Specific date' => 'Tanggal spesifik',
'Only tickets created' => 'Hanya tiket dibuat',
'Date range' => 'Rentang tanggal',
@@ -2976,7 +2952,6 @@ bin/znuny.Daemon.pl status\').',
'Save Search as Template?' => '',
'Save as Template' => 'Simpan sebagai template',
'Save as Template?' => 'Simpan sebagai template',
- 'Template Name' => 'Nama template',
'Pick a profile name' => 'Memilih nama profil',
'Output to' => 'Keluarkan',
@@ -3206,7 +3181,7 @@ bin/znuny.Daemon.pl status\').',
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'Misalnya',
+ 'e. g.' => 'Misalnya',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => 'Atribut dari pengguna penerima untuk pemberitahuan',
@@ -3239,9 +3214,6 @@ bin/znuny.Daemon.pl status\').',
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Bidang dinamis tiket yang menampilkan nilai, berguna untuk Dropdown dan Multiselecet',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'Contoh',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5040,6 +5012,8 @@ bin/znuny.Daemon.pl status\').',
'Server Database Charset' => 'Server database charset',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Tabel charset',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5211,7 +5185,6 @@ bin/znuny.Daemon.pl status\').',
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tiket',
'Ticket History Entries' => 'Tiket Sejarah Entries',
'Articles' => 'Artikel',
'Attachments (DB, Without HTML)' => 'Lampiran (DB, Tanpa HTML)',
@@ -5637,6 +5610,8 @@ bin/znuny.Daemon.pl status\').',
'Baris istirahat otomatis dalam pesan teks setelah x jumlah karakter.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Menetapkan jumlah baris yang ditampilkan dalam pesan teks (misalnya garis tiket di Antrian Zoom).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Menghidupkan drag and drop untuk navigasi utama.',
'Defines the date input format used in forms (option or input fields).' =>
'Mendefinisikan format tanggal input yang digunakan dalam bentuk (pilihan atau masukan bidang).',
@@ -7902,6 +7877,8 @@ bin/znuny.Daemon.pl status\').',
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'tidak valid sementara',
@@ -8845,6 +8822,7 @@ Helpdesk Team Anda
'Manage tasks triggered by event or time based execution.' => 'Mengelola tugas dipicu oleh peristiwa atau waktu eksekusi berdasarkan.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Tandai sebagai Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Tandai tiket ini sebagai sampah!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9085,7 +9063,6 @@ Helpdesk Team Anda
'Ticket Priority.' => 'Prioritas tiket',
'Ticket Queue Overview' => 'Antrian tiket keseluruhan',
'Ticket Responsible.' => 'Penanggung jawab tiket',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Watcher tiket',
'Ticket Zoom' => '',
'Ticket Zoom.' => 'Tiket Zoom.',
diff --git a/Kernel/Language/it.pm b/Kernel/Language/it.pm
index a14682531dc..1dcf8b21db5 100644
--- a/Kernel/Language/it.pm
+++ b/Kernel/Language/it.pm
@@ -35,7 +35,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.600623768877216;
+ $Self->{Completeness} = 0.602735211731751;
# csv separator
$Self->{Separator} = '';
@@ -1694,7 +1694,7 @@ sub Data {
'Available Fields' => 'Campi disponibili',
'Filter available fields' => 'Filtro sui campi disponibili',
'Assigned Fields' => 'Campi assegnati',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Canale di comunicazione',
'Is visible for customer' => 'È visibile per il cliente',
'Text Template' => 'Modello di testo',
@@ -2373,23 +2373,16 @@ sub Data {
'in' => 'in',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Tutti',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'altro',
'No Data Available.' => '',
'Available Columns' => 'Colonne disponibili',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Colonne visibili (ordina con trascinamento e rilascio)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Cambia le relazioni con il cliente',
@@ -2629,8 +2622,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Componi risposta per %s%s%s',
'Date Invalid!' => 'Data non valida!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Seleziona uno o più destinatari dalla rubrica dell\'utenza cliente.',
'Customer user address book' => 'Rubrica utenze clienti',
'This address is registered as system address and cannot be used: %s' =>
'Questo indirizzo è registrato come indirizzo di sistema e non può essere utilizzato: %s',
@@ -2639,12 +2632,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Rimuovere i valori ed immetterne di validi',
'This address already exists on the address list.' => 'Questo indirizzo esiste già nell\'elenco.',
- ' Cc' => '',
'Remove Cc' => 'Rimuovi Cc',
'Bcc' => 'Ccn',
- ' Bcc' => '',
'Remove Bcc' => 'Rimuovi Ccn',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Cambia cliente di %s%s%s',
@@ -2653,23 +2643,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crea nuovo ticket email',
- ' Example Template' => '',
'Example Template' => 'Modello di esempio',
'To customer user' => 'Alla utenza cliente',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Includere almeno una utenza cliente per il ticket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Seleziona questo cliente come cliente principale.',
'Remove Ticket Customer User' => 'Rimuovi utenza cliente dal ticket',
'From queue' => 'Dalla coda',
- ' Get all' => '',
'Get all' => 'Prendi tutto',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Messaggio di posta in uscita per %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Seleziona uno o più destinatari dalla rubrica dell\'utenza cliente.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'Reinvia email per %s%s%s',
@@ -2722,18 +2705,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Non sono stati trovati dati ticket.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Mittente',
'Customer User Name' => 'Nome utenza cliente',
'Impact' => 'Impatto',
'Update Time' => 'Tempo per aggiornamento',
'Solution Time' => 'Tempo per soluzione',
'First Response Time' => 'Tempo iniziale per risposta',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Sposta il ticket ad una coda differente',
'Change queue' => 'Cambia coda',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2742,21 +2723,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Rimuovere dalla lista di ticket osservati',
'Tickets per page' => 'Numero di ticket per pagina',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Canale mancante',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Ripristina panoramica',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Dividi in nuovo ticket telefonico',
'Create New Phone Ticket' => 'Crea nuovo ticket telefonico',
'Please include at least one customer for the ticket.' => 'Si prega di includere almeno un cliente per il ticket.',
- 'Select this customer as the main customer.' => 'Seleziona questo cliente come cliente principale.',
'To queue' => 'Alla coda',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2769,7 +2747,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Crea nuovo ticket con processo',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Iscriviti al ticket in un processo',
@@ -2813,7 +2790,6 @@ sub Data {
'Save as default' => 'Salva come predefinito',
'Drafts' => 'Bozze',
'by' => 'da',
- 'Move ticket to a different queue' => 'Sposta il ticket ad una coda differente',
'Change Queue' => 'Cambia coda',
'There are no dialogs available at this point in the process.' =>
'Non ci sono finestre di dialogo disponibili a questo punto nel processo.',
@@ -2955,11 +2931,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nuovo ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Ticket',
'Welcome!' => 'Benvenuto!',
'Please click the button below to create your first ticket.' => 'Usa il pulsante qui sotto per creare il tuo primo ticket.',
'Create your first ticket' => 'Crea il tuo primo ticket',
@@ -2968,13 +2943,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profilo',
+ 'Template Name' => 'Nome modello',
'e. g. 10*5155 or 105658*' => 'es 10*5155 or 105658*',
'CustomerID' => 'Codice cliente',
'Types' => 'Tipi',
'Limitation' => '',
'No time settings' => 'Nessuna impostazione per il tempo',
- 'All' => 'Tutti',
'Specific date' => 'Data specifica',
'Only tickets created' => 'Solo ticket creati',
'Date range' => 'Periodo',
@@ -2983,7 +2959,6 @@ sub Data {
'Save Search as Template?' => 'Salva ricerca come modello?',
'Save as Template' => 'Salva come modello',
'Save as Template?' => 'Salvare come modello?',
- 'Template Name' => 'Nome modello',
'Pick a profile name' => 'Scegli un profilo',
'Output to' => 'Output',
@@ -3213,7 +3188,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Per recuperare l’attributo appuntamento',
- ' e. g.' => ' ad es.',
+ 'e. g.' => 'ad es.',
'To get the first 20 character of the appointment title.' => 'Usa i primi 20 caratteri dell\'oggetto.',
'To get the calendar attribute' => 'Per ottenere l\'attributo calendario',
'Attributes of the recipient user for the notification' => 'Attributi dell\'utente destinatario delle notifiche',
@@ -3246,9 +3221,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'I campi dinamici del ticket visualizzano valori, utili per i campi Dropdown e Multiselect',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'es.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'Per ottenere i primi 20 caratteri dell\'oggetto dell\'articolo agente corrente / più recente (corrente per risposta e inoltro, ultima per tipo di modello Nota). Questo tag non è supportato per altri tipi di modello.',
@@ -5047,6 +5019,8 @@ sub Data {
'Server Database Charset' => 'Charset del Server Database',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Charset della Tabella',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5218,7 +5192,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Record di Database',
- 'Tickets' => 'Ticket',
'Ticket History Entries' => 'Voci nello Storico Ticket',
'Articles' => 'Articoli',
'Attachments (DB, Without HTML)' => 'Allegati (DB, senza HTML)',
@@ -5648,6 +5621,8 @@ NOTA: i sistemi di terze parti richiedono una configurazione a se.',
'A capo automatico nelle linee dopo X caratteri',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Attiva il trascinamento e rilascio per la navigazione principale.',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7912,6 +7887,8 @@ NOTA: i sistemi di terze parti richiedono una configurazione a se.',
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'non valido-temporaneamente',
@@ -8855,6 +8832,7 @@ Il tuo helpdesk.
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Contrassegna come spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Marca questo ticket come spam!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9095,7 +9073,6 @@ Il tuo helpdesk.
'Ticket Priority.' => 'Ticket Priorità.',
'Ticket Queue Overview' => 'Riepilogo coda dei ticket',
'Ticket Responsible.' => 'Ticket Responsabile.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Ticket Osservazione',
'Ticket Zoom' => 'Ticket Zoom',
'Ticket Zoom.' => 'Ticket Zoom.',
diff --git a/Kernel/Language/ja.pm b/Kernel/Language/ja.pm
index 6377c558d82..65c16ae17a0 100644
--- a/Kernel/Language/ja.pm
+++ b/Kernel/Language/ja.pm
@@ -30,7 +30,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y/%M/%D';
$Self->{DateInputFormat} = '%Y/%M/%D';
$Self->{DateInputFormatLong} = '%Y/%M/%D - %T';
- $Self->{Completeness} = 0.68204202232436;
+ $Self->{Completeness} = 0.684462020102159;
# csv separator
$Self->{Separator} = ';';
@@ -1691,7 +1691,7 @@ sub Data {
'Available Fields' => '利用可能な領域',
'Filter available fields' => '利用可能な領域をフィルタ',
'Assigned Fields' => '割り当てられた領域',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'コミュニケーション・チャネル',
'Is visible for customer' => '顧客が閲覧可能',
'Text Template' => '本文テンプレート',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => '>',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => '全て',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => '続き',
'No Data Available.' => '',
'Available Columns' => '利用可能な列',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '表示する列 (ドラッグ&ドロップで並び替えできます)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '顧客関係を変更',
@@ -2626,8 +2619,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '%s%s%sの返信を作成',
'Date Invalid!' => '日時が無効です。',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ '顧客ユーザーのアドレス帳から1人以上の受信者を選択します。',
'Customer user address book' => '顧客ユーザーのアドレス帳',
'This address is registered as system address and cannot be used: %s' =>
'',
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'このエントリーを削除し、正しい値で新しいエントリーを追加してください。',
'This address already exists on the address list.' => 'この住所はすでにアドレスリストに存在します。',
- ' Cc' => '',
'Remove Cc' => 'Ccを削除',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Bccを削除',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '%s%s%sの顧客を変更',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '新規メールチケットの作成',
- ' Example Template' => '',
'Example Template' => 'テンプレート例',
'To customer user' => '宛先顧客ユーザー',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => 'チケットの顧客ユーザーを削除',
'From queue' => 'キューから',
- ' Get all' => '',
'Get all' => '全てを取得',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '%s%s%sの送信メール',
- 'Select one or more recipients from the customer user address book.' =>
- '顧客ユーザーのアドレス帳から1人以上の受信者を選択します。',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '%s%s%sのメールを再送信',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'チケットデータがありません',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => '送信者',
'Customer User Name' => '顧客ユーザー名',
'Impact' => '影響度',
'Update Time' => '更新期限',
'Solution Time' => '解決期限',
'First Response Time' => '初回応答期限',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '別のキューへチケットを移転',
'Change queue' => 'キュー変更',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '監視チケットリストから削除',
'Tickets per page' => 'ページ毎のチケット数',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'チャンネルがありません。',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '一覧のリセット',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '新規電話チケットに分割',
'Create New Phone Ticket' => '新規電話チケットの作成',
'Please include at least one customer for the ticket.' => 'チケットには少なくとも1名のお客様を含めるようにして下さい。',
- 'Select this customer as the main customer.' => '',
'To queue' => 'キュー',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '新しいプロセスチケットを作成',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'チケットをプロセスに登録する',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => 'ドラフトとして保存',
'Drafts' => '下書き',
'by' => 'by',
- 'Move ticket to a different queue' => '別のキューへチケットを移転',
'Change Queue' => 'キューを変更',
'There are no dialogs available at this point in the process.' =>
'このプロセスは完了しました。',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => '新規チケット',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'チケット',
'Welcome!' => 'ようこそ!',
'Please click the button below to create your first ticket.' => 'チケットを作成するために下のボタンをクリックしてください。',
'Create your first ticket' => 'チケット作成',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'プロファイル',
+ 'Template Name' => 'テンプレート名',
'e. g. 10*5155 or 105658*' => '例: 10*5155 または 105658*',
'CustomerID' => '顧客ID',
'Types' => 'タイプ',
'Limitation' => '',
'No time settings' => '時間設定なし',
- 'All' => '全て',
'Specific date' => '特定の日付',
'Only tickets created' => '作成されたチケットのみ',
'Date range' => '日付の範囲',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => 'テンプレートとして検索を保存しますか?',
'Save as Template' => 'テンプレートとして保存',
'Save as Template?' => 'テンプレートを保存しますか?',
- 'Template Name' => 'テンプレート名',
'Pick a profile name' => 'テンプレート名',
'Output to' => '出力: ',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '予定の属性を取得すること',
- ' e. g.' => '例',
+ 'e. g.' => '例',
'To get the first 20 character of the appointment title.' => 'アポイントの表題から最初の20文字を取得',
'To get the calendar attribute' => 'カレンダーの属性を取得すること',
'Attributes of the recipient user for the notification' => '通知する受信者ユーザーの属性',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'チケットのダイナミック・フィールドの表示値。ドロップダウンまたは複数選択領域で利用可能',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '例',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5045,6 +5017,8 @@ sub Data {
'Server Database Charset' => 'データーベースサーバーのキャラクターセット',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Table キャラクターセット',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5216,7 +5190,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'データーベースレコード',
- 'Tickets' => 'チケット',
'Ticket History Entries' => 'チケット履歴エントリ',
'Articles' => '記事',
'Attachments (DB, Without HTML)' => '添付(DB, HTML以外)',
@@ -5642,6 +5615,8 @@ sub Data {
'X個の文字型の後の、テキスト・メッセージにおける自動化されたライン・ブレイク。',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'テキスト・メッセージに表示される行の数を設定します(つまり、キュー・ズーム内のチケット・ラインのためです)。',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'メイン画面でドラッグアンドドロップを有効にします。',
'Defines the date input format used in forms (option or input fields).' =>
'フォームで使用されるデータ・インプット・フォーマットを定義します(オプションまたはインプット・フィールド)。',
@@ -7915,6 +7890,8 @@ Contentはダイナミック・フィールドの形式によって設定内容
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => '無効-暫定',
@@ -8856,6 +8833,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'イベントトリガーまたは時間ベースで実行されるタスクの管理',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '迷惑メールにする',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'このチケットをジャンクとしてマークします!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9097,7 +9075,6 @@ Thanks for your help!
'Ticket Priority.' => 'チケットの優先度',
'Ticket Queue Overview' => 'チケット・キュー一覧',
'Ticket Responsible.' => 'チケット責任者',
- 'Ticket Search' => '',
'Ticket Watcher' => 'チケット監視者',
'Ticket Zoom' => 'チケットのズーム',
'Ticket Zoom.' => 'チケット・ズーム',
diff --git a/Kernel/Language/ko.pm b/Kernel/Language/ko.pm
index bdefb5f092f..46ac9a06d03 100644
--- a/Kernel/Language/ko.pm
+++ b/Kernel/Language/ko.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '';
$Self->{DateInputFormat} = '';
$Self->{DateInputFormatLong} = '';
- $Self->{Completeness} = 0.865725541694025;
+ $Self->{Completeness} = 0.868841654308782;
# csv separator
$Self->{Separator} = '';
@@ -1685,7 +1685,7 @@ sub Data {
'Available Fields' => '사용 가능한 필드',
'Filter available fields' => '사용 가능한 필드 필터링',
'Assigned Fields' => '할당된 필드',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '통신 채널',
'Is visible for customer' => '고객에게 표시됩니다.',
'Text Template' => '텍스트 템플릿',
@@ -2364,23 +2364,16 @@ sub Data {
'in' => '...에서',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => '모든',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => '더',
'No Data Available.' => '자료 없음.',
'Available Columns' => '가능한 컬럼',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '보여지는 컬럼(드래그드롭으로 순서정렬 가능)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '고객 관계 변경',
@@ -2620,8 +2613,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '%s%s%s에 대한 답변 작성',
'Date Invalid!' => '잘못된 날짜!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ '고객 사용자 주소록에서 하나 이상의 수신자를 선택하십시오.',
'Customer user address book' => '고객 사용자 주소록',
'This address is registered as system address and cannot be used: %s' =>
'이 주소는 시스템 주소로 등록되어 있으므로 사용할 수 없습니다 : %s',
@@ -2630,12 +2623,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'이 항목을 제거하고 올바른 값으로 새 항목을 입력하십시오.',
'This address already exists on the address list.' => '이 주소는 이미 주소록에 있습니다.',
- ' Cc' => '',
'Remove Cc' => '참조 삭제',
'Bcc' => '숨은 참조',
- ' Bcc' => '',
'Remove Bcc' => '숨은 참조 제거',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '고객을 %s%s%s로 변경하십시오.',
@@ -2644,23 +2634,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '새 전자 메일 티켓 만들기',
- ' Example Template' => '',
'Example Template' => '템플릿 예제',
'To customer user' => '고객 사용자에게',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '적어도 한 명의 고객 사용자를 티켓에 포함하십시오.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '이 고객을 주요 고객으로 선택하십시오.',
'Remove Ticket Customer User' => '티켓 고객 사용자 제거',
'From queue' => '대기열에서',
- ' Get all' => '',
'Get all' => '모든 것을 가져라',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '%s%s%s의 발신 이메일',
- 'Select one or more recipients from the customer user address book.' =>
- '고객 사용자 주소록에서 하나 이상의 수신자를 선택하십시오.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '%s%s%s에게 이메일 다시 보내기',
@@ -2713,18 +2696,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '티켓이 없습니다.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => '보낸사람',
'Customer User Name' => '고객 사용자 이름',
'Impact' => '',
'Update Time' => '업데이트 시간',
'Solution Time' => '솔루션 시간',
'First Response Time' => '첫 번째 응답 시간',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '티켓을 다른 대기열로 이동',
'Change queue' => '대기열 변경',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2733,21 +2714,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '감상한 티켓 목록에서 제거',
'Tickets per page' => '페이지 당 티켓',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '누란된 채널',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '개요 재설정',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '새로운 폰 티켓으로 분리',
'Create New Phone Ticket' => '새로운 폰 티켓 생성',
'Please include at least one customer for the ticket.' => '최소한 한 명의 고객을 티켓에 포함하십시오.',
- 'Select this customer as the main customer.' => '이 고객을 주요 고객으로 선택하십시오.',
'To queue' => '대기열에 넣기',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2760,7 +2738,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '새 프로세스 티켓 만들기',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '티켓을 프로세스에 등록',
@@ -2804,7 +2781,6 @@ sub Data {
'Save as default' => '기본값으로 저장',
'Drafts' => '체커',
'by' => '으로',
- 'Move ticket to a different queue' => '티켓을 다른 대기열로 이동',
'Change Queue' => '대기열 변경',
'There are no dialogs available at this point in the process.' =>
'현재 이 과정에서 사용할 수 있는 대화 상자가 없습니다.',
@@ -2946,11 +2922,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => '새 티켓',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => '티켓',
'Welcome!' => '환영!',
'Please click the button below to create your first ticket.' => '첫 번째 티켓을 만드려면 아래 버튼을 클릭하십시오.',
'Create your first ticket' => '첫 번째 티켓 만들기',
@@ -2959,13 +2934,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => '프로필',
+ 'Template Name' => '템플릿 이름',
'e. g. 10*5155 or 105658*' => '이자형. 지. 10 * 5155 또는 105658 *',
'CustomerID' => '고객 ID',
'Types' => '유형',
'Limitation' => '',
'No time settings' => '시간 설정 없음',
- 'All' => '모든',
'Specific date' => '특정 날짜',
'Only tickets created' => '생성된 티켓만',
'Date range' => '날짜 범위',
@@ -2974,7 +2950,6 @@ sub Data {
'Save Search as Template?' => '검색을 템플릿으로 저장하시겠습니까?',
'Save as Template' => '템플릿으로 저장?',
'Save as Template?' => '템플릿으로 저장?',
- 'Template Name' => '템플릿 이름',
'Pick a profile name' => '프로필 이름 선택',
'Output to' => '출력',
@@ -3204,7 +3179,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '약속 특성을 얻으려면',
- ' e. g.' => 'e. g.',
+ 'e. g.' => '예를들면',
'To get the first 20 character of the appointment title.' => '약속 제목의 처음 20자를 얻습니다.',
'To get the calendar attribute' => '달력 속성을 가져 오려면',
'Attributes of the recipient user for the notification' => '알림에 대한 수신자 사용자의 속성',
@@ -3237,9 +3212,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'티켓 동적 필드는 드롭 다운 및 Multiselect 필드에 유용한 값을 표시합니다. ',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '예를들면',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5038,6 +5010,8 @@ sub Data {
'Server Database Charset' => '서버 데이터베이스 문자 세트',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '표 문자 집합',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5209,7 +5183,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '데이터베이스 레코드',
- 'Tickets' => '티켓',
'Ticket History Entries' => '티켓 기록 항목',
'Articles' => '게시물',
'Attachments (DB, Without HTML)' => '첨부 파일 (DB, HTML 제외)',
@@ -5635,6 +5608,8 @@ sub Data {
'X 문자 수 후에 문자 메시지의 자동 줄바꿈',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'문자 메시지에 표시되는 줄 수를 설정합니다 (예 : QueueZoom의 티켓 줄).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '기본 탐색에 대한 드래그 앤 드롭을 켭니다.',
'Defines the date input format used in forms (option or input fields).' =>
'양식 (옵션 또는 입력 필드)에 사용되는 날짜 입력 형식을 정의합니다.',
@@ -7899,6 +7874,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => '유효하지 않은 일시적',
@@ -8842,6 +8819,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '이벤트 또는 시간 기반 실행에 의해 트리거된 작업을 관리합니다.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '스팸으로 표시하십시오!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '이 티켓을 정크로 표시하십시오!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9082,7 +9060,6 @@ Thanks for your help!
'Ticket Priority.' => '티켓 심각도',
'Ticket Queue Overview' => '티켓 대기열 개요',
'Ticket Responsible.' => '책임 티켓.',
- 'Ticket Search' => '',
'Ticket Watcher' => '티켓 워처',
'Ticket Zoom' => '티켓 확대/축소',
'Ticket Zoom.' => '티켓 확대/축소.',
diff --git a/Kernel/Language/lt.pm b/Kernel/Language/lt.pm
index cd6f0ce462d..13ebf95c53d 100644
--- a/Kernel/Language/lt.pm
+++ b/Kernel/Language/lt.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y-%M-%D';
$Self->{DateInputFormat} = '%Y-%M-%D';
$Self->{DateInputFormatLong} = '%Y-%M-%D - %T';
- $Self->{Completeness} = 0.192219304005253;
+ $Self->{Completeness} = 0.192782995551162;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'in',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Visos',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'daugiau',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Negalima data!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Sukurti naują el. pašto triktį',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'iš eilės',
- ' Get all' => '',
'Get all' => 'Gauti visus',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Nerasta duomenų apie triktį.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Siuntėjas',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Atnaujinimo laikas',
'Solution Time' => 'Sprendimo laikas',
'First Response Time' => 'Pirmas atsakymo laikas',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Perkelti triktį į kitą eilę',
'Change queue' => 'Pakeisti eilę',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Pašalinti iš stebimų trikčių sąrašo',
'Tickets per page' => 'Trikčių puslapyje',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Sukurti naują telefoninę triktį',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Į eilę',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'pagal',
- 'Move ticket to a different queue' => 'Perkelti triktį į kitą eilę',
'Change Queue' => 'Pakeisti eilę',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nauja triktis',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Triktys',
'Welcome!' => 'Sveiki atvykę!',
'Please click the button below to create your first ticket.' => 'Prašome paspausti žemiau esantį mytuką, kad sukurtumėte savo pirmąjį trikties pranešimą.',
'Create your first ticket' => 'Sukurti pirmąjį trikties pranešimą',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profilis',
+ 'Template Name' => 'Šablono pavadinimas',
'e. g. 10*5155 or 105658*' => 'pvz. 10*5155 arba 105658*',
'CustomerID' => 'Kliento ID',
'Types' => 'Tipai',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Visos',
'Specific date' => '',
'Only tickets created' => 'Tik triktys sukurti',
'Date range' => '',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => 'Išsaugoti kaip šabloną?',
- 'Template Name' => 'Šablono pavadinimas',
'Pick a profile name' => '',
'Output to' => 'Rezultato išvedimas',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => ' pvz.',
+ 'e. g.' => 'pvz.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'pvz.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Triktys',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5636,6 +5609,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'laikinai negaliojantis',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Pažymėti kaip Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/lv.pm b/Kernel/Language/lv.pm
index 5d910a4a28a..ee484295f7f 100644
--- a/Kernel/Language/lv.pm
+++ b/Kernel/Language/lv.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.155121470781353;
+ $Self->{Completeness} = 0.155709342560554;
# csv separator
$Self->{Separator} = '';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'iekšā',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Visi pieteikumi',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'vēl',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Diskrētā kopija',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Nosūtītājs',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Atjaunināšanas laiks',
'Solution Time' => 'Atrisinājuma laiks',
'First Response Time' => 'Pirmais reakcijas laiks',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => 'Mainīt rindu',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Izņemt no vēroto pieteikumu saraksta',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'no',
- 'Move ticket to a different queue' => '',
'Change Queue' => '',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Jaunie pieteikumi',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Pieteikumi',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profils',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'Klienta identifikators',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Visi pieteikumi',
'Specific date' => '',
'Only tickets created' => '',
'Date range' => '',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => 'Rezultātu forma',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'piem.,',
+ 'e. g.' => 'piem.,',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Datubāzes ieraksti',
- 'Tickets' => 'Pieteikumi',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => 'Pielikumi (DB, bez HTML)',
@@ -5636,6 +5609,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'īslaicīgi nederīgs',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Iezīmēt kā mēstuli (spamu)!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/mk.pm b/Kernel/Language/mk.pm
index 9597d89c695..ea042b4bbc0 100644
--- a/Kernel/Language/mk.pm
+++ b/Kernel/Language/mk.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.275935653315824;
+ $Self->{Completeness} = 0.27681660899654;
# csv separator
$Self->{Separator} = ';';
@@ -1685,7 +1685,7 @@ sub Data {
'Available Fields' => 'Достапни Полиња',
'Filter available fields' => 'Филтрирај достапни полиња',
'Assigned Fields' => 'Доделени Полиња',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Шаблон за текст',
@@ -2364,23 +2364,16 @@ sub Data {
'in' => 'во',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Сите',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'повеќе',
'No Data Available.' => '',
'Available Columns' => 'Достапни Колони',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Достапни Колумни (подреди ги со влечење и пуштање)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2620,7 +2613,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Невалиден датум!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2630,12 +2623,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Ве молиме избришете го овој внес и внесете нов со коректна вредност.',
'This address already exists on the address list.' => 'Оваа адреса веќе постои во листата на адреси.',
- ' Cc' => '',
'Remove Cc' => 'Избриши Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Избриши Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2644,23 +2634,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Направи Нов E-mail Тикет',
- ' Example Template' => '',
'Example Template' => 'Пример за Шаблон',
'To customer user' => 'До корисник клиент',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Во молиме додавајте барем по еден регистриран корисник за тикетот.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Избери го овој клиент како главен клиент.',
'Remove Ticket Customer User' => 'Избриши Тикет за Регистриран Корисник',
'From queue' => 'Од редица',
- ' Get all' => '',
'Get all' => 'Избери сите',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2713,18 +2696,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Не се пронајдени информации за тикет.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Испраќач',
'Customer User Name' => '',
'Impact' => 'Влијание',
'Update Time' => 'Ажурирај Време',
'Solution Time' => 'Време за Решение',
'First Response Time' => 'Прво време на одговор',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Премести го тикетот во различен ред',
'Change queue' => 'Измени редица',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2733,21 +2714,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Отстрани од листа на гледани тикети',
'Tickets per page' => 'Тикети по страна',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Ресетирај преглед.',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Подели Во Нов Телефонски Тикет',
'Create New Phone Ticket' => 'Направи Нов Телефонски Тикет',
'Please include at least one customer for the ticket.' => 'Ве молиме внесете барем еден клиент за тикетот.',
- 'Select this customer as the main customer.' => 'Избери го овој клиент како главен клиент.',
'To queue' => 'Во редица',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2760,7 +2738,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Креирај Нов Процесирачки Тикет',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Вклучи Тикет во некој Процес',
@@ -2804,7 +2781,6 @@ sub Data {
'Save as default' => 'Сними како стандард',
'Drafts' => '',
'by' => 'од',
- 'Move ticket to a different queue' => 'Премести го тикетот во различен ред',
'Change Queue' => 'Измени Редица',
'There are no dialogs available at this point in the process.' =>
'Нема слободни дијалози во оваа состојба во процесот.',
@@ -2946,11 +2922,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Нов Тикет',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Тикети',
'Welcome!' => 'Добредојдовте!',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2959,13 +2934,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Профил',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'Корисничко ИД',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Сите',
'Specific date' => 'Специфичен датум ',
'Only tickets created' => '',
'Date range' => 'Опсег на датум ',
@@ -2974,7 +2950,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => 'Излез',
@@ -3204,7 +3179,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'пример',
+ 'e. g.' => 'п.р.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3237,9 +3212,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'п.р.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5038,6 +5010,8 @@ sub Data {
'Server Database Charset' => 'Карактер сет серверска база на податоци',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Табела Множзнаци',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5209,7 +5183,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Евиденција на База на Податоци ',
- 'Tickets' => 'Тикети',
'Ticket History Entries' => 'Историја на Тикет Записи',
'Articles' => 'Натписи',
'Attachments (DB, Without HTML)' => 'Прилози (база на податоци, без HTML)',
@@ -5635,6 +5608,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7899,6 +7874,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'невалиден-привремено',
@@ -8831,6 +8808,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Означи како Спам!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9071,7 +9049,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/ms.pm b/Kernel/Language/ms.pm
index d46ea6317c4..2df6a28fd03 100644
--- a/Kernel/Language/ms.pm
+++ b/Kernel/Language/ms.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.536112934996717;
+ $Self->{Completeness} = 0.53797989784149;
# csv separator
$Self->{Separator} = ';';
@@ -1685,7 +1685,7 @@ sub Data {
'Available Fields' => 'Medan tersedia',
'Filter available fields' => 'Tapis medan tersedia',
'Assigned Fields' => 'Medan yang ditetapkan',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Templat teks',
@@ -2364,23 +2364,16 @@ sub Data {
'in' => 'dalam',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Semua',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'lagi',
'No Data Available.' => '',
'Available Columns' => 'Ruangan tersedia',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Ruangan dapat dilihat (susunan secara tarik dan lepas)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2620,7 +2613,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Mengarang Jawapan untuk %s%s%s',
'Date Invalid!' => 'Tarikh tidak sah!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2630,12 +2623,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Sila keluarkan entri ini dan masukkan satu yang baru dengan nilai yang betul.',
'This address already exists on the address list.' => 'Alamat ini sudah pun wujud pada senarai alamat',
- ' Cc' => '',
'Remove Cc' => 'Buang Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Buang Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Tukar Pelanggan bagi %s%s%s',
@@ -2644,23 +2634,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Buat Tiket Email Baru.',
- ' Example Template' => '',
'Example Template' => 'Contoh Templat',
'To customer user' => 'Ke pengguna pelanggan',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Sila masukkan sekurang-kurangnya satu pengguna pelanggan bagi tiket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Pilih pelanggan ini sebagai pelanggan utama.',
'Remove Ticket Customer User' => 'Buang Tiket Pengguna Pelanggan',
'From queue' => 'Dari barisan.',
- ' Get all' => '',
'Get all' => 'Dapatkan semua.',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Emel Menuju Ke Luar bagi %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2713,18 +2696,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Tiada data tiket ditemui.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Penghantar',
'Customer User Name' => '',
'Impact' => 'Kesan',
'Update Time' => 'Masa Kemas Kini',
'Solution Time' => 'Masa Penyelasaian',
'First Response Time' => 'Masa respon pertama',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Pindah tiket ke barisan baru',
'Change queue' => 'Ubah barisan',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2733,21 +2714,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Dibuang daripada senarai tiket dilihat',
'Tickets per page' => 'Tiket setiap halaman',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Set semula tinjauan',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Pisah Kepada Tiket Telefon Baru',
'Create New Phone Ticket' => 'Buat Tiket Telefon Baru.',
'Please include at least one customer for the ticket.' => 'Sila masukkan sekurang-kurangnya satu pelanggan bagi tiket.',
- 'Select this customer as the main customer.' => 'Pilih pelanggan ini sebagai pelanggan utama.',
'To queue' => 'Kepada barisan',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2760,7 +2738,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Cipta Tiket Proses Baharu',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Daftar Tiket ke dalam Proses',
@@ -2804,7 +2781,6 @@ sub Data {
'Save as default' => 'Simpan sebagai lalai',
'Drafts' => '',
'by' => 'oleh',
- 'Move ticket to a different queue' => 'Pindah tiket ke barisan baru',
'Change Queue' => 'Ubah Barisan',
'There are no dialogs available at this point in the process.' =>
'Tidak terdapat dialog ketika ini di dalam proses.',
@@ -2946,11 +2922,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Tiket Baru',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tiket',
'Welcome!' => 'Selamat datang!',
'Please click the button below to create your first ticket.' => 'Sila tekan butang di bawah untuk membuat tiket pertama anda.',
'Create your first ticket' => 'Buat tiket pertama anda',
@@ -2959,13 +2934,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Nama templat',
'e. g. 10*5155 or 105658*' => 'contoj: 10*5155 atau 105658*',
'CustomerID' => 'IDPelanggan',
'Types' => 'Jenis',
'Limitation' => '',
'No time settings' => 'Tiada tetapan masa',
- 'All' => 'Semua',
'Specific date' => 'Tarikh spesifik',
'Only tickets created' => 'Hanya tiket yang dibuat',
'Date range' => 'Jarak tarikh',
@@ -2974,7 +2950,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Simpan sebagai templat',
'Save as Template?' => 'Simpan sebagai templat?',
- 'Template Name' => 'Nama templat',
'Pick a profile name' => 'Pilih nama profil',
'Output to' => 'Output kepada',
@@ -3204,7 +3179,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'cth.',
+ 'e. g.' => 'cth.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => 'Sifat-sifat pengguna penerima bagi pemberitahuan',
@@ -3237,9 +3212,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Tiket bidang dinamik memaparkan nilai, berguna untuk medan Turun ke bawah dan Pelbagai pilihan.',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'cth.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5038,6 +5010,8 @@ sub Data {
'Server Database Charset' => 'Setchar Pangkalan data Pelayan',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Setchar Jadual',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5209,7 +5183,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tiket',
'Ticket History Entries' => 'Penyertaan Sejarah Tiket ',
'Articles' => 'Artikel',
'Attachments (DB, Without HTML)' => 'Lampiran (DB, Tanpa HTML)',
@@ -5635,6 +5608,8 @@ sub Data {
'Memecahkan garis Automatik dalam mesej teks selepas beberapa x aksara.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Tetapkan jumlah barisan yang dipamerkan dalam mesej teks (cth: barisan tiket dalam dalam QueueZoom).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Aktifkan tarik dan lepas untuk navigasi utama.',
'Defines the date input format used in forms (option or input fields).' =>
'Mentakrifkan format input tarikh yang digunakan dalam bentuk (pilihan atau medan input).',
@@ -7901,6 +7876,8 @@ Search_DynamicField_XTimeSlotStartMonth=01; Search_DynamicField_XTimeSlotStartDa
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'tidak sah-sementara',
@@ -8845,6 +8822,7 @@ Kumpulan MejaBantuan Anda
'Manage tasks triggered by event or time based execution.' => 'Uruskan tugas yang dicetuskan oleh acara atau pelaksanaan berdasarkan masa.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Tanda sebagai Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Tanda tiket ini sebagai junk!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9085,7 +9063,6 @@ Kumpulan MejaBantuan Anda
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Tinjauan Barisan Tiket',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/nb_NO.pm b/Kernel/Language/nb_NO.pm
index b16ede82747..55437f24ac9 100644
--- a/Kernel/Language/nb_NO.pm
+++ b/Kernel/Language/nb_NO.pm
@@ -35,7 +35,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.379842416283651;
+ $Self->{Completeness} = 0.38111715274345;
# csv separator
$Self->{Separator} = ';';
@@ -1694,7 +1694,7 @@ sub Data {
'Available Fields' => 'Tilgjengelige felter',
'Filter available fields' => 'Tiltrer på tilgjengelige felter',
'Assigned Fields' => 'Tilordnede felter',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Tekstmal',
@@ -2373,23 +2373,16 @@ sub Data {
'in' => 'om',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Alle',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'mer',
'No Data Available.' => '',
'Available Columns' => 'Tilgjengelige kolonner',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Tilgjengelige kolonner (sorter ved dra og slipp)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2629,7 +2622,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Ugyldig dato',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2639,12 +2632,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Vennlist fjern innlegget og legg til en med riktige verdier',
'This address already exists on the address list.' => 'Denne adressen finnes allerede i adresseboken',
- ' Cc' => '',
'Remove Cc' => 'Fjern Cc',
'Bcc' => 'Blindkopi',
- ' Bcc' => '',
'Remove Bcc' => 'Fjern Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2653,23 +2643,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Opprett ny e-postsak',
- ' Example Template' => '',
'Example Template' => 'Eksempel på mal',
'To customer user' => 'Til kunde-bruker',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Velg denne kunden som hovedkunden.',
'Remove Ticket Customer User' => 'Fjern kundebruker fra sak',
'From queue' => 'Fra kø',
- ' Get all' => '',
'Get all' => 'Hent alle',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2722,18 +2705,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Ingen saker ble funnet',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Avsender',
'Customer User Name' => '',
'Impact' => 'Omfang',
'Update Time' => 'Oppdateringstid',
'Solution Time' => 'Løsningstid',
'First Response Time' => 'Første responstid',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Flytt saker til annen kø',
'Change queue' => 'Endre kø',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2742,21 +2723,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Fjern fra listen over overvåkede saker',
'Tickets per page' => 'Saker per side',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Tilbakestill oversikten',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Lag ny Telefon-sak',
'Please include at least one customer for the ticket.' => 'Vennligst oppgi minst en kunde for denne saken',
- 'Select this customer as the main customer.' => 'Velg denne kunden som hovedkunden.',
'To queue' => 'Til kø',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2769,7 +2747,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Opprett ny prosess sak',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2813,7 +2790,6 @@ sub Data {
'Save as default' => 'Lagre som standard',
'Drafts' => '',
'by' => 'av',
- 'Move ticket to a different queue' => 'Flytt saker til annen kø',
'Change Queue' => 'Bytt kø',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2955,11 +2931,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Ny sak',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Saker',
'Welcome!' => 'Velkommen!',
'Please click the button below to create your first ticket.' => 'Vennligst klikk på knappen under for å opprette din første sak.',
'Create your first ticket' => 'Opprett din første sak',
@@ -2968,13 +2943,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Navn på mal',
'e. g. 10*5155 or 105658*' => 'f.eks. 10*5155 eller 105658*',
'CustomerID' => 'Kunde-ID',
'Types' => 'Typer',
'Limitation' => '',
'No time settings' => 'Ingen tidsinnstillinger',
- 'All' => 'Alle',
'Specific date' => 'Spesifikk dato',
'Only tickets created' => 'Kun saker opprettet',
'Date range' => '',
@@ -2983,7 +2959,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Lagre som mal',
'Save as Template?' => 'Lagre som mal?',
- 'Template Name' => 'Navn på mal',
'Pick a profile name' => 'Velg et profil navn',
'Output to' => 'Skriv ut til',
@@ -3213,7 +3188,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'For å hente avtaleattributtet',
- ' e. g.' => 'f.eks.',
+ 'e. g.' => 'f.eks.',
'To get the first 20 character of the appointment title.' => 'For å hente de første 20 tegnene i avtaleoverskriften.',
'To get the calendar attribute' => 'For å hente kalenderattributtet',
'Attributes of the recipient user for the notification' => '',
@@ -3246,9 +3221,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'f.eks.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5047,6 +5019,8 @@ sub Data {
'Server Database Charset' => 'Tjener databasetegnsett',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Tabel tegnsett',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5218,7 +5192,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Databaseposter',
- 'Tickets' => 'Saker',
'Ticket History Entries' => '',
'Articles' => 'Innlegg',
'Attachments (DB, Without HTML)' => 'Vedlegg (DB, uten HTML)',
@@ -5644,6 +5617,8 @@ sub Data {
'Automatisk linjeskift i tekstmeldinger etter # antall tegn.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'Spesifiserer datoformat på skjema (valg- eller tekstfelter).',
@@ -7908,6 +7883,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'midlertidig ugyldig',
@@ -8840,6 +8817,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marker som søppel',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Marker denne saken som søppel!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9080,7 +9058,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/nl.pm b/Kernel/Language/nl.pm
index a2c56310586..2e03a0f1ea9 100644
--- a/Kernel/Language/nl.pm
+++ b/Kernel/Language/nl.pm
@@ -32,7 +32,7 @@ sub Data {
$Self->{DateFormatShort} = '%D-%M-%Y';
$Self->{DateInputFormat} = '%D-%M-%Y';
$Self->{DateInputFormatLong} = '%D-%M-%Y - %T';
- $Self->{Completeness} = 0.496060407091267;
+ $Self->{Completeness} = 0.497610809029494;
# csv separator
$Self->{Separator} = ';';
@@ -1691,7 +1691,7 @@ sub Data {
'Available Fields' => 'Beschikbare velden',
'Filter available fields' => 'Filter beschikbare velden',
'Assigned Fields' => 'Toegewezen velden',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Communicatiekanaal',
'Is visible for customer' => 'Is zichtbaar voor de klant',
'Text Template' => 'Tekstsjabloon',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => 'over',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Alle',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => ' Annuleren',
'more' => 'meer',
'No Data Available.' => '',
'Available Columns' => 'Beschikbare kolommen',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Beschikbare kolommen (sorteer door middel van drag & drop)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Bewerk klant koppelingen',
@@ -2626,7 +2619,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Datum ongeldig.',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => 'Klantgebruiker adresboek',
'This address is registered as system address and cannot be used: %s' =>
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Verwijder deze en geef een nieuwe met een correcte waarde.',
'This address already exists on the address list.' => 'Dit adres is al toegevoegd.',
- ' Cc' => '',
'Remove Cc' => 'Verwijder CC',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Verwijder BCC',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Wijzig klant van %s%s%s',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Maak nieuw e-mail ticket',
- ' Example Template' => '',
'Example Template' => 'Voorbeeld Template',
'To customer user' => 'Aan klant',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Selecteer tenminste een klant voor dit ticket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Selecteer deze klant als hoofd-klant',
'Remove Ticket Customer User' => 'Verwijder klant van ticket',
'From queue' => 'In wachtrij',
- ' Get all' => '',
'Get all' => 'Gebruik alle',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Geen tickets gevonden.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Afzender',
'Customer User Name' => '',
'Impact' => 'Impact',
'Update Time' => 'Vervolg tijd',
'Solution Time' => 'Oplossingstijd',
'First Response Time' => 'Eerste reactie',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Verplaats naar nieuwe wachtrij',
'Change queue' => 'Verplaats naar wachtrij',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Verwijder van lijst met gevolgde tickets',
'Tickets per page' => 'Tickets per pagina',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Kanaal ontbreekt',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Herstel overzicht',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Splits in nieuw telefoon ticket',
'Create New Phone Ticket' => 'Maak nieuw telefoon ticket aan',
'Please include at least one customer for the ticket.' => 'Voeg ten minste één klant toe voor dit ticket.',
- 'Select this customer as the main customer.' => 'Selecteer deze klant als hoofd-klant',
'To queue' => 'In wachtrij',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Nieuw proces-ticket',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Voeg ticket toe aan een proces',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => 'Opslaan als standaard',
'Drafts' => 'Concepten',
'by' => 'door',
- 'Move ticket to a different queue' => 'Verplaats naar nieuwe wachtrij',
'Change Queue' => 'Wijzig wachtrij',
'There are no dialogs available at this point in the process.' =>
'Op dit moment zijn er geen dialogen beschikbaar.',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nieuw ticket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Welkom!',
'Please click the button below to create your first ticket.' => 'Klik op de button om uw eerste ticket aan te maken.',
'Create your first ticket' => 'Maak uw eerste ticket aan',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Sjabloon',
+ 'Template Name' => 'Template naam',
'e. g. 10*5155 or 105658*' => 'bijv. 2010*5155 of 20100802*',
'CustomerID' => 'Klantcode',
'Types' => 'Typen',
'Limitation' => '',
'No time settings' => 'Niet zoeken op tijd',
- 'All' => 'Alle',
'Specific date' => 'Specifieke datum',
'Only tickets created' => 'Alleen tickets aangemaakt',
'Date range' => 'Datum range',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => 'Zoekopdracht opslaan als sjabloon?',
'Save as Template' => 'Bewaar',
'Save as Template?' => 'Bewaar als sjabloon?',
- 'Template Name' => 'Template naam',
'Pick a profile name' => 'Naam voor dit sjabloon',
'Output to' => 'Uitvoer naar',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Om de afspraak eigenschap te krijgen',
- ' e. g.' => ' bijv.',
+ 'e. g.' => 'bijv.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => 'Eigenschappen van de ontvanger voor deze melding',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Ticket dynamisch veld weergave waarden, handig voor dropdown en multiselect velden',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'bijv.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5044,6 +5016,8 @@ sub Data {
'Server Database Charset' => 'Server Database karakterinstelling',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Tabel Karacterset',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5215,7 +5189,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => 'Ticket Historie gegevens',
'Articles' => 'Interacties',
'Attachments (DB, Without HTML)' => 'Bijlagen (Database, zonder HTML)',
@@ -5641,6 +5614,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Bepaalt het aantal gels dat wordt weergegeven in tekstberichten (zoals het aantal regels in QueueZoom)',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'tijdelijk ongeldig',
@@ -8848,6 +8825,7 @@ Het Helpdesk Team
'Manage tasks triggered by event or time based execution.' => 'Beheer van taken op basis van events of tijdschema\'s',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Markeer als spam',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Markeer het ticket als junk!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9088,7 +9066,6 @@ Het Helpdesk Team
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Ticketwachtrij overzicht',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/pl.pm b/Kernel/Language/pl.pm
index f70f4a4b0b0..f6263e569f9 100644
--- a/Kernel/Language/pl.pm
+++ b/Kernel/Language/pl.pm
@@ -30,7 +30,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y-%M-%D';
$Self->{DateInputFormat} = '%Y-%M-%D';
$Self->{DateInputFormatLong} = '%Y-%M-%D - %T';
- $Self->{Completeness} = 0.638706500328299;
+ $Self->{Completeness} = 0.637666831438458;
# csv separator
$Self->{Separator} = ';';
@@ -200,7 +200,7 @@ sub Data {
'Recipients' => 'Odbiorcy',
'Send to' => 'Wyślij do',
'Send to these agents' => 'Wyślij do tych agentów',
- 'Send to all group members (agents only)' => ' Wyślij do wszystkich członków grupy (tylko agenci)',
+ 'Send to all group members (agents only)' => 'Wyślij do wszystkich członków grupy (tylko agenci)',
'Send to all role members' => 'Wyślij do wszystkich członków roli',
'Also send if the user is currently out of office.' => 'Wyślij również, jeśli użytkownik jest aktualnie poza biurem',
'Send on out of office' => 'Wyślij powiadomienie o nieobecności w biurze',
@@ -729,7 +729,7 @@ sub Data {
'To' => 'Do',
'Cc' => 'DW',
'Service' => 'Usługa',
- 'Service Level Agreement' => ' Umowa o gwarantowanym poziomie świadczenia usług - Service Level Agreement (SLA)',
+ 'Service Level Agreement' => 'Umowa o gwarantowanym poziomie świadczenia usług - Service Level Agreement (SLA)',
'Queue' => 'Kolejka',
'State' => 'Stan',
'Agent' => 'Agent',
@@ -1690,7 +1690,7 @@ sub Data {
'Available Fields' => 'Dostępne pola',
'Filter available fields' => 'Filtruj dostępne pola',
'Assigned Fields' => 'Przypisane pola',
- ' Filter assigned fields' => ' Filtruj przypisane pola',
+ 'Filter assigned fields' => 'Filtruj przypisane pola',
'Communication Channel' => 'Kanał Komunikacji',
'Is visible for customer' => 'Jest widoczna dla klienta',
'Text Template' => 'Tekst szablonu',
@@ -2369,23 +2369,16 @@ sub Data {
'in' => 'za',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => ' Pokaż lub ukryj treść',
+ 'All' => 'Wszystkie',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => ' Zapisz zmiany',
- ' Save' => ' Zapisz',
- 'Save changes' => '',
- ' Settings' => ' Ustawienia',
- ' Refresh' => ' Odśwież',
- ' Close this widget' => ' Zamknij widżet',
+ 'Save changes' => 'Zapisz zmiany',
+ 'Close this widget' => 'Zamknij widżet',
'Hide' => '',
- ' Cancel' => ' Anuluj',
'more' => 'więcej',
'No Data Available.' => '',
'Available Columns' => 'Dostępne kolumny',
- ' Filter available fields' => ' Filtruj dostępne pola',
'Visible Columns (order by drag & drop)' => 'Widoczne kolumny (sortuj poprzez przeciągnij i upuść)',
- ' Submit' => ' Akceptuj',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2605,7 +2598,7 @@ sub Data {
'Potrzebny poprawny adres e-mail lub nie używaj lokalnego adresu e-mail.',
'Next ticket state' => 'Następny stan zgłoszenia',
'Inform sender' => 'Powiadom nadawcę',
- 'Send mail' => 'Wyślij wiadomość!',
+ 'Send mail' => 'Wyślij wiadomość',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketBulk.tt
'Ticket Bulk Action' => 'Akcja grupowa',
@@ -2625,8 +2618,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Utwórz Odpowiedź dla %s%s%s',
'Date Invalid!' => 'Niepoprawna data!',
- ' Select one or more recipients from the customer user address book.' =>
- ' Wybierz jednego lub więcej odbiorców z książki adresowej użytkowników klientów',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Wybierz jednego lub więcej odbiorców z książki adresowej użytkowników klientów',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
'Ten adres został zarejestrowany jako adres systemowy i nie może zostać użyty: %s',
@@ -2635,12 +2628,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Usuń ten wpis i wprowadź nowy z poprawną wartością.',
'This address already exists on the address list.' => 'Ten adres juz istnieje na liście adresów.',
- ' Cc' => ' Dw',
'Remove Cc' => 'Usuń DW',
'Bcc' => 'UDW',
- ' Bcc' => ' Udw',
'Remove Bcc' => 'Usuń UDW',
- ' Send mail' => ' Wyślij wiadomość',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Zmień klienta dla %s%s%s',
@@ -2649,23 +2639,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Utwórz nowe zgłoszenie e-mail',
- ' Example Template' => ' Przykładowy szablon',
'Example Template' => 'Przykładowy szablon',
'To customer user' => 'Do użytkownika klienta',
- ' To' => ' Do',
'Please include at least one customer user for the ticket.' => 'Proszę dodaj przynajmniej jednego użytkownika do zgłoszenia.',
- ' Select this customer as the main customer.' => ' Wybierz tego klienta jako głównego klienta.',
- ' To customer user' => ' Do użytkownika klienta',
+ 'Select this customer as the main customer.' => 'Wybierz tego klienta jako głównego klienta.',
'Remove Ticket Customer User' => 'Usuń zgłoszenie użytkownika klienta',
'From queue' => 'Do kolejki',
- ' Get all' => ' Pobierz wszystko',
- 'Get all' => 'Pobierz wszystkich',
- ' Message body' => ' Treść wiadomości',
+ 'Get all' => 'Pobierz wszystko',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Zewnętrzny Email dla %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2718,18 +2701,16 @@ sub Data {
'NoteToTicket invalid.' => 'Notatka nieprawidłowa.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => ' Zaznacz wszystko',
'No ticket data found.' => 'Nie odnaleziono danych zgłoszenia.',
- ' Open / Close ticket action menu' => ' Menu akcji otwartych / zamkniętych zgłoszeń',
- ' Select this ticket' => ' Wybierz to zgłoszenie',
+ 'Open / Close ticket action menu' => 'Menu akcji otwartych / zamkniętych zgłoszeń',
+ 'Select this ticket' => 'Wybierz to zgłoszenie',
'Sender' => 'Nadawca',
'Customer User Name' => 'Nazwa użytkownika klienta',
'Impact' => 'Wpływ',
'Update Time' => 'Czas pozostały do aktualizacji',
'Solution Time' => 'Czas pozostały do rozwiązania',
'First Response Time' => 'Czas pozostały do pierwszej odpowiedzi',
- ' Service Time' => '',
- ' Move ticket to a different queue' => ' Przenieś zgłoszenie na inną kolejkę',
+ 'Move ticket to a different queue' => 'Przenieś zgłoszenie na inną kolejkę',
'Change queue' => 'Zmień kolejkę',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2738,21 +2719,18 @@ sub Data {
'Remove mention' => 'Usuń wzmiankę',
'Remove from list of watched tickets' => 'Usuń z listy obserwowanych zgłoszeń',
'Tickets per page' => 'Zgłoszeń na stronę',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => ' Brakujący kanał',
- 'Missing channel' => '',
+ 'Missing channel' => 'Brakujący kanał',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Resetuj wygląd',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Rozdziel jako nowe zgłoszenie telefoniczne',
'Create New Phone Ticket' => 'Utwórz nowe zgłoszenie telefoniczne',
'Please include at least one customer for the ticket.' => 'Wprowadź przynajmniej jednego klienta dla zgłoszenia.',
- 'Select this customer as the main customer.' => 'Wybierz tego klienta jako podstawowego',
'To queue' => 'Do kolejki',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2765,7 +2743,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Utwórz nowe zgłoszenie do procesu',
- ' Loading' => ' Ładowanie',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Zapisz zgłoszenie jako proces',
@@ -2809,7 +2786,6 @@ sub Data {
'Save as default' => 'Zapisz jako domyślny',
'Drafts' => 'Szkice',
'by' => 'przez',
- 'Move ticket to a different queue' => 'Przenieś zgłoszenie do innej kolejki',
'Change Queue' => 'Zmień kolejkę',
'There are no dialogs available at this point in the process.' =>
'W tym punkcie procesów brak jest jeszcze dialogów.',
@@ -2951,11 +2927,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nowe zgłoszenie',
- ' Service level agreement' => ' Gwarantowany poziom świadczenia usług (SLA)',
- 'Dymanic Info' => '',
- ' Subject' => ' Temat',
+ 'Service level agreement' => 'Gwarantowany poziom świadczenia usług (SLA)',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Zgłoszenia',
'Welcome!' => 'Witaj!',
'Please click the button below to create your first ticket.' => 'Prosimy, kliknij przycisk poniżej aby utworzyć swoje pierwsze zgłoszenie.',
'Create your first ticket' => 'Utwórz swoje pierwsze zgłoszenie',
@@ -2964,13 +2939,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Nazwa szablonu',
'e. g. 10*5155 or 105658*' => 'np. 10*5155 lub 105658*',
'CustomerID' => 'Identyfikator klienta',
'Types' => 'Typy zgłoszeń',
'Limitation' => '',
'No time settings' => 'Brak ustawień czasowych',
- 'All' => 'Wszystkie',
'Specific date' => 'Konkretna data',
'Only tickets created' => 'Tylko zgłoszenia utworzone',
'Date range' => 'Zakres dat',
@@ -2979,7 +2955,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Zapisz jako szablon',
'Save as Template?' => 'Zapisać jako szablon?',
- 'Template Name' => 'Nazwa szablonu',
'Pick a profile name' => 'Wybierz nazwę profilu',
'Output to' => 'Wyniki prezentuj jako',
@@ -3209,7 +3184,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'By pobrać atrybut wydarzenia',
- ' e. g.' => 'np.',
+ 'e. g.' => 'np.',
'To get the first 20 character of the appointment title.' => 'By pobrać pierwsze 20 znaków tytułu wydarzenia.',
'To get the calendar attribute' => 'By pobrać atrybut kalendarza',
'Attributes of the recipient user for the notification' => 'Atrybuty danych odbiorcy powiadomienia',
@@ -3242,9 +3217,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Wyświetlane wartości pól dynamicznych zgłoszeń, przydatne dla pól list rozwijanych i wielokrotnego wyboru.',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'np.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5043,6 +5015,8 @@ sub Data {
'Server Database Charset' => 'Kodowanie znaków serwera bazy danych',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Kodowanie znaków tabeli',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5142,7 +5116,7 @@ sub Data {
'Free Swap Space (%)' => 'Dostępna przestrzeń stronicowania (%)',
'No swap enabled.' => 'Nie włączona partycja SWAP.',
'Used Swap Space (MB)' => 'Używana przestrzeń wymiany (MB)',
- 'There should be more than 60% free swap space.' => ' Co najmniej 60% przestrzeni wymiany powinno być wolne.',
+ 'There should be more than 60% free swap space.' => 'Co najmniej 60% przestrzeni wymiany powinno być wolne.',
'There should be no more than 200 MB swap space used.' => 'Co najmniej 200 MB przestrzeni wymiany powinno być używane.',
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/LoadedModules.pm
@@ -5214,7 +5188,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Rekordy bazy danych',
- 'Tickets' => 'Zgłoszenia',
'Ticket History Entries' => 'Historia zgłoszeń',
'Articles' => 'Wiadomości',
'Attachments (DB, Without HTML)' => 'Załączniki (DB, bez HTML)',
@@ -5640,6 +5613,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Ustawia liczbę linii widocznych w wiadomościach tekstowych (np. linie zgłoszenia w QueueZoom)',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'Definiuje format daty używanej w formularzach (opcja lub pole wstawienia).',
@@ -7904,6 +7879,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'czasowo nieaktualne',
@@ -8846,6 +8823,7 @@ Twój Zespół Helpdesk.
'Manage tasks triggered by event or time based execution.' => 'Zarządza zadaniami wywołanymi zdarzeniami lub zaplanowymi czasowo.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Oznacz jako spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Oznacz to zgłoszenie jako SPAM!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9086,7 +9064,6 @@ Twój Zespół Helpdesk.
'Ticket Priority.' => 'Priorytet zgłoszenia.',
'Ticket Queue Overview' => 'Przegląd zgłoszeń na kolejkach',
'Ticket Responsible.' => 'Odpowiedzialny za zgłoszenie.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Obserwujący zgłoszenie',
'Ticket Zoom' => 'Szczegóły zgłoszenia',
'Ticket Zoom.' => 'Szczegóły zgłoszenia.',
diff --git a/Kernel/Language/pt.pm b/Kernel/Language/pt.pm
index bf83abd34e9..8aa4c2211ac 100644
--- a/Kernel/Language/pt.pm
+++ b/Kernel/Language/pt.pm
@@ -22,20 +22,20 @@ sub Data {
# $$START$$
# possible charsets
- $Self->{Charset} = ['utf-8', ];
+ $Self->{Charset} = [];
# date formats (%A=WeekDay;%B=LongMonth;%T=Time;%D=Day;%M=Month;%Y=Year;)
- $Self->{DateFormat} = '%Y-%M-%D %T';
- $Self->{DateFormatLong} = '%A, %D de %B de %Y, %T';
- $Self->{DateFormatShort} = '%Y-%M-%D';
- $Self->{DateInputFormat} = '%Y-%M-%D';
- $Self->{DateInputFormatLong} = '%Y-%M-%D - %T';
- $Self->{Completeness} = 0.304333552199606;
+ $Self->{DateFormat} = '';
+ $Self->{DateFormatLong} = '';
+ $Self->{DateFormatShort} = '';
+ $Self->{DateInputFormat} = '';
+ $Self->{DateInputFormatLong} = '';
+ $Self->{Completeness} = 0.309441423628275;
# csv separator
- $Self->{Separator} = ';';
+ $Self->{Separator} = '';
- $Self->{DecimalSeparator} = ',';
- $Self->{ThousandSeparator} = '.';
+ $Self->{DecimalSeparator} = '';
+ $Self->{ThousandSeparator} = '';
$Self->{Translation} = {
# TT Template: Kernel/Output/HTML/Templates/Standard/AdminACL.tt
@@ -801,7 +801,7 @@ sub Data {
'Param %s key' => 'Chave do parametro %s',
'Param %s value' => 'Valor do parametro %s',
'Results' => 'Resultados',
- '%s Tickets affected! What do you want to do?' => '%s Chamados afetados. O que deseja fazer ?',
+ '%s Tickets affected! What do you want to do?' => '%s Tickets afetados. O que deseja fazer?',
'Warning: You used the DELETE option. All deleted tickets will be lost!' =>
'Aviso: Utilizou a opção de APAGAR. Todos os tickets vão ser perdidos.',
'Warning: There are %s tickets affected but only %s may be modified during one job execution!' =>
@@ -1593,7 +1593,7 @@ sub Data {
'Edit PostMaster Filter' => 'Editar filtro de correio',
'Delete this filter' => 'Apagar filtro',
'Do you really want to delete this postmaster filter?' => '',
- 'A postmaster filter with this name already exists!' => '',
+ 'A postmaster filter with this name already exists!' => 'Já existe um filtro postmaster com este nome!',
'Filter Condition' => 'Condição do filtro',
'AND Condition' => '',
'Search header field' => '',
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => 'Campos Disponíveis',
'Filter available fields' => '',
'Assigned Fields' => 'Campos Assignados',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Modelo',
@@ -1802,7 +1802,7 @@ sub Data {
'Configure Working Hours' => '',
'Configure Queue Related Settings' => '',
'Edit Queue' => 'Editar fila',
- 'A queue with this name already exists!' => '',
+ 'A queue with this name already exists!' => 'Já existe uma fila com este nome!',
'This queue is present in a SysConfig setting, confirmation for updating settings to point to the new queue is needed!' =>
'',
'Sub-queue of' => 'Sub-fila de ',
@@ -2031,7 +2031,7 @@ sub Data {
'Generate Support Bundle' => '',
'The Support Bundle has been Generated' => '',
'A file containing the support bundle will be downloaded to the local system.' =>
- '',
+ 'Um ficheiro contendo o pacote de suporte será descarregado para o sistema local.',
'Support Data' => '',
'Error: Support data could not be collected (%s).' => '',
'Support Data Collector' => 'Agregador de Informação de Suporte',
@@ -2078,7 +2078,7 @@ sub Data {
'By default, you will only deploy settings which you changed on your own. If you\'d like to deploy settings changed by other users, too, please click the link on top of the screen to enter the advanced deployment mode.' =>
'',
'A deployment has just been restored, which means that all affected setting have been reverted to the state from the selected deployment.' =>
- '',
+ 'Uma implementação acabou de ser restaurada, o que significa que todas as configurações afetadas foram revertidas para o estado da implementação selecionada.',
'Please review the changed settings and deploy afterwards.' => '',
'An empty list of changes means that there are no differences between the restored and the current state of the affected settings.' =>
'',
@@ -2186,7 +2186,7 @@ sub Data {
'Add ticket attribute relations' => '',
'Edit ticket attribute relations' => '',
'Attribute' => '',
- 'Last update' => '',
+ 'Last update' => 'Última atualização',
'Are you sure you want to delete entry \'%s\'?' => '',
'Download previously imported file' => '',
'The file needs to be in CSV (UTF-8) or Excel format. Both header columns need to contain the names of valid ticket attributes. The name of the uploaded file must be unique and must not be in use by another ticket attribute relations record.' =>
@@ -2343,7 +2343,7 @@ sub Data {
'The Znuny Daemon is a daemon process that performs asynchronous tasks, e.g. ticket escalation triggering, email sending, etc.' =>
'',
'A running Znuny Daemon is mandatory for correct system operation.' =>
- '',
+ 'Um Daemon Znuny em funcionamento é obrigatório para o funcionamento correto do sistema.',
'Starting the Znuny Daemon' => '',
'Make sure that the file \'%s\' exists (without .dist extension). This cron job will check every 5 minutes if the Znuny Daemon is running and start it if needed.' =>
'',
@@ -2359,7 +2359,7 @@ sub Data {
'New Appointment' => '',
'Tomorrow' => 'Amanhã',
'Soon' => '',
- '5 days' => '',
+ '5 days' => '5 dias',
'Start' => 'Início',
'none' => 'nenhum(a)',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'em',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => ' Mostrar ou ocultar o conteúdo',
+ 'All' => 'Todos',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
- 'Save changes' => '',
- ' Settings' => ' Configurações',
- ' Refresh' => '',
- ' Close this widget' => ' Fechar este widget',
+ 'Save changes' => 'Guardar alterações',
+ 'Close this widget' => 'Fechar este widget',
'Hide' => '',
- ' Cancel' => ' Cancelar',
'more' => 'mais',
'No Data Available.' => '',
'Available Columns' => 'Colunas disponíveis',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Colunas visíveis (arrastar e largar para ordenar)',
- ' Submit' => ' Enviar',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2391,8 +2384,8 @@ sub Data {
'Closed' => 'Fechado',
'Phone ticket' => 'Ticket por telefone',
'Email ticket' => 'Ticket por email',
- '%s open ticket(s) of %s' => '%s chamado(s) aberto(s) de %s',
- '%s closed ticket(s) of %s' => '%s chamados(s) fechado(s) de %s',
+ '%s open ticket(s) of %s' => '%s ticket(s) aberto(s) de %s',
+ '%s closed ticket(s) of %s' => '%s Ticket(s) fechado(s) de %s',
'New phone ticket from %s' => 'Novo ticket via telefone de %s',
'New email ticket to %s' => 'Novo ticket via email de %s',
'Edit customer ID' => '',
@@ -2603,11 +2596,11 @@ sub Data {
'Necessita de um endereço de email válido, não utilize endereços de email locais',
'Next ticket state' => 'Próximo estado do ticket',
'Inform sender' => 'Informar o remetente',
- 'Send mail' => 'Enviar mensagem de email !',
+ 'Send mail' => 'Enviar email',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketBulk.tt
'Ticket Bulk Action' => 'Ação em bloco sobre tickets',
- 'Send Email' => 'Enviar mensagem de email !',
+ 'Send Email' => 'Enviar email',
'Merge' => 'Fundir',
'Merge to' => 'Ligar a',
'Invalid ticket identifier!' => 'Identificador de ticket inválido',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Escrever resposta para %s%s%s',
'Date Invalid!' => 'Data inválida',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => ' Cc',
'Remove Cc' => 'Remover CC',
- 'Bcc' => 'Bcc',
- ' Bcc' => ' Cco',
+ 'Bcc' => 'Cco',
'Remove Bcc' => 'Remover BCC',
- ' Send mail' => ' Enviar email',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Modificar cliente de %s%s%s',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Criar novo ticket',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => 'Para o utilizador do cliente',
- ' To' => ' Para',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => ' Para usuário cliente',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'Da fila',
- ' Get all' => '',
'Get all' => 'Obter todos',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2704,7 +2687,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketMove.tt
'Move %s%s%s' => 'Mover %s%s%s',
'New Queue' => 'Nova Fila',
- 'Communication' => '',
+ 'Communication' => 'Comunicação',
'Move' => 'Mover',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketNoteToLinkedTicket.tt
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => ' Selecionar todos',
'No ticket data found.' => 'Não foram encontrados dados do ticket',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Remetente',
'Customer User Name' => '',
'Impact' => 'Impacto',
'Update Time' => 'Tempo de actualização',
'Solution Time' => 'Tempo de solução',
'First Response Time' => 'Tempo da primeira resposta',
- ' Service Time' => ' Tempo de serviço',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mover ticket para uma fila diferente',
'Change queue' => 'Modificar a fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Remover dos tickets vigiados',
'Tickets per page' => 'Tickets por página',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Repor',
- ' Column Filters Form' => ' Formulário de filtros de coluna',
+ 'Column Filters Form' => 'Formulário de filtros de coluna',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Dividir para novo ticket telefónico',
'Create New Phone Ticket' => 'Criar novo ticket por telefone',
'Please include at least one customer for the ticket.' => 'Deve incluir pelo menos um cliente',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Para a fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Criar novo ticket de processo',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'por',
- 'Move ticket to a different queue' => 'Mover ticket para uma fila diferente',
'Change Queue' => 'Mudar fila',
'There are no dialogs available at this point in the process.' =>
'Não existem mais diálogos disponíveis no processo.',
@@ -2829,7 +2805,7 @@ sub Data {
'Resize' => 'Redimensionar',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/Chat.tt
- '#%s' => '# %s',
+ '#%s' => '#%s',
'via %s' => '',
'by %s' => '',
'Toggle article details' => '',
@@ -2906,7 +2882,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerFooterJS.tt
'%s detected possible network issues. You could either try reloading this page manually or wait until your browser has re-established the connection on its own.' =>
- '%s detectado possíveis problemas de rede. Você pode tentar recarregar esta página manualmente ou esperar até que seu navegador restabeleça a conexão por conta própria.',
+ '%s detetado possíveis problemas de rede. Pode tentar recarregar a página manualmente ou esperar até que seu navegador restabeleça a conexão por conta própria.',
'The connection has been re-established after a temporary connection loss. Due to this, elements on this page could have stopped to work correctly. In order to be able to use all elements correctly again, it is strongly recommended to reload this page.' =>
'',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Novo Ticket',
- ' Service level agreement' => ' Acordo de nível de serviço',
- 'Dymanic Info' => '',
- ' Subject' => ' Assunto',
+ 'Service level agreement' => 'Acordo de nível de serviço',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tickets',
'Welcome!' => 'Bem vindo!',
'Please click the button below to create your first ticket.' => 'Clique no botão abaixo para criar o seu primeiro ticket',
'Create your first ticket' => 'Criar o seu primeiro ticket',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nome do modelo',
'e. g. 10*5155 or 105658*' => 'ex. 20170102450052911 ou 201701*',
'CustomerID' => 'ID de Cliente',
'Types' => 'Tipos',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Todos',
'Specific date' => 'Data específica',
'Only tickets created' => 'Apenas tickets criados',
'Date range' => 'Intervalo de datas',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Guardar como modelo',
'Save as Template?' => 'Guardar como modelo?',
- 'Template Name' => 'Nome do modelo',
'Pick a profile name' => 'Seleccione o perfil',
'Output to' => 'Tipo de resultado',
@@ -3155,7 +3130,7 @@ sub Data {
'Open URL in new tab' => '',
'Close preview' => '',
'A preview of this website can\'t be provided because it didn\'t allow to be embedded.' =>
- '',
+ 'Não é possível fornecer uma pré-visualização desta página web, uma vez que não permitiu a sua ligação.',
# TT Template: Kernel/Output/HTML/Templates/Standard/MobileNotAvailableWidget.tt
'Feature not Available' => '',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Para obter os atributos do evento',
- ' e. g.' => ' ex:',
+ 'e. g.' => 'ex:',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => 'Para obter os atributos do calendário',
'Attributes of the recipient user for the notification' => '',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'ex. ',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -3702,29 +3674,29 @@ sub Data {
# Perl Module: Kernel/Modules/AdminGenericInterfaceErrorHandlingRequestRetry.pm
'0 seconds' => '0 segundos',
'15 seconds' => '15 segundos',
- '30 seconds' => '',
- '45 seconds' => '',
+ '30 seconds' => '30 segundos',
+ '45 seconds' => '45 segundos',
'1 minute' => '1 minuto',
- '2 minutes' => '',
- '3 minutes' => '',
- '4 minutes' => '',
- '5 minutes' => '',
+ '2 minutes' => '2 minutos',
+ '3 minutes' => '3 minutos',
+ '4 minutes' => '4 minutos',
+ '5 minutes' => '5 minutos',
'10 minutes' => '10 Minutos',
'15 minutes' => '15 minutos',
- '30 minutes' => '',
+ '30 minutes' => '30 minutos',
'1 hour' => '1 hora',
- '2 hours' => '',
- '3 hours' => '',
- '4 hours' => '',
- '5 hours' => '',
- '6 hours' => '',
+ '2 hours' => '2 horas',
+ '3 hours' => '3 horas',
+ '4 hours' => '4 horas',
+ '5 hours' => '5 horas',
+ '6 hours' => '6 horas',
'12 hours' => '12 horas',
'18 hours' => '18 horas',
'1 day' => '1 dia',
- '2 days' => '',
- '3 days' => '',
- '4 days' => '',
- '6 days' => '',
+ '2 days' => '2 dias',
+ '3 days' => '3 dias',
+ '4 days' => '4 dias',
+ '6 days' => '6 dias',
'1 week' => '1 semana',
# Perl Module: Kernel/Modules/AdminGenericInterfaceInvokerDefault.pm
@@ -4493,7 +4465,7 @@ sub Data {
'',
# Perl Module: Kernel/Modules/Mentions.pm
- '%s users will be mentioned' => '%s usuários serão mencionados',
+ '%s users will be mentioned' => '%s utilizadores serão mencionados',
# Perl Module: Kernel/Modules/PublicCalendar.pm
'No %s!' => '',
@@ -4557,10 +4529,10 @@ sub Data {
'Crypted' => 'Cifrado',
'Sent message encrypted to recipient!' => '',
'Signed' => 'Assinado',
- '"PGP SIGNED MESSAGE" header found, but invalid!' => 'Detectado cabeçalho "PGP SIGNED MESSAGE" inválido!',
+ '"PGP SIGNED MESSAGE" header found, but invalid!' => 'Detetado cabeçalho "PGP SIGNED MESSAGE" inválido!',
# Perl Module: Kernel/Output/HTML/ArticleCheck/SMIME.pm
- '"S/MIME SIGNED MESSAGE" header found, but invalid!' => 'Detectado cabeçalho "S/MIME SIGNED MESSAGE" inválido!',
+ '"S/MIME SIGNED MESSAGE" header found, but invalid!' => 'Detetado cabeçalho "S/MIME SIGNED MESSAGE" inválido!',
'Ticket decrypted before' => 'Registo já desencriptado',
'Impossible to decrypt: private key for email was not found!' => 'Impossível desencriptar: chave privada não encontrada!',
'Successful decryption' => 'Desencriptação bem sucedida',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tickets',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5638,6 +5611,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -6312,7 +6287,7 @@ sub Data {
'The format of the subject. \'Left\' means \'[TicketHook#:12345] Some Subject\', \'Right\' means \'Some Subject [TicketHook#:12345]\', \'None\' means \'Some Subject\' and no ticket number. In the latter case you should verify that the setting PostMaster::CheckFollowUpModule###0200-References is activated to recognize followups based on email headers.' =>
'',
'A list of dynamic fields that are merged into the main ticket during a merge operation. Only dynamic fields that are empty in the main ticket will be set.' =>
- '',
+ 'Uma lista de campos dinâmicos que são adicionados ao bilhete principal durante uma operação de combinação. Apenas campos dinâmicos vazios no bilhete principal, serão definidos.',
'Name of custom queue. The custom queue is a queue selection of your preferred queues and can be selected in the preferences settings.' =>
'',
'Name of custom service. The custom service is a service selection of your preferred services and can be selected in the preferences settings.' =>
@@ -7902,6 +7877,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'inválido-temporariamente',
@@ -8118,7 +8095,7 @@ sub Data {
'There is a package upgrade process running, click here to see status information about the upgrade progress.' =>
'',
'A package upgrade was recently finished. Click here to see the results.' =>
- '',
+ 'Um pacote foi recentemente atualizado. Clique aqui para ver os resultados.',
'No response from get package upgrade result.' => '',
'Update all packages' => '',
'Dismiss' => '',
@@ -8300,7 +8277,7 @@ sub Data {
'Do you really want to continue?' => '',
# JS File: var/httpd/htdocs/js/Core.Agent.TicketBulk.js
- ' ...and %s more' => ' e %s mais',
+ ' ...and %s more' => ' ...e %s mais',
' ...show less' => ' ...mostrar menos',
# JS File: var/httpd/htdocs/js/Core.Agent.TicketFormDraft.js
@@ -8345,7 +8322,7 @@ sub Data {
'Open this node in a new window' => '',
'Please add values for all keys before saving the setting.' => '',
'The key must not be empty.' => '',
- 'A key with this name (\'%s\') already exists.' => '',
+ 'A key with this name (\'%s\') already exists.' => 'Uma chave com o nome (\'%s\') já existe.',
'Do you really want to revert this setting to its historical value?' =>
'',
@@ -8459,14 +8436,14 @@ A sua equipa de Helpdesk
'2 - Enabled and required' => '2 - Habilitado e obrigatório',
'2 - Enabled and shown by default' => '2 - Habilitado e exibido por padrão',
'2 - Enabled by default' => '2 - Habilitado por padrão',
- '2 Minutes' => '',
- '200 (Advanced)' => '',
- '30 Minutes' => '',
- '300 (Beginner)' => '',
- '5 Minutes' => '',
- 'A TicketWatcher Module.' => '',
- 'A Website' => '',
- 'A picture' => '',
+ '2 Minutes' => '2 minutos',
+ '200 (Advanced)' => '200(Avançado)',
+ '30 Minutes' => '30 minutos',
+ '300 (Beginner)' => '300 (Principiante)',
+ '5 Minutes' => '5 Minutos',
+ 'A TicketWatcher Module.' => 'Um módulo TicketWatcher.',
+ 'A Website' => 'Uma Página na Internet.',
+ 'A picture' => 'Uma Imagem',
'AJAX functions for notification event transport web service.' =>
'',
'AJAX interface for the web service dynamic field backends.' => '',
@@ -8845,6 +8822,7 @@ A sua equipa de Helpdesk
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marcar como Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9085,7 +9063,6 @@ A sua equipa de Helpdesk
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Visão geral das filas de tickets',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/pt_BR.pm b/Kernel/Language/pt_BR.pm
index 29143d7c7d8..6df849a7527 100644
--- a/Kernel/Language/pt_BR.pm
+++ b/Kernel/Language/pt_BR.pm
@@ -30,7 +30,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.859487852921865;
+ $Self->{Completeness} = 0.862580326248146;
# csv separator
$Self->{Separator} = ';';
@@ -1689,7 +1689,7 @@ sub Data {
'Available Fields' => 'Campos Disponíveis',
'Filter available fields' => 'Filtrar campos disponíveis',
'Assigned Fields' => 'Campos Atribuidos',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Canal de Comunicação',
'Is visible for customer' => 'Ficar visível para o Cliente',
'Text Template' => 'Modelo de Texto',
@@ -2368,23 +2368,16 @@ sub Data {
'in' => 'em',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Todas',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'mais',
'No Data Available.' => 'Nenhum dado disponível.',
'Available Columns' => 'Colunas Disponíveis',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Colunas Visíveis (arrastar e soltar p/ reordenar)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Alterar relacionamentos de cliente',
@@ -2624,8 +2617,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Compor resposta para %s%s',
'Date Invalid!' => 'Data Inválida!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Selecione um ou mais destinatários do caderno de endereço do usuário cliente.',
'Customer user address book' => 'Caderno de endereços do Usuário Cliente',
'This address is registered as system address and cannot be used: %s' =>
'Esse endereço está registrado como endereço do sistema e não pode ser usado: %s',
@@ -2634,12 +2627,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Por favor, remova esta entrada e digite uma nova com o valor correto.',
'This address already exists on the address list.' => 'Este endereço já existe na lista de endereços.',
- ' Cc' => '',
'Remove Cc' => 'Remover Cc',
'Bcc' => 'Cópia Oculta',
- ' Bcc' => '',
'Remove Bcc' => 'Remover Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Alterar Cliente de %s%s',
@@ -2648,23 +2638,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Criar Novo Chamado Via E-mail',
- ' Example Template' => '',
'Example Template' => 'Exemplo de Modelo',
'To customer user' => 'Para usuário cliente',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Por favor, inclua ao menos um usuário cliente para este chamado.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Selecione este cliente como principal',
'Remove Ticket Customer User' => 'Remover Usuário Cliente do Chamado',
'From queue' => 'Da Fila',
- ' Get all' => '',
'Get all' => 'Obter todos',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'E-mail de saída para %s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Selecione um ou mais destinatários do caderno de endereço do usuário cliente.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'Reenvie E-mail para %s%s%s',
@@ -2717,18 +2700,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Nenhum dado de chamado encontrado.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Remetente',
'Customer User Name' => 'Nome do Usuário Cliente',
'Impact' => 'Impacto',
'Update Time' => 'Prazo de Atualização',
'Solution Time' => 'Prazo de Solução',
'First Response Time' => 'Prazo de Resposta Inicial',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mover Chamado Para Uma Fila Diferente',
'Change queue' => 'Alterar fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2737,21 +2718,18 @@ sub Data {
'Remove mention' => 'Remover menção',
'Remove from list of watched tickets' => 'Remover da lista de chamados monitorados',
'Tickets per page' => 'Chamados por página',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Canal faltando',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Redefinir visão',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Dividir em Novo Chamado Fone',
'Create New Phone Ticket' => 'Criar Novo Chamado Via Fone',
'Please include at least one customer for the ticket.' => 'Por favor, inclua pelo menos um cliente para o chamado.',
- 'Select this customer as the main customer.' => 'Selecione este cliente como principal',
'To queue' => 'Para a fila',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2764,7 +2742,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Criar Novo Chamado de Processo',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Registrar chamado em um Processo',
@@ -2808,7 +2785,6 @@ sub Data {
'Save as default' => 'Salvar como padrão',
'Drafts' => 'Rascunhos',
'by' => 'por',
- 'Move ticket to a different queue' => 'Mover Chamado Para Uma Fila Diferente',
'Change Queue' => 'Alterar Fila',
'There are no dialogs available at this point in the process.' =>
'Não existem diálogos disponíveis neste ponto do processo.',
@@ -2950,11 +2926,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Novo Chamado',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Chamados',
'Welcome!' => 'Bem-vindo!',
'Please click the button below to create your first ticket.' => 'Por favor, clique no botão abaixo para criar o seu primeiro chamado.',
'Create your first ticket' => 'Criar seu primeiro chamado',
@@ -2963,13 +2938,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Perfil',
+ 'Template Name' => 'Nome do Modelo',
'e. g. 10*5155 or 105658*' => 'ex. 10*5155 ou 105658*',
'CustomerID' => 'ID do Cliente',
'Types' => 'Tipos',
'Limitation' => '',
'No time settings' => 'Sem configurações de tempo',
- 'All' => 'Todas',
'Specific date' => 'Data específica',
'Only tickets created' => 'Apenas chamados criados',
'Date range' => 'Período de data',
@@ -2978,7 +2954,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Salvar como Modelo',
'Save as Template?' => 'Salvar como Modelo?',
- 'Template Name' => 'Nome do Modelo',
'Pick a profile name' => 'Escolha um nome de perfil',
'Output to' => 'Saída para',
@@ -3208,7 +3183,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Para obter o atributo compromisso',
- ' e. g.' => 'ex.',
+ 'e. g.' => 'ex.',
'To get the first 20 character of the appointment title.' => 'Para obter os 20 primeiros caracteres do título do compromisso.',
'To get the calendar attribute' => 'Para obter o atributo calendário',
'Attributes of the recipient user for the notification' => 'Atributos do usuário destinatário da notificação',
@@ -3241,9 +3216,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Campos dinâmicos bilhete exibem valores, útil para campos do tipo Dropdown e Multiselect',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'ex.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5042,6 +5014,8 @@ sub Data {
'Server Database Charset' => 'Charset do Banco de dados',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Chartset da Tabela',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5213,7 +5187,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Registros de Banco',
- 'Tickets' => 'Chamados',
'Ticket History Entries' => 'Entradas de Histórico de Chamados',
'Articles' => 'Artigos',
'Attachments (DB, Without HTML)' => 'Anexos (DB, sem HTML)',
@@ -5639,6 +5612,8 @@ sub Data {
'Quebra de linha automatizada em mensagens de texto após x número de caracteres.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Define o número de linhas exibidas nas mensagens de texto (exemplo: linhas de ticket na Visão de Fila)',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Habilita "arrasta e solta" na navegação principal.',
'Defines the date input format used in forms (option or input fields).' =>
'Define o formato de entrada de data utilizado em formulários (opção ou campos de entrada).',
@@ -7903,6 +7878,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'inválido-temporariamente',
@@ -8846,6 +8823,7 @@ Obrigado pela ajuda!
'Manage tasks triggered by event or time based execution.' => 'Gerenciar tarefas disparadas por evento ou com execução baseada em tempo.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marque como Spam',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Marcar este chamado como lixo!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9086,7 +9064,6 @@ Obrigado pela ajuda!
'Ticket Priority.' => 'Prioridade do chamado',
'Ticket Queue Overview' => 'Visão Geral de Fila de Chamado',
'Ticket Responsible.' => 'Responsável pelo chamado.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Monitorador do Chamado',
'Ticket Zoom' => 'Zoom do chamado',
'Ticket Zoom.' => 'Zoom do chamado',
diff --git a/Kernel/Language/ro.pm b/Kernel/Language/ro.pm
index 1d078c5c77f..f68501602d5 100644
--- a/Kernel/Language/ro.pm
+++ b/Kernel/Language/ro.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.287918581746553;
+ $Self->{Completeness} = 0.288844949744604;
# csv separator
$Self->{Separator} = ';';
@@ -1685,7 +1685,7 @@ sub Data {
'Available Fields' => 'Câmpuri disponibile',
'Filter available fields' => 'Filtrați câmpurile disponibile',
'Assigned Fields' => 'Câmpuri atribuite',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Șablon text',
@@ -2364,23 +2364,16 @@ sub Data {
'in' => 'in',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Toate',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'mai mult',
'No Data Available.' => '',
'Available Columns' => 'Coloane disponibile',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Coloane vizibile (ordonează-le trăgându-le cu mouse-ul)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2620,7 +2613,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Data invalidă!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2630,12 +2623,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => 'Această adresă există deja în lista de adrese.',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2644,23 +2634,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Crează tichet nou pornind de la e-mail',
- ' Example Template' => '',
'Example Template' => 'Sablon exemplu',
'To customer user' => 'Către utilizatorul clientului',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Include cel putin un utilizator al clientului pentru tichet.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Alege acest client ca fiind clientul principal.',
'Remove Ticket Customer User' => 'Sterge utilizatorul clientului pentru acest tichet',
'From queue' => 'Din coada',
- ' Get all' => '',
'Get all' => 'Ia tot',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2713,18 +2696,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Expeditor',
'Customer User Name' => '',
'Impact' => 'Impact',
'Update Time' => 'Momentul actualizării',
'Solution Time' => 'Momentul soluționării',
'First Response Time' => 'Timpul primului răspuns',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Mută tichetul într-o coadă diferită',
'Change queue' => 'Schimbă coada',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2733,21 +2714,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Scoate-l din lista de tichete aflate în supraveghere',
'Tickets per page' => 'Nr tichete pe pagină',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Resetează vederea de ansamblu',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Desparte și crează tichet nou telefonic',
'Create New Phone Ticket' => 'Crează tichet nou telefonic',
'Please include at least one customer for the ticket.' => 'Te rog include cel puțin un client pentru tichet.',
- 'Select this customer as the main customer.' => 'Alege acest client ca fiind clientul principal.',
'To queue' => 'În coada',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2760,7 +2738,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2804,7 +2781,6 @@ sub Data {
'Save as default' => 'Salvează ca implicit',
'Drafts' => '',
'by' => 'prin',
- 'Move ticket to a different queue' => 'Mută tichetul într-o coadă diferită',
'Change Queue' => 'Schimbă Coada',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2946,11 +2922,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Tichet nou',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tichete',
'Welcome!' => 'Bine ați venit!',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2959,13 +2934,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Nume șablon',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'IDClient',
'Types' => 'Tipuri',
'Limitation' => '',
'No time settings' => 'Nu există setări de timp',
- 'All' => 'Toate',
'Specific date' => 'Data exacta',
'Only tickets created' => 'Doar tichetele create',
'Date range' => 'Interval dată',
@@ -2974,7 +2950,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Salvează ca șablon',
'Save as Template?' => 'Salvez ca șablon?',
- 'Template Name' => 'Nume șablon',
'Pick a profile name' => 'Alege un nume al profilului',
'Output to' => 'Ieșire către',
@@ -3204,7 +3179,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Pentru a obține atributul programării',
- ' e. g.' => ' de ex.',
+ 'e. g.' => 'de ex.',
'To get the first 20 character of the appointment title.' => 'Pentru a obține primele 20 de caractere al titlului programării.',
'To get the calendar attribute' => 'Pentru a obține atributul calendarului',
'Attributes of the recipient user for the notification' => 'Atributele destinatarului pentru notificare',
@@ -3237,9 +3212,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Valorile afișate ale câmpurilor dinamice al unui tichet, util pentru câmpurile Listă verticală și Selecție multiplă',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'de ex.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5038,6 +5010,8 @@ sub Data {
'Server Database Charset' => 'Setul de caractere al serverului de baze de date',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Setul de caractere al tabelului',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5209,7 +5183,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Înregistrări în baza de date',
- 'Tickets' => 'Tichete',
'Ticket History Entries' => 'Istoricul tichetului',
'Articles' => 'Articole',
'Attachments (DB, Without HTML)' => 'Fișiere atașate (DB, fără HTML)',
@@ -5635,6 +5608,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7899,6 +7874,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'invalid-temporar',
@@ -8831,6 +8808,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Marcheaza-l ca Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9071,7 +9049,6 @@ Thanks for your help!
'Ticket Priority.' => 'Prioritate Tichet.',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => 'Responsabil Tichet.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Urmăritor tichet',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/ru.pm b/Kernel/Language/ru.pm
index 78cf80fe8b4..5b81346e4fd 100644
--- a/Kernel/Language/ru.pm
+++ b/Kernel/Language/ru.pm
@@ -38,7 +38,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.83026920551543;
+ $Self->{Completeness} = 0.84066567803592;
# csv separator
$Self->{Separator} = ';';
@@ -295,7 +295,7 @@ sub Data {
'Some account problems' => 'Есть проблемы с учетными записями',
'No account problems' => 'Нет проблем с учетными записями',
'No account activity' => 'Нет активных учетных записей',
- 'Number of accounts with problems: %s' => 'Количество учетных записей с проблемами:%s',
+ 'Number of accounts with problems: %s' => 'Количество учетных записей с проблемами: %s',
'Number of accounts with warnings: %s' => 'Количество учетных записей с предупреждениями: %s',
'Failing communications' => 'Неудачные сеансы связи',
'No communication problems' => 'Нет проблем с сеансами связи',
@@ -385,8 +385,8 @@ sub Data {
'Search Results' => 'Результаты поиска',
'Change Group Relations for Customer' => 'Изменить связи групп с клиентами',
'Change Customer Relations for Group' => 'Изменить связь клиентов с группой',
- 'Toggle %s Permission for all' => 'Переключить разрешение «%s» для всех',
- 'Toggle %s permission for %s' => 'Переключить разрешение «%s» для %s',
+ 'Toggle %s Permission for all' => 'Переключить разрешение "%s" для всех',
+ 'Toggle %s permission for %s' => 'Переключить разрешение "%s" для %s',
'Customer Default Groups:' => 'Клиентские группы по-умолчанию:',
'No changes can be made to these groups.' => 'В эти группы нельзя внести изменения.',
'Reference' => 'Ссылка',
@@ -548,7 +548,7 @@ sub Data {
'Here you can specify an optional HTTP link for the field value in Overviews and Zoom screens.' =>
'Здесь можно указать необязательную HTTP-ссылку для значения поля в экранах Обзоров и Подробного просмотра',
'If special characters (&, @, :, /, etc.) should not be encoded, use \'url\' instead of \'uri\' filter.' =>
- 'Если специальные символы (&, @, :, /, т.п.) не должны быть закодированы, вместо «uri» используйте фильтр «url».',
+ 'Если специальные символы (&, @, :, /, т.п.) не должны быть закодированы, вместо "uri" используйте фильтр "url".',
'Example' => 'Пример',
'Link for preview' => 'Ссылка для предпросмотра',
'If filled in, this URL will be used for a preview which is shown when this link is hovered in ticket zoom. Please note that for this to work, the regular URL field above needs to be filled in, too.' =>
@@ -845,7 +845,7 @@ sub Data {
'Edit ErrorHandling' => 'Редактировать ErrorHandling',
'General options' => 'Общие настройки',
'The name can be used to distinguish different error handling configurations.' =>
- 'Имя может быть использовано для для отличия настроек обработки ошибок.',
+ 'Имя может быть использовано для отличия настроек обработки ошибок.',
'Please provide a unique name for this web service.' => 'Укажите уникальное имя для этого веб-сервиса.',
'Error handling module backend' => 'Бэкенд-модуль обработки ошибок',
'This Znuny error handling backend module will be called internally to process the error handling mechanism.' =>
@@ -960,7 +960,7 @@ sub Data {
'Асинхронные триггеры событий будут обрабатываться Планировщиком Znuny в фоновом режиме (рекомендуется).',
'Synchronous event triggers would be processed directly during the web request.' =>
'Синхронные триггеры событий будут обрабатываться непосредственно при веб-запросе.',
- 'Add all attachments' => '',
+ 'Add all attachments' => 'Добавьте все вложения',
'Add all attachments to invoker payload.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceInvokerEvent.tt
@@ -1119,15 +1119,15 @@ sub Data {
'The password for the privileged user.' => 'Пароль для привилегированного пользователя',
'JWT authentication: Key file' => '',
'ATTENTION: Key file and/or password (if needed, see below) seem to be invalid.' =>
- '',
+ 'ВНИМАНИЕ: Файл ключа и/или пароль (при необходимости см. ниже) выглядят недействительными.',
'Path to private key file (PEM or DER). The key will be used to sign the JWT.' =>
'',
'JWT authentication: Key file password' => '',
'ATTENTION: Password and/or key file (see above) seem to be invalid.' =>
- '',
+ 'ВНИМАНИЕ: Пароль и/или файл ключа (см. выше) кажутся недействительными.',
'JWT authentication: Certificate file' => '',
- 'ATTENTION: Certificate file could not be parsed.' => '',
- 'ATTENTION: Certificate is expired.' => '',
+ 'ATTENTION: Certificate file could not be parsed.' => 'ВНИМАНИЕ: Не удалось разобрать файл сертификата.',
+ 'ATTENTION: Certificate is expired.' => 'ВНИМАНИЕ: Срок действия сертификата истек.',
'Path to X.509 certificate file (PEM). Data of the certificate can be used for the payload and/or header data of the JWT.' =>
'',
'JWT authentication: Algorithm' => '',
@@ -1231,7 +1231,7 @@ sub Data {
'Text to be used to as function wrapper name suffix or replacement.' =>
'Текст, который будет использоваться как суффикс имени обертки функции или для замены.',
'Please consider XML element naming restrictions (e.g. don\'t use \'<\' and \'&\').' =>
- 'Обратите внимание на ограничения именования XML элементов (например, нельзя использовать «<» и «&»).',
+ 'Обратите внимание на ограничения именования XML элементов (например, нельзя использовать "<" и "&").',
'Response name scheme' => 'Схема именования ответов',
'Select how SOAP response function wrapper should be constructed.' =>
'Выберите способ построения обертки функции SOAP ответов.',
@@ -1279,7 +1279,7 @@ sub Data {
'After you save the configuration you will be redirected again to the edit screen.' =>
'После сохранения конфигурации вы будете перенаправлены обратно на экран редактирования.',
'If you want to return to overview please click the "Go to overview" button.' =>
- 'Чтобы вернуться к обзору, нажмите кнопку «Перейти к обзору».',
+ 'Чтобы вернуться к обзору, нажмите кнопку "Перейти к обзору".',
'Edit Web Service' => 'Редактировать веб-сервис',
'Remote system' => 'Удалённая система',
'Provider transport' => 'Транспорт провайдера',
@@ -1428,7 +1428,7 @@ sub Data {
'URL for authorization code' => '',
'URL for token by authorization code' => '',
'URL for token by refresh token' => '',
- 'Access token scope' => '',
+ 'Access token scope' => 'Область действия токена доступа',
'Template' => 'Шаблон',
'This is the template that was used to create this OAuth2 token configuration.' =>
'',
@@ -1697,7 +1697,7 @@ sub Data {
'Available Fields' => 'Доступные поля',
'Filter available fields' => 'Фильтр для доступных полей',
'Assigned Fields' => 'Назначенные поля',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Канал связи',
'Is visible for customer' => 'Виден клиенту',
'Text Template' => 'Текстовый шаблон',
@@ -1878,7 +1878,7 @@ sub Data {
'Select the role:group permissions.' => 'Выберите разрешения роль:группа.',
'If nothing is selected, then there are no permissions in this group (tickets will not be available for the role).' =>
'Если ничего не выбрано, тогда в этой группе нет прав (для этой роли заявки не будут доступны).',
- 'Toggle %s permission for all' => 'Переключить разрешение «%s» для всех',
+ 'Toggle %s permission for all' => 'Переключить разрешение "%s" для всех',
'move_into' => 'переместить',
'Permissions to move tickets into this group/queue.' => 'Права на перемещение заявок в эту группу/очередь.',
'create' => 'создание',
@@ -2076,7 +2076,7 @@ sub Data {
'Об использовании системных настроек можно почитать в %s.',
'Search in all settings...' => 'Искать среди всех настроек...',
'There are currently no settings available. Please make sure to run \'znuny.Console.pl Maint::Config::Rebuild\' before using the software.' =>
- 'В настоящий момент нет доступных настроек. Убедитесь, что перед началом использования приложения была выполнена команда «znuny.Console.pl Maint::Config::Rebuild».',
+ 'В настоящий момент нет доступных настроек. Убедитесь, что перед началом использования приложения была выполнена команда \'znuny.Console.pl Maint::Config::Rebuild\'.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationDeployment.tt
'Help' => 'Помощь',
@@ -2376,23 +2376,16 @@ sub Data {
'in' => 'в',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Все',
'Search inactive widgets' => '',
- 'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
+ 'Active Widgets' => 'Активные Виджеты',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'далее',
'No Data Available.' => 'Данные недоступны.',
'Available Columns' => 'Колонки, доступные для отображения',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Отображаемые (порядок устанавливается перетаскиванием)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Изменить Связи клиентов',
@@ -2549,7 +2542,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentStatisticsOverview.tt
'Statistics' => 'Отчеты',
'Edit statistic "%s".' => 'Редактировать отчет "%s".',
- 'Export statistic "%s"' => 'Экспортировать отчёт «%s»',
+ 'Export statistic "%s"' => 'Экспортировать отчёт "%s"',
'Export statistic %s' => 'Экспортировать отчёт %s',
'Delete statistic %s' => 'Удалить отчет %s',
'Do you really want to delete this statistic?' => 'Вы действительно желаете удалить этот отчет?',
@@ -2624,16 +2617,16 @@ sub Data {
'Link together' => 'Связать',
'Link to parent' => 'Связать с родителем',
'Unlock tickets' => 'Разблокировать заявки',
- 'Watch tickets' => '',
- 'Mark tickets as seen' => '',
- 'Mark tickets as unseen' => '',
+ 'Watch tickets' => 'Наблюдать за заявками',
+ 'Mark tickets as seen' => 'Пометить заявки как прочитанные',
+ 'Mark tickets as unseen' => 'Пометить заявки как непрочитанные',
'Execute Bulk Action' => 'Выполнить Массовое действие',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Создать ответ для %s%s%s',
'Date Invalid!' => 'Неверная дата!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Выберите одного или более получателей из адресной книги клиентов.',
'Customer user address book' => 'Адресная книга клиентов',
'This address is registered as system address and cannot be used: %s' =>
'Этот адрес является системным зарегистрированным адресом и не может быть использован: %s',
@@ -2642,12 +2635,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Пожалуйста, удалите эту запись и введите новую с корректным значением.',
'This address already exists on the address list.' => 'Такой адрес уже существует в списке адресов.',
- ' Cc' => '',
'Remove Cc' => 'Удалить из копии',
'Bcc' => 'Скрытая копия',
- ' Bcc' => '',
'Remove Bcc' => 'Удалить из скрытой копии',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Изменить клиента для %s%s%s',
@@ -2656,23 +2646,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Создать заявку по email',
- ' Example Template' => '',
'Example Template' => 'Пример шаблона',
'To customer user' => 'Клиенту',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Укажите, пожалуйста, хотя бы одного клиента',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Выбрать этого клиента главным клиентом',
'Remove Ticket Customer User' => 'Удалить клиента заявки',
'From queue' => 'Из очереди',
- ' Get all' => '',
'Get all' => 'Получить всех',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Исходящее письмо для %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Выберите одного или более получателей из адресной книги клиентов.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'Отправить личное сообщение для %s%s%s',
@@ -2725,18 +2708,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Не найдено данных о заявках.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Отправитель',
'Customer User Name' => 'Имя клиента',
'Impact' => 'Степень влияния',
'Update Time' => 'Время до изменения заявки',
'Solution Time' => 'Время до решения заявки',
'First Response Time' => 'Время до первого ответа',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Переместить заявку в другую очередь',
'Change queue' => 'Сменить очередь',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2745,21 +2726,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Удалить из списка наблюдаемых заявок',
'Tickets per page' => 'Заявок на страницу',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Ошибочный канал',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Сбросить настройки просмотра',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Разделить с созданием новой телефонной заявки',
'Create New Phone Ticket' => 'Создать телефонную заявку',
'Please include at least one customer for the ticket.' => 'Пожалуйста, введите хотя бы одного клиента для заявки.',
- 'Select this customer as the main customer.' => 'Выбрать этого клиента главным клиентом',
'To queue' => 'В очередь',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2772,7 +2750,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Создать новую процессную заявку',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Зарегистрировать заявку в Процессе',
@@ -2816,7 +2793,6 @@ sub Data {
'Save as default' => 'Сохранить, как значение по умолчанию',
'Drafts' => 'Черновики',
'by' => 'кем',
- 'Move ticket to a different queue' => 'Переместить заявку в другую очередь',
'Change Queue' => 'Сменить очередь',
'There are no dialogs available at this point in the process.' =>
'Нет доступных диалогов в этой части процесса.',
@@ -2958,11 +2934,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Новая заявка',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Заявки',
'Welcome!' => 'Добро пожаловать!',
'Please click the button below to create your first ticket.' => 'Пожалуйста, нажмите на кнопку ниже, чтобы создать вашу первую заявку.',
'Create your first ticket' => 'Создать вашу первую заявку.',
@@ -2971,13 +2946,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Параметры',
+ 'Template Name' => 'Имя шаблона',
'e. g. 10*5155 or 105658*' => 'например, 10*5155 или 105658*',
'CustomerID' => 'ID компании',
'Types' => 'Типы',
'Limitation' => '',
'No time settings' => 'Без указания времени',
- 'All' => 'Все',
'Specific date' => 'Определенная дата',
'Only tickets created' => 'Заявки созданные',
'Date range' => 'Диапазон дат',
@@ -2986,7 +2962,6 @@ sub Data {
'Save Search as Template?' => 'Сохранить параметры поиска как шаблон?',
'Save as Template' => 'Сохранить как шаблон',
'Save as Template?' => 'Сохранить как шаблон?',
- 'Template Name' => 'Имя шаблона',
'Pick a profile name' => 'Выберите имя шаблона',
'Output to' => 'Вывести как',
@@ -3022,10 +2997,10 @@ sub Data {
'Save as new draft' => 'Сохранить как новый черновик',
# TT Template: Kernel/Output/HTML/Templates/Standard/FormElements/DraftNotifications.tt
- 'You have loaded the draft "%s".' => 'Вы загрузили черновик «%s».',
- 'You have loaded the draft "%s". You last changed it %s.' => 'Вы загрузили черновик «%s». Последнее раз вы обновляли его %s.',
+ 'You have loaded the draft "%s".' => 'Вы загрузили черновик "%s".',
+ 'You have loaded the draft "%s". You last changed it %s.' => 'Вы загрузили черновик "%s". Последний раз Вы обновляли его %s.',
'You have loaded the draft "%s". It was last changed %s by %s.' =>
- 'Вы загрузили черновик «%s». Последнее обновление его было %s.',
+ 'Вы загрузили черновик "%s". Последнее его обновление было %s.',
'Please note that you have already one or more saved drafts for this action.' =>
'',
'Please note that this draft is outdated because the ticket was modified since this draft was created.' =>
@@ -3036,7 +3011,7 @@ sub Data {
'You are logged in as' => 'Вы вошли как',
'Delete all activities' => '',
'Delete all' => '',
- 'Mark all activities as seen' => '',
+ 'Mark all activities as seen' => 'Пометить все активности как прочитанные',
'Seen all' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/HeaderToolbar.tt
@@ -3216,7 +3191,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Чтобы получить атрибут мероприятия',
- ' e. g.' => ' например,',
+ 'e. g.' => 'например,',
'To get the first 20 character of the appointment title.' => 'Чтобы получить первые 20 символов темы мероприятия.',
'To get the calendar attribute' => 'Чтобы получить атрибут календаря',
'Attributes of the recipient user for the notification' => 'Атрибуты пользователя - получателя уведомления',
@@ -3249,9 +3224,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Отображаемые значения динамических полей заявки, полезно при использовании полей типа Dropdown и Multiselect',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'например,',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -3306,7 +3278,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/Statistics/RestrictionsWidget.tt
'Please select only one element or turn off the button \'Fixed\'.' =>
- 'Выберите только один пункт или уберите флажок «Фиксировано».',
+ 'Выберите только один пункт или уберите флажок \'Фиксировано\'.',
'Absolute period' => 'Абсолютный период',
'Between %s and %s' => 'Между %s и %s',
'Relative period' => 'Относительный период',
@@ -4240,7 +4212,7 @@ sub Data {
'Customer user automatically added in Cc.' => 'Клиент автоматически добавлен копию сообщения.',
# Perl Module: Kernel/Modules/AgentTicketEmail.pm
- 'Ticket "%s" created!' => 'Создана заявка «%s»!',
+ 'Ticket "%s" created!' => 'Создана заявка "%s"!',
'No Subaction!' => 'Нет Subaction!',
# Perl Module: Kernel/Modules/AgentTicketEmailOutbound.pm
@@ -4544,15 +4516,15 @@ sub Data {
'Split this article' => 'Разделить это сообщение',
# Perl Module: Kernel/Output/HTML/ArticleAction/AgentTicketPlain.pm
- 'View the source for this Article' => 'Посмотреть исходный текст этой Статьи ',
+ 'View the source for this Article' => 'Посмотреть исходный текст этого Сообщения',
'Plain Format' => 'Исходный формат',
# Perl Module: Kernel/Output/HTML/ArticleAction/AgentTicketPrint.pm
'Print this article' => 'Напечатать это сообщение',
# Perl Module: Kernel/Output/HTML/ArticleAction/MarkArticleSeenUnseen.pm
- 'Mark article as unseen' => '',
- 'Mark as unseen' => '',
+ 'Mark article as unseen' => 'Пометить сообщение как непрочитанное',
+ 'Mark as unseen' => 'Пометить как непрочитанное',
# Perl Module: Kernel/Output/HTML/ArticleAction/MarkAsImportant.pm
'Mark' => 'Пометить',
@@ -5050,6 +5022,8 @@ sub Data {
'Server Database Charset' => 'Кодировка для сервера базы данных',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Кодировка для таблицы',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5221,7 +5195,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Записи базы данных',
- 'Tickets' => 'Заявки',
'Ticket History Entries' => 'Записи истории заявки',
'Articles' => 'Заметки/сообщения',
'Attachments (DB, Without HTML)' => 'Вложения (DB, без HTML)',
@@ -5597,24 +5570,24 @@ sub Data {
'The headline shown in the customer interface.' => 'Заголовок, отображаемый в интерфейсе клиента.',
'The logo shown in the header of the customer interface. The URL to the image can be a relative URL to the skin image directory, or a full URL to a remote web server.' =>
'Логотип, отображаемый в заголовке экрана в интерфейсе клиента. URL ссылка может быть относительным URL на каталог с файлами (skin) или быть полным URL на внешний веб-сервер.',
- 'The shortcut icon for the customer interface.' => '',
+ 'The shortcut icon for the customer interface.' => 'Иконка ярлыка интерфейса клиента.',
'The shortcut icon for the customer interface for the skin "default".' =>
- '',
- 'The Apple touch icon for the customer interface.' => '',
+ 'Иконка ярлыка для интерфейса клиента с внешним видом (skin) "по умолчанию".',
+ 'The Apple touch icon for the customer interface.' => 'Apple touch иконка для интерфейса клиента.',
'The Apple touch icon for the customer interface for skin "default".' =>
- '',
+ 'Apple touch иконка для интерфейса клиента с внешним видом (skin) "по умолчанию".',
'The logo shown in the header of the agent interface. The URL to the image can be a relative URL to the skin image directory, or a full URL to a remote web server.' =>
'Логотип, отображаемый в заголовке экрана в интерфейсе агента. URL ссылка может быть относительным URL на каталог с файлами (skin) или быть полным URL на внешний веб-сервер.',
'The logo shown in the header of the agent interface for the skin "default". See "AgentLogo" for further description.' =>
'Логотип, отображаемый в заголовке экрана в интерфейсе агента для окраса "default". Смотрите описание "AgentLogo" для дальгейших пояснений.',
'The logo shown on top of the login box of the agent interface. The URL to the image can be a relative URL to the skin image directory, or a full URL to a remote web server.' =>
'',
- 'The shortcut icon for the agent interface.' => '',
+ 'The shortcut icon for the agent interface.' => 'Иконка ярлыка для интерфейса агента.',
'The shortcut icon for the agent interface fot the skin "default".' =>
- '',
- 'The Apple touch icon for the agent interface.' => '',
+ 'Иконка ярлыка для интерфейса агента с внешним видом (skin) "по умолчанию".',
+ 'The Apple touch icon for the agent interface.' => 'Apple touch иконка для интерфейса агента.',
'The Apple touch icon for the agent interface for the skin "default".' =>
- '',
+ 'Apple touch иконка для интерфейса агента с внешним видом (skin) "по умолчанию".',
'Defines the URL base path of icons, CSS and Java Script.' => 'Задает путь в виде URL к icons, CSS и Java Script.',
'Defines the URL image path of icons for navigation.' => 'Задает путь в виде URL к файлам иконок навигационной панели.',
'Defines the URL CSS path.' => 'Задает путь к URL CSS.',
@@ -5647,11 +5620,13 @@ sub Data {
'Автоматический перевод строки в тексте сообщения после х символов.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Задает количество строк отображаемых в текстовых сообщениях (например, строк заявки в QueueZoom).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Включает возможность "drag and drop" для основной навигации.',
'Defines the date input format used in forms (option or input fields).' =>
'Задает способ ввода даты (выбором (option) или прямым вводом в поле (input).',
'Defines the available steps in time selections. Select "Minute" to be able to select all minutes of one hour from 1-59. Select "30 Minutes" to only make full and half hours available.' =>
- 'Определяет доступные шаги при выборе временнОго интервала. Выберите «Минуты», чтобы выбрать все минуты одного часа от 1 до 59. Выберите «30 минут», чтобы получить полные часы и полчаса.',
+ 'Определяет доступные шаги при выборе временнОго интервала. Выберите "Минуты", чтобы выбрать все минуты одного часа от 1 до 59. Выберите "30 минут", чтобы сделать доступными только полные часы и полчаса.',
'Shows time in long format (days, hours, minutes), if enabled; or in short format (days, hours), if not enabled.' =>
'',
'Allows choosing between showing the attachments of a ticket in the browser (inline) or just make them downloadable (attachment).' =>
@@ -5717,7 +5692,7 @@ sub Data {
'',
'MailQueue configuration settings.' => 'Настройки конфигурации MailQueue.',
'Define which avatar engine should be used for the agent avatar on the header and the sender images in AgentTicketZoom. If \'None\' is selected, initials will be displayed instead. Please note that selecting anything other than \'None\' will transfer the encrypted email address of the particular user to an external service.' =>
- 'Определите, какой движок аватара следует использовать для аватара агента в заголовке и изображения отправителя в AgentTicketZoom. Если выбрано «Нет», вместо него будут отображаться инициалы. Обратите внимание, что выбор чего-либо другого, кроме «Нет», переносит зашифрованный адрес электронной почты конкретного пользователя на внешнюю службу.',
+ 'Определите, какой движок аватара следует использовать для аватара агента в заголовке и изображениях отправителя в AgentTicketZoom. Если выбрано \'Нет\', вместо него будут отображаться инициалы. Обратите внимание, что выбор чего-либо другого, кроме \'Нет\', переносит зашифрованный адрес электронной почты конкретного пользователя на внешнюю службу.',
'Define which avatar default image should be used for the current agent if no gravatar is assigned to the mail address of the agent. Check https://gravatar.com/site/implement/images/ for further information.' =>
'',
'Define which avatar default image should be used for the article view if no gravatar is assigned to the mail address. Check https://gravatar.com/site/implement/images/ for further information.' =>
@@ -6051,7 +6026,7 @@ sub Data {
'Задает возможность входа для клиента, если для него не задан секретный ключ хранимый в его личных настройках, т.е. не используется двух-факторная аутентификация.',
'Defines the parameters for the customer preferences table.' => 'Задает параметры личных настроек для клиента',
'Defines all the parameters for this item in the customer preferences. \'PasswordRegExp\' allows to match passwords against a regular expression. Define the minimum number of characters using \'PasswordMinSize\'. Define if at least 2 lowercase and 2 uppercase letter characters are needed by setting the appropriate option to \'1\'. \'PasswordMin2Characters\' defines if the password needs to contain at least 2 letter characters (set to 0 or 1). \'PasswordNeedDigit\' controls the need of at least 1 digit (set to 0 or 1 to control).' =>
- 'Определяет все параметры этого элемента в личных настройках клиента. «PasswordRegExp» позволяет сопоставлять пароли с регулярным выражением. Определите минимальное количество символов, используя \'PasswordMinSize\'. Определите, требуется ли как минимум 2 строчных буквы и 2 буквы в верхнем регистре, установив соответствующую опцию в «1». «PasswordMin2Characters» определяет, должен ли пароль содержать не менее двух буквенных символов (установите в 0 или 1). «PasswordNeedDigit» управляет потребностью не менее 1 цифры (устанавливается в 0 или 1 ).',
+ 'Определяет все параметры этого элемента в личных настройках клиента. \'PasswordRegExp\' позволяет сопоставлять пароли с регулярным выражением. Определите минимальное количество символов, используя \'PasswordMinSize\'. Определите, требуется ли как минимум 2 строчных буквы и 2 буквы в верхнем регистре, установив соответствующую опцию в \'1\'. \'PasswordMin2Characters\' определяет, должен ли пароль содержать не менее 2 буквенных символов (устанавливается в 0 или 1). \'PasswordNeedDigit\' управляет необходимостью указывать не менее 1 цифры (устанавливается в 0 или 1 ).',
'Defines the config parameters of this item, to be shown in the preferences view.' =>
'Задает параметры для этого элемента, которые будут отображаться на экране личных настроек.',
'Defines all the parameters for this item in the customer preferences.' =>
@@ -6226,7 +6201,7 @@ sub Data {
'Defines the shown columns and the position in the AgentCustomerUserAddressBook result screen.' =>
'',
'Example package autoload configuration.' => '',
- 'Activates week number for datepickers.' => '',
+ 'Activates week number for datepickers.' => 'Активирует номер недели при выборе даты.',
# XML Definition: Kernel/Config/Files/XML/GenericInterface.xml
'Performs the configured action for each event (as an Invoker) for each configured web service.' =>
@@ -6347,7 +6322,7 @@ sub Data {
'Activates the ticket archive system to have a faster system by moving some tickets out of the daily scope. To search for these tickets, the archive flag has to be enabled in the ticket search.' =>
'Включить функцию архивирования заявок для ускорения работы, путем перемещения некоторых заявок из ежедневного объема. Для поиска таких заявок необходимо включить архивный флажок при создании поискового запроса',
'Controls if the ticket and article seen flags are removed when a ticket is archived.' =>
- 'Управляет удалением флагов просмотра заявок и сообщений при архивирвании заявки.',
+ 'Управляет удалением флагов просмотра заявок и сообщений при архивировании заявки.',
'Removes the ticket watcher information when a ticket is archived.' =>
'Удаляет признак наблюдения за заявкой при ее архивировании.',
'Activates the ticket archive system search in the customer interface.' =>
@@ -6540,7 +6515,7 @@ sub Data {
'Sets the age in minutes (second level) for highlighting services that contain untouched tickets.' =>
'',
'Activates a blinking mechanism of the service that contains the oldest ticket.' =>
- '',
+ 'Активирует механизм моргания сервиса, который содержит самую старую заявку.',
'Activates time accounting.' => 'Включить учет времени выполнения',
'Sets the prefered time units (e.g. work units, hours, minutes).' =>
'Задает единицы измерения для единиц времени (например: рабочие часы, часы, минуты).',
@@ -7851,7 +7826,7 @@ sub Data {
'Defines the default next state of a ticket after adding a note in the NoteToLinkedTicket screen of the agent interface.' =>
'',
'Activates the selection if a note in NoteToLinkedTicket screen should be created in this origin ticket.' =>
- '',
+ 'Активирует выбор, если в этой исходной заявке должна быть создана заметка на NoteToLinkedTicket экране.',
'Defines the default value if a note in NoteToLinkedTicket screen should be created in this origin ticket.' =>
'',
'Sets the default subject for notes added in the NoteToLinkedTicket screen of the agent interface.' =>
@@ -7892,25 +7867,27 @@ sub Data {
'Loader module registration for the public interface.' => '',
'Deletes orphaned sessions.' => '',
'Defines the config parameters available in the preferences view. The default redirect URL from SysConfig \'MarkTicketUnseenRedirectDefaultURL\' is used if no selection is made by the agent.' =>
- '',
+ 'Определяет параметр конфигурации, доступный в персональных настройках. Если пользователь не выберет значение, то по умолчанию для перенаправления будет использован URL, заданный \'MarkTicketUnseenRedirectDefaultURL\' параметром системной конфигурации.',
'Defines the redirect URL for setting a ticket article to \'unseen\'.' =>
- '',
+ 'Определяет URL-адрес страницы для пометки сообщения заявки как \'непрочитанное\'.',
'Defines the config parameters available in the preferences view. The default redirect URL from SysConfig \'MarkTicketSeenRedirectDefaultURL\' is used if no selection is made by the agent.' =>
- '',
+ 'Определяет параметры конфигурации, доступные в персональных настройках. Если пользователь не выберет значение, то по умолчанию будет использован URL-адрес страницы, заданный \'MarkTicketSeenRedirectDefaultURL\' параметром системной конфигурации.',
'Defines the redirect URL for setting a ticket article to \'seen\'.' =>
- '',
+ 'Определяет URL-адрес страницы для пометки сообщения заявки как \'прочитанное\'.',
'Registers a link in the ticket menu to mark a ticket as unseen.' =>
- '',
+ 'Регистрирует ссылку в меню заявки для пометки заявки как непрочитанной.',
'Registers a link in the ticket menu to mark a ticket as seen.' =>
- '',
+ 'Регистрирует ссылку в меню заявки для пометки заявки как прочитанной.',
'Registers a link in the ticket menu of ticket overviews to mark all articles of the ticket as unseen.' =>
- '',
+ 'Регистрирует ссылку в меню заявки в обзоре заявок для пометки всех сообщений заявки как непрочитанные.',
'Registers a link in the ticket menu of ticket overviews to mark all articles of the ticket as seen.' =>
- '',
+ 'Регистрирует ссылку в меню заявки в обзоре заявок для пометки всех сообщений заявки как прочитанные.',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "agent".' =>
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'временно недействительный',
@@ -8037,8 +8014,8 @@ sub Data {
'The activity could not be updated.' => '',
'The activity could not be deleted.' => '',
'The activity could not be marked as new.' => '',
- 'The activity could not be marked as seen.' => '',
- 'The activities could not be marked as seen.' => '',
+ 'The activity could not be marked as seen.' => 'Активность не может быть помечена как прочитанная.',
+ 'The activities could not be marked as seen.' => 'Активности не могут быть помечены как прочитанные.',
# JS File: var/httpd/htdocs/js/Core.Agent.Admin.ACL.js
'Add all' => 'Добавить все. После добавления вы можете изменить статус элемента нажав на пометку справа',
@@ -8105,7 +8082,7 @@ sub Data {
# JS File: var/httpd/htdocs/js/Core.Agent.Admin.Group.js
'WARNING: When you change the name of the group \'admin\', before making the appropriate changes in the SysConfig, you will be locked out of the administrations panel! If this happens, please rename the group back to admin per SQL statement.' =>
- 'ВНИМАНИЕ! Если вы измените имя группы «admin» до того, как поменяете название этой группы конфигурации системы, у вас не будет прав доступа на панель администрирования. Если это произошло, верните прежнее название группы (admin) вручную командой SQL.',
+ 'ВНИМАНИЕ! Если вы измените имя группы \'admin\' до того, как поменяете название этой группы конфигурации системы, у вас не будет прав доступа на панель администрирования. Если это произошло, верните прежнее название группы (admin) вручную командой SQL.',
# JS File: var/httpd/htdocs/js/Core.Agent.Admin.MailAccount.js
'Delete this Mail Account' => 'Удалить эту учетную запись почты',
@@ -8190,7 +8167,7 @@ sub Data {
'Cannot proceed' => 'Не удается продолжить',
'Update manually' => 'Обновите вручную',
'You can either have the affected settings updated automatically to reflect the changes you just made or do it on your own by pressing \'update manually\'.' =>
- 'Вы можете либо автоматически изменять затронутые параметры, чтобы отразить изменения, которые вы только что сделали, либо сделать это самостоятельно, нажав «обновить вручную».',
+ 'Вы можете либо автоматически изменять затронутые параметры, чтобы отразить изменения, которые Вы только что сделали, либо сделать это самостоятельно, нажав \'обновить вручную\'.',
'Save and update automatically' => 'Сохранить и обновить автоматически',
'Don\'t save, update manually' => 'Не сохранять, обновить вручную',
'The item you\'re currently viewing is part of a not-yet-deployed configuration setting, which makes it impossible to edit it in its current state. Please wait until the setting has been deployed. If you\'re unsure what to do next, please contact your system administrator.' =>
@@ -8402,13 +8379,13 @@ sub Data {
'Please only select at most %s files for upload.' => 'Пожалуйста, выберите только файлы %s для загрузки.',
'The following files are not allowed to be uploaded: %s' => 'Следующие типы файлов не разрешены для загрузки: %s',
'The following files exceed the maximum allowed size per file of %s and were not uploaded: %s' =>
- '',
+ 'Следующие файлы превысили максимальный допустимый размер одного файла (%s) и не были загружены: %s',
'The names of the following files exceed the maximum allowed length of %s characters and were not uploaded: %s' =>
- '',
+ 'Следующие файлы превысили максимальное допустимое количество символов в имени (%s) и не были загружены: %s',
'The following files were already uploaded and have not been uploaded again: %s' =>
- '',
+ 'Следующие файлы уже загружены и не были загружены снова: %s',
'No space left for the following files: %s' => 'Недостаточно места для следующих файлов: %s',
- 'Available space %s of %s.' => 'Доступное место 1%s из 1%s',
+ 'Available space %s of %s.' => 'Доступное место %s из %s',
'Upload information' => 'Информация о загрузке',
'An unknown error occurred when deleting the attachment. Please try again. If the error persists, please contact your system administrator.' =>
'Неизвестная ошибка обнаружена при удалении вложения. Попробуйте повторить. Если ошибка повторяется постоянно, свяжитесь в вашим системным администратором.',
@@ -8480,7 +8457,7 @@ Thanks for your help!
'',
'AJAX interface for the web service dynamic field backends.' => '',
'AccountedTime' => 'Затраченное время',
- 'Activation of dynamic fields for screens.' => '',
+ 'Activation of dynamic fields for screens.' => 'Активация динамических полей для экранов.',
'Activity LinkTarget' => '',
'Activity Notification' => '',
'Activity.' => '',
@@ -8491,11 +8468,11 @@ Thanks for your help!
'Added %s time unit(s), for a total of %s time unit(s).' => 'Добавлено %sединиц времени, всего единиц времени %s.',
'Added email. %s' => 'Получено письмо от %s.',
'Added follow-up to ticket [%s]. %s' => 'Добавлено дополнение к заявке [%s]. %s',
- 'Added link to ticket "%s".' => 'К заявке «%s» добавлена связь.',
+ 'Added link to ticket "%s".' => 'К заявке "%s" добавлена связь.',
'Added note (%s).' => 'Добавлена заметка (%s).',
'Added phone call from customer.' => 'Добавлена запись звонка клиента.',
'Added phone call to customer.' => 'Добавлена запись звонка клиенту.',
- 'Added subscription for user "%s".' => 'Добавлена подписка для пользователя «%s».',
+ 'Added subscription for user "%s".' => 'Добавлена подписка для пользователя "%s".',
'Added system request (%s).' => 'Добавлен системный запрос (%s).',
'Added web request from customer.' => 'Добавлен веб-запрос от клиента.',
'Admin' => 'Администрирование',
@@ -8546,7 +8523,7 @@ Thanks for your help!
'Attachment Name' => 'Имя вложения',
'Avatar' => 'Аватар',
'Based on global RichText setting' => 'Основано на глобальной настройке RichText',
- 'Bounced to "%s".' => 'Перенаправлено «%s».',
+ 'Bounced to "%s".' => 'Перенаправлено "%s".',
'Bulgarian' => 'Болгарский',
'Bulk Action' => 'Массовое действие',
'CSV Separator' => 'Разделитель CSV',
@@ -8567,7 +8544,7 @@ Thanks for your help!
'Changed dynamic field %s from "%s" to "%s".' => 'Динамическое поле %s изменено с "%s" на "%s".',
'Changed owner to "%s" (%s).' => 'Владелец изменен на "%s" (%s).',
'Changed pending time to "%s".' => 'Время ожидания изменено на "%s".',
- 'Changed priority from "%s" (%s) to "%s" (%s).' => 'Изменен приоритет с «%s» (%s) на «%s» (%s).',
+ 'Changed priority from "%s" (%s) to "%s" (%s).' => 'Изменен приоритет с "%s" (%s) на "%s" (%s).',
'Changed queue to "%s" (%s) from "%s" (%s).' => 'Очередь изменена на "%s" (%s) с "%s" (%s).',
'Changed responsible to "%s" (%s).' => 'Ответственный изменен на "%s" (%s).',
'Changed service to "%s" (%s).' => 'Сервис изменен на "%s" (%s).',
@@ -8605,9 +8582,9 @@ Thanks for your help!
'Configure which screen should be shown after a new ticket has been created.' =>
'Выберите экран, который должен отображаться после создания новой заявки.',
'Configure which screen should be shown after marking a ticket or article as seen.' =>
- '',
+ 'Настраивает экран, который должен отображаться после пометки заявки или сообщения как прочитанное.',
'Configure which screen should be shown after marking a ticket or article as unseen.' =>
- '',
+ 'Настраивает экран, который должен отображаться после пометки заявки или сообщения как непрочитанное.',
'Create New process ticket.' => 'Создать новую процессную заявку.',
'Create Process Ticket' => '',
'Create Ticket' => 'Создание заявки',
@@ -8680,7 +8657,7 @@ Thanks for your help!
'Define the service comment 2.' => 'Внести Комментарий 2 для сервиса.',
'Define the sla comment 2.' => 'Внести Комментарий 2 для SLA.',
'Delete this ticket' => 'Удалить эту заявку',
- 'Deleted link to ticket "%s".' => 'Связь с заявкой «%s» удалена.',
+ 'Deleted link to ticket "%s".' => 'Связь с заявкой "%s" удалена.',
'Detached' => '',
'Determines the strings that will be shown as recipient (To:) of the phone ticket and as sender (From:) of the email ticket in the agent interface. For Queue as NewQueueSelectionType "" shows the names of the queues and for SystemAddress " <>" shows the name and email of the recipient.' =>
'',
@@ -8744,7 +8721,7 @@ Thanks for your help!
'FirstResponseInMin' => 'FirstResponseInMin',
'Firstname Lastname' => 'Имя Фамилия',
'Firstname Lastname (UserLogin)' => 'Имя Фамилия (UserLogin)',
- 'Forwarded to "%s".' => 'Переcлано «%s».',
+ 'Forwarded to "%s".' => 'Переcлано "%s".',
'Free Fields' => 'Свободные поля',
'French' => 'Французский',
'French (Canada)' => 'Французский (Канада)',
@@ -8854,9 +8831,10 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Управление заданиями, основанными на событиях или времени выполнения',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Пометить как спам!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Пометить эту заявку как мусор!',
- 'Mark ticket as seen' => '',
- 'Mark ticket as unseen' => '',
+ 'Mark ticket as seen' => 'Пометить заявку как прочитанную',
+ 'Mark ticket as unseen' => 'Пометить заявку как непрочитанную',
'Mattermost Username' => '',
'Max. number of articles per page in TicketZoom' => '',
'Medium' => 'Средний',
@@ -8951,7 +8929,7 @@ Thanks for your help!
'Queue view' => 'Просмотр очередей',
'Refresh interval' => 'Интервал обновления',
'Reminder Tickets' => 'Заявки с напоминанием',
- 'Removed subscription for user "%s".' => 'Удалена подписка для пользователя «%s».',
+ 'Removed subscription for user "%s".' => 'Удалена подписка для пользователя "%s".',
'Reports' => 'Отчеты',
'Resend Ticket Email.' => '',
'Resent email to "%s".' => '',
@@ -8963,8 +8941,8 @@ Thanks for your help!
'Russian' => 'Русский',
'S/MIME Certificates' => 'Сертификаты S/MIME',
'Schedule a maintenance period.' => 'Управлять периодом обслуживания.',
- 'Screen after marking as seen' => '',
- 'Screen after marking as unseen' => '',
+ 'Screen after marking as seen' => 'Страница после пометки как прочитанное',
+ 'Screen after marking as unseen' => 'Страница после пометки как непрочитанное',
'Screen after new ticket' => 'Экран после создания новой заявки',
'Search Customer' => 'Искать клиента',
'Search Ticket.' => 'Поиск заявок.',
@@ -8976,7 +8954,7 @@ Thanks for your help!
'Seconds' => '',
'Select after which period ticket overviews should refresh automatically.' =>
'Выберите период, после которого просмотр списка заявок будет автоматически обновлен.',
- 'Select how many last views should be shown.' => '',
+ 'Select how many last views should be shown.' => 'Выбрать количество отображаемых последних просмотренных страниц.',
'Select how many tickets should be shown in overviews by default.' =>
'Выберете как много заявок будет показываться в обзоре по умолчанию.',
'Select the main interface language.' => 'Выберете главный язык интерфейса.',
@@ -9085,16 +9063,15 @@ Thanks for your help!
'Ticket Note.' => 'Заметка к заявки.',
'Ticket Notifications' => 'Уведомления по заявкам',
'Ticket Outbound Email.' => 'Исходящая почта для заявки.',
- 'Ticket Overview "Medium" Limit' => 'Обзор заявок - лимит режима «Средний»',
- 'Ticket Overview "Preview" Limit' => 'Обзор заявок - лимит режима «Предварительный просмотр»',
- 'Ticket Overview "Small" Limit' => 'Обзор заявок - лимит режима «Краткий»',
+ 'Ticket Overview "Medium" Limit' => 'Обзор заявок - лимит режима "Средний"',
+ 'Ticket Overview "Preview" Limit' => 'Обзор заявок - лимит режима "Предварительный просмотр"',
+ 'Ticket Overview "Small" Limit' => 'Обзор заявок - лимит режима "Краткий"',
'Ticket Owner.' => 'Владелец заявки.',
'Ticket Pending.' => 'Заявка ожидает.',
'Ticket Print.' => 'Печать заявки.',
'Ticket Priority.' => 'Приоритет заявки.',
'Ticket Queue Overview' => 'Итоги по очередям',
'Ticket Responsible.' => 'Ответственность за Заявку',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Наблюдающий за заявкой',
'Ticket Zoom' => 'Увеличить Заявку',
'Ticket Zoom.' => 'Подробности заявки.',
@@ -9147,7 +9124,7 @@ Thanks for your help!
'Your email with ticket number "" is bounced to "". Contact this address for further information.' =>
'Ваше письмо с номером заявки "" переправлено адресату "". Контактируйте по этому адресу для получения дальнейшей информации.',
'Your email with ticket number "" is merged to "".' =>
- 'Ваш email с номером заявки «» объединен с "".',
+ 'Ваш email с номером заявки "" объединен с "".',
'Your queue selection of your preferred queues. You also get notified about those queues via email if enabled.' =>
'Выбор очередей, которые вас интересуют. Вы также будете уведомляться по электронной почте о событиях в ней происходящих, если эта функция включена.',
'Your service selection of your preferred services. You also get notified about those services via email if enabled.' =>
diff --git a/Kernel/Language/sk_SK.pm b/Kernel/Language/sk_SK.pm
index 74fc45d9bb6..d2d1729871c 100644
--- a/Kernel/Language/sk_SK.pm
+++ b/Kernel/Language/sk_SK.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.182698621142482;
+ $Self->{Completeness} = 0.183391003460208;
# csv separator
$Self->{Separator} = ';';
@@ -1685,7 +1685,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Textová šablóna',
@@ -2364,23 +2364,16 @@ sub Data {
'in' => 'v',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Všetko',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'viac',
'No Data Available.' => '',
'Available Columns' => 'Dostupné stĺpce',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Viditelné stĺpce(zoraditelné cez drag & drop)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2620,7 +2613,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Chybný dátum',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2630,12 +2623,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Vymažte tento vstup a vložte nový so správnou hodnotou',
'This address already exists on the address list.' => 'Táto adresa je už v zoznamen adries',
- ' Cc' => '',
'Remove Cc' => 'Vymazať Kópiu',
'Bcc' => 'Skrytá kópia',
- ' Bcc' => '',
'Remove Bcc' => 'Vymazať Skrytú kópiu',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2644,23 +2634,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Vytvoriť nový e-mail tiket',
- ' Example Template' => '',
'Example Template' => 'Príklad šablóny',
'To customer user' => 'Používateľovi',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Pridajte aspon jedného používateľa pre tiket',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Vybrat tohoto použivateľa ako hlavného',
'Remove Ticket Customer User' => 'Vymaž použivateľa z tiketu',
'From queue' => 'Z radu',
- ' Get all' => '',
'Get all' => 'Vybrať všetko',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2713,18 +2696,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Neboli nájdené žiadne dáta ticketu',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Odosielateľ',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Čas aktualizácie',
'Solution Time' => 'Čas vyriešenia',
'First Response Time' => 'Čas prvej odozvy',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Presunúť tiket do iného radu',
'Change queue' => 'Zmeniť rad',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2733,21 +2714,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Vymaž zo zoznamu sledovaných tiketov',
'Tickets per page' => 'Počet zobrazených tiketov na stránku',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Resetnúť prehľad',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Oddeľ do nového Telefón tiketu',
'Create New Phone Ticket' => 'Vytvor nový Telefón tiket',
'Please include at least one customer for the ticket.' => 'Prosím doplňte aspoň jedného zákazníka pre tiket',
- 'Select this customer as the main customer.' => 'Vybrat tohoto použivateľa ako hlavného',
'To queue' => 'Do radu',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2760,7 +2738,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Vytvoriť nový Proces tiket',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Zapíš tiket do procesu',
@@ -2804,7 +2781,6 @@ sub Data {
'Save as default' => 'Uložiť do prednastavených',
'Drafts' => '',
'by' => 'podľa',
- 'Move ticket to a different queue' => 'Presunúť tiket do iného radu',
'Change Queue' => 'Zmeň rad',
'There are no dialogs available at this point in the process.' =>
'V tejto časti procesu nie je žiadna možnosť dialógu',
@@ -2946,11 +2922,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nový tiket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tikety',
'Welcome!' => 'Vitajte!',
'Please click the button below to create your first ticket.' => 'Na vytvorenie Vášho prvého tiketu stlačte tlačítko dole',
'Create your first ticket' => 'Vytvoriť tiket',
@@ -2959,13 +2934,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Meno šablóny',
'e. g. 10*5155 or 105658*' => 'napríklad 10*5155 alebo 105658*',
'CustomerID' => 'Zákaznícke č.',
'Types' => 'Typy',
'Limitation' => '',
'No time settings' => 'Bez nastavenia času',
- 'All' => 'Všetko',
'Specific date' => '',
'Only tickets created' => 'Len tikety vytvorené',
'Date range' => '',
@@ -2974,7 +2950,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Uložiť ako šablónu',
'Save as Template?' => 'Uložiť ako šablónu?',
- 'Template Name' => 'Meno šablóny',
'Pick a profile name' => 'Vyberte meno profilu',
'Output to' => 'Výstup na',
@@ -3204,7 +3179,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => '',
+ 'e. g.' => '',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3237,9 +3212,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5038,6 +5010,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5209,7 +5183,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Tikety',
'Ticket History Entries' => 'História tiketu',
'Articles' => 'Články',
'Attachments (DB, Without HTML)' => 'Prílohy',
@@ -5635,6 +5608,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7899,6 +7874,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'dočasne neplatný',
@@ -8831,6 +8808,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Označ ako Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9071,7 +9049,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/sl.pm b/Kernel/Language/sl.pm
index 3da1c000b4f..9f0ba63d73f 100644
--- a/Kernel/Language/sl.pm
+++ b/Kernel/Language/sl.pm
@@ -31,7 +31,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.212573867367039;
+ $Self->{Completeness} = 0.213214697643763;
# csv separator
$Self->{Separator} = ';';
@@ -1690,7 +1690,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => 'Vidno stranki',
'Text Template' => '',
@@ -2369,23 +2369,16 @@ sub Data {
'in' => 'v',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Vsi',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'več',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2625,7 +2618,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Nepravilen datum!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2635,12 +2628,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => 'Ta naslov že obstaja na seznamu naslovov.',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2649,23 +2639,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Odpri nov zahtevek E-pošte',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'Iz vrste',
- ' Get all' => '',
'Get all' => 'Dobi vse',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2718,18 +2701,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Ni podatkov o zahtevku.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Pošiljatelj',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Čas posodobitve',
'Solution Time' => 'Čas rešitve',
'First Response Time' => 'Čas prvega odgovora',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Premakni zahtevek v drugo vrsto',
'Change queue' => 'Spremeni vrsto',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2738,21 +2719,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Odstrani iz liste pregledanih zahtevkov',
'Tickets per page' => 'Zahtevkov na stran',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Odpri nov telefonski zahtevek',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => 'V vrsto',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2765,7 +2743,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2809,7 +2786,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'od',
- 'Move ticket to a different queue' => 'Premakni zahtevek v drugo vrsto',
'Change Queue' => 'Spremeni vrsto',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2951,11 +2927,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nov zahtevek',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Zahtevki',
'Welcome!' => 'Dobrodošli!',
'Please click the button below to create your first ticket.' => 'Kliknite spodnji gumb, da ustvarite svoj prvi zahtevek.',
'Create your first ticket' => 'Ustvarite svoj prvi zahtevek',
@@ -2964,13 +2939,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Naziv predloga',
'e. g. 10*5155 or 105658*' => 'npr 10*5155 ali 105658*',
'CustomerID' => 'ID stranke',
'Types' => 'Tipi',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Vsi',
'Specific date' => '',
'Only tickets created' => 'Samo odprti zahtevki',
'Date range' => '',
@@ -2979,7 +2955,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => 'Shrani kot predlogo?',
- 'Template Name' => 'Naziv predloga',
'Pick a profile name' => '',
'Output to' => 'Izhod na',
@@ -3209,7 +3184,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'npr.',
+ 'e. g.' => 'npr.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3242,9 +3217,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'npr.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5043,6 +5015,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5214,7 +5188,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Zahtevki',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5640,6 +5613,8 @@ sub Data {
'Avtomatizirani prelom vrstice v tekstovnih sporočil po x število znakov.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7904,6 +7879,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'trenutno neveljavno',
@@ -8836,6 +8813,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Označi kot SPAM!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9076,7 +9054,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/sr_Cyrl.pm b/Kernel/Language/sr_Cyrl.pm
index 29ca70b3901..498c65ff1a7 100644
--- a/Kernel/Language/sr_Cyrl.pm
+++ b/Kernel/Language/sr_Cyrl.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.890676296782666;
+ $Self->{Completeness} = 0.893886966551326;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => 'Расположива поља',
'Filter available fields' => 'Филтрирај расположива поља',
'Assigned Fields' => 'Додељена поља',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Комуникациони канал',
'Is visible for customer' => 'Видљиво клијенту',
'Text Template' => 'Шаблон текста',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'у',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Све',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'још',
'No Data Available.' => 'Нема информација.',
'Available Columns' => 'Расположиве колоне',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Видљиве колоне (редослед према превуци и пусти)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Промени релације клијената',
@@ -2621,8 +2614,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Напиши одговор за %s%s%s',
'Date Invalid!' => 'Неисправан датум!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Одаберите једног или више примаоца из адресара клијент корисника.',
'Customer user address book' => 'Адресар клијент корисника',
'This address is registered as system address and cannot be used: %s' =>
'Ова адреса је регистрована као системска и не може бити коришћена: %s',
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Молимо да уклоните овај унос и унесете нов са исправном вредношћу.',
'This address already exists on the address list.' => 'Ова адреса већ постоји у листи.',
- ' Cc' => '',
'Remove Cc' => 'Уклони Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Уклони Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Промени клијента за %s%s%s',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Отвори нови имејл тикет',
- ' Example Template' => '',
'Example Template' => 'Пример шаблона',
'To customer user' => 'За клијента корисника',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Молимо вас укључите барем једног клијента корисника за тикет.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Означи овог клијента као главног клијента.',
'Remove Ticket Customer User' => 'Уклони тикет клијента корисника **',
'From queue' => 'из реда',
- ' Get all' => '',
'Get all' => 'Узми све',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Одлазни имејл за %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Одаберите једног или више примаоца из адресара клијент корисника.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'Пошаљи поново имејл за %s %s %s',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Нису нађени подаци о тикету',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Пошиљаоц',
'Customer User Name' => 'Назив клијент корисника',
'Impact' => 'Утицај',
'Update Time' => 'Време ажурирања',
'Solution Time' => 'Време решавања',
'First Response Time' => 'Време првог одговора',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Премести тикет у други ред',
'Change queue' => 'Промени ред',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Уклони са листе праћених тикета',
'Tickets per page' => 'Тикета по страни',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Недостаје канал',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Поништи преглед',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Подели у нови тикет позива',
'Create New Phone Ticket' => 'Отвори нови тикет позива',
'Please include at least one customer for the ticket.' => 'Молимо да укључите бар једног клијента за тикет.',
- 'Select this customer as the main customer.' => 'Означи овог клијента као главног клијента.',
'To queue' => 'У ред',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Направи нови процес тикет',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Прикључи тикет процесу',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => 'Сачувај као подразумевано',
'Drafts' => 'Нацрти',
'by' => 'од',
- 'Move ticket to a different queue' => 'Премести тикет у други ред',
'Change Queue' => 'Промени Ред',
'There are no dialogs available at this point in the process.' =>
'У овом тренутку нема слободних дијалога у процесу.',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Нови тикет',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Тикети',
'Welcome!' => 'Добродошли!',
'Please click the button below to create your first ticket.' => 'Молимо да притиснете дугме испод за креирање вашег првог тикета.',
'Create your first ticket' => 'Креирајте ваш први тикет',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Профил',
+ 'Template Name' => 'Назив шаблона',
'e. g. 10*5155 or 105658*' => 'нпр. 10*5155 или 105658*',
'CustomerID' => 'ID клијента',
'Types' => 'Типови',
'Limitation' => '',
'No time settings' => 'Нема подешавања времена',
- 'All' => 'Све',
'Specific date' => 'Одређени датум',
'Only tickets created' => 'Само креирани тикети',
'Date range' => 'Распон датума',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => 'Сачувај претрагу као шаблон?',
'Save as Template' => 'Сачувај као шаблон',
'Save as Template?' => 'Сачувати као шаблон?',
- 'Template Name' => 'Назив шаблона',
'Pick a profile name' => 'Изабери назив профила',
'Output to' => 'Излаз на',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Да видите атрибуте термина',
- ' e. g.' => ' нпр.',
+ 'e. g.' => 'нпр.',
'To get the first 20 character of the appointment title.' => 'Да видите првих 20 карактера наслова термина.',
'To get the calendar attribute' => 'Да видите атрибуте календара',
'Attributes of the recipient user for the notification' => 'Атрибути корисника примаоца за обавештење',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Приказане вредности динамичких поља, корисно за падајућа и поља са вишеструким избором',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'нпр.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => 'Karakterset serverske baze podataka',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Табела карактерсета',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Записи у бази података',
- 'Tickets' => 'Тикети',
'Ticket History Entries' => 'Историја уноса тикета',
'Articles' => 'Чланци',
'Attachments (DB, Without HTML)' => 'Прилози (база података, без HTML)',
@@ -5636,6 +5609,8 @@ sub Data {
'Аутоматски крај реда у текстуалним порукама после х карактера.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Подешава број линија приказаних у текстуалним порукама (нпр број линија у детаљном прегледу реда).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Активира превуци и отпусти у главној навигацији.',
'Defines the date input format used in forms (option or input fields).' =>
'Дефинише форноса датума у формуларе (опционо или поља за унос).',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'неважећи-привремено',
@@ -8843,6 +8820,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Управља задацима покренутим од догађаја или на основу временског извршавања.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Означи као Спам!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Означи овај тикет као бесмислен junk!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9083,7 +9061,6 @@ Thanks for your help!
'Ticket Priority.' => 'Приоритет тикета.',
'Ticket Queue Overview' => 'Преглед реда тикета',
'Ticket Responsible.' => 'Одговоран за тикет.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Праћење тикета.',
'Ticket Zoom' => 'Детаљи тикета',
'Ticket Zoom.' => 'Детаљи тикета.',
diff --git a/Kernel/Language/sr_Latn.pm b/Kernel/Language/sr_Latn.pm
index a6c383edd88..6d09aa69f68 100644
--- a/Kernel/Language/sr_Latn.pm
+++ b/Kernel/Language/sr_Latn.pm
@@ -32,7 +32,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.890676296782666;
+ $Self->{Completeness} = 0.893886966551326;
# csv separator
$Self->{Separator} = ';';
@@ -1691,7 +1691,7 @@ sub Data {
'Available Fields' => 'Raspoloživa polja',
'Filter available fields' => 'Filtriraj raspoloživa polja',
'Assigned Fields' => 'Dodeljena polja',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => 'Komunikacioni kanal',
'Is visible for customer' => 'Vidljivo klijentu',
'Text Template' => 'Šablon teksta',
@@ -2370,23 +2370,16 @@ sub Data {
'in' => 'u',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Sve',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'još',
'No Data Available.' => 'Nema informacija.',
'Available Columns' => 'Raspoložive kolone',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Vidljive kolone (redosled prema prevuci i pusti)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => 'Promeni relacije klijenata',
@@ -2626,8 +2619,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Napiši odgovor za %s%s%s',
'Date Invalid!' => 'Neispravan datum!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ 'Odaberite jednog ili više primaoca iz adresara klijent korisnika.',
'Customer user address book' => 'Adresar klijent korisnika',
'This address is registered as system address and cannot be used: %s' =>
'Ova adresa je registrovana kao sistemska i ne može biti korišćena: %s',
@@ -2636,12 +2629,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Molimo da uklonite ovaj unos i unesete nov sa ispravnom vrednošću.',
'This address already exists on the address list.' => 'Ova adresa već postoji u listi.',
- ' Cc' => '',
'Remove Cc' => 'Ukloni Cc',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Ukloni Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Promeni klijenta za %s%s%s',
@@ -2650,23 +2640,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Otvori novi imejl tiket',
- ' Example Template' => '',
'Example Template' => 'Primer šablona',
'To customer user' => 'Za klijenta korisnika',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Molimo vas uključite barem jednog klijenta korisnika za tiket.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Označi ovog klijenta kao glavnog klijenta.',
'Remove Ticket Customer User' => 'Ukloni tiket klijenta korisnika **',
'From queue' => 'iz reda',
- ' Get all' => '',
'Get all' => 'Uzmi sve',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Odlazni imejl za %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- 'Odaberite jednog ili više primaoca iz adresara klijent korisnika.',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => 'Pošalji ponovo imejl za %s %s %s',
@@ -2719,18 +2702,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Nisu nađeni podaci o tiketu',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Pošiljaoc',
'Customer User Name' => 'Naziv klijent korisnika',
'Impact' => 'Uticaj',
'Update Time' => 'Vreme ažuriranja',
'Solution Time' => 'Vreme rešavanja',
'First Response Time' => 'Vreme prvog odgovora',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Premesti tiket u drugi red',
'Change queue' => 'Promeni red',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2739,21 +2720,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Ukloni sa liste praćenih tiketa',
'Tickets per page' => 'Tiketa po strani',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => 'Nedostaje kanal',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Poništi pregled',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Podeli u novi tiket poziva',
'Create New Phone Ticket' => 'Otvori novi tiket poziva',
'Please include at least one customer for the ticket.' => 'Molimo da uključite bar jednog klijenta za tiket.',
- 'Select this customer as the main customer.' => 'Označi ovog klijenta kao glavnog klijenta.',
'To queue' => 'U red',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2766,7 +2744,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Napravi novi proces tiket',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Priključi tiket procesu',
@@ -2810,7 +2787,6 @@ sub Data {
'Save as default' => 'Sačuvaj kao podrazumevano',
'Drafts' => 'Nacrti',
'by' => 'od',
- 'Move ticket to a different queue' => 'Premesti tiket u drugi red',
'Change Queue' => 'Promeni Red',
'There are no dialogs available at this point in the process.' =>
'U ovom trenutku nema slobodnih dijaloga u procesu.',
@@ -2952,11 +2928,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Novi tiket',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tiketi',
'Welcome!' => 'Dobrodošli!',
'Please click the button below to create your first ticket.' => 'Molimo da pritisnete dugme ispod za kreiranje vašeg prvog tiketa.',
'Create your first ticket' => 'Kreirajte vaš prvi tiket',
@@ -2965,13 +2940,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Naziv šablona',
'e. g. 10*5155 or 105658*' => 'npr. 10*5155 ili 105658*',
'CustomerID' => 'ID klijenta',
'Types' => 'Tipovi',
'Limitation' => '',
'No time settings' => 'Nema podešavanja vremena',
- 'All' => 'Sve',
'Specific date' => 'Određeni datum',
'Only tickets created' => 'Samo kreirani tiketi',
'Date range' => 'Raspon datuma',
@@ -2980,7 +2956,6 @@ sub Data {
'Save Search as Template?' => 'Sačuvaj pretragu kao šablon?',
'Save as Template' => 'Sačuvaj kao šablon',
'Save as Template?' => 'Sačuvati kao šablon?',
- 'Template Name' => 'Naziv šablona',
'Pick a profile name' => 'Izaberi naziv profila',
'Output to' => 'Izlaz na',
@@ -3210,7 +3185,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Da vidite atribute termina',
- ' e. g.' => ' npr.',
+ 'e. g.' => 'npr.',
'To get the first 20 character of the appointment title.' => 'Da vidite prvih 20 karaktera naslova termina.',
'To get the calendar attribute' => 'Da vidite atribute kalendara',
'Attributes of the recipient user for the notification' => 'Atributi korisnika primaoca za obaveštenje',
@@ -3243,9 +3218,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Prikazane vrednosti dinamičkih polja, korisno za padajuća i polja sa višestrukim izborom',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'npr.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5044,6 +5016,8 @@ sub Data {
'Server Database Charset' => 'Karakterset serverske baze podataka',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Tabela karakterseta',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5215,7 +5189,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Zapisi u bazi podataka',
- 'Tickets' => 'Tiketi',
'Ticket History Entries' => 'Istorija unosa tiketa',
'Articles' => 'Članci',
'Attachments (DB, Without HTML)' => 'Prilozi (baza podataka, bez HTML)',
@@ -5641,6 +5614,8 @@ sub Data {
'Automatski kraj reda u tekstualnim porukama posle h karaktera.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Podešava broj linija prikazanih u tekstualnim porukama (npr broj linija u detaljnom pregledu reda).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Aktivira prevuci i otpusti u glavnoj navigaciji.',
'Defines the date input format used in forms (option or input fields).' =>
'Definiše fornosa datuma u formulare (opciono ili polja za unos).',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'nevažeći-privremeno',
@@ -8848,6 +8825,7 @@ Vaša tehnička podrška
'Manage tasks triggered by event or time based execution.' => 'Upravlja zadacima pokrenutim od događaja ili na osnovu vremenskog izvršavanja.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Označi kao Spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Označi ovaj tiket kao besmislen junk!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9088,7 +9066,6 @@ Vaša tehnička podrška
'Ticket Priority.' => 'Prioritet tiketa.',
'Ticket Queue Overview' => 'Pregled reda tiketa',
'Ticket Responsible.' => 'Odgovoran za tiket.',
- 'Ticket Search' => '',
'Ticket Watcher' => 'Praćenje tiketa.',
'Ticket Zoom' => 'Detalji tiketa',
'Ticket Zoom.' => 'Detalji tiketa.',
diff --git a/Kernel/Language/sv.pm b/Kernel/Language/sv.pm
index 4fed910a9db..7c458a831ea 100644
--- a/Kernel/Language/sv.pm
+++ b/Kernel/Language/sv.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y.%M.%D';
$Self->{DateInputFormat} = '%Y.%M.%D';
$Self->{DateInputFormatLong} = '%Y.%M.%D - %T';
- $Self->{Completeness} = 0.329612606697308;
+ $Self->{Completeness} = 0.330696984676223;
# csv separator
$Self->{Separator} = ';';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => 'Tillgängliga fält',
'Filter available fields' => '',
'Assigned Fields' => 'Tilldelade fält',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Textmall',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'i',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Alla',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'mer',
'No Data Available.' => '',
'Available Columns' => 'Tillgängliga kolumner',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Synliga kolumner (sortera med dra & släpp)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Ogiltigt datum!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Ta bort eller korrigera det ogiltiga värdet.',
'This address already exists on the address list.' => 'Adressen är redan mottagarlistan.',
- ' Cc' => '',
'Remove Cc' => 'Ta bort Cc',
'Bcc' => 'Dold kopia',
- ' Bcc' => '',
'Remove Bcc' => 'Ta bort Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Skapa nytt e-postärende',
- ' Example Template' => '',
'Example Template' => 'Exempelmall',
'To customer user' => 'Till kundanvändare',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Vänligen ange minst en kundanvändare för ärendet.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Sätt den här användaren som den primära användaren',
'Remove Ticket Customer User' => 'Ta bort ärendets kundanvändare',
'From queue' => 'Från kö',
- ' Get all' => '',
'Get all' => 'Hämta alla',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Ingen ärendeinformation hittad.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Avsändare',
'Customer User Name' => '',
'Impact' => 'Påverkan',
'Update Time' => 'Uppdateringstid',
'Solution Time' => 'Lösningstid',
'First Response Time' => 'Första Responstid',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Flytta ärende till en annan kö',
'Change queue' => 'Ändra kö',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Ta bort från lista av bevakade ärenden.',
'Tickets per page' => 'Ärenden per sida',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Återställ översikt',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Gör nytt telefonärende från detta',
'Create New Phone Ticket' => 'Skapa nytt telefonärende',
'Please include at least one customer for the ticket.' => 'Vänligen ange minst en kund för ärendet.',
- 'Select this customer as the main customer.' => 'Sätt den här användaren som den primära användaren',
'To queue' => 'Till kö',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Skapa nytt processärende',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'av',
- 'Move ticket to a different queue' => 'Flytta ärende till en annan kö',
'Change Queue' => 'Ändra kö',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Nytt ärende',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Ärenden',
'Welcome!' => 'Välkommen!',
'Please click the button below to create your first ticket.' => 'Vänligen klicka på knappen nedan för att skapa ditt första ärende',
'Create your first ticket' => 'Skapa ditt första ärende',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Mallnamn',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'Kund-ID',
'Types' => 'Typer',
'Limitation' => '',
'No time settings' => 'Inga tidsinställningar',
- 'All' => 'Alla',
'Specific date' => 'Specifikt datum',
'Only tickets created' => 'Bara ärenden skapade',
'Date range' => 'Datumintervall',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Spara som mall',
'Save as Template?' => 'Spara som mall?',
- 'Template Name' => 'Mallnamn',
'Pick a profile name' => 'Välj ett profilnamn',
'Output to' => 'Utdata till',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => ' t.ex.',
+ 'e. g.' => 't.ex.',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 't.ex.',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Ärenden',
'Ticket History Entries' => '',
'Articles' => 'Artiklar',
'Attachments (DB, Without HTML)' => 'Bilagor (DB, utan HTML)',
@@ -5638,6 +5611,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7902,6 +7877,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => '* ogiltig-tillfälligt',
@@ -8834,6 +8811,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Markera som spam!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'Märk ärendet som skräp!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9074,7 +9052,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Kö-översikt',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/sw.pm b/Kernel/Language/sw.pm
index 88f0a82f38c..20bb01b7d99 100644
--- a/Kernel/Language/sw.pm
+++ b/Kernel/Language/sw.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%M/%D/%Y';
$Self->{DateInputFormat} = '%M/%D/%Y';
$Self->{DateInputFormatLong} = '%M/%D/%Y - %T';
- $Self->{Completeness} = 0.43532501641497;
+ $Self->{Completeness} = 0.436810018124897;
# csv separator
$Self->{Separator} = ',';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => 'Uga uliopo',
'Filter available fields' => 'Chuja Uga zinazopatika',
'Assigned Fields' => 'Uga zilizogaiwa',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Kielezo cha matini',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'Ndani',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Yote',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'aidi',
'No Data Available.' => '',
'Available Columns' => 'Safu wima zilizopo',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Safuwima zinazoonekana (kwa oda ya kokota na dondosha)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Tarehe batili',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Tafadhali toa ingizo hili na uweke jipya lenye thamani sahihi.',
'This address already exists on the address list.' => 'Anwani hii tayari ipo katika orodha ya anwani',
- ' Cc' => '',
'Remove Cc' => 'Toa Cc.',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'Toa Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Tengeneza tiketi ya barua pepe mpya',
- ' Example Template' => '',
'Example Template' => 'Kiolezo cha mfano',
'To customer user' => 'Kwenda kwa mtumiaji wa mteja',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Tafadhali weka japo mtumiaji wa mteja mmoja kwa tiketi hii.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Chagua mteja huyu kama mteja mkuu.',
'Remove Ticket Customer User' => 'Ondoa mtumiaji wa mteja wa tiketi',
'From queue' => 'Kutoka kwenye foleni',
- ' Get all' => '',
'Get all' => 'Pata zote',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Data za tiketi hazijapatikana',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Mtumaji',
'Customer User Name' => '',
'Impact' => 'Madhara',
'Update Time' => 'Muda wa kusasisha',
'Solution Time' => 'Muda wa ufumbuzi',
'First Response Time' => 'Muda wa kwanza wa majibu',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Hamisha tiketi kwenye foleni nyingine',
'Change queue' => 'Badili foleni',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Ondoa kwenye orodha ya tiketi zilizoangaliwa',
'Tickets per page' => 'Tiketi kwa ukurasa',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Weka tena mapitio',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Gawanya kwenye tiketi za simu mpya',
'Create New Phone Ticket' => 'Tengeneza tiketi mpya ya simu',
'Please include at least one customer for the ticket.' => 'Tafadhali ambatanisha japo mteja mmoja kwa tiketi hii.',
- 'Select this customer as the main customer.' => 'Chagua mteja huyu kama mteja mkuu.',
'To queue' => 'Kwenda kwenye foleni',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Tengeneza tiketi mpya za mchakato',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Andikisha tiketi hii kuwa mchakato',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => 'Hifadhi kama chaguo-msingi',
'Drafts' => '',
'by' => 'Kwa',
- 'Move ticket to a different queue' => 'Hamisha tiketi kwenye foleni nyingine',
'Change Queue' => 'Badili foleni',
'There are no dialogs available at this point in the process.' =>
'Hakuna mazungumzo yaliyopo katika hatua hii ya mchakato.',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Tiketi mpya',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Tiketi',
'Welcome!' => 'Karibu ',
'Please click the button below to create your first ticket.' => 'Tafadhali bofya kwneye kitufe cha chini kutengeneza tiketi yako ya kwanza.',
'Create your first ticket' => 'Tengeneza tiketi yako ya kwanza',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Maelezo mafupi',
+ 'Template Name' => 'Jina la kielezo',
'e. g. 10*5155 or 105658*' => 'Mfano 10*5155 au 105658',
'CustomerID' => 'Kitambilisho cha mteja',
'Types' => 'Aina',
'Limitation' => '',
'No time settings' => 'Hakuna mipangilio ya muda',
- 'All' => 'Yote',
'Specific date' => 'Tarehe maalum',
'Only tickets created' => 'Tiketi zilizotengenezwa tu',
'Date range' => 'tarehe mbalimbali',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Hifadhi kama kielezo',
'Save as Template?' => 'Hifadhi kama kielezo?',
- 'Template Name' => 'Jina la kielezo',
'Pick a profile name' => 'Chagua jina la umbo',
'Output to' => 'Matokeo ya ',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'Mfano',
+ 'e. g.' => 'Mfano',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'Mfano',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => 'Seti ya herufi ya hifadhi data ya seva',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Seti ya herufi ya jedwali',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => 'Rekodi ya hifadhi data',
- 'Tickets' => 'Tiketi',
'Ticket History Entries' => 'Historia ya ingizo ya tiketi',
'Articles' => 'Makala',
'Attachments (DB, Without HTML)' => 'Viambatanisho (DB, bila ya HTML)',
@@ -5638,6 +5611,8 @@ sub Data {
'Kigawa mstari otomatiki katika ujumbe wa maneno baada ya namba x ya herufi.',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'Inaweka namba ya mistari ambayo inaonyeshwa katika ujumbe wa maneno (mfano mistari ya tiketi katika foleni iliyokuzwa).',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => 'Washa kokota na dondosha kwa ajili wa uabiri mkuu.',
'Defines the date input format used in forms (option or input fields).' =>
'Inafafanua umbizo umbizo ingizo la tarehe linalotumika katika fomu (hiari au uga ingizo).',
@@ -7905,6 +7880,8 @@ Mfano:
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'isiyo halali kwa muda mfupi',
@@ -8837,6 +8814,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => 'Simamia kazi zilizoamshwa na tukio au zinazotekelezwa kutegemeana na muda.',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Weka alama kama barua taka',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9077,7 +9055,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => 'Mapitio ya foleni ya tiketi',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/th_TH.pm b/Kernel/Language/th_TH.pm
index a785fc7e6c1..6b705327b58 100644
--- a/Kernel/Language/th_TH.pm
+++ b/Kernel/Language/th_TH.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D/%M/%Y';
$Self->{DateInputFormat} = '%D/%M/%Y';
$Self->{DateInputFormatLong} = '%D/%M/%Y - %T';
- $Self->{Completeness} = 0.522160210111622;
+ $Self->{Completeness} = 0.523974295600593;
# csv separator
$Self->{Separator} = ',';
@@ -1687,7 +1687,7 @@ sub Data {
'Available Fields' => 'ฟิลด์ที่สามารถใช้ได้',
'Filter available fields' => 'ตัวกรองฟิลด์ที่สามารถใช้ได้',
'Assigned Fields' => 'ฟิลด์ที่ได้รับมอบหมาย',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'รูปแบบข้อความ',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => 'ใน',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'ทั้งหมด',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'มากขึ้น',
'No Data Available.' => '',
'Available Columns' => 'คอลัมน์ที่พร้อมใช้งาน',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'คอลัมน์ที่มองเห็นได้ (จัดเรียงโดยการลากและวาง)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2623,7 +2616,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'วันที่ไม่ถูกต้อง!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2633,12 +2626,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'โปรดลบข้อมูลนี้และป้อนใหม่ด้วยค่าที่ถูกต้อง',
'This address already exists on the address list.' => 'ที่อยู่นี้มีอยู่แล้วในรายการที่อยู่',
- ' Cc' => '',
'Remove Cc' => 'ลบสำเนา',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => 'ลบสำเนาลับ',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2647,23 +2637,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'สร้างอีเมล์ตั๋วใหม่',
- ' Example Template' => '',
'Example Template' => 'ตัวอย่างแม่แบบ',
'To customer user' => 'ถึงลูกค้าผู้ใช้',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'โปรดระบุอย่างน้อยหนึ่งลูกค้าผู้ใช้สำหรับตั๋ว',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'เลือกลูกค้ารายนี้เป็นลูกค้าหลัก',
'Remove Ticket Customer User' => 'นำตั๋วลูกค้าผู้ใช้ออก',
'From queue' => 'จากคิว',
- ' Get all' => '',
'Get all' => 'ได้รับทั้งหมด',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2716,18 +2699,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'ไม่พบข้อมูลตั๋ว',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'ผู้ส่ง',
'Customer User Name' => '',
'Impact' => 'ผลกระทบ',
'Update Time' => 'เวลาการอัพเดต',
'Solution Time' => 'เวลาการแก้ปัญหา',
'First Response Time' => 'เวลาตอบสนองครั้งแรก',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'ย้ายตั๋วไปคิวอื่น',
'Change queue' => 'เปลี่ยนคิว',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2736,21 +2717,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'ลบออกจากรายการของตั๋วที่ดูแล้ว',
'Tickets per page' => 'ตั๋วต่อหนึ่งหน้า',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'รีเซ็ตภาพรวม',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'แบ่งออกเป็นตั๋วโทรศัพท์ใหม่',
'Create New Phone Ticket' => 'สร้างตั๋วจากโทรศัพท์ใหม่ ',
'Please include at least one customer for the ticket.' => 'กรุณาระบุลูกค้าอย่างน้อยหนึ่งคนสำหรับตั๋ว',
- 'Select this customer as the main customer.' => 'เลือกลูกค้ารายนี้เป็นลูกค้าหลัก',
'To queue' => 'ไปยังคิว',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2763,7 +2741,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'สร้างการประมวลผลตั๋วใหม่',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'ลงทะเบียนตั๋วเข้าไปในการประมวลผล',
@@ -2807,7 +2784,6 @@ sub Data {
'Save as default' => 'บันทึกเป็นค่าเริ่มต้น',
'Drafts' => '',
'by' => 'โดย',
- 'Move ticket to a different queue' => 'ย้ายตั๋วไปคิวอื่น',
'Change Queue' => 'เปลี่ยนคิว',
'There are no dialogs available at this point in the process.' =>
'ไม่มีไดอะล็อกที่สามารถใช้ได้ในกระบวนการนี้',
@@ -2949,11 +2925,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'ตั๋วใหม่',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'ตั๋ว',
'Welcome!' => 'ยินดีต้อนรับ!',
'Please click the button below to create your first ticket.' => 'กรุณาคลิกที่ปุ่มด้านล่างเพื่อสร้างตั๋วของคุณครั้งแรก',
'Create your first ticket' => 'สร้างตั๋วของคุณครั้งแรก',
@@ -2962,13 +2937,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'โปรไฟล์',
+ 'Template Name' => 'ชื่อแม่แบบ',
'e. g. 10*5155 or 105658*' => 'เช่น 10*5155 หรือ 105658*',
'CustomerID' => 'ไอดีลูกค้า',
'Types' => 'ประเภท',
'Limitation' => '',
'No time settings' => 'ไม่มีการตั้งค่าเวลา',
- 'All' => 'ทั้งหมด',
'Specific date' => 'วันที่เฉพาะเจาะจง',
'Only tickets created' => 'เฉพาะตั๋วที่สร้างแล้ว',
'Date range' => 'ช่วงวันที่',
@@ -2977,7 +2953,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'บันทึกเป็นแม่แบบ',
'Save as Template?' => 'บันทึกเป็นแม่แบบ?',
- 'Template Name' => 'ชื่อแม่แบบ',
'Pick a profile name' => 'เลือกชื่อโปรไฟล์',
'Output to' => 'ส่งออกไปยัง',
@@ -3207,7 +3182,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'ตัวอย่างเช่น',
+ 'e. g.' => 'ตัวอย่างเช่น',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => 'คุณลักษณะของผู้ใช้ผู้รับสำหรับการแจ้งเตือน',
@@ -3240,9 +3215,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'ช่องตั๋วแบบไดนามิกแสดงค่าที่มีประโยชน์สำหรับDropdownและช่องสำหรับเลือกหลายรายการ',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'ตัวอย่างเช่น',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5041,6 +5013,8 @@ sub Data {
'Server Database Charset' => 'ฐานข้อมูลชุดรหัสอักขระของเซิร์ฟเวอร์',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'ตารางชุดรหัสอักขระ',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5212,7 +5186,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'ตั๋ว',
'Ticket History Entries' => 'ประวัติการป้อนตั๋ว',
'Articles' => 'บทความ',
'Attachments (DB, Without HTML)' => 'สิ่งที่แนบมา (DB ปราศจาก HTML)',
@@ -5638,6 +5611,8 @@ sub Data {
'แบ่งบรรทัดอัตโนมัติในข้อความหลังจากจำนวนตัวอักษร x ',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'กำหนดรูปแบบการป้อนวันที่ ที่ใช้ในแบบฟอร์ม (ตัวเลือกหรือช่องใส่)',
@@ -7905,6 +7880,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'ไม่ถูกต้องชั่วคราว',
@@ -8848,6 +8825,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'มาร์คว่าเป็นสแปม!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => 'ทำเครื่องหมายตั๋วนี้เป็นขยะ!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9088,7 +9066,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/tr.pm b/Kernel/Language/tr.pm
index 8095017a8b9..eb23f619aff 100644
--- a/Kernel/Language/tr.pm
+++ b/Kernel/Language/tr.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.18220617202889;
+ $Self->{Completeness} = 0.182896688086999;
# csv separator
$Self->{Separator} = ';';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Tümü',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'daha fazla',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => 'Hatalı Tarih',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => 'Bu kayıt adres listesinde zaten var',
- ' Cc' => '',
'Remove Cc' => 'KK Kaldır',
'Bcc' => 'Gizli Bilgi',
- ' Bcc' => '',
'Remove Bcc' => 'GKK Kaldır',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Yeni e-posta bileti oluştur',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => 'Kuyruktan',
- ' Get all' => '',
'Get all' => 'Hepsini getir',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Bilet kaydı bulunamadı.',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Gönderen',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Güncelleme Zamanı',
'Solution Time' => 'Çözüm Zamanı',
'First Response Time' => 'İlk Cevap Zamanı',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Bileti başka bir kuyruğa taşı',
'Change queue' => 'Kuyruğu değiştir',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '',
'Tickets per page' => 'Her sayfadaki biletler',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => 'Yeni telefon bileti oluştur',
'Please include at least one customer for the ticket.' => 'En az bir müşteri bileti içermeli',
- 'Select this customer as the main customer.' => '',
'To queue' => 'Kuyruğa',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'tarafından',
- 'Move ticket to a different queue' => 'Bileti başka bir kuyruğa taşı',
'Change Queue' => 'Kuyruk Değiştir',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Yeni Bilet',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'BİLETLER',
'Welcome!' => 'Hoşgeldiniz',
'Please click the button below to create your first ticket.' => 'Lütfen ilk biletinizi oluşturmak için aşağıdaki butona basın.',
'Create your first ticket' => 'İlk biletinizi oluşturun',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Profil',
+ 'Template Name' => 'Şablon Adı',
'e. g. 10*5155 or 105658*' => 'örn: 10*5155 yada 105658*',
'CustomerID' => 'Müşteri IDsi',
'Types' => 'Tipler',
'Limitation' => '',
'No time settings' => 'Zaman ayarları yok',
- 'All' => 'Tümü',
'Specific date' => '',
'Only tickets created' => 'Sadece biletler oluşturuldu',
'Date range' => '',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Şablon olarak kaydet',
'Save as Template?' => 'Şablon olarak kaydedilsin mi?',
- 'Template Name' => 'Şablon Adı',
'Pick a profile name' => 'Bir profil adı seç',
'Output to' => 'Çıkar',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => '',
+ 'e. g.' => '',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'BİLETLER',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5636,6 +5609,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'geçici olarak geçersiz',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Spam (çöp) olarak işaretle!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/uk.pm b/Kernel/Language/uk.pm
index 1e0e09bed68..e8c0b638b83 100644
--- a/Kernel/Language/uk.pm
+++ b/Kernel/Language/uk.pm
@@ -27,7 +27,7 @@ sub Data {
$Self->{DateFormatShort} = '%M/%D/%Y';
$Self->{DateInputFormat} = '%M/%D/%Y';
$Self->{DateInputFormatLong} = '%M/%D/%Y - %T';
- $Self->{Completeness} = 0.435489166119501;
+ $Self->{Completeness} = 0.436974789915966;
# csv separator
$Self->{Separator} = ',';
@@ -1686,7 +1686,7 @@ sub Data {
'Available Fields' => 'Доступні поля',
'Filter available fields' => 'Фільтрувати доступні поля',
'Assigned Fields' => 'Призначені поля',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => 'Шаблон тексту',
@@ -2365,23 +2365,16 @@ sub Data {
'in' => 'в',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Усі',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'далі',
'No Data Available.' => 'Немає доступних даних.',
'Available Columns' => 'Доступні колонки',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => 'Видимі стовпці (упорядковуйте шляхом тягни-й-пусти)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2621,7 +2614,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => 'Написати відповідь для %s%s%s',
'Date Invalid!' => 'Невірна дата!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2631,12 +2624,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'Будь ласка, вилучіть цей запис та додайте новий з правильним значенням.',
'This address already exists on the address list.' => 'Ця адреса вже є в списку адрес',
- ' Cc' => '',
'Remove Cc' => 'Вилучити Копія',
'Bcc' => 'Прихована копія',
- ' Bcc' => '',
'Remove Bcc' => 'Вилучити Прихована Копія',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => 'Зміна Клаєнта: %s%s%s',
@@ -2645,23 +2635,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => 'Заявка по e-mail',
- ' Example Template' => '',
'Example Template' => 'Приклад шаблону',
'To customer user' => 'Для користувача',
- ' To' => '',
'Please include at least one customer user for the ticket.' => 'Будь ласка, додайте хоча б одного користувача-клієнта для квитка.',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => 'Виберіть клієнта у якості основного.',
'Remove Ticket Customer User' => 'Вилучити Користувача-Клієнта',
'From queue' => ' Із черги',
- ' Get all' => '',
'Get all' => 'Отримати всі',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => 'Вихідна адреса електронної пошти для %s%s%s',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2714,18 +2697,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => 'Не знайдено даних про квитки',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Відправник',
'Customer User Name' => '',
'Impact' => '',
'Update Time' => 'Час до зміни заявки',
'Solution Time' => 'Час розв\'язку заявки',
'First Response Time' => 'Час до першої відповіді',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => 'Перемістити заявку в іншу чергу',
'Change queue' => 'Перемістити в іншу чергу',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2734,21 +2715,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Вилучити зі списку спостережуваних заявок',
'Tickets per page' => 'Квитків на сторінку.',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => 'Скинути огляд',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => 'Розділити на Нові Телефонні Квитки',
'Create New Phone Ticket' => 'Заявка по телефону',
'Please include at least one customer for the ticket.' => 'Будь ласка, вкажіть хоча б одного клієнта для квитка.',
- 'Select this customer as the main customer.' => 'Виберіть клієнта у якості основного.',
'To queue' => 'У чергу',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2761,7 +2739,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => 'Створити Новий Квиток Процесу',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => 'Залучити Квиток в Процес',
@@ -2805,7 +2782,6 @@ sub Data {
'Save as default' => 'Зберегти як типовий',
'Drafts' => '',
'by' => 'ні',
- 'Move ticket to a different queue' => 'Перемістити заявку в іншу чергу',
'Change Queue' => 'Перемінити черга',
'There are no dialogs available at this point in the process.' =>
'На даний момент в цьому процесі немає ніяких діалогових вікон.',
@@ -2947,11 +2923,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Нова заявка',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Заявки',
'Welcome!' => 'Ласкаво просимо!',
'Please click the button below to create your first ticket.' => 'Будь ласка, натисніть на кнопку нижче, щоб створити ваш перший квиток.',
'Create your first ticket' => 'Створення вашого першого квитка',
@@ -2960,13 +2935,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Параметри',
+ 'Template Name' => 'Ім\'я шаблону',
'e. g. 10*5155 or 105658*' => 'наприклад, 10*5155 або 105658*',
'CustomerID' => 'ID клієнта',
'Types' => 'Типи',
'Limitation' => '',
'No time settings' => 'Немає налаштувань часу',
- 'All' => 'Усі',
'Specific date' => 'Вкажіть дату',
'Only tickets created' => 'Заявки створені',
'Date range' => 'Проміжок часу',
@@ -2975,7 +2951,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => 'Зберегти у якості шаблону',
'Save as Template?' => 'Зберегти як шаблон',
- 'Template Name' => 'Ім\'я шаблону',
'Pick a profile name' => 'Виберіть ім\'я профілю',
'Output to' => 'Вивести як',
@@ -3205,7 +3180,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => 'Для отримання атрибуту Події',
- ' e. g.' => ' наприклад,',
+ 'e. g.' => 'наприклад,',
'To get the first 20 character of the appointment title.' => 'Для отримання перших 20-ти символів заголовку Події',
'To get the calendar attribute' => 'Для отримання аатрибутів календаря',
'Attributes of the recipient user for the notification' => 'Атрибути користувача-одержувача для сповіщення',
@@ -3238,9 +3213,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'Динамічні поля квитка відображають значення, корисні для полів що Розкриваються та з Множинним вибором',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => 'наприклад,',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5039,6 +5011,8 @@ sub Data {
'Server Database Charset' => 'Набір символів бази даних сервера',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => 'Таблиця набору символів',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5210,7 +5184,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Заявки',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5636,6 +5609,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7900,6 +7875,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'тимчасово недійсний',
@@ -8832,6 +8809,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Позначити як спам!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9072,7 +9050,6 @@ Thanks for your help!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/vi_VN.pm b/Kernel/Language/vi_VN.pm
index 78887697977..b6dd4929e75 100644
--- a/Kernel/Language/vi_VN.pm
+++ b/Kernel/Language/vi_VN.pm
@@ -26,7 +26,7 @@ sub Data {
$Self->{DateFormatShort} = '%D.%M.%Y';
$Self->{DateInputFormat} = '%D.%M.%Y';
$Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
- $Self->{Completeness} = 0.147406434668418;
+ $Self->{Completeness} = 0.147965068380293;
# csv separator
$Self->{Separator} = ';';
@@ -1685,7 +1685,7 @@ sub Data {
'Available Fields' => '',
'Filter available fields' => '',
'Assigned Fields' => '',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '',
@@ -2364,23 +2364,16 @@ sub Data {
'in' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => 'Tất cả',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => 'hơn',
'No Data Available.' => '',
'Available Columns' => '',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2620,7 +2613,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2630,12 +2623,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'',
'This address already exists on the address list.' => '',
- ' Cc' => '',
'Remove Cc' => '',
'Bcc' => 'Bcc',
- ' Bcc' => '',
'Remove Bcc' => '',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2644,23 +2634,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '',
'Remove Ticket Customer User' => '',
'From queue' => '',
- ' Get all' => '',
'Get all' => '',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2713,18 +2696,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => 'Người gửi',
'Customer User Name' => '',
'Impact' => 'Tác động',
'Update Time' => 'Thời gian cập nhật',
'Solution Time' => 'Thời gian giải pháp',
'First Response Time' => 'Lần phản hồi đầu tiên',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '',
'Change queue' => 'Thay đổi hàng đợi',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2733,21 +2714,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => 'Xóa khỏi danh sách theo dõi vé',
'Tickets per page' => '',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '',
'Please include at least one customer for the ticket.' => '',
- 'Select this customer as the main customer.' => '',
'To queue' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2760,7 +2738,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2804,7 +2781,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => 'bởi',
- 'Move ticket to a different queue' => '',
'Change Queue' => '',
'There are no dialogs available at this point in the process.' =>
'',
@@ -2946,11 +2922,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => 'Thẻ mới',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => 'Các thẻ',
'Welcome!' => '',
'Please click the button below to create your first ticket.' => '',
'Create your first ticket' => '',
@@ -2959,13 +2934,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => 'Hồ sơ',
+ 'Template Name' => '',
'e. g. 10*5155 or 105658*' => '',
'CustomerID' => 'Mã khách hàng',
'Types' => '',
'Limitation' => '',
'No time settings' => '',
- 'All' => 'Tất cả',
'Specific date' => 'Thời gian xác định',
'Only tickets created' => '',
'Date range' => 'Khoảng thời gian',
@@ -2974,7 +2950,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '',
'Save as Template?' => '',
- 'Template Name' => '',
'Pick a profile name' => '',
'Output to' => 'Kết quả từ',
@@ -3204,7 +3179,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => 'Thí dụ',
+ 'e. g.' => 'Thí dụ',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3237,9 +3212,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5038,6 +5010,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5209,7 +5183,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => 'Các thẻ',
'Ticket History Entries' => '',
'Articles' => '',
'Attachments (DB, Without HTML)' => '',
@@ -5635,6 +5608,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7899,6 +7874,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => 'tạm thời không hợp lệ',
@@ -8843,6 +8820,7 @@ Cảm ơn sự giúp đỡ của bạn!
'Manage tasks triggered by event or time based execution.' => '',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => 'Đánh dấu là thư rác!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9083,7 +9061,6 @@ Cảm ơn sự giúp đỡ của bạn!
'Ticket Priority.' => '',
'Ticket Queue Overview' => '',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Language/zh_CN.pm b/Kernel/Language/zh_CN.pm
index 69acddf08cc..c72ab023725 100644
--- a/Kernel/Language/zh_CN.pm
+++ b/Kernel/Language/zh_CN.pm
@@ -33,7 +33,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y.%M.%D';
$Self->{DateInputFormat} = '%Y.%M.%D';
$Self->{DateInputFormatLong} = '%Y.%M.%D - %T';
- $Self->{Completeness} = 0.894123440577807;
+ $Self->{Completeness} = 0.897347174163783;
# csv separator
$Self->{Separator} = '';
@@ -1692,7 +1692,7 @@ sub Data {
'Available Fields' => '可用的字段',
'Filter available fields' => '可用字段的过滤器',
'Assigned Fields' => '分配的字段',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '通信渠道',
'Is visible for customer' => '对客户可见',
'Text Template' => '内容模板',
@@ -2371,23 +2371,16 @@ sub Data {
'in' => '之内',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => '全部',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => '更多',
'No Data Available.' => '没有可用数据。',
'Available Columns' => '可用的字段',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '显示的字段(可通过拖放调整顺序)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '变更客户关系',
@@ -2627,8 +2620,8 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '撰写工单%s%s%s的回复邮件',
'Date Invalid!' => '日期无效!',
- ' Select one or more recipients from the customer user address book.' =>
- '',
+ 'Select one or more recipients from the customer user address book.' =>
+ '从客户用户通讯录中选择一个或多个收件人。',
'Customer user address book' => '客户用户通讯录',
'This address is registered as system address and cannot be used: %s' =>
'这个邮件地址:%s已被注册为系统邮件地址,不能使用。',
@@ -2637,12 +2630,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'请删除这个条目并重新输入一个正确的值。',
'This address already exists on the address list.' => '地址列表已有这个地址。',
- ' Cc' => '',
'Remove Cc' => '移除Cc',
'Bcc' => '暗送',
- ' Bcc' => '',
'Remove Bcc' => '移除Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '变更工单%s%s%s的客户',
@@ -2651,23 +2641,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '创建邮件工单',
- ' Example Template' => '',
'Example Template' => '模板样例',
'To customer user' => '选择客户用户',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '请包括至少一个客户用户。',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '选择这个客户用户作为主要联系人。',
'Remove Ticket Customer User' => '移除客户用户',
'From queue' => '从队列',
- ' Get all' => '',
'Get all' => '获取全部',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '%s%s%s的外发邮件',
- 'Select one or more recipients from the customer user address book.' =>
- '从客户用户通讯录中选择一个或多个收件人。',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '重新发送电子邮件给%s%s%s',
@@ -2720,18 +2703,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '没有找到工单数据。',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => '发件人',
'Customer User Name' => '客户用户姓名',
'Impact' => '影响',
'Update Time' => '更新时间',
'Solution Time' => '解决时间',
'First Response Time' => '首次响应时间',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '将工单转移到另一个队列',
'Change queue' => '更改队列',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2740,21 +2721,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '从关注工单列表中移除',
'Tickets per page' => '工单数/页',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '频道丢失',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '刷新概览视图',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '拆分为新的电话工单',
'Create New Phone Ticket' => '创建电话工单',
'Please include at least one customer for the ticket.' => '请包括至少一个客户用户。',
- 'Select this customer as the main customer.' => '选择这个客户用户作为主要联系人。',
'To queue' => '队列',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2767,7 +2745,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '创建流程工单',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '注册工单到一个流程',
@@ -2811,7 +2788,6 @@ sub Data {
'Save as default' => '保存为默认',
'Drafts' => '草稿',
'by' => '由',
- 'Move ticket to a different queue' => '将工单转移到另一个队列',
'Change Queue' => '改变队列',
'There are no dialogs available at this point in the process.' =>
'目前流程中没有可用的活动对话框。',
@@ -2953,11 +2929,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => '新建工单',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => '工单',
'Welcome!' => '欢迎!',
'Please click the button below to create your first ticket.' => '请点击下面的按钮创建第一个工单。',
'Create your first ticket' => '创建第一个工单',
@@ -2966,13 +2941,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => '搜索条件',
+ 'Template Name' => '模板名称',
'e. g. 10*5155 or 105658*' => '例如: 10*5155 或 105658*',
'CustomerID' => 'CustomerID',
'Types' => '类型',
'Limitation' => '',
'No time settings' => '没有设置时间',
- 'All' => '全部',
'Specific date' => '指定日期',
'Only tickets created' => '仅工单创建时间',
'Date range' => '日期范围',
@@ -2981,7 +2957,6 @@ sub Data {
'Save Search as Template?' => '将搜索保存为模板吗?',
'Save as Template' => '保存为模板',
'Save as Template?' => '保存为模板吗?',
- 'Template Name' => '模板名称',
'Pick a profile name' => '输入模板名称',
'Output to' => '输出为',
@@ -3211,7 +3186,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '获取预约的属性',
- ' e. g.' => ' 例如:',
+ 'e. g.' => '例如:',
'To get the first 20 character of the appointment title.' => '获取预约的前20个字符。',
'To get the calendar attribute' => '获取日历的属性',
'Attributes of the recipient user for the notification' => '通知收件人的属性',
@@ -3244,9 +3219,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'工单动态字段显示值,对下拉式和多项选择字段有用',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '例如:',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'获取当前/最新服务人员文章主题的前20个字符(当前用于回复和转发,最新用于备注模板类型)。其它模板类型不支持此标记。',
@@ -5045,6 +5017,8 @@ sub Data {
'Server Database Charset' => '服务器端数据库字符集',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '表字符集',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5216,7 +5190,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '数据库记录',
- 'Tickets' => '工单',
'Ticket History Entries' => '工单历史条目',
'Articles' => '信件',
'Attachments (DB, Without HTML)' => '附件(DB,不包括HTML文件)',
@@ -5642,6 +5615,8 @@ sub Data {
'文本消息中在X个字符后自动换行。',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'设置文本消息显示的行数(例如:队列视图中工单的行)。',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '开启主菜单的拖放功能。',
'Defines the date input format used in forms (option or input fields).' =>
'定义表单中数据的输入格式(选项或输入字段)。',
@@ -7906,6 +7881,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => '暂时无效',
@@ -8848,6 +8825,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '管理事件触发或基于时间执行的任务。',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '标记为垃圾!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '标记这个工单为垃圾!',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9088,7 +9066,6 @@ Thanks for your help!
'Ticket Priority.' => '工单优先级。',
'Ticket Queue Overview' => '工单队列概览',
'Ticket Responsible.' => '工单负责人。',
- 'Ticket Search' => '',
'Ticket Watcher' => '工单关注人',
'Ticket Zoom' => '工单详情',
'Ticket Zoom.' => '工单详情。',
diff --git a/Kernel/Language/zh_TW.pm b/Kernel/Language/zh_TW.pm
index 07977dbc11e..f931a4996f2 100644
--- a/Kernel/Language/zh_TW.pm
+++ b/Kernel/Language/zh_TW.pm
@@ -29,7 +29,7 @@ sub Data {
$Self->{DateFormatShort} = '%Y.%M.%D';
$Self->{DateInputFormat} = '%Y.%M.%D';
$Self->{DateInputFormatLong} = '%Y.%M.%D - %T';
- $Self->{Completeness} = 0.308108995403808;
+ $Self->{Completeness} = 0.309111880046136;
# csv separator
$Self->{Separator} = '';
@@ -1688,7 +1688,7 @@ sub Data {
'Available Fields' => '可選的字段',
'Filter available fields' => '過濾可選的字段',
'Assigned Fields' => '指排的字段',
- ' Filter assigned fields' => '',
+ 'Filter assigned fields' => '',
'Communication Channel' => '',
'Is visible for customer' => '',
'Text Template' => '文本模板',
@@ -2367,23 +2367,16 @@ sub Data {
'in' => '之内',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
- ' Show or hide the content' => '',
+ 'All' => '全部',
'Search inactive widgets' => '',
'Active Widgets' => '',
- ' Save changes' => '',
- ' Save' => '',
'Save changes' => '',
- ' Settings' => '',
- ' Refresh' => '',
- ' Close this widget' => '',
+ 'Close this widget' => '',
'Hide' => '',
- ' Cancel' => '',
'more' => '更多',
'No Data Available.' => '',
'Available Columns' => '可選擇的字段',
- ' Filter available fields' => '',
'Visible Columns (order by drag & drop)' => '顯示的字段(通過拖拽可調整順序)',
- ' Submit' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDList.tt
'Change Customer Relations' => '',
@@ -2624,7 +2617,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
'Compose Answer for %s%s%s' => '',
'Date Invalid!' => '日期無效!',
- ' Select one or more recipients from the customer user address book.' =>
+ 'Select one or more recipients from the customer user address book.' =>
'',
'Customer user address book' => '',
'This address is registered as system address and cannot be used: %s' =>
@@ -2634,12 +2627,9 @@ sub Data {
'Please remove this entry and enter a new one with the correct value.' =>
'請刪除這個條目並重新輸入一個正確的值。',
'This address already exists on the address list.' => '地址列表已有這個地址。',
- ' Cc' => '',
'Remove Cc' => '刪除Cc',
'Bcc' => '暗送',
- ' Bcc' => '',
'Remove Bcc' => '刪除Bcc',
- ' Send mail' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
'Change Customer of %s%s%s' => '',
@@ -2648,23 +2638,16 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
'Create New Email Ticket' => '創建郵件工單',
- ' Example Template' => '',
'Example Template' => '',
'To customer user' => '選擇用戶',
- ' To' => '',
'Please include at least one customer user for the ticket.' => '請包括至少一個工單用戶。',
- ' Select this customer as the main customer.' => '',
- ' To customer user' => '',
+ 'Select this customer as the main customer.' => '選擇這個用戶作為主用戶',
'Remove Ticket Customer User' => '刪除工單用戶',
'From queue' => '隊列',
- ' Get all' => '',
'Get all' => '獲取全部',
- ' Message body' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
'Outbound Email for %s%s%s' => '',
- 'Select one or more recipients from the customer user address book.' =>
- '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketEmailResend.tt
'Resend Email for %s%s%s' => '',
@@ -2717,18 +2700,16 @@ sub Data {
'NoteToTicket invalid.' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
- ' Select all' => '',
'No ticket data found.' => '沒有找到工單數據。',
- ' Open / Close ticket action menu' => '',
- ' Select this ticket' => '',
+ 'Open / Close ticket action menu' => '',
+ 'Select this ticket' => '',
'Sender' => '發件人',
'Customer User Name' => '用戶名',
'Impact' => '影響',
'Update Time' => '更新時間',
'Solution Time' => '解決時間',
'First Response Time' => '第一響應時間',
- ' Service Time' => '',
- ' Move ticket to a different queue' => '',
+ 'Move ticket to a different queue' => '將工單轉移到另一個隊列',
'Change queue' => '更改隊列',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
@@ -2737,21 +2718,18 @@ sub Data {
'Remove mention' => '',
'Remove from list of watched tickets' => '取消訂閱此工單',
'Tickets per page' => '工單數/頁',
- 'Filter assigned fields' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
- ' Missing channel' => '',
'Missing channel' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
'Reset overview' => '',
- ' Column Filters Form' => '',
+ 'Column Filters Form' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
'Split Into New Phone Ticket' => '',
'Create New Phone Ticket' => '創建電話工單',
'Please include at least one customer for the ticket.' => '請包括至少一個工單用戶。',
- 'Select this customer as the main customer.' => '選擇這個用戶作為主用戶',
'To queue' => '隊列',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
@@ -2764,7 +2742,6 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
'Create New Process Ticket' => '創建流程工單',
- ' Loading' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
'Enroll Ticket into a Process' => '',
@@ -2808,7 +2785,6 @@ sub Data {
'Save as default' => '',
'Drafts' => '',
'by' => '由',
- 'Move ticket to a different queue' => '將工單轉移到另一個隊列',
'Change Queue' => '改變隊列',
'There are no dialogs available at this point in the process.' =>
'目前流程中沒有環節操作。',
@@ -2950,11 +2926,10 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
'New Ticket' => '新的工單',
- ' Service level agreement' => '',
- 'Dymanic Info' => '',
- ' Subject' => '',
+ 'Service level agreement' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+ 'Tickets' => '工單',
'Welcome!' => '歡迎!',
'Please click the button below to create your first ticket.' => '請點擊下面的按鈕創建第一個工單。',
'Create your first ticket' => '創建第一個工單',
@@ -2963,13 +2938,14 @@ sub Data {
'New Process Ticket' => '',
# TT Template: Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+ 'Ticket Search' => '',
'Profile' => '搜索條件',
+ 'Template Name' => '模板名稱',
'e. g. 10*5155 or 105658*' => '例如: 10*5155 或 105658*',
'CustomerID' => '客戶編號',
'Types' => '類型',
'Limitation' => '',
'No time settings' => '',
- 'All' => '全部',
'Specific date' => '',
'Only tickets created' => '工單創建於',
'Date range' => '',
@@ -2978,7 +2954,6 @@ sub Data {
'Save Search as Template?' => '',
'Save as Template' => '保存為模板',
'Save as Template?' => '保存為模板',
- 'Template Name' => '模板名稱',
'Pick a profile name' => '',
'Output to' => '輸出為',
@@ -3208,7 +3183,7 @@ sub Data {
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminAppointmentNotificationEvent.tt
'To get the appointment attribute' => '',
- ' e. g.' => '例如',
+ 'e. g.' => '例如',
'To get the first 20 character of the appointment title.' => '',
'To get the calendar attribute' => '',
'Attributes of the recipient user for the notification' => '',
@@ -3241,9 +3216,6 @@ sub Data {
'Ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
'',
- # TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminSalutation.tt
- 'e. g.' => '例如',
-
# TT Template: Kernel/Output/HTML/Templates/Standard/SmartTags/AdminTemplate.tt
'To get the first 20 characters of the subject of the current/latest agent article (current for Answer and Forward, latest for Note template type). This tag is not supported for other template types.' =>
'',
@@ -5042,6 +5014,8 @@ sub Data {
'Server Database Charset' => '',
'The setting character_set_database needs to be \'utf8mb4\'.' => '',
'Table Charset' => '',
+ 'There were non-system tables found which do not have \'utf8mb4\' as charset.' =>
+ '',
'There were tables found which do not have \'utf8mb4\' as charset.' =>
'',
@@ -5213,7 +5187,6 @@ sub Data {
# Perl Module: Kernel/System/SupportDataCollector/Plugin/Znuny/DatabaseRecords.pm
'Database Records' => '',
- 'Tickets' => '工單',
'Ticket History Entries' => '',
'Articles' => '文章',
'Attachments (DB, Without HTML)' => '',
@@ -5639,6 +5612,8 @@ sub Data {
'',
'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
'',
+ 'Limits the number of options for modernized selection fields. If this limit will be exceeded, the selection field will for performance reasons be shown as non-modernized.' =>
+ '',
'Turns on drag and drop for the main navigation.' => '',
'Defines the date input format used in forms (option or input fields).' =>
'',
@@ -7903,6 +7878,8 @@ sub Data {
'',
'Mapping of ticket priority to X-Priority email header for outgoing emails of communication channel "system".' =>
'',
+ 'Adds the field mapping for AgentTicketActionCommon for an unknown action. Used by Znuny.Form.Input.' =>
+ '',
# XML Definition: scripts/database/initial_insert.xml
'invalid-temporarily' => '暫時無效',
@@ -8836,6 +8813,7 @@ Thanks for your help!
'Manage tasks triggered by event or time based execution.' => '管理基於事件或時間觸發的任務',
'Management of ticket attribute relations.' => '',
'Mark as Spam!' => '標記為垃圾!',
+ 'Mark as seen' => '',
'Mark this ticket as junk!' => '',
'Mark ticket as seen' => '',
'Mark ticket as unseen' => '',
@@ -9076,7 +9054,6 @@ Thanks for your help!
'Ticket Priority.' => '工單優先級',
'Ticket Queue Overview' => '工單隊列',
'Ticket Responsible.' => '',
- 'Ticket Search' => '',
'Ticket Watcher' => '',
'Ticket Zoom' => '',
'Ticket Zoom.' => '',
diff --git a/Kernel/Modules/AdminDynamicField.pm b/Kernel/Modules/AdminDynamicField.pm
index d06cacd9677..2e4641f4527 100644
--- a/Kernel/Modules/AdminDynamicField.pm
+++ b/Kernel/Modules/AdminDynamicField.pm
@@ -325,6 +325,11 @@ sub _DynamicFieldsListShow {
Data => \%PageNav,
);
+ $LayoutObject->Block(
+ Name => 'OverviewNavBarPageNavBarBottom',
+ Data => \%PageNav,
+ );
+
$LayoutObject->Block(
Name => 'ContextSettings',
Data => { %PageNav, %Param, },
diff --git a/Kernel/Modules/AdminSelectBox.pm b/Kernel/Modules/AdminSelectBox.pm
index 459132b96f2..9a47fadec21 100644
--- a/Kernel/Modules/AdminSelectBox.pm
+++ b/Kernel/Modules/AdminSelectBox.pm
@@ -100,7 +100,7 @@ sub Run {
{
my @Data;
- my $MatchesFound;
+ my $MatchesFound = 0;
# add result block
$LayoutObject->Block(
diff --git a/Kernel/Modules/AdminSystemConfiguration.pm b/Kernel/Modules/AdminSystemConfiguration.pm
index ff5a92f8f3c..a5ff44ddbfc 100644
--- a/Kernel/Modules/AdminSystemConfiguration.pm
+++ b/Kernel/Modules/AdminSystemConfiguration.pm
@@ -619,14 +619,24 @@ sub _GetCategoriesStrg {
|| $UserPreferences{UserSystemConfigurationCategory};
my %Categories = $Kernel::OM->Get('Kernel::System::SysConfig')->ConfigurationCategoriesGet();
- my %CategoryData = map { $_ => $Categories{$_}->{DisplayName} } keys %Categories;
+ my %CategoryData;
+ for my $CategoryName ( sort keys %Categories ) {
+ if ( $Categories{$CategoryName}->{PackageName} ) {
+ $CategoryData{$CategoryName} = $Categories{$CategoryName}->{PackageName};
+ }
+ else {
+ my $TranslatedName
+ = $Kernel::OM->Get('Kernel::Language')->Translate( $Categories{$CategoryName}->{DisplayName} );
+ $CategoryData{$CategoryName} = $TranslatedName;
+ }
+ }
my $CategoriesStrg = $Kernel::OM->Get('Kernel::Output::HTML::Layout')->BuildSelection(
Data => \%CategoryData,
Name => 'Category',
SelectedID => $Category || Translatable('All'),
PossibleNone => 0,
- Translation => 1,
+ Translation => 0,
Sort => 'AlphanumericKey',
Class => 'Modernize',
Title => $Kernel::OM->Get('Kernel::Language')->Translate('Category Search'),
diff --git a/Kernel/Modules/AgentTicketSearch.pm b/Kernel/Modules/AgentTicketSearch.pm
index 8e34f3bd201..b5b155ea3a3 100644
--- a/Kernel/Modules/AgentTicketSearch.pm
+++ b/Kernel/Modules/AgentTicketSearch.pm
@@ -1128,7 +1128,7 @@ sub Run {
push @PDFRow, $Created;
push @PDFRow, $Data{From};
push @PDFRow, $Data{Subject};
- push @PDFRow, $Data{State};
+ push @PDFRow, $LayoutObject->{LanguageObject}->Translate( $Data{State} );
push @PDFRow, $Data{Queue};
push @PDFRow, $Owner;
push @PDFRow, $Customer;
diff --git a/Kernel/Modules/AgentTicketZoom.pm b/Kernel/Modules/AgentTicketZoom.pm
index bf798f69216..fcbe6eec4f9 100644
--- a/Kernel/Modules/AgentTicketZoom.pm
+++ b/Kernel/Modules/AgentTicketZoom.pm
@@ -161,6 +161,7 @@ sub Run {
# get needed objects
my $TicketObject = $Kernel::OM->Get('Kernel::System::Ticket');
my $ArticleObject = $Kernel::OM->Get('Kernel::System::Ticket::Article');
+ my $MentionObject = $Kernel::OM->Get('Kernel::System::Mention');
# check permissions
my $Access = $TicketObject->TicketPermission(
@@ -183,14 +184,24 @@ sub Run {
DynamicFields => 1,
);
- # Set ticket mentions as seen.
- $TicketObject->TicketFlagSet(
+ # Get mentions for the current ticket.
+ my $Mentions = $MentionObject->GetTicketMentions(
TicketID => $Self->{TicketID},
- Key => 'MentionSeen',
- Value => 1,
- UserID => $Self->{UserID},
);
+ # Get mentions only for the current user.
+ my @UserTicketMentions = grep { $_->{UserID} eq $Self->{UserID} } @{$Mentions};
+
+ # Set ticket mentions as seen.
+ if (@UserTicketMentions) {
+ $TicketObject->TicketFlagSet(
+ TicketID => $Self->{TicketID},
+ Key => 'MentionSeen',
+ Value => 1,
+ UserID => $Self->{UserID},
+ );
+ }
+
# get ACL restrictions
my %PossibleActions;
my $Counter = 0;
diff --git a/Kernel/Modules/CustomerTicketSearch.pm b/Kernel/Modules/CustomerTicketSearch.pm
index 3094fef501d..9339a26bef9 100644
--- a/Kernel/Modules/CustomerTicketSearch.pm
+++ b/Kernel/Modules/CustomerTicketSearch.pm
@@ -882,7 +882,7 @@ sub Run {
push @PDFRow, $Created;
push @PDFRow, $Data{From};
push @PDFRow, $Data{Subject};
- push @PDFRow, $Data{State};
+ push @PDFRow, $LayoutObject->{LanguageObject}->Translate( $Data{State} );
push @PDFRow, $Data{Queue};
push @PDFRow, $Customer;
push @PDFData, \@PDFRow;
diff --git a/Kernel/Output/HTML/Layout.pm b/Kernel/Output/HTML/Layout.pm
index 3de1d2ffcc5..5ccaf5b0459 100644
--- a/Kernel/Output/HTML/Layout.pm
+++ b/Kernel/Output/HTML/Layout.pm
@@ -508,6 +508,15 @@ sub Block {
Data => $Param{Data},
};
+ # For performance reasons:
+ # Do not initialize modernized input fields on selections with many entries
+ my $MaxNumberOfOptions
+ = $Kernel::OM->Get('Kernel::Config')->Get("InputFields::ModernizedSelection::MaxNumberOfOptions");
+ $Self->AddJSData(
+ Key => 'InputFields::ModernizedSelection::MaxNumberOfOptions',
+ Value => $MaxNumberOfOptions,
+ );
+
return 1;
}
@@ -1799,6 +1808,7 @@ sub Footer {
Autocomplete => $AutocompleteConfig,
'Mentions::RichTextEditor' => $ConfigObject->Get('Mentions::RichTextEditor') // {},
Skin => $Self->{SkinSelected},
+ AutoAttributFieldIDMapping => $ConfigObject->Get('AutoAttributFieldIDMapping') || 1,
);
for my $Config ( sort keys %JSConfig ) {
@@ -5578,14 +5588,21 @@ sub _BuildSelectionDataRefCreate {
$DisabledElements{$ElementLongName} = 1;
# add the element to the original data to be disabled later
- $DataLocal->{ $ElementLongName . '_Disabled' } = $ElementLongName;
+ $DataLocal->{$ElementLongName} = $ElementLongName;
}
$Parents .= $Element . '::';
}
}
}
- # sort hash (before the translation)
+ # translate value
+ if ( $OptionRef->{Translation} ) {
+ for my $Row ( sort keys %{$DataLocal} ) {
+ $DataLocal->{$Row} = $Self->{LanguageObject}->Translate( $DataLocal->{$Row} );
+ }
+ }
+
+ # sort hash
my @SortKeys;
if ( $OptionRef->{Sort} eq 'IndividualValue' && $OptionRef->{SortIndividual} ) {
my %List = reverse %{$DataLocal};
@@ -5685,7 +5702,7 @@ sub _BuildSelectionDataRefCreate {
# push the missing element to the data local array
push @NewDataLocal, {
- Key => $ElementLongName . '_Disabled',
+ Key => $ElementLongName,
Value => $ElementLongName,
Disabled => 1,
};
diff --git a/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt b/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt
index c48c3ecf684..2ae84477fa2 100644
--- a/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt
+++ b/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt
@@ -243,6 +243,16 @@
+
[% INCLUDE "FormElements/DraftButtons.tt" %]
-
+ [% Translate("Send mail") | html %]
diff --git a/Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt b/Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
index 8bf805715f1..ec47febfa7d 100644
--- a/Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
+++ b/Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
@@ -38,7 +38,7 @@
# example template for customizations, see hidden form at the end of the file
# [% Translate("Templates") | html %]:
#
-# [% Translate("Example Template") | html %]
+# [% Translate("Example Template") | html %]
#
- This sample shows several editor instances that share the very same spaces for both the toolbar and the bottom bar.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Integer condimentum sit amet
-
-
- Aenean nonummy a, mattis varius. Cras aliquet.
- Praesent magna non mattis ac, rhoncus nunc, rhoncus eget, cursus pulvinar mollis.
-
Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.
-
Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.
-
-
-
- Praesent wisi accumsan sit amet nibh
-
-
Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.
-
Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce gravida, erat vitae augue. Fusce urna fringilla gravida.
-
In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.