zendesk - Version 2.1.8

Version Notes

Go-lion launch asset and string updates.

Download this release

Release Info

Developer Zendesk
Extension zendesk
Version 2.1.8
Comparing to
See all releases


Code changes from version 2.1.7 to 2.1.8

Files changed (31) hide show
  1. app/code/community/Zendesk/Zendesk/controllers/Adminhtml/ZendeskController.php +1 -1
  2. app/code/community/Zendesk/Zendesk/etc/config.xml +3 -3
  3. app/code/community/Zendesk/Zendesk/etc/system.xml +5 -5
  4. app/design/adminhtml/default/default/template/zendesk/left-menu.phtml +1 -1
  5. app/locale/da_DA/Zendesk_Zendesk.csv +17 -8
  6. app/locale/de_DE/Zendesk_Zendesk.csv +13 -4
  7. app/locale/en_CA/Zendesk_Zendesk.csv +17 -8
  8. app/locale/en_GB/Zendesk_Zendesk.csv +16 -7
  9. app/locale/en_US/Zendesk_Zendesk.csv +13 -4
  10. app/locale/es_419/Zendesk_Zendesk.csv +13 -4
  11. app/locale/es_ES/Zendesk_Zendesk.csv +13 -4
  12. app/locale/fr_CA/Zendesk_Zendesk.csv +18 -9
  13. app/locale/fr_FR/Zendesk_Zendesk.csv +21 -12
  14. app/locale/it_IT/Zendesk_Zendesk.csv +24 -15
  15. app/locale/ja_JA/Zendesk_Zendesk.csv +16 -7
  16. app/locale/ko_KO/Zendesk_Zendesk.csv +32 -23
  17. app/locale/nl_NL/Zendesk_Zendesk.csv +18 -9
  18. app/locale/no_NO/Zendesk_Zendesk.csv +96 -87
  19. app/locale/pt_BR/Zendesk_Zendesk.csv +19 -10
  20. app/locale/pt_PT/Zendesk_Zendesk.csv +19 -10
  21. app/locale/ru_RU/Zendesk_Zendesk.csv +25 -16
  22. app/locale/sv_SV/Zendesk_Zendesk.csv +97 -88
  23. app/locale/tr_TR/Zendesk_Zendesk.csv +101 -92
  24. app/locale/uk_UK/Zendesk_Zendesk.csv +13 -4
  25. app/locale/zh_CN/Zendesk_Zendesk.csv +107 -97
  26. app/locale/zh_TW/Zendesk_Zendesk.csv +17 -8
  27. package.xml +5 -5
  28. skin/adminhtml/default/default/zendesk/button.png +0 -0
  29. skin/adminhtml/default/default/zendesk/icon.png +0 -0
  30. skin/adminhtml/default/default/zendesk/zendesk-logo.png +0 -0
  31. skin/adminhtml/default/default/zendesk/zendesk-tab.png +0 -0
app/code/community/Zendesk/Zendesk/controllers/Adminhtml/ZendeskController.php CHANGED
@@ -378,7 +378,7 @@ class Zendesk_Zendesk_Adminhtml_ZendeskController extends Mage_Adminhtml_Control
378
 
379
  $text = Mage::helper('zendesk')->__('Ticket #%s Created', $response['id']);
380
  $text .= ' <a href="' . Mage::helper('zendesk')->getTicketUrl($response, true) . '" target="_blank">';
381
- $text .= Mage::helper('zendesk')->__('View ticket in Zendesk');
382
  $text .= '</a>';
383
 
384
  Mage::getSingleton('adminhtml/session')->addSuccess($text);
378
 
379
  $text = Mage::helper('zendesk')->__('Ticket #%s Created', $response['id']);
380
  $text .= ' <a href="' . Mage::helper('zendesk')->getTicketUrl($response, true) . '" target="_blank">';
381
+ $text .= Mage::helper('zendesk')->__('View ticket in Zendesk Support');
382
  $text .= '</a>';
383
 
384
  Mage::getSingleton('adminhtml/session')->addSuccess($text);
app/code/community/Zendesk/Zendesk/etc/config.xml CHANGED
@@ -19,7 +19,7 @@
19
  <config>
20
  <modules>
21
  <Zendesk_Zendesk>
22
- <version>2.1.7</version>
23
  </Zendesk_Zendesk>
24
  </modules>
25
  <zendesk>
@@ -198,7 +198,7 @@
198
  <sort_order>2</sort_order>
199
  </zendesk_create>
200
  <zendesk_launch module="zendesk">
201
- <title>Launch Zendesk</title>
202
  <action>adminhtml/zendesk/launch</action>
203
  <sort_order>3</sort_order>
204
  </zendesk_launch>
@@ -238,7 +238,7 @@
238
  <sort_order>2</sort_order>
239
  </zendesk_create>
240
  <zendesk_launch translate="title" module="zendesk">
241
- <title>Launch Zendesk</title>
242
  <sort_order>3</sort_order>
243
  </zendesk_launch>
244
  <zendesk_log>
19
  <config>
20
  <modules>
21
  <Zendesk_Zendesk>
22
+ <version>2.1.8</version>
23
  </Zendesk_Zendesk>
24
  </modules>
25
  <zendesk>
198
  <sort_order>2</sort_order>
199
  </zendesk_create>
200
  <zendesk_launch module="zendesk">
201
+ <title>Launch Zendesk Support</title>
202
  <action>adminhtml/zendesk/launch</action>
203
  <sort_order>3</sort_order>
204
  </zendesk_launch>
238
  <sort_order>2</sort_order>
239
  </zendesk_create>
240
  <zendesk_launch translate="title" module="zendesk">
241
+ <title>Launch Zendesk Support</title>
242
  <sort_order>3</sort_order>
243
  </zendesk_launch>
244
  <zendesk_log>
app/code/community/Zendesk/Zendesk/etc/system.xml CHANGED
@@ -38,7 +38,7 @@
38
  <general translate="label comment">
39
  <expanded>1</expanded>
40
  <label>General</label>
41
- <comment>General settings that are required to connect Zendesk and Magento.</comment>
42
  <frontend_type>text</frontend_type>
43
  <sort_order>10</sort_order>
44
  <show_in_default>1</show_in_default>
@@ -220,7 +220,7 @@
220
  <show_in_store>1</show_in_store>
221
  </web_widget_customise>
222
  <footer_link_enabled translate="label">
223
- <label>Display link to Zendesk in Magento footer</label>
224
  <frontend_type>select</frontend_type>
225
  <source_model>adminhtml/system_config_source_yesno</source_model>
226
  <sort_order>9</sort_order>
@@ -245,7 +245,7 @@
245
  <show_in_default>1</show_in_default>
246
  <show_in_website>1</show_in_website>
247
  <show_in_store>1</show_in_store>
248
- <comment><![CDATA[Used to link order in Magento with tickets in Zendesk]]></comment>
249
  </order_field_id>
250
  </fields>
251
  </frontend_features>
@@ -327,7 +327,7 @@
327
  </backend_features>
328
  <api translate="label comment">
329
  <label>API Details</label>
330
- <comment>Required for Magento App inside Zendesk to work.</comment>
331
  <frontend_type>text</frontend_type>
332
  <sort_order>40</sort_order>
333
  <show_in_default>1</show_in_default>
@@ -470,7 +470,7 @@
470
  <show_in_default>1</show_in_default>
471
  <show_in_website>1</show_in_website>
472
  <show_in_store>1</show_in_store>
473
- <comment><![CDATA[Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.]]></comment>
474
  <fields>
475
  <sign_up translate="button_label">
476
  <label></label>
38
  <general translate="label comment">
39
  <expanded>1</expanded>
40
  <label>General</label>
41
+ <comment>General settings that are required to connect Zendesk Support and Magento.</comment>
42
  <frontend_type>text</frontend_type>
43
  <sort_order>10</sort_order>
44
  <show_in_default>1</show_in_default>
220
  <show_in_store>1</show_in_store>
221
  </web_widget_customise>
222
  <footer_link_enabled translate="label">
223
+ <label>Display link to Zendesk Support in Magento footer</label>
224
  <frontend_type>select</frontend_type>
225
  <source_model>adminhtml/system_config_source_yesno</source_model>
226
  <sort_order>9</sort_order>
245
  <show_in_default>1</show_in_default>
246
  <show_in_website>1</show_in_website>
247
  <show_in_store>1</show_in_store>
248
+ <comment><![CDATA[Used to link order in Magento with tickets in Zendesk Support]]></comment>
249
  </order_field_id>
250
  </fields>
251
  </frontend_features>
327
  </backend_features>
328
  <api translate="label comment">
329
  <label>API Details</label>
330
+ <comment>Required for Magento app to work in Zendesk Support.</comment>
331
  <frontend_type>text</frontend_type>
332
  <sort_order>40</sort_order>
333
  <show_in_default>1</show_in_default>
470
  <show_in_default>1</show_in_default>
471
  <show_in_website>1</show_in_website>
472
  <show_in_store>1</show_in_store>
473
+ <comment><![CDATA[Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.]]></comment>
474
  <fields>
475
  <sign_up translate="button_label">
476
  <label></label>
app/design/adminhtml/default/default/template/zendesk/left-menu.phtml CHANGED
@@ -34,7 +34,7 @@
34
  <?php if ($this->isAllowed('launch')) { ?>
35
  <li>
36
  <a href="<?php echo Mage::getSingleton('adminhtml/url')->getUrl('adminhtml/zendesk/launch'); ?>" target="_blank" class="tab-item-link">
37
- <span><?php echo $this->__('Launch Zendesk'); ?></span>
38
  </a>
39
  </li>
40
  <?php } ?>
34
  <?php if ($this->isAllowed('launch')) { ?>
35
  <li>
36
  <a href="<?php echo Mage::getSingleton('adminhtml/url')->getUrl('adminhtml/zendesk/launch'); ?>" target="_blank" class="tab-item-link">
37
+ <span><?php echo $this->__('Launch Zendesk Support'); ?></span>
38
  </a>
39
  </li>
40
  <?php } ?>
app/locale/da_DA/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Er du sikker på, at du vil rydde hele Zendesk-logfilen?"
11
  "Assignee","Ansvarlig"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Kode til visning af Feedback-fanen"
14
  "Connection to Zendesk API failed","Tilslutning til Zendesk API mislykkedes"
15
  "Connection to Zendesk API successful","Tilslutning til Zendesk API lykkedes"
16
  "Create Ticket","Opret ticket"
17
  "Create tickets from Contact Us form","Opret tickets fra formularen Kontakt os"
18
  "Customize Feedback Tab","Brugerdefiner fanen Feedback"
 
19
  "Dashboard","Panel"
20
  "Decide which features you would like turned on in your Magento store.","Beslut hvilke funktioner, du vil aktivere i Magento-forretningen."
21
  "Description","Beskrivelse"
 
22
  "Display link to Zendesk in Magento footer","Vis link til Zendesk i Magent-sidefod"
23
  "Email","E-mail"
24
  "Facebook","Facebook"
25
  "Features","Funktioner"
26
  "Feedback Tab","Feedback-fane"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Filstørrelse for stor – viser kun de sidste %s linjer. Klik på Download for at hente hele filen."
 
28
  "General settings that are required to connect Zendesk and Magento.","Generelle indstillinger, der er nødvendige for at forbinde Zendesk og Magento."
29
  "General","Generelt"
30
  "Generate","Generer"
31
  "Group","Gruppe"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Har du ikke installeret Zendesk endnu? Følg den brugervenlige installationsguide for at komme i gang med Zendesk og hjælpe dine kunder."
33
  "High","Høj"
34
  "Incident","Hændelse"
 
 
35
  "Launch Zendesk","Start Zendesk"
36
  "Low","Lav"
37
  "New Support Ticket","Ny support-ticket"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","I bero"
43
  "Open","Åben"
44
- "Order Number","Ordrenummer"
45
  "Pending","Venter"
46
  "Priority","Prioritet"
47
  "Problem","Problem"
@@ -54,6 +61,7 @@
54
  "Requester Website","Anmoderens website"
55
  "Requester","Anmoder"
56
  "Required for Magento App inside Zendesk to work.","Nødvendig for at Magento App i Zendesk vil virke."
 
57
  "Save Config","Gem konfiguration"
58
  "Settings","Indstillinger"
59
  "Setup guide","Installationsguide"
@@ -70,24 +78,25 @@
70
  "Subject","Emne"
71
  "Successfully generated a new API token","Genererede et nyt API-token."
72
  "Support Channels","Supportkanaler"
73
- "Support Tickets","Support-tickets"
74
  "Task","Opgave"
75
  "Test Connection","Prøvetilslutning"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk-logfilen er ikke blevet oprettet. Kontroller, om logføring er blevet aktiveret."
77
  "Ticket #%s Created","Ticket #%s oprettet"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Du genererer et token ved at logge ind til Zendesk og dernæst vælge Administrer > Kanaler > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Der findes tip til fejlfinding <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Opdateret"
83
  "Urgent","Haster"
84
- "Use Magento to manage admin and agent authentication.","Brug Magento til at administrere administrator- og agentautentifikation."
85
- "Use Magento to manage end-user authentication.","Brug Magento til at administrere slutbrugerautentifikation."
86
- "Use Magento to manage user authentication.","Brug Magento til at administrere brugerautentifikation."
 
87
  "Used to link order in Magento with tickets in Zendesk","Bruges til at sammenkæde ordre i Magento med tickets i Zendesk"
88
  "View All Tickets","Vis alle tickets"
 
89
  "View ticket in Zendesk","Vis ticket i Zendesk"
90
- "Views to show on dashboards","Views, der skal vises på paneler"
91
  "Voice","Voice"
92
  "Web Portal","Webportal"
93
  "Zendesk Domain","Zendesk-domæne"
10
  "Are you sure you want to clear the entire Zendesk log?","Er du sikker på, at du vil rydde hele Zendesk-logfilen?"
11
  "Assignee","Ansvarlig"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Klik på 'Gem konfiguration' og prøv igen. Kontrollér om den indtastede kombination af e‑mailadresse og token til agent er korrekt, hvis problemet fortsætter."
14
  "Code to display Feedback Tab","Kode til visning af Feedback-fanen"
15
  "Connection to Zendesk API failed","Tilslutning til Zendesk API mislykkedes"
16
  "Connection to Zendesk API successful","Tilslutning til Zendesk API lykkedes"
17
  "Create Ticket","Opret ticket"
18
  "Create tickets from Contact Us form","Opret tickets fra formularen Kontakt os"
19
  "Customize Feedback Tab","Brugerdefiner fanen Feedback"
20
+ "Customize Web Widget","Tilpas Web Widget"
21
  "Dashboard","Panel"
22
  "Decide which features you would like turned on in your Magento store.","Beslut hvilke funktioner, du vil aktivere i Magento-forretningen."
23
  "Description","Beskrivelse"
24
+ "Display link to Zendesk Support in Magento footer","Vis link til Zendesk Support i Magento-sidefod"
25
  "Display link to Zendesk in Magento footer","Vis link til Zendesk i Magent-sidefod"
26
  "Email","E-mail"
27
  "Facebook","Facebook"
28
  "Features","Funktioner"
29
  "Feedback Tab","Feedback-fane"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Filstørrelse for stor – viser kun de sidste %s linjer. Klik på Download for at hente hele filen."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Generelle indstillinger, der er nødvendige for at forbinde Zendesk Support og Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Generelle indstillinger, der er nødvendige for at forbinde Zendesk og Magento."
33
  "General","Generelt"
34
  "Generate","Generer"
35
  "Group","Gruppe"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Har du ikke installeret Zendesk Support endnu? Følg den brugervenlige installationsguide for at komme i gang."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Har du ikke installeret Zendesk endnu? Følg den brugervenlige installationsguide for at komme i gang med Zendesk og hjælpe dine kunder."
38
  "High","Høj"
39
  "Incident","Hændelse"
40
+ "Include Web Widget","Inkluder Web Widget"
41
+ "Launch Zendesk Support","Start Zendesk Support"
42
  "Launch Zendesk","Start Zendesk"
43
  "Low","Lav"
44
  "New Support Ticket","Ny support-ticket"
48
  "Normal","Normal"
49
  "On-hold","I bero"
50
  "Open","Åben"
51
+ "Order number","Ordrenummer"
52
  "Pending","Venter"
53
  "Priority","Prioritet"
54
  "Problem","Problem"
61
  "Requester Website","Anmoderens website"
62
  "Requester","Anmoder"
63
  "Required for Magento App inside Zendesk to work.","Nødvendig for at Magento App i Zendesk vil virke."
64
+ "Required for Magento app to work in Zendesk Support.","Nødvendig for at Magento App vil virke i Zendesk Support."
65
  "Save Config","Gem konfiguration"
66
  "Settings","Indstillinger"
67
  "Setup guide","Installationsguide"
78
  "Subject","Emne"
79
  "Successfully generated a new API token","Genererede et nyt API-token."
80
  "Support Channels","Supportkanaler"
 
81
  "Task","Opgave"
82
  "Test Connection","Prøvetilslutning"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk-logfilen er ikke blevet oprettet. Kontroller, om logføring er blevet aktiveret."
84
  "Ticket #%s Created","Ticket #%s oprettet"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Du genererer et token ved at logge ind til Zendesk og dernæst vælge Administrer > Kanaler > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Opdateret"
90
  "Urgent","Haster"
91
+ "Use Magento to manage admin and agent authentication.","Brug Magento til at administrere administrator- og agentgodkendelse."
92
+ "Use Magento to manage end-user authentication.","Brug Magento til at administrere slutbrugergodkendelse."
93
+ "Use Magento to manage user authentication.","Brug Magento til at administrere brugergodkendelse."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Bruges til at sammenkæde ordre i Magento med tickets i Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Bruges til at sammenkæde ordre i Magento med tickets i Zendesk"
96
  "View All Tickets","Vis alle tickets"
97
+ "View ticket in Zendesk Support","Vis ticket i Zendesk Support"
98
  "View ticket in Zendesk","Vis ticket i Zendesk"
99
+ "Views to show on dashboards","Views, der skal vises på kontrolpaneler"
100
  "Voice","Voice"
101
  "Web Portal","Webportal"
102
  "Zendesk Domain","Zendesk-domæne"
app/locale/de_DE/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Möchten Sie wirklich den gesamten Inhalt des Zendesk-Protokolls löschen?"
11
  "Assignee","Mitarbeiter"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code zur Darstellung des Feedback-Menüs"
14
  "Connection to Zendesk API failed","Verbindung zur Zendesk-API fehlgeschlagen"
15
  "Connection to Zendesk API successful","Verbindung zur Zendesk-API erfolgreich"
16
  "Create Ticket","Ticket erstellen"
17
  "Create tickets from Contact Us form","Tickets aus Kontaktformular erstellen"
18
  "Customize Feedback Tab","Feedback-Menü anpassen"
 
19
  "Dashboard","Dashboard"
20
  "Decide which features you would like turned on in your Magento store.","Geben Sie an, welche Funktionen in Ihrem Magento-Shop aktiviert werden sollen."
21
  "Description","Beschreibung"
 
22
  "Display link to Zendesk in Magento footer","Link zu Zendesk im Magento-Fußbereich anzeigen"
23
  "Email","E-Mail"
24
  "Facebook","Facebook"
25
  "Features","Funktionen"
26
  "Feedback Tab","Feedback-Menü"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Datei zu groß – nur die letzten %s Zeilen werden angezeigt. Klicken Sie auf „Download“, um die gesamte Datei herunterzuladen."
 
28
  "General settings that are required to connect Zendesk and Magento.","Allgemeine Einstellungen, die zur Verbindung von Zendesk und Magento erforderlich sind."
29
  "General","Allgemein"
30
  "Generate","Generieren"
31
  "Group","Gruppe"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Sie haben Zendesk noch nicht eingerichtet? Befolgen Sie unsere Setup-Anleitung, um Ihre Kunden über Zendesk zu unterstützen."
33
  "High","Hoch"
34
  "Incident","Vorfall"
 
 
35
  "Launch Zendesk","Zendesk starten"
36
  "Low","Niedrig"
37
  "New Support Ticket","Neues Supportticket"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","Angehalten"
43
  "Open","Offen"
44
- "Order Number","Bestellnummer"
45
  "Pending","Wartend"
46
  "Priority","Priorität"
47
  "Problem","Problem"
@@ -54,6 +61,7 @@
54
  "Requester Website","Website des Anfragenden"
55
  "Requester","Anfragender"
56
  "Required for Magento App inside Zendesk to work.","Erforderlich, damit die Magento-App in Zendesk funktioniert."
 
57
  "Save Config","Konfig. speichern"
58
  "Settings","Einstellungen"
59
  "Setup guide","Setup-Anleitung"
@@ -70,13 +78,12 @@
70
  "Subject","Betreff"
71
  "Successfully generated a new API token","Neues API-Token erfolgreich generiert"
72
  "Support Channels","Supportkanäle"
73
- "Support Tickets","Supporttickets"
74
  "Task","Aufgabe"
75
  "Test Connection","Verbindung testen"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Die Zendesk-Protokolldatei wurde nicht erstellt. Stellen Sie sicher, dass die Protokollierung aktiviert ist."
77
  "Ticket #%s Created","Ticket #%s erstellt"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Um ein Token zu generieren, melden Sie sich bei Zendesk an und wählen Sie dann „Verwalten“ > „Kanäle“ > „API“ > „Token“."
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Tipps zur Fehlerbehebung finden Sie unter <a href="%s">%s</a>."
80
  "Twitter","Twitter"
81
  "Type","Typ"
82
  "Updated","Aktualisiert"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Authentifizierung von Administratoren und Agenten über Magento verwalten."
85
  "Use Magento to manage end-user authentication.","Authentifizierung von Endbenutzern über Magento verwalten."
86
  "Use Magento to manage user authentication.","Benutzerauthentifizierung über Magento verwalten."
 
87
  "Used to link order in Magento with tickets in Zendesk","Dient zur Verknüpfung der Bestellung in Magento mit Tickets in Zendesk"
88
  "View All Tickets","Alle Tickets anzeigen"
 
89
  "View ticket in Zendesk","Ticket in Zendesk anzeigen"
90
  "Views to show on dashboards","Ansichten, die in Dashboards erscheinen sollen"
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","Möchten Sie wirklich den gesamten Inhalt des Zendesk-Protokolls löschen?"
11
  "Assignee","Mitarbeiter"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Klicken Sie auf „Konfiguration speichern“ und versuchen Sie es erneut. Wenn der Fehler weiterhin auftritt, stellen Sie sicher, dass die eingegebene Kombination aus E‑Mail-Adresse und Token für den Agenten korrekt ist."
14
  "Code to display Feedback Tab","Code zur Darstellung des Feedback-Menüs"
15
  "Connection to Zendesk API failed","Verbindung zur Zendesk-API fehlgeschlagen"
16
  "Connection to Zendesk API successful","Verbindung zur Zendesk-API erfolgreich"
17
  "Create Ticket","Ticket erstellen"
18
  "Create tickets from Contact Us form","Tickets aus Kontaktformular erstellen"
19
  "Customize Feedback Tab","Feedback-Menü anpassen"
20
+ "Customize Web Widget","Web Widget anpassen"
21
  "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Geben Sie an, welche Funktionen in Ihrem Magento-Shop aktiviert werden sollen."
23
  "Description","Beschreibung"
24
+ "Display link to Zendesk Support in Magento footer","Link zu Zendesk Support im Magento-Fußbereich anzeigen"
25
  "Display link to Zendesk in Magento footer","Link zu Zendesk im Magento-Fußbereich anzeigen"
26
  "Email","E-Mail"
27
  "Facebook","Facebook"
28
  "Features","Funktionen"
29
  "Feedback Tab","Feedback-Menü"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Datei zu groß – nur die letzten %s Zeilen werden angezeigt. Klicken Sie auf „Download“, um die gesamte Datei herunterzuladen."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Allgemeine Einstellungen, die zur Verbindung von Zendesk Support und Magento erforderlich sind."
32
  "General settings that are required to connect Zendesk and Magento.","Allgemeine Einstellungen, die zur Verbindung von Zendesk und Magento erforderlich sind."
33
  "General","Allgemein"
34
  "Generate","Generieren"
35
  "Group","Gruppe"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Sie haben Zendesk Support noch nicht eingerichtet? Befolgen Sie unsere einfachen Anweisungen, um loszulegen."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Sie haben Zendesk noch nicht eingerichtet? Befolgen Sie unsere Setup-Anleitung, um Ihre Kunden über Zendesk zu unterstützen."
38
  "High","Hoch"
39
  "Incident","Vorfall"
40
+ "Include Web Widget","Web Widget verwenden"
41
+ "Launch Zendesk Support","Zendesk Support starten"
42
  "Launch Zendesk","Zendesk starten"
43
  "Low","Niedrig"
44
  "New Support Ticket","Neues Supportticket"
48
  "Normal","Normal"
49
  "On-hold","Angehalten"
50
  "Open","Offen"
51
+ "Order number","Bestellnummer"
52
  "Pending","Wartend"
53
  "Priority","Priorität"
54
  "Problem","Problem"
61
  "Requester Website","Website des Anfragenden"
62
  "Requester","Anfragender"
63
  "Required for Magento App inside Zendesk to work.","Erforderlich, damit die Magento-App in Zendesk funktioniert."
64
+ "Required for Magento app to work in Zendesk Support.","Erforderlich, damit die Magento-App in Zendesk Support funktioniert."
65
  "Save Config","Konfig. speichern"
66
  "Settings","Einstellungen"
67
  "Setup guide","Setup-Anleitung"
78
  "Subject","Betreff"
79
  "Successfully generated a new API token","Neues API-Token erfolgreich generiert"
80
  "Support Channels","Supportkanäle"
 
81
  "Task","Aufgabe"
82
  "Test Connection","Verbindung testen"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Die Zendesk-Protokolldatei wurde nicht erstellt. Stellen Sie sicher, dass die Protokollierung aktiviert ist."
84
  "Ticket #%s Created","Ticket #%s erstellt"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Um ein Token zu generieren, melden Sie sich bei Zendesk an und wählen Sie dann „Verwalten“ > „Kanäle“ > „API“ > „Token“."
87
  "Twitter","Twitter"
88
  "Type","Typ"
89
  "Updated","Aktualisiert"
91
  "Use Magento to manage admin and agent authentication.","Authentifizierung von Administratoren und Agenten über Magento verwalten."
92
  "Use Magento to manage end-user authentication.","Authentifizierung von Endbenutzern über Magento verwalten."
93
  "Use Magento to manage user authentication.","Benutzerauthentifizierung über Magento verwalten."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Dient zur Verknüpfung der Bestellung in Magento mit Tickets in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Dient zur Verknüpfung der Bestellung in Magento mit Tickets in Zendesk"
96
  "View All Tickets","Alle Tickets anzeigen"
97
+ "View ticket in Zendesk Support","Ticket in Zendesk Support anzeigen"
98
  "View ticket in Zendesk","Ticket in Zendesk anzeigen"
99
  "Views to show on dashboards","Ansichten, die in Dashboards erscheinen sollen"
100
  "Voice","Voice"
app/locale/en_CA/Zendesk_Zendesk.csv CHANGED
@@ -1,4 +1,4 @@
1
- "English","English (CA)"
2
  "API Details","API Details"
3
  "API Enabled","API Enabled"
4
  "API Token","API Token"
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code to display Feedback Tab"
14
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
  "Create Ticket","Create Ticket"
17
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
- "Customize Feedback Tab","Customize Feedback Tab"
 
19
  "Dashboard","Dashboard"
20
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
  "Description","Description"
 
22
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
  "Email","Email"
24
  "Facebook","Facebook"
25
  "Features","Features"
26
  "Feedback Tab","Feedback Tab"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
 
28
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
29
  "General","General"
30
  "Generate","Generate"
31
  "Group","Group"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
33
  "High","High"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Launch Zendesk"
36
  "Low","Low"
37
  "New Support Ticket","New Support Ticket"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","On-hold"
43
  "Open","Open"
44
- "Order Number","Order Number"
45
  "Pending","Pending"
46
  "Priority","Priority"
47
  "Problem","Problem"
@@ -54,6 +61,7 @@
54
  "Requester Website","Requester Website"
55
  "Requester","Requester"
56
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
 
57
  "Save Config","Save Config"
58
  "Settings","Settings"
59
  "Setup guide","Setup guide"
@@ -62,7 +70,7 @@
62
  "Show support tickets on customer view","Show support tickets on customer view"
63
  "Show support tickets on order view","Show support tickets on order view"
64
  "Single Sign-on - Admins and Agents","Single Sign-on - Admins and Agents"
65
- "Single Sign-on - End-users","Single Sign-on - End-users"
66
  "Single Sign-on Enabled","Single Sign-on Enabled"
67
  "Single Sign-on Enabled","Single Sign-on Enabled"
68
  "Solved","Solved"
@@ -70,22 +78,23 @@
70
  "Subject","Subject"
71
  "Successfully generated a new API token","Successfully generated a new API token"
72
  "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
  "Task","Task"
75
  "Test Connection","Test Connection"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
  "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","To generate a token, log in to Zendesk then select Manage > Channels > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Troubleshooting tips can be found at <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Updated"
83
  "Urgent","Urgent"
84
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
- "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
 
87
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
  "View All Tickets","View All Tickets"
 
89
  "View ticket in Zendesk","View ticket in Zendesk"
90
  "Views to show on dashboards","Views to show on dashboards"
91
  "Voice","Voice"
1
+ "English","English (Canada)"
2
  "API Details","API Details"
3
  "API Enabled","API Enabled"
4
  "API Token","API Token"
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct."
14
  "Code to display Feedback Tab","Code to display Feedback Tab"
15
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
16
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
17
  "Create Ticket","Create Ticket"
18
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
19
+ "Customize Feedback Tab","Customise Feedback Tab"
20
+ "Customize Web Widget","Customize Web Widget"
21
  "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
23
  "Description","Description"
24
+ "Display link to Zendesk Support in Magento footer","Display link to Zendesk Support in Magento footer"
25
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
26
  "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Features"
29
  "Feedback Tab","Feedback Tab"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
31
+ "General settings that are required to connect Zendesk Support and Magento.","General settings that are required to connect Zendesk Support and Magento."
32
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
33
  "General","General"
34
  "Generate","Generate"
35
  "Group","Group"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Haven't set up Zendesk Support yet? Follow our easy setup guide to get started."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
38
  "High","High"
39
  "Incident","Incident"
40
+ "Include Web Widget","Include Web Widget"
41
+ "Launch Zendesk Support","Launch Zendesk Support"
42
  "Launch Zendesk","Launch Zendesk"
43
  "Low","Low"
44
  "New Support Ticket","New Support Ticket"
48
  "Normal","Normal"
49
  "On-hold","On-hold"
50
  "Open","Open"
51
+ "Order number","Order number"
52
  "Pending","Pending"
53
  "Priority","Priority"
54
  "Problem","Problem"
61
  "Requester Website","Requester Website"
62
  "Requester","Requester"
63
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
64
+ "Required for Magento app to work in Zendesk Support.","Required for Magento app to work in Zendesk Support."
65
  "Save Config","Save Config"
66
  "Settings","Settings"
67
  "Setup guide","Setup guide"
70
  "Show support tickets on customer view","Show support tickets on customer view"
71
  "Show support tickets on order view","Show support tickets on order view"
72
  "Single Sign-on - Admins and Agents","Single Sign-on - Admins and Agents"
73
+ "Single Sign-on - End-users","Single Sign-on - End users"
74
  "Single Sign-on Enabled","Single Sign-on Enabled"
75
  "Single Sign-on Enabled","Single Sign-on Enabled"
76
  "Solved","Solved"
78
  "Subject","Subject"
79
  "Successfully generated a new API token","Successfully generated a new API token"
80
  "Support Channels","Support Channels"
 
81
  "Task","Task"
82
  "Test Connection","Test Connection"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
84
  "Ticket #%s Created","Ticket #%s Created"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","To generate a token, sign in to Zendesk then select Manage > Channels > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Updated"
90
  "Urgent","Urgent"
91
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
92
+ "Use Magento to manage end-user authentication.","Use Magento to manage end user authentication."
93
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Used to link order in Magento with tickets in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
96
  "View All Tickets","View All Tickets"
97
+ "View ticket in Zendesk Support","View ticket in Zendesk Support"
98
  "View ticket in Zendesk","View ticket in Zendesk"
99
  "Views to show on dashboards","Views to show on dashboards"
100
  "Voice","Voice"
app/locale/en_GB/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code to display Feedback Tab"
14
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
  "Create Ticket","Create Ticket"
17
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
- "Customize Feedback Tab","Customize Feedback Tab"
 
19
  "Dashboard","Dashboard"
20
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
  "Description","Description"
 
22
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
  "Email","Email"
24
  "Facebook","Facebook"
25
  "Features","Features"
26
  "Feedback Tab","Feedback Tab"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
 
28
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
29
  "General","General"
30
  "Generate","Generate"
31
  "Group","Group"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
33
  "High","High"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Launch Zendesk"
36
  "Low","Low"
37
  "New Support Ticket","New Support Ticket"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","On-hold"
43
  "Open","Open"
44
- "Order Number","Order Number"
45
  "Pending","Pending"
46
  "Priority","Priority"
47
  "Problem","Problem"
@@ -54,6 +61,7 @@
54
  "Requester Website","Requester Website"
55
  "Requester","Requester"
56
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
 
57
  "Save Config","Save Config"
58
  "Settings","Settings"
59
  "Setup guide","Setup guide"
@@ -62,7 +70,7 @@
62
  "Show support tickets on customer view","Show support tickets on customer view"
63
  "Show support tickets on order view","Show support tickets on order view"
64
  "Single Sign-on - Admins and Agents","Single Sign-on - Admins and Agents"
65
- "Single Sign-on - End-users","Single Sign-on - End-users"
66
  "Single Sign-on Enabled","Single Sign-on Enabled"
67
  "Single Sign-on Enabled","Single Sign-on Enabled"
68
  "Solved","Solved"
@@ -70,22 +78,23 @@
70
  "Subject","Subject"
71
  "Successfully generated a new API token","Successfully generated a new API token"
72
  "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
  "Task","Task"
75
  "Test Connection","Test Connection"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
  "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","To generate a token, log in to Zendesk then select Manage > Channels > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Troubleshooting tips can be found at <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Updated"
83
  "Urgent","Urgent"
84
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
- "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
 
87
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
  "View All Tickets","View All Tickets"
 
89
  "View ticket in Zendesk","View ticket in Zendesk"
90
  "Views to show on dashboards","Views to show on dashboards"
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct."
14
  "Code to display Feedback Tab","Code to display Feedback Tab"
15
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
16
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
17
  "Create Ticket","Create Ticket"
18
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
19
+ "Customize Feedback Tab","Customise Feedback Tab"
20
+ "Customize Web Widget","Customize Web Widget"
21
  "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
23
  "Description","Description"
24
+ "Display link to Zendesk Support in Magento footer","Display link to Zendesk Support in Magento footer"
25
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
26
  "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Features"
29
  "Feedback Tab","Feedback Tab"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
31
+ "General settings that are required to connect Zendesk Support and Magento.","General settings that are required to connect Zendesk Support and Magento."
32
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
33
  "General","General"
34
  "Generate","Generate"
35
  "Group","Group"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Haven't set up Zendesk Support yet? Follow our easy setup guide to get started."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
38
  "High","High"
39
  "Incident","Incident"
40
+ "Include Web Widget","Include Web Widget"
41
+ "Launch Zendesk Support","Launch Zendesk Support"
42
  "Launch Zendesk","Launch Zendesk"
43
  "Low","Low"
44
  "New Support Ticket","New Support Ticket"
48
  "Normal","Normal"
49
  "On-hold","On-hold"
50
  "Open","Open"
51
+ "Order number","Order number"
52
  "Pending","Pending"
53
  "Priority","Priority"
54
  "Problem","Problem"
61
  "Requester Website","Requester Website"
62
  "Requester","Requester"
63
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
64
+ "Required for Magento app to work in Zendesk Support.","Required for Magento app to work in Zendesk Support."
65
  "Save Config","Save Config"
66
  "Settings","Settings"
67
  "Setup guide","Setup guide"
70
  "Show support tickets on customer view","Show support tickets on customer view"
71
  "Show support tickets on order view","Show support tickets on order view"
72
  "Single Sign-on - Admins and Agents","Single Sign-on - Admins and Agents"
73
+ "Single Sign-on - End-users","Single Sign-on - End users"
74
  "Single Sign-on Enabled","Single Sign-on Enabled"
75
  "Single Sign-on Enabled","Single Sign-on Enabled"
76
  "Solved","Solved"
78
  "Subject","Subject"
79
  "Successfully generated a new API token","Successfully generated a new API token"
80
  "Support Channels","Support Channels"
 
81
  "Task","Task"
82
  "Test Connection","Test Connection"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
84
  "Ticket #%s Created","Ticket #%s Created"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","To generate a token, sign in to Zendesk then select Manage > Channels > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Updated"
90
  "Urgent","Urgent"
91
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
92
+ "Use Magento to manage end-user authentication.","Use Magento to manage end user authentication."
93
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Used to link order in Magento with tickets in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
96
  "View All Tickets","View All Tickets"
97
+ "View ticket in Zendesk Support","View ticket in Zendesk Support"
98
  "View ticket in Zendesk","View ticket in Zendesk"
99
  "Views to show on dashboards","Views to show on dashboards"
100
  "Voice","Voice"
app/locale/en_US/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code to display Feedback Tab"
14
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
  "Create Ticket","Create Ticket"
17
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
  "Customize Feedback Tab","Customize Feedback Tab"
 
19
  "Dashboard","Dashboard"
20
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
  "Description","Description"
 
22
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
  "Email","Email"
24
  "Facebook","Facebook"
25
  "Features","Features"
26
  "Feedback Tab","Feedback Tab"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
 
28
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
29
  "General","General"
30
  "Generate","Generate"
31
  "Group","Group"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
33
  "High","High"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Launch Zendesk"
36
  "Low","Low"
37
  "New Support Ticket","New Support Ticket"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","On-hold"
43
  "Open","Open"
44
- "Order Number","Order Number"
45
  "Pending","Pending"
46
  "Priority","Priority"
47
  "Problem","Problem"
@@ -54,6 +61,7 @@
54
  "Requester Website","Requester Website"
55
  "Requester","Requester"
56
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
 
57
  "Save Config","Save Config"
58
  "Settings","Settings"
59
  "Setup guide","Setup guide"
@@ -70,13 +78,12 @@
70
  "Subject","Subject"
71
  "Successfully generated a new API token","Successfully generated a new API token"
72
  "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
  "Task","Task"
75
  "Test Connection","Test Connection"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
  "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","To generate a token, log in to Zendesk then select Manage > Channels > API > Token"
79
- "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct."
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Updated"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
  "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
 
87
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
  "View All Tickets","View All Tickets"
 
89
  "View ticket in Zendesk","View ticket in Zendesk"
90
  "Views to show on dashboards","Views to show on dashboards"
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct."
14
  "Code to display Feedback Tab","Code to display Feedback Tab"
15
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
16
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
17
  "Create Ticket","Create Ticket"
18
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
19
  "Customize Feedback Tab","Customize Feedback Tab"
20
+ "Customize Web Widget","Customize Web Widget"
21
  "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
23
  "Description","Description"
24
+ "Display link to Zendesk Support in Magento footer","Display link to Zendesk Support in Magento footer"
25
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
26
  "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Features"
29
  "Feedback Tab","Feedback Tab"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
31
+ "General settings that are required to connect Zendesk Support and Magento.","General settings that are required to connect Zendesk Support and Magento."
32
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
33
  "General","General"
34
  "Generate","Generate"
35
  "Group","Group"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Haven't set up Zendesk Support yet? Follow our easy setup guide to get started."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
38
  "High","High"
39
  "Incident","Incident"
40
+ "Include Web Widget","Include Web Widget"
41
+ "Launch Zendesk Support","Launch Zendesk Support"
42
  "Launch Zendesk","Launch Zendesk"
43
  "Low","Low"
44
  "New Support Ticket","New Support Ticket"
48
  "Normal","Normal"
49
  "On-hold","On-hold"
50
  "Open","Open"
51
+ "Order number","Order number"
52
  "Pending","Pending"
53
  "Priority","Priority"
54
  "Problem","Problem"
61
  "Requester Website","Requester Website"
62
  "Requester","Requester"
63
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
64
+ "Required for Magento app to work in Zendesk Support.","Required for Magento app to work in Zendesk Support."
65
  "Save Config","Save Config"
66
  "Settings","Settings"
67
  "Setup guide","Setup guide"
78
  "Subject","Subject"
79
  "Successfully generated a new API token","Successfully generated a new API token"
80
  "Support Channels","Support Channels"
 
81
  "Task","Task"
82
  "Test Connection","Test Connection"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
84
  "Ticket #%s Created","Ticket #%s Created"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","To generate a token, sign in to Zendesk then select Manage > Channels > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Updated"
91
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
92
  "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
93
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Used to link order in Magento with tickets in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
96
  "View All Tickets","View All Tickets"
97
+ "View ticket in Zendesk Support","View ticket in Zendesk Support"
98
  "View ticket in Zendesk","View ticket in Zendesk"
99
  "Views to show on dashboards","Views to show on dashboards"
100
  "Voice","Voice"
app/locale/es_419/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","¿Está seguro de que desea borrar todo el registro de Zendesk?"
11
  "Assignee","Agente asignado"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Código para mostrar la pestaña de ayuda"
14
  "Connection to Zendesk API failed","Falló la conexión a la API de Zendesk"
15
  "Connection to Zendesk API successful","Conexión a la API de Zendesk realizada correctamente"
16
  "Create Ticket","Crear ticket"
17
  "Create tickets from Contact Us form","Crear tickets basados en el formulario Contáctenos"
18
  "Customize Feedback Tab","Personalizar pestaña de ayuda"
 
19
  "Dashboard","Panel"
20
  "Decide which features you would like turned on in your Magento store.","Decida qué funciones desea tener activadas en su tienda Magento."
21
  "Description","Descripción"
 
22
  "Display link to Zendesk in Magento footer","Mostrar vínculo a Zendesk en pie de página de Magento"
23
  "Email","Correo electrónico"
24
  "Facebook","Facebook"
25
  "Features","Funciones"
26
  "Feedback Tab","Pestaña de ayuda"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamaño de archivo muy grande: solo se muestran las últimas %s líneas. Haga clic en Descargar para recuperar todo el archivo."
 
28
  "General settings that are required to connect Zendesk and Magento.","Configuración general requerida para conectar a Zendesk con Magento."
29
  "General","General"
30
  "Generate","Generar"
31
  "Group","Grupo"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","¿No ha configurado su cuenta de Zendesk? Deje que la guía fácil le enseñe a usar Zendesk para ayudar a sus clientes."
33
  "High","Alta"
34
  "Incident","Incidente"
 
 
35
  "Launch Zendesk","Inicie su cuenta de Zendesk."
36
  "Low","Baja"
37
  "New Support Ticket","Nuevo ticket de soporte"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","En espera"
43
  "Open","Abierto"
44
- "Order Number","Número de pedido"
45
  "Pending","Pendiente"
46
  "Priority","Prioridad"
47
  "Problem","Problema"
@@ -54,6 +61,7 @@
54
  "Requester Website","Sitio web del solicitante"
55
  "Requester","Solicitante"
56
  "Required for Magento App inside Zendesk to work.","Necesario para que Magento App pueda funcionar dentro de Zendesk."
 
57
  "Save Config","Guardar config"
58
  "Settings","Configuración"
59
  "Setup guide","Guía de configuración"
@@ -70,13 +78,12 @@
70
  "Subject","Asunto"
71
  "Successfully generated a new API token","Se generó correctamente un nuevo token de API."
72
  "Support Channels","Canales de soporte"
73
- "Support Tickets","Tickets de soporte"
74
  "Task","Tarea"
75
  "Test Connection","Conexión de prueba"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","No se ha creado el archivo de registro de Zendesk. Verifique si se ha activado el registro."
77
  "Ticket #%s Created","El ticket #%s fue creado"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Para generar un token, inicie sesión en Zendesk y luego seleccione Administrar > Canales > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Las sugerencias para la resolución de problemas se encuentran en <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Tipo"
82
  "Updated","Actualizado"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Use Magento para administrar la autenticación de administradores y agentes."
85
  "Use Magento to manage end-user authentication.","Use Magento para administrar la autenticación de usuarios finales."
86
  "Use Magento to manage user authentication.","Use Magento para administrar la autenticación de usuarios."
 
87
  "Used to link order in Magento with tickets in Zendesk","Se usa para vincular el pedido en Magento con tickets en Zendesk"
88
  "View All Tickets","Ver todos los tickets"
 
89
  "View ticket in Zendesk","Ver ticket en Zendesk"
90
  "Views to show on dashboards","Vistas para mostrar en los paneles "
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","¿Está seguro de que desea borrar todo el registro de Zendesk?"
11
  "Assignee","Agente asignado"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Haga clic en "Guardar config" y vuelva a intentar. Si persiste el problema, verifique que la combinación ingresada de Dirección de correo electrónico de agente y Token de agente sea la correcta."
14
  "Code to display Feedback Tab","Código para mostrar la pestaña de ayuda"
15
  "Connection to Zendesk API failed","Falló la conexión a la API de Zendesk"
16
  "Connection to Zendesk API successful","Conexión a la API de Zendesk realizada correctamente"
17
  "Create Ticket","Crear ticket"
18
  "Create tickets from Contact Us form","Crear tickets basados en el formulario Contáctenos"
19
  "Customize Feedback Tab","Personalizar pestaña de ayuda"
20
+ "Customize Web Widget","Personalizar Web Widget"
21
  "Dashboard","Panel"
22
  "Decide which features you would like turned on in your Magento store.","Decida qué funciones desea tener activadas en su tienda Magento."
23
  "Description","Descripción"
24
+ "Display link to Zendesk Support in Magento footer","Mostrar vínculo a Zendesk Support en pie de página de Magento"
25
  "Display link to Zendesk in Magento footer","Mostrar vínculo a Zendesk en pie de página de Magento"
26
  "Email","Correo electrónico"
27
  "Facebook","Facebook"
28
  "Features","Funciones"
29
  "Feedback Tab","Pestaña de ayuda"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamaño de archivo muy grande: solo se muestran las últimas %s líneas. Haga clic en Descargar para recuperar todo el archivo."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Configuración general requerida para conectar Zendesk Support con Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Configuración general requerida para conectar a Zendesk con Magento."
33
  "General","General"
34
  "Generate","Generar"
35
  "Group","Grupo"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","¿Aún no ha configurado Zendesk Support? Siga la guía de configuración fácil para empezar."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","¿No ha configurado su cuenta de Zendesk? Deje que la guía fácil le enseñe a usar Zendesk para ayudar a sus clientes."
38
  "High","Alta"
39
  "Incident","Incidente"
40
+ "Include Web Widget","Incluir Web Widget"
41
+ "Launch Zendesk Support","Iniciar Zendesk Support"
42
  "Launch Zendesk","Inicie su cuenta de Zendesk."
43
  "Low","Baja"
44
  "New Support Ticket","Nuevo ticket de soporte"
48
  "Normal","Normal"
49
  "On-hold","En espera"
50
  "Open","Abierto"
51
+ "Order number","Número de pedido"
52
  "Pending","Pendiente"
53
  "Priority","Prioridad"
54
  "Problem","Problema"
61
  "Requester Website","Sitio web del solicitante"
62
  "Requester","Solicitante"
63
  "Required for Magento App inside Zendesk to work.","Necesario para que Magento App pueda funcionar dentro de Zendesk."
64
+ "Required for Magento app to work in Zendesk Support.","Se requiere para que la aplicación Magento funcione en Zendesk Support."
65
  "Save Config","Guardar config"
66
  "Settings","Configuración"
67
  "Setup guide","Guía de configuración"
78
  "Subject","Asunto"
79
  "Successfully generated a new API token","Se generó correctamente un nuevo token de API."
80
  "Support Channels","Canales de soporte"
 
81
  "Task","Tarea"
82
  "Test Connection","Conexión de prueba"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","No se ha creado el archivo de registro de Zendesk. Verifique si se ha activado el registro."
84
  "Ticket #%s Created","El ticket #%s fue creado"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Para generar un token, inicie sesión en Zendesk y luego seleccione Administrar > Canales > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Tipo"
89
  "Updated","Actualizado"
91
  "Use Magento to manage admin and agent authentication.","Use Magento para administrar la autenticación de administradores y agentes."
92
  "Use Magento to manage end-user authentication.","Use Magento para administrar la autenticación de usuarios finales."
93
  "Use Magento to manage user authentication.","Use Magento para administrar la autenticación de usuarios."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Se usa para vincular el pedido en Magento con tickets en Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Se usa para vincular el pedido en Magento con tickets en Zendesk"
96
  "View All Tickets","Ver todos los tickets"
97
+ "View ticket in Zendesk Support","Ver ticket en Zendesk Support"
98
  "View ticket in Zendesk","Ver ticket en Zendesk"
99
  "Views to show on dashboards","Vistas para mostrar en los paneles "
100
  "Voice","Voice"
app/locale/es_ES/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","¿Está seguro de que desea borrar todo el registro de Zendesk?"
11
  "Assignee","Agente asignado"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Código para mostrar la pestaña de ayuda"
14
  "Connection to Zendesk API failed","Falló la conexión a la API de Zendesk"
15
  "Connection to Zendesk API successful","Conexión a la API de Zendesk realizada correctamente"
16
  "Create Ticket","Crear ticket"
17
  "Create tickets from Contact Us form","Crear tickets basados en el formulario Contáctenos"
18
  "Customize Feedback Tab","Personalizar pestaña de ayuda"
 
19
  "Dashboard","Panel"
20
  "Decide which features you would like turned on in your Magento store.","Decida qué funciones desea tener activadas en su tienda Magento."
21
  "Description","Descripción"
 
22
  "Display link to Zendesk in Magento footer","Mostrar vínculo a Zendesk en pie de página de Magento"
23
  "Email","Correo electrónico"
24
  "Facebook","Facebook"
25
  "Features","Funciones"
26
  "Feedback Tab","Pestaña de ayuda"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamaño de archivo muy grande: solo se muestran las últimas %s líneas. Haga clic en Descargar para recuperar todo el archivo."
 
28
  "General settings that are required to connect Zendesk and Magento.","Configuración general requerida para conectar a Zendesk con Magento."
29
  "General","General"
30
  "Generate","Generar"
31
  "Group","Grupo"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","¿No ha configurado su cuenta de Zendesk? Deje que la guía fácil le enseñe a usar Zendesk para ayudar a sus clientes."
33
  "High","Alta"
34
  "Incident","Incidente"
 
 
35
  "Launch Zendesk","Inicie su cuenta de Zendesk."
36
  "Low","Baja"
37
  "New Support Ticket","Nuevo ticket de soporte"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","En espera"
43
  "Open","Abierto"
44
- "Order Number","Número de pedido"
45
  "Pending","Pendiente"
46
  "Priority","Prioridad"
47
  "Problem","Problema"
@@ -54,6 +61,7 @@
54
  "Requester Website","Sitio web del solicitante"
55
  "Requester","Solicitante"
56
  "Required for Magento App inside Zendesk to work.","Necesario para que Magento App pueda funcionar dentro de Zendesk."
 
57
  "Save Config","Guardar config"
58
  "Settings","Configuración"
59
  "Setup guide","Guía de configuración"
@@ -70,13 +78,12 @@
70
  "Subject","Asunto"
71
  "Successfully generated a new API token","Se generó correctamente un nuevo token de API."
72
  "Support Channels","Canales de soporte"
73
- "Support Tickets","Tickets de soporte"
74
  "Task","Tarea"
75
  "Test Connection","Conexión de prueba"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","No se ha creado el archivo de registro de Zendesk. Verifique si se ha activado el registro."
77
  "Ticket #%s Created","El ticket #%s fue creado"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Para generar un token, inicie sesión en Zendesk y luego seleccione Administrar > Canales > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Las sugerencias para la resolución de problemas se encuentran en <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Tipo"
82
  "Updated","Actualizado"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Use Magento para administrar la autenticación de administradores y agentes."
85
  "Use Magento to manage end-user authentication.","Use Magento para administrar la autenticación de usuarios finales."
86
  "Use Magento to manage user authentication.","Use Magento para administrar la autenticación de usuarios."
 
87
  "Used to link order in Magento with tickets in Zendesk","Se usa para vincular el pedido en Magento con tickets en Zendesk"
88
  "View All Tickets","Ver todos los tickets"
 
89
  "View ticket in Zendesk","Ver ticket en Zendesk"
90
  "Views to show on dashboards","Vistas para mostrar en los paneles "
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","¿Está seguro de que desea borrar todo el registro de Zendesk?"
11
  "Assignee","Agente asignado"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Haga clic en "Guardar config" y vuelva a intentar. Si persiste el problema, verifique que la combinación ingresada de Dirección de correo electrónico de agente y Token de agente sea la correcta."
14
  "Code to display Feedback Tab","Código para mostrar la pestaña de ayuda"
15
  "Connection to Zendesk API failed","Falló la conexión a la API de Zendesk"
16
  "Connection to Zendesk API successful","Conexión a la API de Zendesk realizada correctamente"
17
  "Create Ticket","Crear ticket"
18
  "Create tickets from Contact Us form","Crear tickets basados en el formulario Contáctenos"
19
  "Customize Feedback Tab","Personalizar pestaña de ayuda"
20
+ "Customize Web Widget","Personalizar Web Widget"
21
  "Dashboard","Panel"
22
  "Decide which features you would like turned on in your Magento store.","Decida qué funciones desea tener activadas en su tienda Magento."
23
  "Description","Descripción"
24
+ "Display link to Zendesk Support in Magento footer","Mostrar vínculo a Zendesk Support en pie de página de Magento"
25
  "Display link to Zendesk in Magento footer","Mostrar vínculo a Zendesk en pie de página de Magento"
26
  "Email","Correo electrónico"
27
  "Facebook","Facebook"
28
  "Features","Funciones"
29
  "Feedback Tab","Pestaña de ayuda"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamaño de archivo muy grande: solo se muestran las últimas %s líneas. Haga clic en Descargar para recuperar todo el archivo."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Configuración general requerida para conectar Zendesk Support con Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Configuración general requerida para conectar a Zendesk con Magento."
33
  "General","General"
34
  "Generate","Generar"
35
  "Group","Grupo"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","¿Aún no ha configurado Zendesk Support? Siga la guía de configuración fácil para empezar."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","¿No ha configurado su cuenta de Zendesk? Deje que la guía fácil le enseñe a usar Zendesk para ayudar a sus clientes."
38
  "High","Alta"
39
  "Incident","Incidente"
40
+ "Include Web Widget","Incluir Web Widget"
41
+ "Launch Zendesk Support","Iniciar Zendesk Support"
42
  "Launch Zendesk","Inicie su cuenta de Zendesk."
43
  "Low","Baja"
44
  "New Support Ticket","Nuevo ticket de soporte"
48
  "Normal","Normal"
49
  "On-hold","En espera"
50
  "Open","Abierto"
51
+ "Order number","Número de pedido"
52
  "Pending","Pendiente"
53
  "Priority","Prioridad"
54
  "Problem","Problema"
61
  "Requester Website","Sitio web del solicitante"
62
  "Requester","Solicitante"
63
  "Required for Magento App inside Zendesk to work.","Necesario para que Magento App pueda funcionar dentro de Zendesk."
64
+ "Required for Magento app to work in Zendesk Support.","Se requiere para que la aplicación Magento funcione en Zendesk Support."
65
  "Save Config","Guardar config"
66
  "Settings","Configuración"
67
  "Setup guide","Guía de configuración"
78
  "Subject","Asunto"
79
  "Successfully generated a new API token","Se generó correctamente un nuevo token de API."
80
  "Support Channels","Canales de soporte"
 
81
  "Task","Tarea"
82
  "Test Connection","Conexión de prueba"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","No se ha creado el archivo de registro de Zendesk. Verifique si se ha activado el registro."
84
  "Ticket #%s Created","El ticket #%s fue creado"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Para generar un token, inicie sesión en Zendesk y luego seleccione Administrar > Canales > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Tipo"
89
  "Updated","Actualizado"
91
  "Use Magento to manage admin and agent authentication.","Use Magento para administrar la autenticación de administradores y agentes."
92
  "Use Magento to manage end-user authentication.","Use Magento para administrar la autenticación de usuarios finales."
93
  "Use Magento to manage user authentication.","Use Magento para administrar la autenticación de usuarios."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Se usa para vincular el pedido en Magento con tickets en Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Se usa para vincular el pedido en Magento con tickets en Zendesk"
96
  "View All Tickets","Ver todos los tickets"
97
+ "View ticket in Zendesk Support","Ver ticket en Zendesk Support"
98
  "View ticket in Zendesk","Ver ticket en Zendesk"
99
  "Views to show on dashboards","Vistas para mostrar en los paneles "
100
  "Voice","Voice"
app/locale/fr_CA/Zendesk_Zendesk.csv CHANGED
@@ -9,29 +9,36 @@
9
  "Agent Token","Jeton de l’agent"
10
  "Are you sure you want to clear the entire Zendesk log?","Voulez-vraiment effacer la totalité du journal Zendesk ?"
11
  "Assignee","Assigné"
12
- "Chat","Clavardage"
 
13
  "Code to display Feedback Tab","Code pour afficher l’onglet de suggestions"
14
  "Connection to Zendesk API failed","Échec de la connexion à l’API Zendesk"
15
  "Connection to Zendesk API successful","Réussite de la connexion à l’API Zendesk"
16
  "Create Ticket","Créer le billet"
17
  "Create tickets from Contact Us form","Créer des billets à partir du formulaire Nous contacter"
18
  "Customize Feedback Tab","Personnaliser l’onglet de suggestions"
 
19
  "Dashboard","Tableau de bord"
20
  "Decide which features you would like turned on in your Magento store.","Décidez des fonctionnalités que vous souhaitez activer dans votre magasin Magento."
21
  "Description","Description"
22
- "Display link to Zendesk in Magento footer","Afficher le lien vers Zendesk dans le bas de page Magento"
 
23
  "Email","Courriel"
24
  "Facebook","Facebook"
25
  "Features","Fonctionnalités"
26
  "Feedback Tab","Onglet de suggestions"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Fichier trop volumineux – Seules les % dernières lignes sont affichées. Cliquez sur Télécharger pour récupérer la totalité du fichier."
 
28
  "General settings that are required to connect Zendesk and Magento.","Paramètres généraux requis pour connecter Zendesk et Magento."
29
  "General","Général"
30
  "Generate","Générer"
31
  "Group","Groupe"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Vous n’avez pas encore configuré Zendesk ? Suivez notre guide de configuration facile et commencez à utiliser Zendesk pour assister vos clients."
33
  "High","Élevée"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Lancer Zendesk"
36
  "Low","Basse"
37
  "New Support Ticket","Nouveau billet d’assistance"
@@ -41,19 +48,20 @@
41
  "Normal","Normale"
42
  "On-hold","En pause"
43
  "Open","Ouvert"
44
- "Order Number","Numéro de commande"
45
  "Pending","En attente"
46
  "Priority","Priorité"
47
  "Problem","Problème"
48
  "Question","Question"
49
  "Remote Authentication Token","Jeton d’authentification à distance"
50
- "Remote Authentication Token","Jeton d’authentification à distance"
51
  "Requested","Création"
52
  "Requester Email","Courriel du demandeur"
53
  "Requester Name","Nom du demandeur"
54
  "Requester Website","Site Web du demandeur"
55
  "Requester","Demandeur"
56
  "Required for Magento App inside Zendesk to work.","Requis pour que l’application Magento fonctionne dans Zendesk."
 
57
  "Save Config","Enregistrer la configuration"
58
  "Settings","Paramètres"
59
  "Setup guide","Guide de configuration"
@@ -70,13 +78,12 @@
70
  "Subject","Sujet"
71
  "Successfully generated a new API token","Nouveau jeton API généré"
72
  "Support Channels","Canaux d’assistance"
73
- "Support Tickets","Billets d’assistance"
74
  "Task","Tâche"
75
  "Test Connection","Tester la connexion"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Le fichier journal Zendesk n’a pas été créé. Vérifiez que l’enregistrement est activé."
77
  "Ticket #%s Created","Billet #%s créé"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Pour générer un jeton, connectez-vous à Zendesk, puis sélectionnez Gérer > Canaux > API > Jeton."
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Vous trouverez des conseils de dépannage sur <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Mis à jour"
@@ -84,9 +91,11 @@
84
  "Use Magento to manage admin and agent authentication.","Utilisez Magento pour gérer l’authentification des administrateurs et des agents."
85
  "Use Magento to manage end-user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs finaux."
86
  "Use Magento to manage user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs."
87
- "Used to link order in Magento with tickets in Zendesk","Utilisé pour lier la commande dans Magento aux billets dans Zendesk"
 
88
  "View All Tickets","Afficher tous les billets"
89
- "View ticket in Zendesk","Afficher le billet dans Zendesk"
 
90
  "Views to show on dashboards","Vues à afficher dans les tableaux de bord"
91
  "Voice","Centre d’appels"
92
  "Web Portal","Portail"
9
  "Agent Token","Jeton de l’agent"
10
  "Are you sure you want to clear the entire Zendesk log?","Voulez-vraiment effacer la totalité du journal Zendesk ?"
11
  "Assignee","Assigné"
12
+ "Chat","Clavardage "
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Cliquez sur Enregistrer la configuration et réessayez. Si le problème persiste, vérifiez que la combinaison adresse e‑mail de l’agent/token d’agent est correcte."
14
  "Code to display Feedback Tab","Code pour afficher l’onglet de suggestions"
15
  "Connection to Zendesk API failed","Échec de la connexion à l’API Zendesk"
16
  "Connection to Zendesk API successful","Réussite de la connexion à l’API Zendesk"
17
  "Create Ticket","Créer le billet"
18
  "Create tickets from Contact Us form","Créer des billets à partir du formulaire Nous contacter"
19
  "Customize Feedback Tab","Personnaliser l’onglet de suggestions"
20
+ "Customize Web Widget","Personnaliser le Web Widget"
21
  "Dashboard","Tableau de bord"
22
  "Decide which features you would like turned on in your Magento store.","Décidez des fonctionnalités que vous souhaitez activer dans votre magasin Magento."
23
  "Description","Description"
24
+ "Display link to Zendesk Support in Magento footer","Afficher le lien vers Zendesk dans le bas de page Magento"
25
+ "Display link to Zendesk in Magento footer","Afficher le lien vers Zendesk dans le pied de page Magento"
26
  "Email","Courriel"
27
  "Facebook","Facebook"
28
  "Features","Fonctionnalités"
29
  "Feedback Tab","Onglet de suggestions"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Fichier trop volumineux – Seules les % dernières lignes sont affichées. Cliquez sur Télécharger pour récupérer la totalité du fichier."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Paramètres généraux requis pour connecter Zendesk et Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Paramètres généraux requis pour connecter Zendesk et Magento."
33
  "General","Général"
34
  "Generate","Générer"
35
  "Group","Groupe"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Vous n’avez pas encore configuré Zendesk ? Suivez notre guide de configuration facile et commencez à utiliser Zendesk pour assister vos clients."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Vous n’avez pas encore configuré Zendesk ? Suivez notre guide de configuration facile et commencez à utiliser Zendesk pour assister vos clients."
38
  "High","Élevée"
39
  "Incident","Incident"
40
+ "Include Web Widget","Inclure le Web Widget"
41
+ "Launch Zendesk Support","Lancer Zendesk"
42
  "Launch Zendesk","Lancer Zendesk"
43
  "Low","Basse"
44
  "New Support Ticket","Nouveau billet d’assistance"
48
  "Normal","Normale"
49
  "On-hold","En pause"
50
  "Open","Ouvert"
51
+ "Order number","Numéro de commande"
52
  "Pending","En attente"
53
  "Priority","Priorité"
54
  "Problem","Problème"
55
  "Question","Question"
56
  "Remote Authentication Token","Jeton d’authentification à distance"
57
+ "Remote Authentication Token","Token d’authentification à distance"
58
  "Requested","Création"
59
  "Requester Email","Courriel du demandeur"
60
  "Requester Name","Nom du demandeur"
61
  "Requester Website","Site Web du demandeur"
62
  "Requester","Demandeur"
63
  "Required for Magento App inside Zendesk to work.","Requis pour que l’application Magento fonctionne dans Zendesk."
64
+ "Required for Magento app to work in Zendesk Support.","Requis pour que l’application Magento fonctionne dans Zendesk."
65
  "Save Config","Enregistrer la configuration"
66
  "Settings","Paramètres"
67
  "Setup guide","Guide de configuration"
78
  "Subject","Sujet"
79
  "Successfully generated a new API token","Nouveau jeton API généré"
80
  "Support Channels","Canaux d’assistance"
 
81
  "Task","Tâche"
82
  "Test Connection","Tester la connexion"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Le fichier journal Zendesk n’a pas été créé. Vérifiez que l’enregistrement est activé."
84
  "Ticket #%s Created","Billet #%s créé"
85
+ "Tickets","Billets d’assistance"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Pour générer un jeton, connectez-vous à Zendesk, puis sélectionnez Gérer > Canaux > API > Jeton."
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Mis à jour"
91
  "Use Magento to manage admin and agent authentication.","Utilisez Magento pour gérer l’authentification des administrateurs et des agents."
92
  "Use Magento to manage end-user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs finaux."
93
  "Use Magento to manage user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Utilisé pour lier la commande dans Magento aux billets dans Zendesk"
95
+ "Used to link order in Magento with tickets in Zendesk","Utilisé pour lier la commande dans Magento aux tickets dans Zendesk"
96
  "View All Tickets","Afficher tous les billets"
97
+ "View ticket in Zendesk Support","Afficher le billet dans Zendesk"
98
+ "View ticket in Zendesk","Afficher le ticket dans Zendesk"
99
  "Views to show on dashboards","Vues à afficher dans les tableaux de bord"
100
  "Voice","Centre d’appels"
101
  "Web Portal","Portail"
app/locale/fr_FR/Zendesk_Zendesk.csv CHANGED
@@ -1,37 +1,44 @@
1
  "English","Français"
2
  "API Details","Détails de l’API"
3
  "API Enabled","API activée"
4
- "API Token","Jeton API"
5
  "API test connection failed","Échec de la connexion test à l’API"
6
  "API test connection successful","Réussite de la connexion test à l’API"
7
  "API","API"
8
  "Agent Email Address","Adresse e-mail de l’agent"
9
- "Agent Token","Jeton de l’agent"
10
  "Are you sure you want to clear the entire Zendesk log?","Voulez-vraiment effacer la totalité du journal Zendesk ?"
11
  "Assignee","Assigné"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code pour afficher l’onglet de suggestions"
14
  "Connection to Zendesk API failed","Échec de la connexion à l’API Zendesk"
15
  "Connection to Zendesk API successful","Réussite de la connexion à l’API Zendesk"
16
  "Create Ticket","Créer le ticket"
17
- "Create tickets from Contact Us form","Créer des tickets à partir du formulaire Nous contacter"
18
  "Customize Feedback Tab","Personnaliser l’onglet de suggestions"
 
19
  "Dashboard","Tableau de bord"
20
  "Decide which features you would like turned on in your Magento store.","Décidez des fonctionnalités que vous souhaitez activer dans votre magasin Magento."
21
  "Description","Description"
22
- "Display link to Zendesk in Magento footer","Afficher le lien vers Zendesk dans le bas de page Magento"
 
23
  "Email","E-mail"
24
  "Facebook","Facebook"
25
  "Features","Fonctionnalités"
26
  "Feedback Tab","Onglet de suggestions"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Fichier trop volumineux – Seules les % dernières lignes sont affichées. Cliquez sur Télécharger pour récupérer la totalité du fichier."
 
28
  "General settings that are required to connect Zendesk and Magento.","Paramètres généraux requis pour connecter Zendesk et Magento."
29
  "General","Général"
30
  "Generate","Générer"
31
  "Group","Groupe"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Vous n’avez pas encore configuré Zendesk ? Suivez notre guide de configuration facile et commencez à utiliser Zendesk pour assister vos clients."
33
  "High","Élevée"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Lancer Zendesk"
36
  "Low","Basse"
37
  "New Support Ticket","Nouveau ticket d’assistance"
@@ -41,19 +48,20 @@
41
  "Normal","Normale"
42
  "On-hold","En pause"
43
  "Open","Ouvert"
44
- "Order Number","Numéro de commande"
45
  "Pending","En attente"
46
  "Priority","Priorité"
47
  "Problem","Problème"
48
  "Question","Question"
49
- "Remote Authentication Token","Jeton d’authentification à distance"
50
- "Remote Authentication Token","Jeton d’authentification à distance"
51
  "Requested","Création"
52
  "Requester Email","E-mail du demandeur"
53
  "Requester Name","Nom du demandeur"
54
  "Requester Website","Site Web du demandeur"
55
  "Requester","Demandeur"
56
  "Required for Magento App inside Zendesk to work.","Requis pour que l’application Magento fonctionne dans Zendesk."
 
57
  "Save Config","Enregistrer la configuration"
58
  "Settings","Paramètres"
59
  "Setup guide","Guide de configuration"
@@ -68,15 +76,14 @@
68
  "Solved","Résolu"
69
  "Status","Statut"
70
  "Subject","Sujet"
71
- "Successfully generated a new API token","Nouveau jeton API généré"
72
  "Support Channels","Canaux d’assistance"
73
- "Support Tickets","Tickets d’assistance"
74
  "Task","Tâche"
75
  "Test Connection","Tester la connexion"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Le fichier journal Zendesk n’a pas été créé. Vérifiez que l’enregistrement est activé."
77
  "Ticket #%s Created","Ticket #%s créé"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Pour générer un jeton, connectez-vous à Zendesk, puis sélectionnez Gérer > Canaux > API > Jeton."
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Vous trouverez des conseils de dépannage sur <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Mis à jour"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Utilisez Magento pour gérer l’authentification des administrateurs et des agents."
85
  "Use Magento to manage end-user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs finaux."
86
  "Use Magento to manage user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs."
 
87
  "Used to link order in Magento with tickets in Zendesk","Utilisé pour lier la commande dans Magento aux tickets dans Zendesk"
88
  "View All Tickets","Afficher tous les tickets"
 
89
  "View ticket in Zendesk","Afficher le ticket dans Zendesk"
90
  "Views to show on dashboards","Vues à afficher dans les tableaux de bord"
91
  "Voice","Centre d’appels"
@@ -93,6 +102,6 @@
93
  "Zendesk Domain","Domaine Zendesk"
94
  "Zendesk Log Viewer","Afficheur du journal Zendesk"
95
  "Zendesk Order Number field ID","ID de champ du numéro de commande Zendesk"
96
- "Zendesk SSO token not been set. Please add this to the settings page.","Jeton de connexion unique Zendesk non configuré. Ajoutez-le à la page des paramètres."
97
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk permet à vos clients de vous contacter en utilisant la méthode de leur choix. Utilisez les liens ci-dessous pour configurer les canaux que vous voulez utiliser."
98
  "Zendesk domain not set. Please add this to the settings page.","Domaine Zendesk non configuré. Ajoutez-le à la page des paramètres."
1
  "English","Français"
2
  "API Details","Détails de l’API"
3
  "API Enabled","API activée"
4
+ "API Token","Token API"
5
  "API test connection failed","Échec de la connexion test à l’API"
6
  "API test connection successful","Réussite de la connexion test à l’API"
7
  "API","API"
8
  "Agent Email Address","Adresse e-mail de l’agent"
9
+ "Agent Token","Token de l’agent"
10
  "Are you sure you want to clear the entire Zendesk log?","Voulez-vraiment effacer la totalité du journal Zendesk ?"
11
  "Assignee","Assigné"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Cliquez sur Enregistrer la configuration et réessayez. Si le problème persiste, vérifiez que la combinaison adresse e‑mail de l’agent/token d’agent est correcte."
14
  "Code to display Feedback Tab","Code pour afficher l’onglet de suggestions"
15
  "Connection to Zendesk API failed","Échec de la connexion à l’API Zendesk"
16
  "Connection to Zendesk API successful","Réussite de la connexion à l’API Zendesk"
17
  "Create Ticket","Créer le ticket"
18
+ "Create tickets from Contact Us form","Créer des tickets à partir du formulaire Contactez-nous"
19
  "Customize Feedback Tab","Personnaliser l’onglet de suggestions"
20
+ "Customize Web Widget","Personnaliser le Web Widget"
21
  "Dashboard","Tableau de bord"
22
  "Decide which features you would like turned on in your Magento store.","Décidez des fonctionnalités que vous souhaitez activer dans votre magasin Magento."
23
  "Description","Description"
24
+ "Display link to Zendesk Support in Magento footer","Afficher le lien vers Zendesk Support dans le pied de page Magento"
25
+ "Display link to Zendesk in Magento footer","Afficher le lien vers Zendesk dans le pied de page Magento"
26
  "Email","E-mail"
27
  "Facebook","Facebook"
28
  "Features","Fonctionnalités"
29
  "Feedback Tab","Onglet de suggestions"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Fichier trop volumineux – Seules les % dernières lignes sont affichées. Cliquez sur Télécharger pour récupérer la totalité du fichier."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Paramètres généraux requis pour connecter Zendesk Support et Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Paramètres généraux requis pour connecter Zendesk et Magento."
33
  "General","Général"
34
  "Generate","Générer"
35
  "Group","Groupe"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Vous n’avez pas encore configuré Zendesk Support ? Suivez notre guide de configuration facile pour vous lancer."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Vous n’avez pas encore configuré Zendesk ? Suivez notre guide de configuration facile et commencez à utiliser Zendesk pour assister vos clients."
38
  "High","Élevée"
39
  "Incident","Incident"
40
+ "Include Web Widget","Inclure le Web Widget"
41
+ "Launch Zendesk Support","Lancer Zendesk Support"
42
  "Launch Zendesk","Lancer Zendesk"
43
  "Low","Basse"
44
  "New Support Ticket","Nouveau ticket d’assistance"
48
  "Normal","Normale"
49
  "On-hold","En pause"
50
  "Open","Ouvert"
51
+ "Order number","Numéro de commande"
52
  "Pending","En attente"
53
  "Priority","Priorité"
54
  "Problem","Problème"
55
  "Question","Question"
56
+ "Remote Authentication Token","Token d’authentification à distance"
57
+ "Remote Authentication Token","Token d’authentification à distance"
58
  "Requested","Création"
59
  "Requester Email","E-mail du demandeur"
60
  "Requester Name","Nom du demandeur"
61
  "Requester Website","Site Web du demandeur"
62
  "Requester","Demandeur"
63
  "Required for Magento App inside Zendesk to work.","Requis pour que l’application Magento fonctionne dans Zendesk."
64
+ "Required for Magento app to work in Zendesk Support.","Requis pour que l’application Magento fonctionne dans Zendesk Support."
65
  "Save Config","Enregistrer la configuration"
66
  "Settings","Paramètres"
67
  "Setup guide","Guide de configuration"
76
  "Solved","Résolu"
77
  "Status","Statut"
78
  "Subject","Sujet"
79
+ "Successfully generated a new API token","Nouveau token API généré"
80
  "Support Channels","Canaux d’assistance"
 
81
  "Task","Tâche"
82
  "Test Connection","Tester la connexion"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Le fichier journal Zendesk n’a pas été créé. Vérifiez que l’enregistrement est activé."
84
  "Ticket #%s Created","Ticket #%s créé"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Pour générer un token, connectez-vous à Zendesk, puis sélectionnez Gérer > Canaux > API > Token."
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Mis à jour"
91
  "Use Magento to manage admin and agent authentication.","Utilisez Magento pour gérer l’authentification des administrateurs et des agents."
92
  "Use Magento to manage end-user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs finaux."
93
  "Use Magento to manage user authentication.","Utilisez Magento pour gérer l’authentification des utilisateurs."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Utilisé pour lier la commande dans Magento aux tickets dans Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Utilisé pour lier la commande dans Magento aux tickets dans Zendesk"
96
  "View All Tickets","Afficher tous les tickets"
97
+ "View ticket in Zendesk Support","Afficher le ticket dans Zendesk Support"
98
  "View ticket in Zendesk","Afficher le ticket dans Zendesk"
99
  "Views to show on dashboards","Vues à afficher dans les tableaux de bord"
100
  "Voice","Centre d’appels"
102
  "Zendesk Domain","Domaine Zendesk"
103
  "Zendesk Log Viewer","Afficheur du journal Zendesk"
104
  "Zendesk Order Number field ID","ID de champ du numéro de commande Zendesk"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Token de connexion unique Zendesk non configuré. Ajoutez-le à la page des paramètres."
106
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk permet à vos clients de vous contacter en utilisant la méthode de leur choix. Utilisez les liens ci-dessous pour configurer les canaux que vous voulez utiliser."
107
  "Zendesk domain not set. Please add this to the settings page.","Domaine Zendesk non configuré. Ajoutez-le à la page des paramètres."
app/locale/it_IT/Zendesk_Zendesk.csv CHANGED
@@ -5,33 +5,40 @@
5
  "API test connection failed","Collegamento di prova API non riuscito"
6
  "API test connection successful","Collegamento di prova API riuscito"
7
  "API","API"
8
- "Agent Email Address","Indirizzo e-mail agente"
9
  "Agent Token","Token agente"
10
- "Are you sure you want to clear the entire Zendesk log?","Cancellare l’intero registro Zendesk?"
11
  "Assignee","Assegnatario"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Codica per visualizzare scheda Feedback"
14
  "Connection to Zendesk API failed","Collegamento a Zendesk API non riuscito"
15
  "Connection to Zendesk API successful","Collegamento a Zendesk API riuscito"
16
  "Create Ticket","Crea ticket"
17
- "Create tickets from Contact Us form","Crea ticket dal modulo Contattarci"
18
  "Customize Feedback Tab","Personalizza scheda Feedback"
19
- "Dashboard","Pannello"
 
20
  "Decide which features you would like turned on in your Magento store.","Decidi quali funzionalità attivare nel negozio Magento."
21
  "Description","Descrizione"
 
22
  "Display link to Zendesk in Magento footer","Mostra link a Zendesk nel piè di pagina di Magento"
23
- "Email","E-mail"
24
  "Facebook","Facebook"
25
  "Features","Funzionalità"
26
  "Feedback Tab","Scheda Feedback"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Il file è troppo grande – vengono mostrate solo le ultime %s righe. Fare clic su Scarica per scaricare l’intero file."
 
28
  "General settings that are required to connect Zendesk and Magento.","Impostazioni generali necessarie per collegare Zendesk e Magento."
29
  "General","Generale"
30
  "Generate","Genera"
31
  "Group","Gruppo"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Non hai ancora impostato Zendesk? Segui la nostra semplice guida all’impostazione per iniziare a usare Zendesk nell’assistenza ai clienti."
33
  "High","Alta"
34
  "Incident","Incidente"
 
 
35
  "Launch Zendesk","Avvia Zendesk"
36
  "Low","Bassa"
37
  "New Support Ticket","Nuovo ticket assistenza"
@@ -41,7 +48,7 @@
41
  "Normal","Normale"
42
  "On-hold","In sospeso"
43
  "Open","Aperto"
44
- "Order Number","Numero ordine"
45
  "Pending","In attesa"
46
  "Priority","Priorità"
47
  "Problem","Problema"
@@ -49,16 +56,17 @@
49
  "Remote Authentication Token","Token autenticazione remota"
50
  "Remote Authentication Token","Token autenticazione remota"
51
  "Requested","Richiesto"
52
- "Requester Email","E-mail richiedente"
53
  "Requester Name","Nome richiedente"
54
- "Requester Website","Sito Web richiedente"
55
  "Requester","Richiedente"
56
  "Required for Magento App inside Zendesk to work.","Necessario per usare l’App Magento in Zendesk."
 
57
  "Save Config","Salva config."
58
  "Settings","Impostazioni"
59
  "Setup guide","Guida all’impostazione"
60
- "Setup","Impostazione"
61
- "Show support tickets on admin dashboard","Mostra ticket assistenza nel pannello amministratore."
62
  "Show support tickets on customer view","Mostra ticket assistenza nella vista cliente"
63
  "Show support tickets on order view","Mostra ticket assistenza nella vista ordine"
64
  "Single Sign-on - Admins and Agents","Single Sign-on – Amministratori e agenti"
@@ -70,13 +78,12 @@
70
  "Subject","Oggetto"
71
  "Successfully generated a new API token","Generato correttamente un nuovo token API"
72
  "Support Channels","Canali assistenza"
73
- "Support Tickets","Ticket assistenza"
74
  "Task","Compito"
75
  "Test Connection","Prova collegamento"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Il file di registro Zendesk non è stato creato. Verificare che la registrazione sia stata attivata."
77
  "Ticket #%s Created","Ticket n. #%s creato"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Per generare un token, accedi a Zendesk, quindi seleziona Gestisci > Canali > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Per suggerimenti sulla soluzione dei problemi, visitare <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Tipo"
82
  "Updated","Aggiornato"
@@ -84,12 +91,14 @@
84
  "Use Magento to manage admin and agent authentication.","Usa Magento per gestire l’autenticazione degli amministratori e degli agenti."
85
  "Use Magento to manage end-user authentication.","Usa Magento per gestire l’autenticazione degli utenti finali."
86
  "Use Magento to manage user authentication.","Usa Magento per gestire l’autenticazione dei clienti."
 
87
  "Used to link order in Magento with tickets in Zendesk","Usato per collegare ordini in Magento e ticket in Zendesk"
88
  "View All Tickets","Mostra tutti i ticket"
 
89
  "View ticket in Zendesk","Mostra ticket in Zendesk"
90
- "Views to show on dashboards","Viste da mostrare nei pannello"
91
  "Voice","Voice"
92
- "Web Portal","Portale Web"
93
  "Zendesk Domain","Dominio Zendesk"
94
  "Zendesk Log Viewer","Visualizzatore registro Zendesk"
95
  "Zendesk Order Number field ID","ID campo numero ordine Zendesk"
5
  "API test connection failed","Collegamento di prova API non riuscito"
6
  "API test connection successful","Collegamento di prova API riuscito"
7
  "API","API"
8
+ "Agent Email Address","Indirizzo email agente"
9
  "Agent Token","Token agente"
10
+ "Are you sure you want to clear the entire Zendesk log?","Vuoi cancellare l’intero registro Zendesk?"
11
  "Assignee","Assegnatario"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Fai clic su “Salva config” e riprova. Se il problema persiste, controlla se l’indirizzo email e il token inseriti per l’agente sono corretti."
14
  "Code to display Feedback Tab","Codica per visualizzare scheda Feedback"
15
  "Connection to Zendesk API failed","Collegamento a Zendesk API non riuscito"
16
  "Connection to Zendesk API successful","Collegamento a Zendesk API riuscito"
17
  "Create Ticket","Crea ticket"
18
+ "Create tickets from Contact Us form","Crea ticket dal modulo Contattaci"
19
  "Customize Feedback Tab","Personalizza scheda Feedback"
20
+ "Customize Web Widget","Personalizza Web Widget"
21
+ "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Decidi quali funzionalità attivare nel negozio Magento."
23
  "Description","Descrizione"
24
+ "Display link to Zendesk Support in Magento footer","Mostra link a Zendesk Support nel piè di pagina di Magento"
25
  "Display link to Zendesk in Magento footer","Mostra link a Zendesk nel piè di pagina di Magento"
26
+ "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Funzionalità"
29
  "Feedback Tab","Scheda Feedback"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Il file è troppo grande – vengono mostrate solo le ultime %s righe. Fare clic su Scarica per scaricare l’intero file."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Impostazioni generali necessarie per collegare Zendesk Support e Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Impostazioni generali necessarie per collegare Zendesk e Magento."
33
  "General","Generale"
34
  "Generate","Genera"
35
  "Group","Gruppo"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Non hai ancora impostato Zendesk Support? Per iniziare, segui la nostra semplice guida all’impostazione."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Non hai ancora impostato Zendesk? Segui la nostra semplice guida all’impostazione per iniziare a usare Zendesk nell’assistenza ai clienti."
38
  "High","Alta"
39
  "Incident","Incidente"
40
+ "Include Web Widget","Includi Web Widget"
41
+ "Launch Zendesk Support","Avvia Zendesk Support"
42
  "Launch Zendesk","Avvia Zendesk"
43
  "Low","Bassa"
44
  "New Support Ticket","Nuovo ticket assistenza"
48
  "Normal","Normale"
49
  "On-hold","In sospeso"
50
  "Open","Aperto"
51
+ "Order number","Numero ordine"
52
  "Pending","In attesa"
53
  "Priority","Priorità"
54
  "Problem","Problema"
56
  "Remote Authentication Token","Token autenticazione remota"
57
  "Remote Authentication Token","Token autenticazione remota"
58
  "Requested","Richiesto"
59
+ "Requester Email","Email richiedente"
60
  "Requester Name","Nome richiedente"
61
+ "Requester Website","Sito web richiedente"
62
  "Requester","Richiedente"
63
  "Required for Magento App inside Zendesk to work.","Necessario per usare l’App Magento in Zendesk."
64
+ "Required for Magento app to work in Zendesk Support.","Necessario per usare l’app Magento in Zendesk Support."
65
  "Save Config","Salva config."
66
  "Settings","Impostazioni"
67
  "Setup guide","Guida all’impostazione"
68
+ "Setup","Impostazioni"
69
+ "Show support tickets on admin dashboard","Mostra ticket assistenza nel dashboard amministratore."
70
  "Show support tickets on customer view","Mostra ticket assistenza nella vista cliente"
71
  "Show support tickets on order view","Mostra ticket assistenza nella vista ordine"
72
  "Single Sign-on - Admins and Agents","Single Sign-on – Amministratori e agenti"
78
  "Subject","Oggetto"
79
  "Successfully generated a new API token","Generato correttamente un nuovo token API"
80
  "Support Channels","Canali assistenza"
 
81
  "Task","Compito"
82
  "Test Connection","Prova collegamento"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Il file di registro Zendesk non è stato creato. Verificare che la registrazione sia stata attivata."
84
  "Ticket #%s Created","Ticket n. #%s creato"
85
+ "Tickets","Ticket"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Per generare un token, accedi a Zendesk, quindi seleziona Gestisci > Canali > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Tipo"
89
  "Updated","Aggiornato"
91
  "Use Magento to manage admin and agent authentication.","Usa Magento per gestire l’autenticazione degli amministratori e degli agenti."
92
  "Use Magento to manage end-user authentication.","Usa Magento per gestire l’autenticazione degli utenti finali."
93
  "Use Magento to manage user authentication.","Usa Magento per gestire l’autenticazione dei clienti."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Usato per collegare ordini in Magento e ticket in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Usato per collegare ordini in Magento e ticket in Zendesk"
96
  "View All Tickets","Mostra tutti i ticket"
97
+ "View ticket in Zendesk Support","Mostra ticket in Zendesk Support"
98
  "View ticket in Zendesk","Mostra ticket in Zendesk"
99
+ "Views to show on dashboards","Viste da mostrare nei dashboard"
100
  "Voice","Voice"
101
+ "Web Portal","Portale web"
102
  "Zendesk Domain","Dominio Zendesk"
103
  "Zendesk Log Viewer","Visualizzatore registro Zendesk"
104
  "Zendesk Order Number field ID","ID campo numero ordine Zendesk"
app/locale/ja_JA/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Zendeskログをすべて消去しますか?"
11
  "Assignee","担当者"
12
  "Chat","チャット"
 
13
  "Code to display Feedback Tab","「フィードバック」タブを表示するコード"
14
  "Connection to Zendesk API failed","Zendesk APIへの接続が失敗しました"
15
  "Connection to Zendesk API successful","Zendesk APIへの接続が成功しました"
16
  "Create Ticket","チケットを作成"
17
- "Create tickets from Contact Us form","「お問い合わせください」からチケットを作成"
18
- "Customize Feedback Tab","Feedbackタブをカスタマイズ"
 
19
  "Dashboard","ダッシュボード"
20
  "Decide which features you would like turned on in your Magento store.","Magentoストアで有効にする機能を決めてください。"
21
  "Description","説明"
 
22
  "Display link to Zendesk in Magento footer","MagentoフッターにZendeskへのリンクを表示"
23
  "Email","メール"
24
  "Facebook","Facebook"
25
  "Features","機能"
26
  "Feedback Tab","フィードバックタブ"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","ファイルサイズが大きすぎます - 最後の%s行のみ表示します。「ダウンロード」をクリックして、ファイル全体を取得してください。"
28
- "General settings that are required to connect Zendesk and Magento.","ZendeskとMagentoを接続するために必要な一般的な設定。"
 
29
  "General","全般"
30
  "Generate","生成"
31
  "Group","グループ"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","まだZendeskを設定していませんか?簡単な設定ガイドに従って、Zendeskを使用した顧客サポートを開始してください。"
33
  "High","高"
34
  "Incident","事象"
 
 
35
  "Launch Zendesk","Zendeskを起動"
36
  "Low","低"
37
  "New Support Ticket","新規サポートチケット"
@@ -41,7 +48,7 @@
41
  "Normal","普通"
42
  "On-hold","待機中"
43
  "Open","オープン"
44
- "Order Number","注文番号"
45
  "Pending","保留中"
46
  "Priority","優先度"
47
  "Problem","問題"
@@ -54,6 +61,7 @@
54
  "Requester Website","リクエスタのWebサイト"
55
  "Requester","リクエスタ"
56
  "Required for Magento App inside Zendesk to work.","Zendesk内でMagnetアプリが動作するために必要です。"
 
57
  "Save Config","設定の保存"
58
  "Settings","設定"
59
  "Setup guide","設定ガイド"
@@ -70,13 +78,12 @@
70
  "Subject","件名"
71
  "Successfully generated a new API token","新しいAPIトークンが正しく作成されました"
72
  "Support Channels","サポートチャネル"
73
- "Support Tickets","サポートチケット"
74
  "Task","タスク"
75
  "Test Connection","テスト接続"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendeskログファイルが作成されませんでした。ログが有効になっていたか確認してください。"
77
  "Ticket #%s Created","チケット#%sが作成されました"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","トークンを生成するには、Zendeskにログインして、「管理」>「チャネル」>「API」>「トークン」を選択します"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","トラブルシューティングのヒントが<a href="%s">%s</a>にあります"
80
  "Twitter","Twitter"
81
  "Type","タイプ"
82
  "Updated","最終更新日時"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Magentoを使用して、管理者およびエージェント認証を管理します。"
85
  "Use Magento to manage end-user authentication.","Magentoを使用して、エンドユーザー認証を管理します。"
86
  "Use Magento to manage user authentication.","Magentoを使用して、ユーザー認証を管理します。"
 
87
  "Used to link order in Magento with tickets in Zendesk","Magentoでの注文をZendeskのチケットにリンクさせるために使用"
88
  "View All Tickets","すべてのチケットを表示"
 
89
  "View ticket in Zendesk","Zendeskのチケットを表示"
90
  "Views to show on dashboards","ダッシュボードに表示するビュー"
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","Zendeskログをすべて消去しますか?"
11
  "Assignee","担当者"
12
  "Chat","チャット"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","「設定を保存」をクリックして、もう一度やり直してください問題が解決しない場合は、入力したエージェントのメールアドレスとエージェントトークンの組み合わせが正しいか確認してください。"
14
  "Code to display Feedback Tab","「フィードバック」タブを表示するコード"
15
  "Connection to Zendesk API failed","Zendesk APIへの接続が失敗しました"
16
  "Connection to Zendesk API successful","Zendesk APIへの接続が成功しました"
17
  "Create Ticket","チケットを作成"
18
+ "Create tickets from Contact Us form","「お問い合わせ」からチケットを作成"
19
+ "Customize Feedback Tab","フィードバックタブをカスタマイズ"
20
+ "Customize Web Widget","Web Widgetをカスタマイズ"
21
  "Dashboard","ダッシュボード"
22
  "Decide which features you would like turned on in your Magento store.","Magentoストアで有効にする機能を決めてください。"
23
  "Description","説明"
24
+ "Display link to Zendesk Support in Magento footer","MagentoフッターにZendesk Supportへのリンクを表示"
25
  "Display link to Zendesk in Magento footer","MagentoフッターにZendeskへのリンクを表示"
26
  "Email","メール"
27
  "Facebook","Facebook"
28
  "Features","機能"
29
  "Feedback Tab","フィードバックタブ"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","ファイルサイズが大きすぎます - 最後の%s行のみ表示します。「ダウンロード」をクリックして、ファイル全体を取得してください。"
31
+ "General settings that are required to connect Zendesk Support and Magento.","Zendesk SupportとMagentoを接続するために必要な一般設定。"
32
+ "General settings that are required to connect Zendesk and Magento.","ZendeskとMagentoを接続するために必要な一般設定。"
33
  "General","全般"
34
  "Generate","生成"
35
  "Group","グループ"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","まだZendesk Supportを設定していませんか?簡単なガイドに従って、開始してください。"
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","まだZendeskを設定していませんか?簡単な設定ガイドに従って、Zendeskを使用した顧客サポートを開始してください。"
38
  "High","高"
39
  "Incident","事象"
40
+ "Include Web Widget","Web Widgetを含める"
41
+ "Launch Zendesk Support","Zendesk Supportの起動"
42
  "Launch Zendesk","Zendeskを起動"
43
  "Low","低"
44
  "New Support Ticket","新規サポートチケット"
48
  "Normal","普通"
49
  "On-hold","待機中"
50
  "Open","オープン"
51
+ "Order number","注文番号"
52
  "Pending","保留中"
53
  "Priority","優先度"
54
  "Problem","問題"
61
  "Requester Website","リクエスタのWebサイト"
62
  "Requester","リクエスタ"
63
  "Required for Magento App inside Zendesk to work.","Zendesk内でMagnetアプリが動作するために必要です。"
64
+ "Required for Magento app to work in Zendesk Support.","Zendesk内でMagnetアプリが動作するために必要です。"
65
  "Save Config","設定の保存"
66
  "Settings","設定"
67
  "Setup guide","設定ガイド"
78
  "Subject","件名"
79
  "Successfully generated a new API token","新しいAPIトークンが正しく作成されました"
80
  "Support Channels","サポートチャネル"
 
81
  "Task","タスク"
82
  "Test Connection","テスト接続"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendeskログファイルが作成されませんでした。ログが有効になっていたか確認してください。"
84
  "Ticket #%s Created","チケット#%sが作成されました"
85
+ "Tickets","チケット"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","トークンを生成するには、Zendeskにログインして、「管理」>「チャネル」>「API」>「トークン」を選択します"
87
  "Twitter","Twitter"
88
  "Type","タイプ"
89
  "Updated","最終更新日時"
91
  "Use Magento to manage admin and agent authentication.","Magentoを使用して、管理者およびエージェント認証を管理します。"
92
  "Use Magento to manage end-user authentication.","Magentoを使用して、エンドユーザー認証を管理します。"
93
  "Use Magento to manage user authentication.","Magentoを使用して、ユーザー認証を管理します。"
94
+ "Used to link order in Magento with tickets in Zendesk Support","Magentoでの注文をZendesk Supportのチケットにリンクさせるために使用"
95
  "Used to link order in Magento with tickets in Zendesk","Magentoでの注文をZendeskのチケットにリンクさせるために使用"
96
  "View All Tickets","すべてのチケットを表示"
97
+ "View ticket in Zendesk Support","Zendesk Supportのチケットを表示"
98
  "View ticket in Zendesk","Zendeskのチケットを表示"
99
  "Views to show on dashboards","ダッシュボードに表示するビュー"
100
  "Voice","Voice"
app/locale/ko_KO/Zendesk_Zendesk.csv CHANGED
@@ -2,58 +2,66 @@
2
  "API Details","API 세부 정보"
3
  "API Enabled","API 사용"
4
  "API Token","API 토큰"
5
- "API test connection failed","API 연결 테스트에 실패했습니다"
6
- "API test connection successful","API 연결 테스트에 성공했습니다"
7
  "API","API"
8
  "Agent Email Address","상담원 이메일 주소"
9
  "Agent Token","상담원 토큰"
10
  "Are you sure you want to clear the entire Zendesk log?","전체 Zendesk 로그를 지우시겠습니까?"
11
  "Assignee","담당자"
12
  "Chat","채팅"
 
13
  "Code to display Feedback Tab","피드백 탭을 표시하는 코드"
14
- "Connection to Zendesk API failed","Zendesk API 연결에 실패했습니다"
15
- "Connection to Zendesk API successful","Zendesk API 연결에 성공했습니다"
16
  "Create Ticket","티켓 만들기"
17
  "Create tickets from Contact Us form","사용자 문의 양식에서 티켓 만들기"
18
  "Customize Feedback Tab","피드백 탭 사용자 지정"
 
19
  "Dashboard","대시보드"
20
  "Decide which features you would like turned on in your Magento store.","Magento 스토어에서 설정하고자 하는 기능을 결정합니다."
21
  "Description","설명"
 
22
  "Display link to Zendesk in Magento footer","Magento 바닥글에 Zendesk에 대한 링크 표시"
23
  "Email","이메일"
24
  "Facebook","페이스북"
25
  "Features","기능"
26
  "Feedback Tab","피드백 탭"
27
- "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","파일 크기가 너무 커서 마지막 %s개 행만 표시합니다. 전체 파일을 검색하려면 다운로드를 클릭하십시오."
 
28
  "General settings that are required to connect Zendesk and Magento.","Zendesk와 Magento를 연결하는 데 필요한 일반 설정입니다."
29
  "General","일반"
30
  "Generate","생성"
31
  "Group","그룹"
32
- "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","아직 Zendesk를 설정하지 않으셨습니까? 쉬운 설치 설명서를 따라 Zendesk를 설치하여 고객을 지원하십시오."
 
33
  "High","높음"
34
  "Incident","사건"
 
 
35
  "Launch Zendesk","Zendesk 시작"
36
  "Low","낮음"
37
  "New Support Ticket","새 지원 티켓"
38
  "New","신규"
39
- "No tickets found","티켓을 찾을 수 없습니다"
40
- "No views selected. Please select one or more from the settings page.","보기를 선택하지 않았습니다. 설정 페이지에서 하나 이상을 선택하십시오."
41
  "Normal","보통"
42
  "On-hold","대기"
43
  "Open","등록"
44
- "Order Number","주문 번호"
45
  "Pending","보류"
46
  "Priority","우선 순위"
47
  "Problem","문제"
48
  "Question","질문"
49
  "Remote Authentication Token","원격 인증 토큰"
50
  "Remote Authentication Token","원격 인증 토큰"
51
- "Requested","요청"
52
  "Requester Email","요청자 이메일"
53
  "Requester Name","요청자 이름"
54
  "Requester Website","요청자 웹사이트"
55
  "Requester","요청자"
56
  "Required for Magento App inside Zendesk to work.","Zendesk 내부 Magento 앱 작동을 위해 필요한 사항"
 
57
  "Save Config","구성 저장"
58
  "Settings","설정"
59
  "Setup guide","설치 설명서"
@@ -70,29 +78,30 @@
70
  "Subject","제목"
71
  "Successfully generated a new API token","성공적으로 새로운 API 토큰 생성"
72
  "Support Channels","지원 채널"
73
- "Support Tickets","지원 티켓"
74
  "Task","작업"
75
  "Test Connection","연결 테스트"
76
- "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk 로그 파일이 만들어지 않았습니다. 로깅이 활성화되었는지를 확인하십시오."
77
- "Ticket #%s Created","티켓 #%s을(를) 만들었습니다"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","토큰을 생성하려면 Zendesk에 로그인한 후 관리 > 채널 > API > 토큰을 선택합니다."
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","문제 해결 방법에 대한 팁을 <a href="%s">%s</a>에서 제공합니다"
80
  "Twitter","트위터"
81
  "Type","유형"
82
  "Updated","업데이트됨"
83
  "Urgent","긴급"
84
- "Use Magento to manage admin and agent authentication.","관리자 및 상담원 인증을 관리하려면 Magento를 사용하십시오."
85
- "Use Magento to manage end-user authentication.","최종 사용자 인증을 관리하려면 Magento를 사용하십시오."
86
- "Use Magento to manage user authentication.","사용자 인증을 관리하려면 Magento를 사용하십시오."
 
87
  "Used to link order in Magento with tickets in Zendesk","Magento의 주문과 Zendesk의 티켓 연결에 사용됩니다."
88
  "View All Tickets","모든 티켓 보기"
 
89
  "View ticket in Zendesk","Zendesk의 티켓 보기"
90
  "Views to show on dashboards","대시보드에 표시할 보기"
91
- "Voice","음성"
92
  "Web Portal","웹 포털"
93
  "Zendesk Domain","Zendesk 도메인"
94
  "Zendesk Log Viewer","Zendesk 로그 뷰어"
95
- "Zendesk Order Number field ID","Zendesk 주문 번호 필드 ID"
96
- "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO 토큰이 설정되지 않았습니다. Zendesk SSO 토큰을 설정 페이지에 추가하십시오."
97
- "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk를 통해 고객들이 원하는 방법을 사용하여 귀사에 연락할수 있습니다. 사용하고자하는 채널을 구성하려면 아래 링크를 사용하십시오."
98
- "Zendesk domain not set. Please add this to the settings page.","Zendesk 도메인이 설정되지 않았습니다. Zendesk 도메인을 설정 페이지에 추가하십시오."
2
  "API Details","API 세부 정보"
3
  "API Enabled","API 사용"
4
  "API Token","API 토큰"
5
+ "API test connection failed","API 연결 테스트에 실패했습니다."
6
+ "API test connection successful","API 연결 테스트에 성공했습니다."
7
  "API","API"
8
  "Agent Email Address","상담원 이메일 주소"
9
  "Agent Token","상담원 토큰"
10
  "Are you sure you want to clear the entire Zendesk log?","전체 Zendesk 로그를 지우시겠습니까?"
11
  "Assignee","담당자"
12
  "Chat","채팅"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","'구성 저장'을 클릭하고 다시 시도하세요. 문제가 계속 발생하면 입력한 상담원 이메일 주소와 상담원 토큰 조합이 올바른지 확인하세요."
14
  "Code to display Feedback Tab","피드백 탭을 표시하는 코드"
15
+ "Connection to Zendesk API failed","Zendesk API 연결에 실패했습니다."
16
+ "Connection to Zendesk API successful","Zendesk API 연결에 성공했습니다."
17
  "Create Ticket","티켓 만들기"
18
  "Create tickets from Contact Us form","사용자 문의 양식에서 티켓 만들기"
19
  "Customize Feedback Tab","피드백 탭 사용자 지정"
20
+ "Customize Web Widget","Web Widget 사용자 지정"
21
  "Dashboard","대시보드"
22
  "Decide which features you would like turned on in your Magento store.","Magento 스토어에서 설정하고자 하는 기능을 결정합니다."
23
  "Description","설명"
24
+ "Display link to Zendesk Support in Magento footer","Magento 바닥글에 Zendesk Support에 대한 링크 표시"
25
  "Display link to Zendesk in Magento footer","Magento 바닥글에 Zendesk에 대한 링크 표시"
26
  "Email","이메일"
27
  "Facebook","페이스북"
28
  "Features","기능"
29
  "Feedback Tab","피드백 탭"
30
+ "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","파일 크기가 너무 커서 마지막 %s개 행만 표시합니다. 전체 파일을 검색하려면 다운로드를 클릭하세요."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Zendesk Support와 Magento를 연결하는 데 필요한 일반 설정입니다."
32
  "General settings that are required to connect Zendesk and Magento.","Zendesk와 Magento를 연결하는 데 필요한 일반 설정입니다."
33
  "General","일반"
34
  "Generate","생성"
35
  "Group","그룹"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","아직 Zendesk Support를 설정하지 않으셨나요? 쉬운 설정 설명서에 따라 시작하세요."
37
+ "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","아직 Zendesk를 설정하지 않으셨습니까? 쉬운 설치 설명서를 따라 Zendesk를 설치하여 고객을 지원하세요."
38
  "High","높음"
39
  "Incident","사건"
40
+ "Include Web Widget","Web Widget 포함"
41
+ "Launch Zendesk Support","Zendesk Support 시작"
42
  "Launch Zendesk","Zendesk 시작"
43
  "Low","낮음"
44
  "New Support Ticket","새 지원 티켓"
45
  "New","신규"
46
+ "No tickets found","티켓을 찾을 수 없습니다."
47
+ "No views selected. Please select one or more from the settings page.","보기를 선택하지 않았습니다. 설정 페이지에서 하나 이상을 선택하세요."
48
  "Normal","보통"
49
  "On-hold","대기"
50
  "Open","등록"
51
+ "Order number","주문 번호"
52
  "Pending","보류"
53
  "Priority","우선 순위"
54
  "Problem","문제"
55
  "Question","질문"
56
  "Remote Authentication Token","원격 인증 토큰"
57
  "Remote Authentication Token","원격 인증 토큰"
58
+ "Requested","요청 날짜"
59
  "Requester Email","요청자 이메일"
60
  "Requester Name","요청자 이름"
61
  "Requester Website","요청자 웹사이트"
62
  "Requester","요청자"
63
  "Required for Magento App inside Zendesk to work.","Zendesk 내부 Magento 앱 작동을 위해 필요한 사항"
64
+ "Required for Magento app to work in Zendesk Support.","Magento 앱이 Zendesk Support에서 작동하려면 필요합니다."
65
  "Save Config","구성 저장"
66
  "Settings","설정"
67
  "Setup guide","설치 설명서"
78
  "Subject","제목"
79
  "Successfully generated a new API token","성공적으로 새로운 API 토큰 생성"
80
  "Support Channels","지원 채널"
 
81
  "Task","작업"
82
  "Test Connection","연결 테스트"
83
+ "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk 로그 파일이 만들어지 않았습니다. 로깅이 활성화되었는지를 확인하세요."
84
+ "Ticket #%s Created","티켓 #%s을(를) 만들었습니다."
85
+ "Tickets","티켓"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","토큰을 생성하려면 Zendesk에 로그인한 관리 > 채널 > API > 토큰을 선택합니다."
87
  "Twitter","트위터"
88
  "Type","유형"
89
  "Updated","업데이트됨"
90
  "Urgent","긴급"
91
+ "Use Magento to manage admin and agent authentication.","관리자 및 상담원 인증을 관리하려면 Magento를 사용하세요."
92
+ "Use Magento to manage end-user authentication.","최종 사용자 인증을 관리하려면 Magento를 사용하세요."
93
+ "Use Magento to manage user authentication.","사용자 인증을 관리하려면 Magento를 사용하세요."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Magento에서의 주문을 Zendesk Support의 티켓과 연결하는 데 사용됩니다."
95
  "Used to link order in Magento with tickets in Zendesk","Magento의 주문과 Zendesk의 티켓 연결에 사용됩니다."
96
  "View All Tickets","모든 티켓 보기"
97
+ "View ticket in Zendesk Support","Zendesk Support의 티켓 보기"
98
  "View ticket in Zendesk","Zendesk의 티켓 보기"
99
  "Views to show on dashboards","대시보드에 표시할 보기"
100
+ "Voice","Voice"
101
  "Web Portal","웹 포털"
102
  "Zendesk Domain","Zendesk 도메인"
103
  "Zendesk Log Viewer","Zendesk 로그 뷰어"
104
+ "Zendesk Order Number field ID","Zendesk 주문 번호 필드 아이디"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO 토큰이 설정되지 않았습니다. Zendesk SSO 토큰을 설정 페이지에 추가하세요."
106
+ "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk를 통해 고객들이 원하는 방법을 사용하여 귀사에 연락할수 있습니다. 사용하고자하는 채널을 구성하려면 아래 링크를 사용하세요."
107
+ "Zendesk domain not set. Please add this to the settings page.","Zendesk 도메인이 설정되지 않았습니다. Zendesk 도메인을 설정 페이지에 추가하세요."
app/locale/nl_NL/Zendesk_Zendesk.csv CHANGED
@@ -10,38 +10,45 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Weet u zeker dat u het gehele Zendesk-log wilt wissen?"
11
  "Assignee","Medewerker"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code om tabblad Feedback weer te geven"
14
  "Connection to Zendesk API failed","Verbinding met Zendesk-API mislukt"
15
  "Connection to Zendesk API successful","Verbinding met Zendesk-API gelukt"
16
  "Create Ticket","Ticket maken"
17
  "Create tickets from Contact Us form","Tickets maken van Contact-formulier"
18
  "Customize Feedback Tab","Tabblad Feedback aanpassen"
 
19
  "Dashboard","Dashboard"
20
  "Decide which features you would like turned on in your Magento store.","Bepaal welke functies u ingeschakeld wilt hebben in uw Magento-winkel."
21
  "Description","Beschrijving"
 
22
  "Display link to Zendesk in Magento footer","Koppeling naar Zendesk in Magento-voettekst weergeven"
23
  "Email","E-mail"
24
  "Facebook","Facebook"
25
  "Features","Kenmerken"
26
  "Feedback Tab","Tabblad Feedback"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Bestand te groot – alleen de laatste %s regels worden weergegeven. Klik op Downloaden om het gehele bestand op te halen."
 
28
  "General settings that are required to connect Zendesk and Magento.","Algemene instellingen die zijn vereist om Zendesk en Magento te koppelen."
29
  "General","Algemeen"
30
  "Generate","Genereren"
31
  "Group","Groep"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Hebt u Zendesk nog niet ingesteld? Volg de eenvoudige stappen om met Zendesk klanten te ondersteunen."
33
  "High","Hoog"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Zendesk starten"
36
  "Low","Laag"
37
- "New Support Ticket","Nieuwe ondersteuningsticket"
38
  "New","Nieuw"
39
  "No tickets found","Geen tickets gevonden"
40
  "No views selected. Please select one or more from the settings page.","Geen weergaven geselecteerd. Selecteer er een of meer op de instellingenpagina."
41
  "Normal","Normaal"
42
  "On-hold","Geparkeerd"
43
  "Open","Open"
44
- "Order Number","Ordernummer"
45
  "Pending","In afwachting"
46
  "Priority","Prioriteit"
47
  "Problem","Probleem"
@@ -54,13 +61,14 @@
54
  "Requester Website","Website van aanvrager"
55
  "Requester","Aanvrager"
56
  "Required for Magento App inside Zendesk to work.","Vereist voor Magento-app binnen Zendesk om te werken."
 
57
  "Save Config","Configuratie opslaan"
58
  "Settings","Instellingen"
59
  "Setup guide","Installatiegids"
60
  "Setup","Instellen"
61
- "Show support tickets on admin dashboard","Ondersteuningstickets weergeven in Administrator-dashboard."
62
- "Show support tickets on customer view","Ondersteuningstickets weergeven in klantweergave"
63
- "Show support tickets on order view","Ondersteuningstickets weergeven in orderweergave"
64
  "Single Sign-on - Admins and Agents","Enkelvoudige aanmelding – Admins en agenten"
65
  "Single Sign-on - End-users","Enkelvoudige aanmelding - Eindgebruikers"
66
  "Single Sign-on Enabled","Enkelvoudige aanmelding ingeschakeld"
@@ -69,14 +77,13 @@
69
  "Status","Status"
70
  "Subject","Onderwerp"
71
  "Successfully generated a new API token","Er is een nieuw API-token gegenereerd"
72
- "Support Channels","Ondersteuningskanalen"
73
- "Support Tickets","Ondersteuningstickets"
74
  "Task","Taak"
75
  "Test Connection","Verbinding testen"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Het Zendesk-logbestand is niet gemaakt. Controleer of vastleggen in logbestand is ingeschakeld."
77
  "Ticket #%s Created","Ticket #%s gemaakt"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Als u een token wilt genereren, dient u zich aan te melden bij Zendesk. Selecteer daarna Beheren > Kanalen > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Tip voor het oplossen van problemen vindt u op <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Bijgewerkt"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Gebruik Magento om Admin- en agentenverificatie te beheren."
85
  "Use Magento to manage end-user authentication.","Met Magento kunt u eindgebruikersautorisatie beheren."
86
  "Use Magento to manage user authentication.","Met Magento kunt u gebruikersverificatie beheren."
 
87
  "Used to link order in Magento with tickets in Zendesk","Gebruikt om order in Magento te koppelen aan tickets in Zendesk"
88
  "View All Tickets","Alle tickets weergeven"
 
89
  "View ticket in Zendesk","Ticket in Zendesk weergeven"
90
  "Views to show on dashboards","Weergaven voor dashboards"
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","Weet u zeker dat u het gehele Zendesk-log wilt wissen?"
11
  "Assignee","Medewerker"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Klik op Configuratie opslaan en probeer het opnieuw. Als het probleem blijft bestaan, controleer dan of de combinatie van het opgegeven e‑mailadres van de agent en het token van de agent juist is."
14
  "Code to display Feedback Tab","Code om tabblad Feedback weer te geven"
15
  "Connection to Zendesk API failed","Verbinding met Zendesk-API mislukt"
16
  "Connection to Zendesk API successful","Verbinding met Zendesk-API gelukt"
17
  "Create Ticket","Ticket maken"
18
  "Create tickets from Contact Us form","Tickets maken van Contact-formulier"
19
  "Customize Feedback Tab","Tabblad Feedback aanpassen"
20
+ "Customize Web Widget","Web Widget aanpassen"
21
  "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Bepaal welke functies u ingeschakeld wilt hebben in uw Magento-winkel."
23
  "Description","Beschrijving"
24
+ "Display link to Zendesk Support in Magento footer","Koppeling naar Zendesk Support in Magento-voettekst weergeven"
25
  "Display link to Zendesk in Magento footer","Koppeling naar Zendesk in Magento-voettekst weergeven"
26
  "Email","E-mail"
27
  "Facebook","Facebook"
28
  "Features","Kenmerken"
29
  "Feedback Tab","Tabblad Feedback"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Bestand te groot – alleen de laatste %s regels worden weergegeven. Klik op Downloaden om het gehele bestand op te halen."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Algemene instellingen die zijn vereist om Zendesk Support en Magento te koppelen."
32
  "General settings that are required to connect Zendesk and Magento.","Algemene instellingen die zijn vereist om Zendesk en Magento te koppelen."
33
  "General","Algemeen"
34
  "Generate","Genereren"
35
  "Group","Groep"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Hebt u Zendesk Support nog niet ingesteld? Volg de eenvoudige stappen om aan de slag te gaan."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Hebt u Zendesk nog niet ingesteld? Volg de eenvoudige stappen om met Zendesk klanten te ondersteunen."
38
  "High","Hoog"
39
  "Incident","Incident"
40
+ "Include Web Widget","Met Web Widget"
41
+ "Launch Zendesk Support","Zendesk Support starten"
42
  "Launch Zendesk","Zendesk starten"
43
  "Low","Laag"
44
+ "New Support Ticket","Nieuwe supportticket"
45
  "New","Nieuw"
46
  "No tickets found","Geen tickets gevonden"
47
  "No views selected. Please select one or more from the settings page.","Geen weergaven geselecteerd. Selecteer er een of meer op de instellingenpagina."
48
  "Normal","Normaal"
49
  "On-hold","Geparkeerd"
50
  "Open","Open"
51
+ "Order number","Ordernummer"
52
  "Pending","In afwachting"
53
  "Priority","Prioriteit"
54
  "Problem","Probleem"
61
  "Requester Website","Website van aanvrager"
62
  "Requester","Aanvrager"
63
  "Required for Magento App inside Zendesk to work.","Vereist voor Magento-app binnen Zendesk om te werken."
64
+ "Required for Magento app to work in Zendesk Support.","Vereist, anders werkt de Magento-app niet in Zendesk Support."
65
  "Save Config","Configuratie opslaan"
66
  "Settings","Instellingen"
67
  "Setup guide","Installatiegids"
68
  "Setup","Instellen"
69
+ "Show support tickets on admin dashboard","Supporttickets weergeven in Administrator-dashboard."
70
+ "Show support tickets on customer view","Supporttickets weergeven in klantweergave"
71
+ "Show support tickets on order view","Supporttickets weergeven in orderweergave"
72
  "Single Sign-on - Admins and Agents","Enkelvoudige aanmelding – Admins en agenten"
73
  "Single Sign-on - End-users","Enkelvoudige aanmelding - Eindgebruikers"
74
  "Single Sign-on Enabled","Enkelvoudige aanmelding ingeschakeld"
77
  "Status","Status"
78
  "Subject","Onderwerp"
79
  "Successfully generated a new API token","Er is een nieuw API-token gegenereerd"
80
+ "Support Channels","Supportkanalen"
 
81
  "Task","Taak"
82
  "Test Connection","Verbinding testen"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Het Zendesk-logbestand is niet gemaakt. Controleer of vastleggen in logbestand is ingeschakeld."
84
  "Ticket #%s Created","Ticket #%s gemaakt"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Als u een token wilt genereren, dient u zich aan te melden bij Zendesk. Selecteer daarna Beheren > Kanalen > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Bijgewerkt"
91
  "Use Magento to manage admin and agent authentication.","Gebruik Magento om Admin- en agentenverificatie te beheren."
92
  "Use Magento to manage end-user authentication.","Met Magento kunt u eindgebruikersautorisatie beheren."
93
  "Use Magento to manage user authentication.","Met Magento kunt u gebruikersverificatie beheren."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Gebruikt om order in Magento te koppelen aan tickets in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Gebruikt om order in Magento te koppelen aan tickets in Zendesk"
96
  "View All Tickets","Alle tickets weergeven"
97
+ "View ticket in Zendesk Support","Ticket in Zendesk Support weergeven"
98
  "View ticket in Zendesk","Ticket in Zendesk weergeven"
99
  "Views to show on dashboards","Weergaven voor dashboards"
100
  "Voice","Voice"
app/locale/no_NO/Zendesk_Zendesk.csv CHANGED
@@ -1,98 +1,107 @@
1
  "English","Norsk"
2
- "API Details","API Details"
3
- "API Enabled","API Enabled"
4
- "API Token","API Token"
5
- "API test connection failed","API test connection failed"
6
- "API test connection successful","API test connection successful"
7
  "API","API"
8
- "Agent Email Address","Agent Email Address"
9
- "Agent Token","Agent Token"
10
- "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
- "Assignee","Assignee"
12
  "Chat","Chat"
13
- "Code to display Feedback Tab","Code to display Feedback Tab"
14
- "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
- "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
- "Create Ticket","Create Ticket"
17
- "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
- "Customize Feedback Tab","Customize Feedback Tab"
19
- "Dashboard","Dashboard"
20
- "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
- "Description","Description"
22
- "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
- "Email","Email"
 
 
 
24
  "Facebook","Facebook"
25
- "Features","Features"
26
- "Feedback Tab","Feedback Tab"
27
- "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
28
- "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
29
- "General","General"
30
- "Generate","Generate"
31
- "Group","Group"
32
- "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
 
 
33
  "High","Høy"
34
- "Incident","Incident"
35
- "Launch Zendesk","Launch Zendesk"
36
- "Low","Low"
37
- "New Support Ticket","New Support Ticket"
38
- "New","New"
39
- "No tickets found","No tickets found"
40
- "No views selected. Please select one or more from the settings page.","No views selected. Please select one or more from the settings page."
 
 
41
  "Normal","Normal"
42
- "On-hold","On-hold"
43
- "Open","Open"
44
- "Order Number","Order Number"
45
- "Pending","Pending"
46
- "Priority","Priority"
47
  "Problem","Problem"
48
- "Question","Question"
49
- "Remote Authentication Token","Remote Authentication Token"
50
- "Remote Authentication Token","Remote Authentication Token"
51
- "Requested","Requested"
52
- "Requester Email","Requester Email"
53
- "Requester Name","Requester Name"
54
- "Requester Website","Requester Website"
55
- "Requester","Requester"
56
- "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
57
- "Save Config","Save Config"
58
- "Settings","Settings"
59
- "Setup guide","Setup guide"
60
- "Setup","Setup"
61
- "Show support tickets on admin dashboard","Show support tickets on admin dashboard"
62
- "Show support tickets on customer view","Show support tickets on customer view"
63
- "Show support tickets on order view","Show support tickets on order view"
64
- "Single Sign-on - Admins and Agents","Single Sign-on - Admins and Agents"
65
- "Single Sign-on - End-users","Single Sign-on - End-users"
66
- "Single Sign-on Enabled","Single Sign-on Enabled"
67
- "Single Sign-on Enabled","Single Sign-on Enabled"
68
- "Solved","Solved"
 
69
  "Status","Status"
70
- "Subject","Subject"
71
- "Successfully generated a new API token","Successfully generated a new API token"
72
- "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
- "Task","Task"
75
- "Test Connection","Test Connection"
76
- "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
- "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","To generate a token, log in to Zendesk then select Manage > Channels > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Troubleshooting tips can be found at <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
- "Updated","Updated"
83
- "Urgent","Urgent"
84
- "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
- "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
- "Use Magento to manage user authentication.","Use Magento to manage user authentication."
87
- "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
- "View All Tickets","View All Tickets"
89
- "View ticket in Zendesk","View ticket in Zendesk"
90
- "Views to show on dashboards","Views to show on dashboards"
 
 
91
  "Voice","Voice"
92
- "Web Portal","Web Portal"
93
- "Zendesk Domain","Zendesk Domain"
94
- "Zendesk Log Viewer","Zendesk Log Viewer"
95
- "Zendesk Order Number field ID","Zendesk Order Number field ID"
96
- "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO token not been set. Please add this to the settings page."
97
- "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use."
98
- "Zendesk domain not set. Please add this to the settings page.","Zendesk domain not set. Please add this to the settings page."
1
  "English","Norsk"
2
+ "API Details","API-detaljer"
3
+ "API Enabled","API-aktivert"
4
+ "API Token","API-token"
5
+ "API test connection failed","API testkobling mislyktes"
6
+ "API test connection successful","API testkobling lyktes"
7
  "API","API"
8
+ "Agent Email Address","Kundekonsulentens e-postadresse"
9
+ "Agent Token","Kundekonsulenttoken"
10
+ "Are you sure you want to clear the entire Zendesk log?","Er du sikker at du vil tømme hele Zendesk-loggen?"
11
+ "Assignee","Saksansvarlig"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Klikk «Lagre konfigurasjonen» og prøv på nytt. Hvis problemet vedvarer, må du se etter om kombinasjonen av e‑postadresse og token som er oppgitt for kundekonsulenten, er korrekt."
14
+ "Code to display Feedback Tab","Kode for å vise Feedback-fane"
15
+ "Connection to Zendesk API failed","Kan ikke koble til Zendesk API"
16
+ "Connection to Zendesk API successful","Koblet til Zendesk API"
17
+ "Create Ticket","Opprett sak"
18
+ "Create tickets from Contact Us form","Opprett saker fra «Ta kontakt med oss»-skjemaet"
19
+ "Customize Feedback Tab","Tilpass Feedback-fanen"
20
+ "Customize Web Widget","Tilpass Web Widget"
21
+ "Dashboard","Panel"
22
+ "Decide which features you would like turned on in your Magento store.","Bestem hvilke funksjoner du vil slå på i Magento-butikken din."
23
+ "Description","Beskrivelse"
24
+ "Display link to Zendesk Support in Magento footer","Vis kobling til Zendesk Support i bunntekst i Magento"
25
+ "Display link to Zendesk in Magento footer","Vis lenke til Zendesk i bunntekst i Magento"
26
+ "Email","E-post"
27
  "Facebook","Facebook"
28
+ "Features","Funksjoner"
29
+ "Feedback Tab","Feedback-fane"
30
+ "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Filstørrelsen er for stor viser bare de siste %s linjene. Klikk Last ned for å hente hele filen."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Generelle innstillinger som er påkrevd for å koble Zendesk Support til Magento."
32
+ "General settings that are required to connect Zendesk and Magento.","Generelle innstillinger som er påkrevd for å koble Zendesk til Magento."
33
+ "General","Generelt"
34
+ "Generate","Generer"
35
+ "Group","Gruppe"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Har du ikke konfigurert Zendesk Support ennå? Følg den enkle installasjonsveiledningen for å komme i gang."
37
+ "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Har du ikke installert Zendesk ennå? Følg den enkle installasjonsveiledningen hvis du vil komme i gang med Zendesk og tilby kundeservice til kundene dine."
38
  "High","Høy"
39
+ "Incident","Hendelse"
40
+ "Include Web Widget","Ta med Web Widget"
41
+ "Launch Zendesk Support","Start Zendesk Support"
42
+ "Launch Zendesk","Sett i gang Zendesk"
43
+ "Low","Lav"
44
+ "New Support Ticket","Ny kundeservicesak"
45
+ "New","Ny"
46
+ "No tickets found","Finner ingen saker"
47
+ "No views selected. Please select one or more from the settings page.","Ingen visning er blitt valgt. Velg en eller flere fra innstillingssiden."
48
  "Normal","Normal"
49
+ "On-hold","På vent"
50
+ "Open","Åpen"
51
+ "Order number","Bestillingsnummer"
52
+ "Pending","Venter"
53
+ "Priority","Prioritet"
54
  "Problem","Problem"
55
+ "Question","Spørsmål"
56
+ "Remote Authentication Token","Eksternt godkjenningstoken"
57
+ "Remote Authentication Token","Eksternt godkjenningstoken"
58
+ "Requested","Forespurt"
59
+ "Requester Email","Anmoders e-post"
60
+ "Requester Name","Anmoders navn"
61
+ "Requester Website","Anmoders nettsted"
62
+ "Requester","Anmoder"
63
+ "Required for Magento App inside Zendesk to work.","Påkrevd for at Magento-appen inne i Zendesk skal fungere."
64
+ "Required for Magento app to work in Zendesk Support.","Påkrevd for at Magento-appen skal fungere i Zendesk Support."
65
+ "Save Config","Lagre konfigurasjonen"
66
+ "Settings","Innstillinger"
67
+ "Setup guide","Brukerhåndboken"
68
+ "Setup","Installasjon"
69
+ "Show support tickets on admin dashboard","Vis kundeservicesaker i administratorpanelet"
70
+ "Show support tickets on customer view","Vis kundeservicesaker i kundevisning"
71
+ "Show support tickets on order view","Vis kundeservicesaker i bestillingsvisningen"
72
+ "Single Sign-on - Admins and Agents","Single Sign-On administratorer og kundekonsulenter"
73
+ "Single Sign-on - End-users","Single Sign-on - sluttbrukere"
74
+ "Single Sign-on Enabled","Single Sign-On aktivert"
75
+ "Single Sign-on Enabled","Single Sign-On aktivert"
76
+ "Solved","Løst"
77
  "Status","Status"
78
+ "Subject","Emne"
79
+ "Successfully generated a new API token","Genererte et nytt API-token"
80
+ "Support Channels","Støttekanaler"
81
+ "Task","Oppgave"
82
+ "Test Connection","Testtilkobling"
83
+ "The Zendesk log file has not been created. Check to see if logging has been enabled.","Loggfilen for Zendesk har ikke blitt opprettet. Kontroller om loggføring er aktivert."
84
+ "Ticket #%s Created","Sak #%s ble opprettet"
85
+ "Tickets","Saker"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","For å generere et token du logge deg på Zendesk og velge Administrer > Kanaler > API > Token"
 
87
  "Twitter","Twitter"
88
  "Type","Type"
89
+ "Updated","Oppdatert"
90
+ "Urgent","Haster"
91
+ "Use Magento to manage admin and agent authentication.","Bruk Magento til å adminstrere administrator- og kundekonsulentgodkjenning."
92
+ "Use Magento to manage end-user authentication.","Bruk Magento til å administrere sluttbrukergodkjenning."
93
+ "Use Magento to manage user authentication.","Bruk Magento til å administrere brukergodkjenning."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Brukes til å koble bestilling i Magento med saker i Zendesk Support"
95
+ "Used to link order in Magento with tickets in Zendesk","Brukes til å koble bestilling i Magento med saker i Zendesk"
96
+ "View All Tickets","Vis alle saker"
97
+ "View ticket in Zendesk Support","Vis saken i Zendesk Support"
98
+ "View ticket in Zendesk","Vis saken i Zendesk"
99
+ "Views to show on dashboards","Visninger som vises i paneler"
100
  "Voice","Voice"
101
+ "Web Portal","Nettportal"
102
+ "Zendesk Domain","Zendesk-domene"
103
+ "Zendesk Log Viewer","Loggvisning i Zendesk"
104
+ "Zendesk Order Number field ID","Felt-ID for bestillingsnummer i Zendesk"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO-token er ikke valgt. Legg til dette innstillingssiden."
106
+ "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Med Zendesk kan kundene kontakte deg den måten de vil. Bruk lenkene nedenfor til å konfigurere kanalene du vil bruke."
107
+ "Zendesk domain not set. Please add this to the settings page.","Zendesk-domene er ikke valgt. Legg til dette innstillingssiden."
app/locale/pt_BR/Zendesk_Zendesk.csv CHANGED
@@ -1,37 +1,44 @@
1
  "English","Português (Brasil)"
2
- "API Details","Detalhes de API"
3
  "API Enabled","API ativada"
4
  "API Token","Token da API"
5
  "API test connection failed","Falha no teste de conexão da API"
6
- "API test connection successful","Teste de conexão da API com êxito"
7
  "API","API"
8
  "Agent Email Address","Endereço de email do agente"
9
  "Agent Token","Token de agente"
10
  "Are you sure you want to clear the entire Zendesk log?","Tem certeza de que deseja limpar todo o registro do Zendesk?"
11
  "Assignee","Atribuído"
12
  "Chat","Chat"
13
- "Code to display Feedback Tab","Código para exibir Aba de ajuda"
 
14
  "Connection to Zendesk API failed","Falha no teste da conexão da API do Zendesk"
15
- "Connection to Zendesk API successful","Teste da conexão da API do Zendesk com êxito"
16
  "Create Ticket","Criar ticket"
17
  "Create tickets from Contact Us form","Criar tickets a partir do formulário Entre em contato conosco"
18
  "Customize Feedback Tab","Personalizar Aba de ajuda"
 
19
  "Dashboard","Painel de controle"
20
- "Decide which features you would like turned on in your Magento store.","Decida quais recursos você deseja ativar em sua loja Magento."
21
  "Description","Descrição"
 
22
  "Display link to Zendesk in Magento footer","Exibir link para o Zendesk no rodapé do Magento"
23
  "Email","Email"
24
  "Facebook","Facebook"
25
  "Features","Recursos"
26
  "Feedback Tab","Aba de ajuda"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamanho de arquivo muito grande - exibindo apenas as últimas %s linhas. Clique em Baixar para recuperar todo o arquivo."
 
28
  "General settings that are required to connect Zendesk and Magento.","Configurações gerais obrigatórias para conectar o Zendesk ao Magento."
29
  "General","Geral"
30
  "Generate","Gerar"
31
  "Group","Grupo"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Ainda não configurou o Zendesk? Siga nosso guia de configuração fácil para começar a usar o Zendesk para dar suporte a seus clientes."
33
  "High","Alta"
34
  "Incident","Incidente"
 
 
35
  "Launch Zendesk","Iniciar o Zendesk"
36
  "Low","Baixa"
37
  "New Support Ticket","Novo ticket de suporte"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","Em espera"
43
  "Open","Aberto"
44
- "Order Number","Número do pedido"
45
  "Pending","Pendente"
46
  "Priority","Prioridade"
47
  "Problem","Problema"
@@ -54,6 +61,7 @@
54
  "Requester Website","Website do solicitante"
55
  "Requester","Solicitante"
56
  "Required for Magento App inside Zendesk to work.","Obrigatório para que o aplicativo do Magento no Zendesk funcione."
 
57
  "Save Config","Salvar configurações"
58
  "Settings","Configurações"
59
  "Setup guide","Guia de configuração"
@@ -70,13 +78,12 @@
70
  "Subject","Assunto"
71
  "Successfully generated a new API token","Token da API gerado com êxito"
72
  "Support Channels","Canais de suporte"
73
- "Support Tickets","Tickets de suporte"
74
  "Task","Tarefa"
75
  "Test Connection","Testar conexão"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","O arquivo do registro do Zendesk não foi criado. Verifique se o registro foi habilitado."
77
  "Ticket #%s Created","Ticket #%s criado"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Para gerar um token, entre no Zendesk e selecione Gerenciar > Canais > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","As dicas para solução de problemas podem ser encontradas em <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Tipo"
82
  "Updated","Atualizado"
@@ -84,15 +91,17 @@
84
  "Use Magento to manage admin and agent authentication.","Use o Magento para gerenciar a autenticação de administrador e de agente."
85
  "Use Magento to manage end-user authentication.","Use o Magento para gerenciar a autenticação de usuário final."
86
  "Use Magento to manage user authentication.","Use o Magento para gerenciar a autenticação de usuários."
 
87
  "Used to link order in Magento with tickets in Zendesk","Usado para vincular o pedido no Magento com tickets no Zendesk"
88
  "View All Tickets","Visualizar todos os tickets"
 
89
  "View ticket in Zendesk","Visualizar ticket no Zendesk"
90
  "Views to show on dashboards","Visualizações a serem exibidas nos painéis"
91
  "Voice","Voice"
92
  "Web Portal","Portal web"
93
  "Zendesk Domain","Domínio Zendesk"
94
  "Zendesk Log Viewer","Visualizador de registro do Zendesk"
95
- "Zendesk Order Number field ID","ID do campo número do pedido do Zendesk"
96
  "Zendesk SSO token not been set. Please add this to the settings page.","O token do Zendesk SSO não foi configurado. Adicione-o à página de configurações."
97
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","O Zendesk permite que seus clientes entrem em contato com você usando o método que eles preferirem. Use os links abaixo para configurar os canais que você deseja usar."
98
  "Zendesk domain not set. Please add this to the settings page.","Domínio Zendesk não configurado. Adicione-o à página de configurações."
1
  "English","Português (Brasil)"
2
+ "API Details","Detalhes da API"
3
  "API Enabled","API ativada"
4
  "API Token","Token da API"
5
  "API test connection failed","Falha no teste de conexão da API"
6
+ "API test connection successful","Êxito no teste de conexão da API"
7
  "API","API"
8
  "Agent Email Address","Endereço de email do agente"
9
  "Agent Token","Token de agente"
10
  "Are you sure you want to clear the entire Zendesk log?","Tem certeza de que deseja limpar todo o registro do Zendesk?"
11
  "Assignee","Atribuído"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Clique em "Salvar configuração" e tente novamente. Se o problema persistir, verifique se a combinação de endereço de email e token do agente está correta."
14
+ "Code to display Feedback Tab","Código para exibir a aba de ajuda"
15
  "Connection to Zendesk API failed","Falha no teste da conexão da API do Zendesk"
16
+ "Connection to Zendesk API successful","Êxito no teste da conexão da API do Zendesk"
17
  "Create Ticket","Criar ticket"
18
  "Create tickets from Contact Us form","Criar tickets a partir do formulário Entre em contato conosco"
19
  "Customize Feedback Tab","Personalizar Aba de ajuda"
20
+ "Customize Web Widget","Personalizar Web Widget"
21
  "Dashboard","Painel de controle"
22
+ "Decide which features you would like turned on in your Magento store.","Decida quais recursos você deseja ativar em sua loja do Magento."
23
  "Description","Descrição"
24
+ "Display link to Zendesk Support in Magento footer","Exibir link para o Zendesk Support no rodapé do Magento"
25
  "Display link to Zendesk in Magento footer","Exibir link para o Zendesk no rodapé do Magento"
26
  "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Recursos"
29
  "Feedback Tab","Aba de ajuda"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamanho de arquivo muito grande - exibindo apenas as últimas %s linhas. Clique em Baixar para recuperar todo o arquivo."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Configurações gerais obrigatórias para conectar o Zendesk Support ao Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Configurações gerais obrigatórias para conectar o Zendesk ao Magento."
33
  "General","Geral"
34
  "Generate","Gerar"
35
  "Group","Grupo"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Ainda não configurou o Zendesk Support? Siga nosso guia de etapas fáceis para começar."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Ainda não configurou o Zendesk? Siga nosso guia de configuração fácil para começar a usar o Zendesk para dar suporte a seus clientes."
38
  "High","Alta"
39
  "Incident","Incidente"
40
+ "Include Web Widget","Incluir Web Widget"
41
+ "Launch Zendesk Support","Inicializar o Zendesk Support"
42
  "Launch Zendesk","Iniciar o Zendesk"
43
  "Low","Baixa"
44
  "New Support Ticket","Novo ticket de suporte"
48
  "Normal","Normal"
49
  "On-hold","Em espera"
50
  "Open","Aberto"
51
+ "Order number","Número do pedido"
52
  "Pending","Pendente"
53
  "Priority","Prioridade"
54
  "Problem","Problema"
61
  "Requester Website","Website do solicitante"
62
  "Requester","Solicitante"
63
  "Required for Magento App inside Zendesk to work.","Obrigatório para que o aplicativo do Magento no Zendesk funcione."
64
+ "Required for Magento app to work in Zendesk Support.","Necessário para que o aplicativo do Magento funcione no Zendesk Support."
65
  "Save Config","Salvar configurações"
66
  "Settings","Configurações"
67
  "Setup guide","Guia de configuração"
78
  "Subject","Assunto"
79
  "Successfully generated a new API token","Token da API gerado com êxito"
80
  "Support Channels","Canais de suporte"
 
81
  "Task","Tarefa"
82
  "Test Connection","Testar conexão"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","O arquivo do registro do Zendesk não foi criado. Verifique se o registro foi habilitado."
84
  "Ticket #%s Created","Ticket #%s criado"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Para gerar um token, entre no Zendesk e selecione Gerenciar > Canais > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Tipo"
89
  "Updated","Atualizado"
91
  "Use Magento to manage admin and agent authentication.","Use o Magento para gerenciar a autenticação de administrador e de agente."
92
  "Use Magento to manage end-user authentication.","Use o Magento para gerenciar a autenticação de usuário final."
93
  "Use Magento to manage user authentication.","Use o Magento para gerenciar a autenticação de usuários."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Usado para vincular o pedido no Magento aos tickets no Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Usado para vincular o pedido no Magento com tickets no Zendesk"
96
  "View All Tickets","Visualizar todos os tickets"
97
+ "View ticket in Zendesk Support","Visualizar ticket no Zendesk Support"
98
  "View ticket in Zendesk","Visualizar ticket no Zendesk"
99
  "Views to show on dashboards","Visualizações a serem exibidas nos painéis"
100
  "Voice","Voice"
101
  "Web Portal","Portal web"
102
  "Zendesk Domain","Domínio Zendesk"
103
  "Zendesk Log Viewer","Visualizador de registro do Zendesk"
104
+ "Zendesk Order Number field ID","ID do campo do número do pedido do Zendesk"
105
  "Zendesk SSO token not been set. Please add this to the settings page.","O token do Zendesk SSO não foi configurado. Adicione-o à página de configurações."
106
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","O Zendesk permite que seus clientes entrem em contato com você usando o método que eles preferirem. Use os links abaixo para configurar os canais que você deseja usar."
107
  "Zendesk domain not set. Please add this to the settings page.","Domínio Zendesk não configurado. Adicione-o à página de configurações."
app/locale/pt_PT/Zendesk_Zendesk.csv CHANGED
@@ -1,37 +1,44 @@
1
  "English","Português (Portugal)"
2
- "API Details","Detalhes de API"
3
  "API Enabled","API ativada"
4
  "API Token","Token da API"
5
  "API test connection failed","Falha no teste de conexão da API"
6
- "API test connection successful","Teste de conexão da API com êxito"
7
  "API","API"
8
  "Agent Email Address","Endereço de email do agente"
9
  "Agent Token","Token de agente"
10
  "Are you sure you want to clear the entire Zendesk log?","Tem certeza de que deseja limpar todo o registro do Zendesk?"
11
  "Assignee","Atribuído"
12
  "Chat","Chat"
13
- "Code to display Feedback Tab","Código para exibir Aba de ajuda"
 
14
  "Connection to Zendesk API failed","Falha no teste da conexão da API do Zendesk"
15
- "Connection to Zendesk API successful","Teste da conexão da API do Zendesk com êxito"
16
  "Create Ticket","Criar ticket"
17
- "Create tickets from Contact Us form","Criar tickets a partir do formulário Entre em contato conosco"
18
  "Customize Feedback Tab","Personalizar Aba de ajuda"
 
19
  "Dashboard","Painel de controle"
20
  "Decide which features you would like turned on in your Magento store.","Decida quais recursos deseja ativar em sua loja Magento."
21
  "Description","Descrição"
 
22
  "Display link to Zendesk in Magento footer","Exibir link para o Zendesk no rodapé do Magento"
23
  "Email","Email"
24
  "Facebook","Facebook"
25
  "Features","Características"
26
  "Feedback Tab","Aba de ajuda"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamanho de arquivo muito grande - exibindo apenas as últimas %s linhas. Clique em Baixar para recuperar todo o arquivo."
 
28
  "General settings that are required to connect Zendesk and Magento.","Configurações gerais obrigatórias para conectar o Zendesk ao Magento."
29
  "General","Geral"
30
  "Generate","Gerar"
31
  "Group","Grupo"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Ainda não configurou o Zendesk? Siga nosso guia de configuração fácil para começar a usar o Zendesk para dar suporte a seus clientes."
33
  "High","Alta"
34
  "Incident","Incidente"
 
 
35
  "Launch Zendesk","Iniciar o Zendesk"
36
  "Low","Baixa"
37
  "New Support Ticket","Novo ticket de suporte"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","Em espera"
43
  "Open","Aberto"
44
- "Order Number","Número do pedido"
45
  "Pending","Pendente"
46
  "Priority","Prioridade"
47
  "Problem","Problema"
@@ -54,6 +61,7 @@
54
  "Requester Website","Website do solicitante"
55
  "Requester","Solicitante"
56
  "Required for Magento App inside Zendesk to work.","Obrigatório para que o aplicativo do Magento no Zendesk funcione."
 
57
  "Save Config","Salvar configurações"
58
  "Settings","Configurações"
59
  "Setup guide","Guia de configuração"
@@ -70,13 +78,12 @@
70
  "Subject","Assunto"
71
  "Successfully generated a new API token","Token da API gerado com êxito"
72
  "Support Channels","Canais de suporte"
73
- "Support Tickets","Tickets de suporte"
74
  "Task","Tarefa"
75
  "Test Connection","Testar conexão"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","O arquivo do registro do Zendesk não foi criado. Verifique se o registro foi habilitado."
77
  "Ticket #%s Created","Ticket #%s criado"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Para gerar um token, faça login no Zendesk e selecione Gerir > Canais > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","As dicas para solução de problemas podem ser encontradas em <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Tipo"
82
  "Updated","Atualizado"
@@ -84,15 +91,17 @@
84
  "Use Magento to manage admin and agent authentication.","Use o Magento para gerenciar a autenticação de administrador e de agente."
85
  "Use Magento to manage end-user authentication.","Use o Magento para gerenciar a autenticação de usuário final."
86
  "Use Magento to manage user authentication."," Use o Magento para gerir a autenticação de utilizadores."
 
87
  "Used to link order in Magento with tickets in Zendesk","Usado para vincular o pedido no Magento com tickets no Zendesk"
88
  "View All Tickets","Visualizar todos os tickets"
 
89
  "View ticket in Zendesk","Visualizar ticket no Zendesk"
90
  "Views to show on dashboards","Visualizações a serem exibidas nos painéis de informação"
91
  "Voice","Voice"
92
  "Web Portal","Portal web"
93
  "Zendesk Domain","Domínio Zendesk"
94
  "Zendesk Log Viewer","Visualizador de registro do Zendesk"
95
- "Zendesk Order Number field ID","ID do campo número do pedido do Zendesk"
96
  "Zendesk SSO token not been set. Please add this to the settings page.","O token do Zendesk SSO não foi configurado. Adicione-o à página de configurações."
97
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","O Zendesk permite que seus clientes entrem em contato com você usando o método que eles preferirem. Use os links abaixo para configurar os canais que você deseja usar."
98
  "Zendesk domain not set. Please add this to the settings page.","Domínio Zendesk não configurado. Adicione-o à página de configurações."
1
  "English","Português (Portugal)"
2
+ "API Details","Detalhes da API"
3
  "API Enabled","API ativada"
4
  "API Token","Token da API"
5
  "API test connection failed","Falha no teste de conexão da API"
6
+ "API test connection successful","Êxito no teste de conexão da API"
7
  "API","API"
8
  "Agent Email Address","Endereço de email do agente"
9
  "Agent Token","Token de agente"
10
  "Are you sure you want to clear the entire Zendesk log?","Tem certeza de que deseja limpar todo o registro do Zendesk?"
11
  "Assignee","Atribuído"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Clique em "Salvar configuração" e tente novamente. Se o problema persistir, verifique se a combinação de endereço de email e token do agente está correta."
14
+ "Code to display Feedback Tab","Código para exibir a aba de ajuda"
15
  "Connection to Zendesk API failed","Falha no teste da conexão da API do Zendesk"
16
+ "Connection to Zendesk API successful","Êxito no teste da conexão da API do Zendesk"
17
  "Create Ticket","Criar ticket"
18
+ "Create tickets from Contact Us form","Criar tickets a partir do formulário Entre em contacto conosco"
19
  "Customize Feedback Tab","Personalizar Aba de ajuda"
20
+ "Customize Web Widget","Personalizar Web Widget"
21
  "Dashboard","Painel de controle"
22
  "Decide which features you would like turned on in your Magento store.","Decida quais recursos deseja ativar em sua loja Magento."
23
  "Description","Descrição"
24
+ "Display link to Zendesk Support in Magento footer","Exibir link para o Zendesk Support no rodapé do Magento"
25
  "Display link to Zendesk in Magento footer","Exibir link para o Zendesk no rodapé do Magento"
26
  "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Características"
29
  "Feedback Tab","Aba de ajuda"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Tamanho de arquivo muito grande - exibindo apenas as últimas %s linhas. Clique em Baixar para recuperar todo o arquivo."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Configurações gerais obrigatórias para conectar o Zendesk ao Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Configurações gerais obrigatórias para conectar o Zendesk ao Magento."
33
  "General","Geral"
34
  "Generate","Gerar"
35
  "Group","Grupo"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Ainda não configurou o Zendesk Support? Siga nosso guia de etapas fáceis para começar."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Ainda não configurou o Zendesk? Siga nosso guia de configuração fácil para começar a usar o Zendesk para dar suporte a seus clientes."
38
  "High","Alta"
39
  "Incident","Incidente"
40
+ "Include Web Widget","Incluir Web Widget"
41
+ "Launch Zendesk Support","Inicializar o Zendesk Support"
42
  "Launch Zendesk","Iniciar o Zendesk"
43
  "Low","Baixa"
44
  "New Support Ticket","Novo ticket de suporte"
48
  "Normal","Normal"
49
  "On-hold","Em espera"
50
  "Open","Aberto"
51
+ "Order number","Número do pedido"
52
  "Pending","Pendente"
53
  "Priority","Prioridade"
54
  "Problem","Problema"
61
  "Requester Website","Website do solicitante"
62
  "Requester","Solicitante"
63
  "Required for Magento App inside Zendesk to work.","Obrigatório para que o aplicativo do Magento no Zendesk funcione."
64
+ "Required for Magento app to work in Zendesk Support.","Necessário para que o aplicativo do Magento funcione no Zendesk Support."
65
  "Save Config","Salvar configurações"
66
  "Settings","Configurações"
67
  "Setup guide","Guia de configuração"
78
  "Subject","Assunto"
79
  "Successfully generated a new API token","Token da API gerado com êxito"
80
  "Support Channels","Canais de suporte"
 
81
  "Task","Tarefa"
82
  "Test Connection","Testar conexão"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","O arquivo do registro do Zendesk não foi criado. Verifique se o registro foi habilitado."
84
  "Ticket #%s Created","Ticket #%s criado"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Para gerar um token, faça login no Zendesk e selecione Gerir > Canais > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Tipo"
89
  "Updated","Atualizado"
91
  "Use Magento to manage admin and agent authentication.","Use o Magento para gerenciar a autenticação de administrador e de agente."
92
  "Use Magento to manage end-user authentication.","Use o Magento para gerenciar a autenticação de usuário final."
93
  "Use Magento to manage user authentication."," Use o Magento para gerir a autenticação de utilizadores."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Usado para vincular o pedido no Magento aos tickets no Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Usado para vincular o pedido no Magento com tickets no Zendesk"
96
  "View All Tickets","Visualizar todos os tickets"
97
+ "View ticket in Zendesk Support","Visualizar ticket no Zendesk Support"
98
  "View ticket in Zendesk","Visualizar ticket no Zendesk"
99
  "Views to show on dashboards","Visualizações a serem exibidas nos painéis de informação"
100
  "Voice","Voice"
101
  "Web Portal","Portal web"
102
  "Zendesk Domain","Domínio Zendesk"
103
  "Zendesk Log Viewer","Visualizador de registro do Zendesk"
104
+ "Zendesk Order Number field ID","ID do campo do número do pedido do Zendesk"
105
  "Zendesk SSO token not been set. Please add this to the settings page.","O token do Zendesk SSO não foi configurado. Adicione-o à página de configurações."
106
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","O Zendesk permite que seus clientes entrem em contato com você usando o método que eles preferirem. Use os links abaixo para configurar os canais que você deseja usar."
107
  "Zendesk domain not set. Please add this to the settings page.","Domínio Zendesk não configurado. Adicione-o à página de configurações."
app/locale/ru_RU/Zendesk_Zendesk.csv CHANGED
@@ -1,38 +1,45 @@
1
  "English","Русский"
2
  "API Details","Сведения об API"
3
  "API Enabled","API включен"
4
- "API Token","Маркер API"
5
  "API test connection failed","Не удалось проверить подключение к API"
6
  "API test connection successful","Проверка подключения к API успешно выполнена"
7
  "API","API"
8
  "Agent Email Address","Адрес эл. почты агента"
9
- "Agent Token","Маркер агента"
10
  "Are you sure you want to clear the entire Zendesk log?","Удалить весь журнал Zendesk?"
11
  "Assignee","Исполнитель"
12
  "Chat","Чат"
 
13
  "Code to display Feedback Tab","Код для отображения вкладки обратной связи"
14
  "Connection to Zendesk API failed","Не удалось подключиться к Zendesk API"
15
  "Connection to Zendesk API successful","Подключение к Zendesk API успешно выполнено"
16
  "Create Ticket","Создать тикет"
17
- "Create tickets from Contact Us form","Создание тикетов из формы «Обратитесь к нам»"
18
  "Customize Feedback Tab","Настроить вкладку обратной связи"
19
- "Dashboard","Панель управления"
 
20
  "Decide which features you would like turned on in your Magento store.","Определите, какие функции будут использоваться в вашем магазине Magento."
21
  "Description","Описание"
 
22
  "Display link to Zendesk in Magento footer","Показывать ссылку на Zendesk в нижнем колонтитуле Magento"
23
  "Email","Почта"
24
  "Facebook","Facebook"
25
  "Features","Функции"
26
  "Feedback Tab","Вкладка обратной связи"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Слишком большой файл - отображаются только последние %s строк. Для получения всего файла нажмите «Загрузить»."
 
28
  "General settings that are required to connect Zendesk and Magento.","Основные настройки, необходимые для соединения Zendesk и Magento."
29
  "General","Общие"
30
  "Generate","Создать"
31
  "Group","Группа"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Вы еще не настроили Zendesk? Выполните простые инструкции по настройке, и Zendesk начнет поддержку ваших клиентов."
33
  "High","Срочный"
34
  "Incident","Инцидент"
35
- "Launch Zendesk","Запустить Zendesk"
 
 
36
  "Low","Низкий"
37
  "New Support Ticket","Новый тикет поддержки"
38
  "New","Новый"
@@ -41,19 +48,20 @@
41
  "Normal","Нормальный"
42
  "On-hold","На удержании"
43
  "Open","Открыт"
44
- "Order Number","Номер заказа"
45
  "Pending","В ожидании"
46
  "Priority","Приоритет"
47
  "Problem","Проблема"
48
  "Question","Вопрос"
49
- "Remote Authentication Token","Маркер удаленной проверки подлинности"
50
- "Remote Authentication Token","Маркер удаленной проверки подлинности"
51
  "Requested","Запрошен"
52
  "Requester Email","Адрес эл. почты инициатора"
53
  "Requester Name","Имя инициатора"
54
  "Requester Website","Веб-сайт инициатора"
55
  "Requester","Инициатор"
56
  "Required for Magento App inside Zendesk to work.","Требуется для работы приложения Magento в Zendesk."
 
57
  "Save Config","Сохранить конфигурацию"
58
  "Settings","Настройки"
59
  "Setup guide","Руководство по установке"
@@ -68,31 +76,32 @@
68
  "Solved","Выполнен"
69
  "Status","Статус"
70
  "Subject","Тема"
71
- "Successfully generated a new API token","Новый маркер API успешно создан"
72
  "Support Channels","Каналы поддержки"
73
- "Support Tickets","Тикеты поддержки"
74
  "Task","Задача"
75
  "Test Connection","Проверка подключения"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Файл журнала Zendesk не создан. Проверьте, включено ли ведение журнала."
77
  "Ticket #%s Created","Тикет #%s создан"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","Для создания маркера войдите в Zendesk и выберите команды «Управление > Каналы > API > Маркер»"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Советы по устранению неполадок см. на странице <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Тип"
82
  "Updated","Обновлен"
83
  "Urgent","Экстренный"
84
- "Use Magento to manage admin and agent authentication.","Используйте Magento для управления авторизацией агентов и конечных пользователей."
85
  "Use Magento to manage end-user authentication.","Используйте Magento для управления проверкой подлинности конечных пользователей."
86
  "Use Magento to manage user authentication.","Используйте Magento для управления проверкой подлинности пользователей."
 
87
  "Used to link order in Magento with tickets in Zendesk","Используется для связи заказа в Magento с тикетами в Zendesk"
88
  "View All Tickets","Посмотреть все тикеты"
89
- "View ticket in Zendesk","Посмотреть тикет в Zendesk"
90
- "Views to show on dashboards","Виды для отображения на панелях"
 
91
  "Voice","Voice"
92
  "Web Portal","Веб-портал"
93
  "Zendesk Domain","Домен Zendesk"
94
  "Zendesk Log Viewer","Просмотр журналов Zendesk"
95
  "Zendesk Order Number field ID","Код поля номера заказа Zendesk"
96
- "Zendesk SSO token not been set. Please add this to the settings page.","Маркер сквозной авторизации Zendesk не задан. Укажите его на странице настроек."
97
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk позволяет вашим пользователям общаться друг с другом, используя предпочитаемые ими методы. С помощью приведенных ниже ссылок настройте каналы, которые хотите использовать."
98
  "Zendesk domain not set. Please add this to the settings page.","Домен Zendesk не задан. Укажите его на странице настроек."
1
  "English","Русский"
2
  "API Details","Сведения об API"
3
  "API Enabled","API включен"
4
+ "API Token","Токен API"
5
  "API test connection failed","Не удалось проверить подключение к API"
6
  "API test connection successful","Проверка подключения к API успешно выполнена"
7
  "API","API"
8
  "Agent Email Address","Адрес эл. почты агента"
9
+ "Agent Token","Токен агента"
10
  "Are you sure you want to clear the entire Zendesk log?","Удалить весь журнал Zendesk?"
11
  "Assignee","Исполнитель"
12
  "Chat","Чат"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Нажмите «Сохранить конфигурацию» и повторите попытку. Если проблема появится снова, проверьте, правильно ли введены адрес электронной почты и токен агента."
14
  "Code to display Feedback Tab","Код для отображения вкладки обратной связи"
15
  "Connection to Zendesk API failed","Не удалось подключиться к Zendesk API"
16
  "Connection to Zendesk API successful","Подключение к Zendesk API успешно выполнено"
17
  "Create Ticket","Создать тикет"
18
+ "Create tickets from Contact Us form","Создание тикетов из формы «Свяжитесь с нами»"
19
  "Customize Feedback Tab","Настроить вкладку обратной связи"
20
+ "Customize Web Widget","Настроить Web Widget"
21
+ "Dashboard","Панель индикаторов"
22
  "Decide which features you would like turned on in your Magento store.","Определите, какие функции будут использоваться в вашем магазине Magento."
23
  "Description","Описание"
24
+ "Display link to Zendesk Support in Magento footer","Показывать ссылку на Zendesk Support в нижнем колонтитуле Magento"
25
  "Display link to Zendesk in Magento footer","Показывать ссылку на Zendesk в нижнем колонтитуле Magento"
26
  "Email","Почта"
27
  "Facebook","Facebook"
28
  "Features","Функции"
29
  "Feedback Tab","Вкладка обратной связи"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Слишком большой файл - отображаются только последние %s строк. Для получения всего файла нажмите «Загрузить»."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Основные настройки, необходимые для соединения Zendesk Support и Magento."
32
  "General settings that are required to connect Zendesk and Magento.","Основные настройки, необходимые для соединения Zendesk и Magento."
33
  "General","Общие"
34
  "Generate","Создать"
35
  "Group","Группа"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Вы еще не настроили Zendesk Support? Выполните простые инструкции по настройке."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Вы еще не настроили Zendesk? Выполните простые инструкции по настройке, и Zendesk начнет поддержку ваших клиентов."
38
  "High","Срочный"
39
  "Incident","Инцидент"
40
+ "Include Web Widget","Добавить Web Widget"
41
+ "Launch Zendesk Support","Запустить Zendesk Support"
42
+ "Launch Zendesk","Запустить Zendesk Support"
43
  "Low","Низкий"
44
  "New Support Ticket","Новый тикет поддержки"
45
  "New","Новый"
48
  "Normal","Нормальный"
49
  "On-hold","На удержании"
50
  "Open","Открыт"
51
+ "Order number","Номер заказа"
52
  "Pending","В ожидании"
53
  "Priority","Приоритет"
54
  "Problem","Проблема"
55
  "Question","Вопрос"
56
+ "Remote Authentication Token","Токен удаленной проверки подлинности"
57
+ "Remote Authentication Token","Токен удаленной проверки подлинности"
58
  "Requested","Запрошен"
59
  "Requester Email","Адрес эл. почты инициатора"
60
  "Requester Name","Имя инициатора"
61
  "Requester Website","Веб-сайт инициатора"
62
  "Requester","Инициатор"
63
  "Required for Magento App inside Zendesk to work.","Требуется для работы приложения Magento в Zendesk."
64
+ "Required for Magento app to work in Zendesk Support.","Требуется для работы приложения Magento в Zendesk Support."
65
  "Save Config","Сохранить конфигурацию"
66
  "Settings","Настройки"
67
  "Setup guide","Руководство по установке"
76
  "Solved","Выполнен"
77
  "Status","Статус"
78
  "Subject","Тема"
79
+ "Successfully generated a new API token","Новый токен API успешно создан"
80
  "Support Channels","Каналы поддержки"
 
81
  "Task","Задача"
82
  "Test Connection","Проверка подключения"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","Файл журнала Zendesk не создан. Проверьте, включено ли ведение журнала."
84
  "Ticket #%s Created","Тикет #%s создан"
85
+ "Tickets","Тикеты"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Для создания токена войдите в Zendesk и выберите команды «Управление > Каналы > API > Токен»"
87
  "Twitter","Twitter"
88
  "Type","Тип"
89
  "Updated","Обновлен"
90
  "Urgent","Экстренный"
91
+ "Use Magento to manage admin and agent authentication.","Используйте Magento для управления проверкой подлинности агентов и конечных пользователей."
92
  "Use Magento to manage end-user authentication.","Используйте Magento для управления проверкой подлинности конечных пользователей."
93
  "Use Magento to manage user authentication.","Используйте Magento для управления проверкой подлинности пользователей."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Используется для связи заказа в Magento с тикетами в Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Используется для связи заказа в Magento с тикетами в Zendesk"
96
  "View All Tickets","Посмотреть все тикеты"
97
+ "View ticket in Zendesk Support","Посмотреть тикет в Zendesk Support"
98
+ "View ticket in Zendesk","Посмотреть тикет в Zendesk Support"
99
+ "Views to show on dashboards","Виды для отображения на панелях индикаторов"
100
  "Voice","Voice"
101
  "Web Portal","Веб-портал"
102
  "Zendesk Domain","Домен Zendesk"
103
  "Zendesk Log Viewer","Просмотр журналов Zendesk"
104
  "Zendesk Order Number field ID","Код поля номера заказа Zendesk"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Токен сквозной авторизации Zendesk не задан. Укажите его на странице настроек."
106
  "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk позволяет вашим пользователям общаться друг с другом, используя предпочитаемые ими методы. С помощью приведенных ниже ссылок настройте каналы, которые хотите использовать."
107
  "Zendesk domain not set. Please add this to the settings page.","Домен Zendesk не задан. Укажите его на странице настроек."
app/locale/sv_SV/Zendesk_Zendesk.csv CHANGED
@@ -1,98 +1,107 @@
1
  "English","Svenska"
2
- "API Details","API Details"
3
- "API Enabled","API Enabled"
4
- "API Token","API Token"
5
- "API test connection failed","API test connection failed"
6
- "API test connection successful","API test connection successful"
7
  "API","API"
8
- "Agent Email Address","Agent E-post Adress"
9
- "Agent Token","Agent Token"
10
- "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
- "Assignee","Assignee"
12
- "Chat","Chat"
13
- "Code to display Feedback Tab","Code to display Feedback Tab"
14
- "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
- "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
- "Create Ticket","Create Ticket"
17
- "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
- "Customize Feedback Tab","Customize Feedback Tab"
19
- "Dashboard","Dashboard"
20
- "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
- "Description","Description"
22
- "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
- "Email","Email"
 
 
 
24
  "Facebook","Facebook"
25
  "Features","Funktioner"
26
- "Feedback Tab","Feedback Tab"
27
- "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
28
- "General settings that are required to connect Zendesk and Magento.","Allmänna inställningar som är krävs för att koppla ihop Zendesk och Magento."
 
29
  "General","Allmänt"
30
- "Generate","Generate"
31
- "Group","Group"
32
- "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
33
- "High","High"
34
- "Incident","Incident"
35
- "Launch Zendesk","Launch Zendesk"
36
- "Low","Low"
37
- "New Support Ticket","New Support Ticket"
38
- "New","New"
39
- "No tickets found","No tickets found"
40
- "No views selected. Please select one or more from the settings page.","No views selected. Please select one or more from the settings page."
 
 
 
41
  "Normal","Normal"
42
- "On-hold","On-hold"
43
- "Open","Open"
44
- "Order Number","Order Number"
45
- "Pending","Pending"
46
- "Priority","Priority"
47
  "Problem","Problem"
48
- "Question","Question"
49
- "Remote Authentication Token","Remote Authentication Token"
50
- "Remote Authentication Token","Remote Authentication Token"
51
- "Requested","Requested"
52
- "Requester Email","Requester Email"
53
- "Requester Name","Requester Name"
54
- "Requester Website","Requester Website"
55
- "Requester","Requester"
56
- "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
57
- "Save Config","Save Config"
58
- "Settings","Settings"
59
- "Setup guide","Setup guide"
60
- "Setup","Setup"
61
- "Show support tickets on admin dashboard","Show support tickets on admin dashboard"
62
- "Show support tickets on customer view","Show support tickets on customer view"
63
- "Show support tickets on order view","Show support tickets on order view"
64
- "Single Sign-on - Admins and Agents","Single Sign-on Aktiverat"
65
- "Single Sign-on - End-users","Single Sign-on - End-users"
66
- "Single Sign-on Enabled","Single Sign-on Enabled"
67
- "Single Sign-on Enabled","Single Sign-on Enabled"
68
- "Solved","Solved"
 
69
  "Status","Status"
70
- "Subject","Subject"
71
- "Successfully generated a new API token","Successfully generated a new API token"
72
- "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
- "Task","Task"
75
- "Test Connection","Test Connection"
76
- "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
- "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","För att generera ett token loggar du in i Zendesk och väljer Hantera > Kanaler > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Troubleshooting tips can be found at <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
- "Type","Type"
82
- "Updated","Updated"
83
- "Urgent","Urgent"
84
- "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
- "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
- "Use Magento to manage user authentication.","Använd Magento för att hantera användarautentisering. "
87
- "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
- "View All Tickets","View All Tickets"
89
- "View ticket in Zendesk","View ticket in Zendesk"
90
- "Views to show on dashboards","Views to show on dashboards"
 
 
91
  "Voice","Voice"
92
- "Web Portal","Web Portal"
93
- "Zendesk Domain","Zendesk Domän"
94
- "Zendesk Log Viewer","Zendesk Log Viewer"
95
- "Zendesk Order Number field ID","Zendesk Order Number field ID"
96
- "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO token not been set. Please add this to the settings page."
97
- "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use."
98
- "Zendesk domain not set. Please add this to the settings page.","Zendesk domain not set. Please add this to the settings page."
1
  "English","Svenska"
2
+ "API Details","API-information"
3
+ "API Enabled","API aktiverat"
4
+ "API Token","API-token"
5
+ "API test connection failed","API-testanslutning misslyckades"
6
+ "API test connection successful","API-testanslutning lyckades"
7
  "API","API"
8
+ "Agent Email Address","Agentens e-postadress"
9
+ "Agent Token","Agenttoken"
10
+ "Are you sure you want to clear the entire Zendesk log?","Vill du verkligen rensa hela Zendesk-loggen?"
11
+ "Assignee","Handläggare"
12
+ "Chat","Chatt"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Klicka ”Spara konfiguration” och försök igen. Om problemet kvarstår bör du kontrollera om den angivna kombinationen av agentens e‑postadress och agenttoken är korrekt."
14
+ "Code to display Feedback Tab","Kod för att visa fliken Feedback"
15
+ "Connection to Zendesk API failed","Anslutning till Zendesk API misslyckades"
16
+ "Connection to Zendesk API successful","Anslutning till Zendesk API lyckades"
17
+ "Create Ticket","Skapa ärende"
18
+ "Create tickets from Contact Us form","Skapa ärenden från formuläret Kontakta oss"
19
+ "Customize Feedback Tab","Anpassa fliken Feedback"
20
+ "Customize Web Widget","Anpassa Web Widget"
21
+ "Dashboard","Panel"
22
+ "Decide which features you would like turned on in your Magento store.","Ange vilka funktioner som ska vara aktiva i din Magento-butik."
23
+ "Description","Beskrivning"
24
+ "Display link to Zendesk Support in Magento footer","Visa länk till Zendesk Support i Magento-sidfoten"
25
+ "Display link to Zendesk in Magento footer","Visa länk till Zendesk i Magento-sidfoten"
26
+ "Email","E-post"
27
  "Facebook","Facebook"
28
  "Features","Funktioner"
29
+ "Feedback Tab","Feedbackflik"
30
+ "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Filen är för stor. Endast de %s sista raderna visas. Klicka Hämta om du behöver hela filen."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Allmänna inställningar som krävs för att koppla ihop Zendesk Support och Magento."
32
+ "General settings that are required to connect Zendesk and Magento.","Allmänna inställningar som krävs för att koppla ihop Zendesk och Magento."
33
  "General","Allmänt"
34
+ "Generate","Generera"
35
+ "Group","Grupp"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Har du inte konfigurerat Zendesk Support? Följ vår enkla starthandledning för att komma igång."
37
+ "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Har du inte konfigurerat Zendesk? Följ vår lättlästa installationsguide så att du kan komma igång och använda Zendesk för din kundsupport."
38
+ "High","Hög"
39
+ "Incident","Händelse"
40
+ "Include Web Widget","Inkludera Web Widget"
41
+ "Launch Zendesk Support","Starta Zendesk Support"
42
+ "Launch Zendesk","Starta Zendesk"
43
+ "Low","Låg"
44
+ "New Support Ticket","Nytt supportärende"
45
+ "New","Nytt"
46
+ "No tickets found","Inga ärenden hittades"
47
+ "No views selected. Please select one or more from the settings page.","Inga valda vyer. Välj en eller flera på inställningssidan."
48
  "Normal","Normal"
49
+ "On-hold","Parkerat"
50
+ "Open","Öppet"
51
+ "Order number","Ordernummer"
52
+ "Pending","Väntar"
53
+ "Priority","Prioritet"
54
  "Problem","Problem"
55
+ "Question","Fråga"
56
+ "Remote Authentication Token","Token för fjärrautentisering"
57
+ "Remote Authentication Token","Token för fjärrautentisering"
58
+ "Requested","Begärd"
59
+ "Requester Email","Frågeställarens e-postadress"
60
+ "Requester Name","Frågeställarens namn"
61
+ "Requester Website","Frågeställarens webbplats"
62
+ "Requester","Frågeställare"
63
+ "Required for Magento App inside Zendesk to work.","Krävs för att Magento-appen i Zendesk ska fungera."
64
+ "Required for Magento app to work in Zendesk Support.","Krävs för att Magento-appen i ska fungera i Zendesk Support."
65
+ "Save Config","Spara konfigurationen"
66
+ "Settings","Inställningar"
67
+ "Setup guide","Installationsguide"
68
+ "Setup","Inställning"
69
+ "Show support tickets on admin dashboard","Visa supportärenden administratörspanelen"
70
+ "Show support tickets on customer view","Visa supportärenden i kundvyn"
71
+ "Show support tickets on order view","Visa supportärenden i beställningsvyn"
72
+ "Single Sign-on - Admins and Agents","Single sign-on administratörer och agenter"
73
+ "Single Sign-on - End-users","Single sign-on – slutanvändare"
74
+ "Single Sign-on Enabled","Single sign-on aktiverat"
75
+ "Single Sign-on Enabled","Single sign-on aktiverat"
76
+ "Solved","Löst"
77
  "Status","Status"
78
+ "Subject","Ämne"
79
+ "Successfully generated a new API token","Ny API-token genererad"
80
+ "Support Channels","Supportkanaler"
81
+ "Task","Uppgift"
82
+ "Test Connection","Testa anslutning"
83
+ "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk-loggfilen har inte skapats. Kontrollera om loggning har aktiverats."
84
+ "Ticket #%s Created","Ärendet #%s skapat"
85
+ "Tickets","Ärenden"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Generera en token genom att logga in till Zendesk och sedan välja Hantera > Kanaler > API > Token"
 
87
  "Twitter","Twitter"
88
+ "Type","Typ"
89
+ "Updated","Uppdaterat"
90
+ "Urgent","Brådskande"
91
+ "Use Magento to manage admin and agent authentication.","Använd Magento för att hantera autentisering av administratörer och agenter."
92
+ "Use Magento to manage end-user authentication.","Använd Magento för att hantera autentisering av slutanvändare."
93
+ "Use Magento to manage user authentication.","Använd Magento för att hantera autentisering av användare."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Används för att länka beställningar i Magento med ärenden i Zendesk Support"
95
+ "Used to link order in Magento with tickets in Zendesk","Används för att länka beställningar i Magento med ärenden i Zendesk"
96
+ "View All Tickets","Visa alla ärenden"
97
+ "View ticket in Zendesk Support","Visa ärende i Zendesk Support"
98
+ "View ticket in Zendesk","Visa ärende i Zendesk"
99
+ "Views to show on dashboards","Vyer som ska visas på paneler"
100
  "Voice","Voice"
101
+ "Web Portal","Webbportal"
102
+ "Zendesk Domain","Zendesk-domän"
103
+ "Zendesk Log Viewer","Zendesk-loggvisning"
104
+ "Zendesk Order Number field ID","Fält-ID för Zendesk-ordernummer"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk-SSO-token ej angiven. Lägg till den inställningssidan."
106
+ "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk ger dina kunder möjlighet att kontakta dig via de metoder de själva föredrar. Använd länkarna nedan för att konfigurera de kanaler du vill använda."
107
+ "Zendesk domain not set. Please add this to the settings page.","Zendesk-domän ej angiven. Lägg till den inställningssidan."
app/locale/tr_TR/Zendesk_Zendesk.csv CHANGED
@@ -1,98 +1,107 @@
1
  "English","Türkçe"
2
- "API Details","API Details"
3
- "API Enabled","API Enabled"
4
- "API Token","API Token"
5
- "API test connection failed","API test connection failed"
6
- "API test connection successful","API test connection successful"
7
  "API","API"
8
- "Agent Email Address","Agent Email Address"
9
- "Agent Token","Agent Token"
10
- "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
- "Assignee","Assignee"
12
- "Chat","Chat"
13
- "Code to display Feedback Tab","Code to display Feedback Tab"
14
- "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
- "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
- "Create Ticket","Create Ticket"
17
- "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
- "Customize Feedback Tab","Customize Feedback Tab"
19
- "Dashboard","Dashboard"
20
- "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
- "Description","Description"
22
- "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
- "Email","Email"
 
 
 
24
  "Facebook","Facebook"
25
- "Features","Features"
26
- "Feedback Tab","Feedback Tab"
27
- "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
28
- "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
29
- "General","General"
30
- "Generate","Generate"
31
- "Group","Group"
32
- "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
33
- "High","High"
34
- "Incident","Incident"
35
- "Launch Zendesk","Launch Zendesk"
36
- "Low","Low"
37
- "New Support Ticket","New Support Ticket"
38
- "New","New"
39
- "No tickets found","No tickets found"
40
- "No views selected. Please select one or more from the settings page.","No views selected. Please select one or more from the settings page."
 
 
 
 
41
  "Normal","Normal"
42
- "On-hold","On-hold"
43
- "Open","Open"
44
- "Order Number","Order Number"
45
- "Pending","Pending"
46
- "Priority","Priority"
47
  "Problem","Problem"
48
- "Question","Question"
49
- "Remote Authentication Token","Remote Authentication Token"
50
- "Remote Authentication Token","Remote Authentication Token"
51
- "Requested","Requested"
52
- "Requester Email","Requester Email"
53
- "Requester Name","Requester Name"
54
- "Requester Website","Requester Website"
55
- "Requester","Requester"
56
- "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
57
- "Save Config","Save Config"
58
- "Settings","Settings"
59
- "Setup guide","Setup guide"
60
- "Setup","Setup"
61
- "Show support tickets on admin dashboard","Show support tickets on admin dashboard"
62
- "Show support tickets on customer view","Show support tickets on customer view"
63
- "Show support tickets on order view","Show support tickets on order view"
64
- "Single Sign-on - Admins and Agents","Single Sign-on - Admins and Agents"
65
- "Single Sign-on - End-users","Single Sign-on - End-users"
66
- "Single Sign-on Enabled","Single Sign-on Enabled"
67
- "Single Sign-on Enabled","Single Sign-on Enabled"
68
- "Solved","Solved"
69
- "Status","Status"
70
- "Subject","Subject"
71
- "Successfully generated a new API token","Successfully generated a new API token"
72
- "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
- "Task","Task"
75
- "Test Connection","Test Connection"
76
- "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
- "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","To generate a token, log in to Zendesk then select Manage > Channels > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Troubleshooting tips can be found at <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
- "Type","Type"
82
- "Updated","Updated"
83
- "Urgent","Urgent"
84
- "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
- "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
- "Use Magento to manage user authentication.","Use Magento to manage user authentication."
87
- "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
- "View All Tickets","View All Tickets"
89
- "View ticket in Zendesk","View ticket in Zendesk"
90
- "Views to show on dashboards","Views to show on dashboards"
91
- "Voice","Voice"
92
- "Web Portal","Web Portal"
93
- "Zendesk Domain","Zendesk Domain"
94
- "Zendesk Log Viewer","Zendesk Log Viewer"
95
- "Zendesk Order Number field ID","Zendesk Order Number field ID"
96
- "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO token not been set. Please add this to the settings page."
97
- "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use."
98
- "Zendesk domain not set. Please add this to the settings page.","Zendesk domain not set. Please add this to the settings page."
 
 
1
  "English","Türkçe"
2
+ "API Details","API Detayları"
3
+ "API Enabled","API Etkinleştirildi"
4
+ "API Token","API Belirteci"
5
+ "API test connection failed","API test bağlantısı başarısız"
6
+ "API test connection successful","API test bağlantısı başarılı"
7
  "API","API"
8
+ "Agent Email Address","Temsilci E-posta Adresi"
9
+ "Agent Token","Temsilci Belirteci"
10
+ "Are you sure you want to clear the entire Zendesk log?","Tüm Zendesk günlüğünü silmek istediğinize emin misiniz?"
11
+ "Assignee","Atanan"
12
+ "Chat","Sohbet"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","“Yapılandırmayı Kaydet”e tıklayın ve yeniden deneyin. Sorun devam ederse, girilen Temsilci E‑posta Adresi ve Temsilci Belirteci kombinasyonunun doğru olup olmadığını kontrol edin."
14
+ "Code to display Feedback Tab","Geri Bildirim Sekmesini görüntüleme kodu"
15
+ "Connection to Zendesk API failed","Zendesk API’ye bağlantı yapılamadı"
16
+ "Connection to Zendesk API successful","Zendesk API bağlantısı başarılı"
17
+ "Create Ticket","Kayıt Oluştur"
18
+ "Create tickets from Contact Us form","“Bizimle İletişim Kurun” formundan kayıtlar oluşturun"
19
+ "Customize Feedback Tab","Geri Bildirim Sekmesini Özelleştir"
20
+ "Customize Web Widget","Web Widget'ı özelleştirin"
21
+ "Dashboard","Pano"
22
+ "Decide which features you would like turned on in your Magento store.","Magento mağazanızda hangi özelliklerin açık olmasını istediğinize karar verin."
23
+ "Description","Açıklama"
24
+ "Display link to Zendesk Support in Magento footer","Magento alt bilgi alanında Zendesk Support'a bağlantıyı gösterin"
25
+ "Display link to Zendesk in Magento footer","Magento altbilgi alanında Zendesk’e bağlantıyı gösterin"
26
+ "Email","E-posta"
27
  "Facebook","Facebook"
28
+ "Features","Özellikler"
29
+ "Feedback Tab","Geri Bildirim Sekmesi"
30
+ "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","Dosya boyutu çok büyük sadece son %s satır gösteriliyor. Tüm dosyayı almak için İndir butonuna tıklayın."
31
+ "General settings that are required to connect Zendesk Support and Magento.","Zendesk Support ve Magento’yu birleştirmek için gerekli olan genel ayarlar."
32
+ "General settings that are required to connect Zendesk and Magento.","Zendesk ve Magento’yu birleştirmek için gerekli olan genel ayarlar."
33
+ "General","Genel"
34
+ "Generate","Oluştur"
35
+ "Group","Grup"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Zendesk Support'u henüz kurmadınız mı? Başlamak için kolay kurulum kılavuzumuzu kullanın."
37
+ "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Henüz Zendesk’i kurmadınız mı? Müşterilerinize destek vermek amacıyla Zendesk’i kullanmaya başlamak için kolay kurulum kılavuzumuzu takip edin."
38
+ "High","Yüksek"
39
+ "Incident","Vaka"
40
+ "Include Web Widget","Web Widget ekleyin"
41
+ "Launch Zendesk Support","Zendesk Support'u başlat"
42
+ "Launch Zendesk","Zendesk’i başlatın"
43
+ "Low","Düşük"
44
+ "New Support Ticket","Yeni Destek Kaydı"
45
+ "New","Yeni"
46
+ "No tickets found","Kayıt bulunamadı"
47
+ "No views selected. Please select one or more from the settings page.","Herhangi bir görünüm seçili değil. Lütfen ayarlar sayfasından bir veya daha fazlasını seçin."
48
  "Normal","Normal"
49
+ "On-hold","Askıda"
50
+ "Open","Açık"
51
+ "Order number","Sipariş numarası"
52
+ "Pending","Beklemede"
53
+ "Priority","Öncelik"
54
  "Problem","Problem"
55
+ "Question","Soru"
56
+ "Remote Authentication Token","Uzaktan Kimlik Doğrulama Belirteci"
57
+ "Remote Authentication Token","Uzaktan Kimlik Doğrulama Belirteci"
58
+ "Requested","Talep eden"
59
+ "Requester Email","Talep Eden E-postası"
60
+ "Requester Name","Talep Edenin Adı"
61
+ "Requester Website","Talep Edenin Web Sitesi"
62
+ "Requester","Talep eden"
63
+ "Required for Magento App inside Zendesk to work.","Zendesk içindeki Magento Uygulamasının çalışması için gereklidir."
64
+ "Required for Magento app to work in Zendesk Support.","Zendesk Support içindeki Magento uygulamasının çalışması için gereklidir."
65
+ "Save Config","Yapılandırmayı Kaydet"
66
+ "Settings","Ayarlar"
67
+ "Setup guide","Kurulum kılavuzu"
68
+ "Setup","Kurulum"
69
+ "Show support tickets on admin dashboard","Destek kayıtlarını yönetici panosunda göster"
70
+ "Show support tickets on customer view","Destek kayıtlarını müşteri görünümünde göster"
71
+ "Show support tickets on order view","Destek kayıtlarını sipariş görünümünde göster"
72
+ "Single Sign-on - Admins and Agents","Ortak Oturum Yöneticiler ve Temsilciler"
73
+ "Single Sign-on - End-users","Ortak Oturum - Son kullanıcılar"
74
+ "Single Sign-on Enabled","Ortak Oturum Etkin"
75
+ "Single Sign-on Enabled","Ortak Oturum Etkin"
76
+ "Solved","Çözüldü"
77
+ "Status","Durum"
78
+ "Subject","Konu"
79
+ "Successfully generated a new API token","Yeni API belirteci başarıyla oluşturuldu"
80
+ "Support Channels","Destek Kanalları"
81
+ "Task","Görev"
82
+ "Test Connection","Test Bağlantısı"
83
+ "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk günlük dosyası oluşturulmadı. Günlüğün etkin olup olmadığını kontrol edin."
84
+ "Ticket #%s Created","Kayıt #%s Oluşturuldu"
85
+ "Tickets","Kayıtlar"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","Bir belirteç oluşturmak için, Zendesk’te oturum açın ve ardından Yönet > Kanallar > API > Belirteç seçimi yapın."
87
  "Twitter","Twitter"
88
+ "Type","Tür"
89
+ "Updated","Güncellenme:"
90
+ "Urgent","Acil"
91
+ "Use Magento to manage admin and agent authentication.","Yönetici ve temsilci doğrulamasını yönetmek için Magento’yu kullanın."
92
+ "Use Magento to manage end-user authentication.","Son kullanıcı kimlik doğrulama işlevini yönetmek için Magento’yu kullanın."
93
+ "Use Magento to manage user authentication.","Kullanıcı kimlik doğrulama işlevini yönetmek için Magento’yu kullanın."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Zendesk Support'taki kayıtlarla Magento’da sipariş bağlantısı için kullanılır"
95
+ "Used to link order in Magento with tickets in Zendesk","Zendesk’teki kayıtlarla Magento’da sipariş bağlantısı için kullanılır"
96
+ "View All Tickets","Tüm Kayıtları Görüntüle"
97
+ "View ticket in Zendesk Support","Kaydı Zendesk Support'ta görüntüle"
98
+ "View ticket in Zendesk","Kaydı Zendesk'te görüntüle"
99
+ "Views to show on dashboards","Panolarda gösterilecek görünümler"
100
+ "Voice","Ses"
101
+ "Web Portal","Web Portalı"
102
+ "Zendesk Domain","Zendesk Etki Alanı Adı"
103
+ "Zendesk Log Viewer","Zendesk Günlük Görüntüleyici"
104
+ "Zendesk Order Number field ID","Zendesk Sipariş Numarası alan Kimliği"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO belirteci ayarlı değil. Lütfen bunu ayarlar sayfasına ekleyin."
106
+ "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk müşterilerinizin tercih ettikleri yöntemleri kullanarak sizinle iletişime geçmelerine imkan verir. Kullanmak istediğiniz kanalları yapılandırmak için aşağıdaki bağlantıları kullanın."
107
+ "Zendesk domain not set. Please add this to the settings page.","Zendesk etki alanı ayarlı değil. Lütfen bunu ayarlar sayfasına ekleyin."
app/locale/uk_UK/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
 
13
  "Code to display Feedback Tab","Code to display Feedback Tab"
14
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
15
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
16
  "Create Ticket","Create Ticket"
17
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
18
  "Customize Feedback Tab","Customize Feedback Tab"
 
19
  "Dashboard","Dashboard"
20
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
21
  "Description","Description"
 
22
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
23
  "Email","Email"
24
  "Facebook","Facebook"
25
  "Features","Features"
26
  "Feedback Tab","Feedback Tab"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
 
28
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
29
  "General","General"
30
  "Generate","Generate"
31
  "Group","Group"
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
33
  "High","High"
34
  "Incident","Incident"
 
 
35
  "Launch Zendesk","Launch Zendesk"
36
  "Low","Low"
37
  "New Support Ticket","New Support Ticket"
@@ -41,7 +48,7 @@
41
  "Normal","Normal"
42
  "On-hold","On-hold"
43
  "Open","Open"
44
- "Order Number","Order Number"
45
  "Pending","Pending"
46
  "Priority","Priority"
47
  "Problem","Problem"
@@ -54,6 +61,7 @@
54
  "Requester Website","Requester Website"
55
  "Requester","Requester"
56
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
 
57
  "Save Config","Save Config"
58
  "Settings","Settings"
59
  "Setup guide","Setup guide"
@@ -70,13 +78,12 @@
70
  "Subject","Subject"
71
  "Successfully generated a new API token","Successfully generated a new API token"
72
  "Support Channels","Support Channels"
73
- "Support Tickets","Support Tickets"
74
  "Task","Task"
75
  "Test Connection","Test Connection"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
77
  "Ticket #%s Created","Ticket #%s Created"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","To generate a token, log in to Zendesk then select Manage > Channels > API > Token"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","Troubleshooting tips can be found at <a href="%s">%s</a>"
80
  "Twitter","Twitter"
81
  "Type","Type"
82
  "Updated","Updated"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
85
  "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
86
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
 
87
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
88
  "View All Tickets","View All Tickets"
 
89
  "View ticket in Zendesk","View ticket in Zendesk"
90
  "Views to show on dashboards","Views to show on dashboards"
91
  "Voice","Voice"
10
  "Are you sure you want to clear the entire Zendesk log?","Are you sure you want to clear the entire Zendesk log?"
11
  "Assignee","Assignee"
12
  "Chat","Chat"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct."
14
  "Code to display Feedback Tab","Code to display Feedback Tab"
15
  "Connection to Zendesk API failed","Connection to Zendesk API failed"
16
  "Connection to Zendesk API successful","Connection to Zendesk API successful"
17
  "Create Ticket","Create Ticket"
18
  "Create tickets from Contact Us form","Create tickets from Contact Us form"
19
  "Customize Feedback Tab","Customize Feedback Tab"
20
+ "Customize Web Widget","Customize Web Widget"
21
  "Dashboard","Dashboard"
22
  "Decide which features you would like turned on in your Magento store.","Decide which features you would like turned on in your Magento store."
23
  "Description","Description"
24
+ "Display link to Zendesk Support in Magento footer","Display link to Zendesk Support in Magento footer"
25
  "Display link to Zendesk in Magento footer","Display link to Zendesk in Magento footer"
26
  "Email","Email"
27
  "Facebook","Facebook"
28
  "Features","Features"
29
  "Feedback Tab","Feedback Tab"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","File size too large - only showing the last %s lines. Click Download to retrieve the entire file."
31
+ "General settings that are required to connect Zendesk Support and Magento.","General settings that are required to connect Zendesk Support and Magento."
32
  "General settings that are required to connect Zendesk and Magento.","General settings that are required to connect Zendesk and Magento."
33
  "General","General"
34
  "Generate","Generate"
35
  "Group","Group"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","Haven't set up Zendesk Support yet? Follow our easy setup guide to get started."
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers."
38
  "High","High"
39
  "Incident","Incident"
40
+ "Include Web Widget","Include Web Widget"
41
+ "Launch Zendesk Support","Launch Zendesk Support"
42
  "Launch Zendesk","Launch Zendesk"
43
  "Low","Low"
44
  "New Support Ticket","New Support Ticket"
48
  "Normal","Normal"
49
  "On-hold","On-hold"
50
  "Open","Open"
51
+ "Order number","Order number"
52
  "Pending","Pending"
53
  "Priority","Priority"
54
  "Problem","Problem"
61
  "Requester Website","Requester Website"
62
  "Requester","Requester"
63
  "Required for Magento App inside Zendesk to work.","Required for Magento App inside Zendesk to work."
64
+ "Required for Magento app to work in Zendesk Support.","Required for Magento app to work in Zendesk Support."
65
  "Save Config","Save Config"
66
  "Settings","Settings"
67
  "Setup guide","Setup guide"
78
  "Subject","Subject"
79
  "Successfully generated a new API token","Successfully generated a new API token"
80
  "Support Channels","Support Channels"
 
81
  "Task","Task"
82
  "Test Connection","Test Connection"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","The Zendesk log file has not been created. Check to see if logging has been enabled."
84
  "Ticket #%s Created","Ticket #%s Created"
85
+ "Tickets","Tickets"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","To generate a token, sign in to Zendesk then select Manage > Channels > API > Token"
87
  "Twitter","Twitter"
88
  "Type","Type"
89
  "Updated","Updated"
91
  "Use Magento to manage admin and agent authentication.","Use Magento to manage admin and agent authentication."
92
  "Use Magento to manage end-user authentication.","Use Magento to manage end-user authentication."
93
  "Use Magento to manage user authentication.","Use Magento to manage user authentication."
94
+ "Used to link order in Magento with tickets in Zendesk Support","Used to link order in Magento with tickets in Zendesk Support"
95
  "Used to link order in Magento with tickets in Zendesk","Used to link order in Magento with tickets in Zendesk"
96
  "View All Tickets","View All Tickets"
97
+ "View ticket in Zendesk Support","View ticket in Zendesk Support"
98
  "View ticket in Zendesk","View ticket in Zendesk"
99
  "Views to show on dashboards","Views to show on dashboards"
100
  "Voice","Voice"
app/locale/zh_CN/Zendesk_Zendesk.csv CHANGED
@@ -1,97 +1,107 @@
1
- API Details,API 详情
2
- API Enabled,启用 API
3
- API Token,API 密钥
4
- API test connection failed,API 测试连接失败
5
- API test connection successful,API 测试连接成功
6
- API,API
7
- Agent Email Address,代理电邮地址
8
- Agent Token,代理密钥
9
- Are you sure you want to clear the entire Zendesk log?,您确定要清除整个 Zendesk 日志吗?
10
- Assignee,受托人
11
- Chat,交谈
12
- Code to display Feedback Tab,显示反馈标签的代码
13
- Connection to Zendesk API failed,连接到 Zendesk API 失败
14
- Connection to Zendesk API successful,连接到 Zendesk API 成功
15
- Create Ticket,创建工单
16
- Create tickets from Contact Us form,从“联系我们”窗体创建工单
17
- Customize Feedback Tab,自定义反馈标签
18
- Dashboard,面板
19
- Decide which features you would like turned on in your Magento store.,决定您希望在 Magento 商店中打开的功能。
20
- Description,描述
21
- Display link to Zendesk in Magento footer,在 Magento 页脚中显示前往 Zendesk 的链接
22
- Email,电邮
23
- Facebook,Facebook
24
- Features,功能
25
- Feedback Tab,反馈标签
26
- File size too large - only showing the last %s lines. Click Download to retrieve the entire file.,文件太大 —— 仅显示最后 %s 行。单击“下载”检索整个文件。
27
- General settings that are required to connect Zendesk and Magento.,用于连接 Zendesk 和 Magento 的通用设置。
28
- General,通用
29
- Generate,生成
30
- Group,组
31
- Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.,尚未设置 Zendesk?跟着我们的简易设置指南,开始使用 Zendesk 支持客户。
32
- High,高
33
- Incident,事件
34
- Launch Zendesk,启动 Zendesk
35
- Low,低
36
- New Support Ticket,新建支持工单
37
- New,新建
38
- No tickets found,未找到工单
39
- No views selected. Please select one or more from the settings page.,未选择视图。请从设置页面选择一个或多个。
40
- Normal,正常
41
- On-hold,暂停
42
- Open,已开启
43
- Order number,订单号
44
- Pending,未决
45
- Priority,优先级
46
- Problem,事故
47
- Question,问题
48
- Remote Authentication Token,远程身份验证密钥
49
- Remote Authentication Token,远程身份验证密钥
50
- Requested,请求日期
51
- Requester Email,请求者电邮
52
- Requester Name,请求者名称
53
- Requester Website,请求者网站
54
- Requester,请求者
55
- Required for Magento App inside Zendesk to work.,供 Zendesk 内部的 Magento App 运作所需。
56
- Save Config,保存配置
57
- Settings,设置
58
- Setup guide,设置指南
59
- Setup,设置
60
- Show support tickets on admin dashboard,在管理员面板中显示支持工单。
61
- Show support tickets on customer view,在客户视图中显示支持工单
62
- Show support tickets on order view,在订单视图中显示支持工单
63
- Single Sign-on - Admins and Agents,单一登录 —— 管理员和代理
64
- Single Sign-on - End-users,单一登录 —— 终端用户
65
- Single Sign-on Enabled,单一登录已启用
66
- Single Sign-on Enabled,单一登录已启用
67
- Solved,已解决
68
- Status,状态
69
- Subject,标题
70
- Successfully generated a new API token,已成功生成新的 API 密钥
71
- Support Channels,支持渠道
72
- Support Tickets,支持工单
73
- Task,任务
74
- Test Connection,测试连接
75
- The Zendesk log file has not been created. Check to see if logging has been enabled.,Zendesk 日志文件尚未创建。检查日志是否已启用。
76
- Ticket #%s Created,工单 #%s 已创建
77
- To generate a token, log in to Zendesk then select Manage > Channels > API > Token,要生成密钥,登录 Zendesk 然后选择管理 > 渠道 > API > 密钥
78
- Troubleshooting tips can be found at <a href="%s">%s</a>,故障排除提示可在 <a href="%s">%s</a> 查看
79
- Twitter,Twitter
80
- Type,类型
81
- Updated,更新于
82
- Urgent,紧急
83
- Use Magento to manage admin and agent authentication.,使用 Magento 管理管理员和代理的身份验证。
84
- Use Magento to manage end-user authentication.,使用 Magento 管理终端用户的身份验证。
85
- Use Magento to manage user authentication.,使用 Magento 管理用户身份验证。
86
- Used to link order in Magento with tickets in Zendesk,用于链接 Magento 订单与 Zendesk 工单
87
- View All Tickets,查看所有工单
88
- View ticket in Zendesk,在 Zendesk 中查看工单
89
- Views to show on dashboards,在面板上显示的视图
90
- Voice,Voice
91
- Web Portal,Web 门户
92
- Zendesk Domain,Zendesk 域名
93
- Zendesk Log Viewer,Zendesk 日志查看器
94
- Zendesk Order Number field ID,Zendesk 订单号字段 ID
95
- Zendesk SSO token not been set. Please add this to the settings page.,Zendesk SSO 密钥尚未设置。请将此添加至设置页面。
96
- Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.,Zendesk 允许您的客户用其偏好的方式联系您。使用下面的链接配置您希望使用的渠道。
97
- Zendesk domain not set. Please add this to the settings page.,Zendesk 域名尚未设置。请将此添加至设置页面。
 
 
 
 
 
 
 
 
 
 
1
+ "English","简体中文 (Simplified Chinese)"
2
+ "API Details","API 详情"
3
+ "API Enabled","启用 API"
4
+ "API Token","API 密钥"
5
+ "API test connection failed","API 测试连接失败"
6
+ "API test connection successful","API 测试连接成功"
7
+ "API","API"
8
+ "Agent Email Address","专员电邮地址"
9
+ "Agent Token","专员密钥"
10
+ "Are you sure you want to clear the entire Zendesk log?","您确定要清除整个 Zendesk 日志吗?"
11
+ "Assignee","受托人"
12
+ "Chat","在线交谈"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","单击“保存配置”并重试。如果继续出现问题,检查输入的专员电邮地址和专员密钥组合是否正确。"
14
+ "Code to display Feedback Tab","显示反馈标签的代码"
15
+ "Connection to Zendesk API failed","连接到 Zendesk API 失败"
16
+ "Connection to Zendesk API successful","连接到 Zendesk API 成功"
17
+ "Create Ticket","创建工单"
18
+ "Create tickets from Contact Us form","从“联系我们”表格创建工单"
19
+ "Customize Feedback Tab","自定义反馈标签"
20
+ "Customize Web Widget","自定义 Web Widget"
21
+ "Dashboard","面板"
22
+ "Decide which features you would like turned on in your Magento store.","决定您希望在 Magento 商店中打开的功能。"
23
+ "Description","描述"
24
+ "Display link to Zendesk Support in Magento footer","在 Magento 页脚中显示前往 Zendesk Support 的链接"
25
+ "Display link to Zendesk in Magento footer","在 Magento 页脚中显示前往 Zendesk 的链接"
26
+ "Email","电邮"
27
+ "Facebook","Facebook"
28
+ "Features","功能"
29
+ "Feedback Tab","反馈标签"
30
+ "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","文件太大 —— 仅显示最后 %s 行。单击“下载”检索整个文件。"
31
+ "General settings that are required to connect Zendesk Support and Magento.","用于连接 Zendesk Support Magento 的一般设置。"
32
+ "General settings that are required to connect Zendesk and Magento.","用于连接 Zendesk 和 Magento 的一般设置。"
33
+ "General","通用"
34
+ "Generate","生成"
35
+ "Group","组"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","尚未设置 Zendesk Support?跟着我们的简易设置指南开始。"
37
+ "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","尚未设置 Zendesk?跟着我们的简易设置指南,开始使用 Zendesk 支持客户。"
38
+ "High","高"
39
+ "Incident","事务"
40
+ "Include Web Widget","包括 Web Widget"
41
+ "Launch Zendesk Support","启动 Zendesk Support"
42
+ "Launch Zendesk","启动 Zendesk"
43
+ "Low","低"
44
+ "New Support Ticket","新建支持工单"
45
+ "New","新建"
46
+ "No tickets found","未找到工单"
47
+ "No views selected. Please select one or more from the settings page.","未选择视图。请从设置页面选择一个或多个。"
48
+ "Normal","正常"
49
+ "On-hold","暂停"
50
+ "Open","已开启"
51
+ "Order number","订单号"
52
+ "Pending","待回应"
53
+ "Priority","优先级"
54
+ "Problem","故障"
55
+ "Question","问题"
56
+ "Remote Authentication Token","远程身份验证密钥"
57
+ "Remote Authentication Token","远程身份验证密钥"
58
+ "Requested","请求于"
59
+ "Requester Email","请求者电邮"
60
+ "Requester Name","请求者名称"
61
+ "Requester Website","请求者网站"
62
+ "Requester","请求者"
63
+ "Required for Magento App inside Zendesk to work.","供 Zendesk 内部的 Magento 应用运作所需。"
64
+ "Required for Magento app to work in Zendesk Support.","供 Magento 应用在 Zendesk Support 内运作所需。"
65
+ "Save Config","保存配置"
66
+ "Settings","设置"
67
+ "Setup guide","设置指南"
68
+ "Setup","设置"
69
+ "Show support tickets on admin dashboard","在管理员面板中显示支持工单。"
70
+ "Show support tickets on customer view","在客户视图中显示支持工单"
71
+ "Show support tickets on order view","在订单视图中显示支持工单"
72
+ "Single Sign-on - Admins and Agents","单点登录 —— 管理员和专员"
73
+ "Single Sign-on - End-users","单点登录 —— 终端用户"
74
+ "Single Sign-on Enabled","单点登录已启用"
75
+ "Single Sign-on Enabled","单点登录已启用"
76
+ "Solved","已解决"
77
+ "Status","状态"
78
+ "Subject","标题"
79
+ "Successfully generated a new API token","已成功生成新的 API 密钥"
80
+ "Support Channels","支持渠道"
81
+ "Task","任务"
82
+ "Test Connection","测试连接"
83
+ "The Zendesk log file has not been created. Check to see if logging has been enabled.","Zendesk 日志文件尚未创建。检查日志是否已启用。"
84
+ "Ticket #%s Created","工单 #%s 已创建"
85
+ "Tickets","工单"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","要生成密钥,登录 Zendesk 然后选择管理 > 渠道 > API > 密钥"
87
+ "Twitter","Twitter"
88
+ "Type","类型"
89
+ "Updated","更新于"
90
+ "Urgent","紧急"
91
+ "Use Magento to manage admin and agent authentication.","使用 Magento 管理管理员和专员的身份验证。"
92
+ "Use Magento to manage end-user authentication.","使用 Magento 管理终端用户的身份验证。"
93
+ "Use Magento to manage user authentication.","使用 Magento 管理用户身份验证。"
94
+ "Used to link order in Magento with tickets in Zendesk Support","用于链接 Magento 订单与 Zendesk Support 工单"
95
+ "Used to link order in Magento with tickets in Zendesk","用于链接 Magento 订单与 Zendesk 工单"
96
+ "View All Tickets","查看所有工单"
97
+ "View ticket in Zendesk Support","在 Zendesk Support 中查看工单"
98
+ "View ticket in Zendesk","在 Zendesk 中查看工单"
99
+ "Views to show on dashboards","在面板上显示的视图"
100
+ "Voice","Voice"
101
+ "Web Portal","网络门户"
102
+ "Zendesk Domain","Zendesk 域名"
103
+ "Zendesk Log Viewer","Zendesk 日志查看器"
104
+ "Zendesk Order Number field ID","Zendesk 订单号字段 ID"
105
+ "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO 密钥尚未设置。请将此添加至设置页面。"
106
+ "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk 允许您的客户用其偏好的方式联系您。使用下面的链接配置您希望使用的渠道。"
107
+ "Zendesk domain not set. Please add this to the settings page.","Zendesk 域名尚未设置。请将此添加至设置页面。"
app/locale/zh_TW/Zendesk_Zendesk.csv CHANGED
@@ -10,28 +10,35 @@
10
  "Are you sure you want to clear the entire Zendesk log?","是否確定要清除整個 Zendesk 記錄檔?"
11
  "Assignee","受託人"
12
  "Chat","交談"
 
13
  "Code to display Feedback Tab","顯示反饋標籤的代碼"
14
  "Connection to Zendesk API failed","連線至 Zendesk API 失敗"
15
  "Connection to Zendesk API successful","連線至 Zendesk API 成功"
16
  "Create Ticket","建立工單"
17
  "Create tickets from Contact Us form","從「聯絡我們」表單建立工單"
18
  "Customize Feedback Tab","自訂反饋標籤"
 
19
  "Dashboard","儀表板"
20
  "Decide which features you would like turned on in your Magento store.","決定您希望在 Magento 商店中開啟的功能。"
21
  "Description","描述"
 
22
  "Display link to Zendesk in Magento footer","在 Magento 頁尾中顯示前往 Zendesk 的連結"
23
  "Email","電郵"
24
  "Facebook","Facebook"
25
  "Features","功能"
26
  "Feedback Tab","反饋標籤"
27
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","檔案過大 —— 僅顯示最後 %s 行。按一下「下載」擷取整個檔案。"
 
28
  "General settings that are required to connect Zendesk and Magento.","用於連線 Zendesk 和 Magento 的一般設定值。"
29
  "General","一般"
30
  "Generate","產生"
31
- "Group",""
 
32
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","尚未設定 Zendesk?跟著我們的簡易設定指南,開始使用 Zendesk 支援客戶。"
33
  "High","高"
34
  "Incident","事件"
 
 
35
  "Launch Zendesk","啟動 Zendesk"
36
  "Low","低"
37
  "New Support Ticket","新建支援工單"
@@ -41,20 +48,21 @@
41
  "Normal","正常"
42
  "On-hold","暫停"
43
  "Open","已開啟"
44
- "Order Number","訂單號碼"
45
  "Pending","未決"
46
  "Priority","優先等級"
47
  "Problem","事故"
48
  "Question","問題"
49
  "Remote Authentication Token","遠端驗證金鑰"
50
  "Remote Authentication Token","遠端驗證金鑰"
51
- "Requested","請求日期"
52
  "Requester Email","請求者電郵"
53
  "Requester Name","請求者名稱"
54
  "Requester Website","請求者網站"
55
  "Requester","請求者"
56
  "Required for Magento App inside Zendesk to work.","供 Zendesk 內 Magento App 運作所需。"
57
- "Save Config","儲存配置"
 
58
  "Settings","設定值"
59
  "Setup guide","設定指南"
60
  "Setup","設定"
@@ -70,13 +78,12 @@
70
  "Subject","標題"
71
  "Successfully generated a new API token","已成功產生新的 API 金鑰"
72
  "Support Channels","支援管道"
73
- "Support Tickets","支援工單"
74
  "Task","任務"
75
  "Test Connection","測試連線"
76
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","尚未建立 Zendesk 記錄檔。檢查是否已啟用記錄。"
77
  "Ticket #%s Created","工單 #%s 已建立"
78
- "To generate a token, log in to Zendesk then select Manage > Channels > API > Token","要產生金鑰,登入 Zendesk 然後選擇管理 > 管道 > API > 金鑰"
79
- "Troubleshooting tips can be found at <a href="%s">%s</a>","可在 <a href="%s">%s</a> 找到疑難排解提示"
80
  "Twitter","Twitter"
81
  "Type","類型"
82
  "Updated","更新於"
@@ -84,8 +91,10 @@
84
  "Use Magento to manage admin and agent authentication.","使用 Magento 管理管理員和代理驗證。"
85
  "Use Magento to manage end-user authentication.","使用 Magento 管理終端使用者驗證。"
86
  "Use Magento to manage user authentication.","使用 Magento 管理使用者驗證。"
 
87
  "Used to link order in Magento with tickets in Zendesk","用於連結 Magento 訂單與 Zendesk 工單"
88
  "View All Tickets","檢視所有工單"
 
89
  "View ticket in Zendesk","在 Zendesk 中檢視工單"
90
  "Views to show on dashboards","在儀表板上顯示的視圖"
91
  "Voice","Voice"
@@ -94,5 +103,5 @@
94
  "Zendesk Log Viewer","Zendesk 記錄檔檢視器"
95
  "Zendesk Order Number field ID","Zendesk 訂單號碼欄位 ID"
96
  "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO 金鑰尚未設定。請將此新增至設定值頁面。"
97
- "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk 允許您的客戶用其偏好的方式聯絡您。使用下面的連結配置您希望使用的管道。"
98
  "Zendesk domain not set. Please add this to the settings page.","Zendesk 網域尚未設定。請將此新增至設定值頁面。"
10
  "Are you sure you want to clear the entire Zendesk log?","是否確定要清除整個 Zendesk 記錄檔?"
11
  "Assignee","受託人"
12
  "Chat","交談"
13
+ "Click 'Save Config' and try again. If the issue persist, check if the entered Agent Email Address and Agent Token combination is correct.","按一下「儲存設定」並重試。若問題持續請檢查輸入的代理電郵地址與代理金鑰組合是否正確。"
14
  "Code to display Feedback Tab","顯示反饋標籤的代碼"
15
  "Connection to Zendesk API failed","連線至 Zendesk API 失敗"
16
  "Connection to Zendesk API successful","連線至 Zendesk API 成功"
17
  "Create Ticket","建立工單"
18
  "Create tickets from Contact Us form","從「聯絡我們」表單建立工單"
19
  "Customize Feedback Tab","自訂反饋標籤"
20
+ "Customize Web Widget","自訂 Web Widget"
21
  "Dashboard","儀表板"
22
  "Decide which features you would like turned on in your Magento store.","決定您希望在 Magento 商店中開啟的功能。"
23
  "Description","描述"
24
+ "Display link to Zendesk Support in Magento footer","在 Magento 頁尾中顯示前往 Zendesk Support 的連結"
25
  "Display link to Zendesk in Magento footer","在 Magento 頁尾中顯示前往 Zendesk 的連結"
26
  "Email","電郵"
27
  "Facebook","Facebook"
28
  "Features","功能"
29
  "Feedback Tab","反饋標籤"
30
  "File size too large - only showing the last %s lines. Click Download to retrieve the entire file.","檔案過大 —— 僅顯示最後 %s 行。按一下「下載」擷取整個檔案。"
31
+ "General settings that are required to connect Zendesk Support and Magento.","用於連線 Zendesk Support 和 Magento 的一般設定值。"
32
  "General settings that are required to connect Zendesk and Magento.","用於連線 Zendesk 和 Magento 的一般設定值。"
33
  "General","一般"
34
  "Generate","產生"
35
+ "Group","小組"
36
+ "Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.","尚未設定 Zendesk Support?跟著我們的簡易設定指南開始。"
37
  "Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.","尚未設定 Zendesk?跟著我們的簡易設定指南,開始使用 Zendesk 支援客戶。"
38
  "High","高"
39
  "Incident","事件"
40
+ "Include Web Widget","包含 Web Widget"
41
+ "Launch Zendesk Support","啟動 Zendesk Support"
42
  "Launch Zendesk","啟動 Zendesk"
43
  "Low","低"
44
  "New Support Ticket","新建支援工單"
48
  "Normal","正常"
49
  "On-hold","暫停"
50
  "Open","已開啟"
51
+ "Order number","訂單號碼"
52
  "Pending","未決"
53
  "Priority","優先等級"
54
  "Problem","事故"
55
  "Question","問題"
56
  "Remote Authentication Token","遠端驗證金鑰"
57
  "Remote Authentication Token","遠端驗證金鑰"
58
+ "Requested","請求於"
59
  "Requester Email","請求者電郵"
60
  "Requester Name","請求者名稱"
61
  "Requester Website","請求者網站"
62
  "Requester","請求者"
63
  "Required for Magento App inside Zendesk to work.","供 Zendesk 內 Magento App 運作所需。"
64
+ "Required for Magento app to work in Zendesk Support.","供 Magento app 在 Zendesk Support 內運作所需。"
65
+ "Save Config","儲存設定"
66
  "Settings","設定值"
67
  "Setup guide","設定指南"
68
  "Setup","設定"
78
  "Subject","標題"
79
  "Successfully generated a new API token","已成功產生新的 API 金鑰"
80
  "Support Channels","支援管道"
 
81
  "Task","任務"
82
  "Test Connection","測試連線"
83
  "The Zendesk log file has not been created. Check to see if logging has been enabled.","尚未建立 Zendesk 記錄檔。檢查是否已啟用記錄。"
84
  "Ticket #%s Created","工單 #%s 已建立"
85
+ "Tickets","工單"
86
+ "To generate a token, sign in to Zendesk then select Manage > Channels > API > Token","要產生金鑰,登入 Zendesk 然後選擇管理 > 管道 > API > 金鑰"
87
  "Twitter","Twitter"
88
  "Type","類型"
89
  "Updated","更新於"
91
  "Use Magento to manage admin and agent authentication.","使用 Magento 管理管理員和代理驗證。"
92
  "Use Magento to manage end-user authentication.","使用 Magento 管理終端使用者驗證。"
93
  "Use Magento to manage user authentication.","使用 Magento 管理使用者驗證。"
94
+ "Used to link order in Magento with tickets in Zendesk Support","用於連結 Magento 訂單與 Zendesk Support 工單"
95
  "Used to link order in Magento with tickets in Zendesk","用於連結 Magento 訂單與 Zendesk 工單"
96
  "View All Tickets","檢視所有工單"
97
+ "View ticket in Zendesk Support","在 Zendesk Support 中檢視工單"
98
  "View ticket in Zendesk","在 Zendesk 中檢視工單"
99
  "Views to show on dashboards","在儀表板上顯示的視圖"
100
  "Voice","Voice"
103
  "Zendesk Log Viewer","Zendesk 記錄檔檢視器"
104
  "Zendesk Order Number field ID","Zendesk 訂單號碼欄位 ID"
105
  "Zendesk SSO token not been set. Please add this to the settings page.","Zendesk SSO 金鑰尚未設定。請將此新增至設定值頁面。"
106
+ "Zendesk allows your customers to contact you using the methods they prefer. Use the links below to configure the channels you would like to use.","Zendesk 允許您的客戶用其偏好的方式聯絡您。使用下面的連結設定您希望使用的管道。"
107
  "Zendesk domain not set. Please add this to the settings page.","Zendesk 網域尚未設定。請將此新增至設定值頁面。"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zendesk</name>
4
- <version>2.1.7</version>
5
  <stability>stable</stability>
6
  <license>Apache Software License</license>
7
  <channel>community</channel>
@@ -17,11 +17,11 @@ This extension makes Zendesk work seamlessly with Magento to enable stores to de
17
  - Display relevant support tickets on order &amp; customer dashboards&lt;br /&gt;&#xD;
18
  - Create support tickets from Contact Us requests&lt;br /&gt;&#xD;
19
  - Easily add the Web Widget to your site</description>
20
- <notes>Add logging for exception on customer ticket fetch.</notes>
21
  <authors><author><name>Zendesk</name><user>MAG001580855</user><email>dev.manila@zendesk.com</email></author><author><name>Fontis</name><user>fontis</user><email>magento@fontis.com.au</email></author></authors>
22
- <date>2016-09-20</date>
23
- <time>04:10:02</time>
24
- <contents><target name="magecommunity"><dir name="Zendesk"><dir name="Zendesk"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Buttons"><file name="Generate.php" hash="7fa35e3e71b4bfb94f2dceddb19e86a0"/><file name="MagentoTest.php" hash="005323c12510f8ac07b46bede8df6349"/><file name="Signup.php" hash="60e3366256ab111e132b853aa6a4ea52"/><file name="Sync.php" hash="d561b6fcbf69d284e866113e7d9afd44"/><file name="ZendeskTest.php" hash="83b67b5e66f8a9757ec424a72121133c"/></dir><file name="Link.php" hash="779827427e11db311b6e1de9d42818f2"/></dir><dir name="Create"><dir name="Customer"><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="4c599ec0b7210b32733318ca40b403f1"/></dir></dir><file name="Grid.php" hash="d5da59c8bd8f939a578d776648a1920c"/></dir><file name="Customer.php" hash="afe5c04c6ac7aa0cfaefded4ceacef37"/><dir name="Edit"><file name="Form.php" hash="c94acf32924a5140edeef7eae238aa4e"/></dir><file name="Edit.php" hash="fae5df1b1f5c5f524257bdf31bd569b4"/><dir name="Order"><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="7e9aa2cbd5600865fc77ce35fd6cb73a"/></dir></dir><file name="Grid.php" hash="0e4f085158ce9cc9d3566411b80d4592"/></dir><file name="Order.php" hash="857150ae3de0e3ded29ff972732060b3"/></dir><dir name="Dashboard"><file name="Grids.php" hash="1489d6addfdad17f23bfd34ccaaeb809"/><dir name="Tab"><dir name="Tickets"><dir name="Grid"><file name="Abstract.php" hash="b9cbb0629a4970e39539893869a3cfd2"/><file name="All.php" hash="27a968cc57b9514de3bb9d60e1fda068"/><file name="Massaction.php" hash="9d3ba44e00b40f4585e167c200b4bfa6"/><dir name="Renderer"><file name="Action.php" hash="53a3b787e3f473a86bd896a0f8d7992e"/><file name="Group.php" hash="814178c8eabb9d8444d2beadd1c07a84"/><file name="Type.php" hash="4f0cd9a88be44fbe7faa4e1f1ba55a38"/><file name="User.php" hash="ce383119807c67b55892d404afc2d21c"/></dir><file name="View.php" hash="5b5320a258e838e680bfbde6a8491d88"/></dir></dir></dir></dir><file name="Dashboard.php" hash="330e44b755b2eacf218e4c23210dd709"/><file name="Log.php" hash="da85421d71f2e50c1ef2384eedd5688a"/><file name="Menu.php" hash="0f6a56232356c46cd1da31c910985d3b"/><dir name="Order"><dir name="View"><file name="Tickets.php" hash="a83a2ad42801ddbddad2d761779a597b"/></dir></dir></dir><dir name="Customer"><dir name="Tickets"><file name="List.php" hash="eddae13553494e6689ba1736896327a7"/></dir><file name="Tickets.php" hash="6338ed7954be81569c5e6f7f13eeb811"/></dir><file name="WebWidget.php" hash="292d16516b754c0ff0609ac3a8b8e5d2"/></dir><dir name="Helper"><file name="Data.php" hash="813ca2e4af8b35bbb985dda481a38d52"/><file name="JWT.php" hash="6610b92191eccedb8edcf993730c3dc0"/><file name="Log.php" hash="358c44a7a478dc6166208eb59ccd53fb"/><dir name="_"><file name="Data.php" hash="813ca2e4af8b35bbb985dda481a38d52"/><file name="JWT.php" hash="6610b92191eccedb8edcf993730c3dc0"/><file name="Log.php" hash="358c44a7a478dc6166208eb59ccd53fb"/></dir><file name=".gitignore" hash="0c0ef7b9a3271d2fbfa0aca4d0bb61eb"/></dir><file name="LICENSE.txt" hash="d9922043f61f536de5d4d7af831e7f73"/><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="e5abe46841988dff2fb77ea9f9b71f18"/><file name="Groups.php" hash="7c2694b292399083c8209d297a1e6746"/><file name="Requesters.php" hash="9ffa79d849543c3dd5dc282b5ea80ccf"/><file name="SupportAddresses.php" hash="819b2e43055e97c58d80ab867c305db3"/><file name="Tickets.php" hash="dfd005b60e8a81ac95ff9cb151f32569"/><file name="Users.php" hash="89ade09084a1a6291af5e80bd57c66b1"/><file name="Views.php" hash="eb978152b36c63040b65cbca5f85bb52"/></dir><file name="Observer.php" hash="edddb8502a8e8e3a4bcac856d84bd561"/><dir name="Resource"><dir name="Tickets"><file name="Collection.php" hash="1eae1969bfd0ac305b90bc55ce03fe19"/></dir><file name="Tickets.php" hash="8eed34a07f8d65e3680ba3e735a3a4a1"/></dir><dir name="Search"><file name="Field.php" hash="2961022121af96a4bc599141d82e6732"/></dir><file name="Search.php" hash="cac21f222a240bab7ea813023c4523f0"/><dir name="Source"><file name="Sortdir.php" hash="916a3319d52661df8a77438935bae56f"/><file name="Sortorder.php" hash="1c58234e5253987027c174aa192a2b5f"/><file name="Views.php" hash="1c7527338bf40082016a62e45fe44622"/></dir><file name="Tickets.php" hash="796782889d46c6bc658f3cd03ee74a1c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ZendeskController.php" hash="3b8665b1bd1085110644b59ced48e0a3"/></dir><file name="ApiController.php" hash="84672fb7c6110ebadb9414e9c99ddfd0"/><dir name="Customer"><file name="TicketsController.php" hash="89164100a9640def75e94345e0fe1a14"/></dir><file name="IndexController.php" hash="f2caa943c4619d5add2149ef26443108"/><file name="SsoController.php" hash="2b99171f2c81573405d2258df835fa26"/></dir><dir name="data"><dir name="zendesk_setup"><file name="data-upgrade-1.3.0-1.4.0.php" hash="bcf2b209ab108ed2fc045176262d35ad"/><file name="data-upgrade-1.3.1-1.4.0.php" hash="bcf2b209ab108ed2fc045176262d35ad"/><file name="data-upgrade-1.4.2-2.0.0.php" hash="2b8f26c843de7435cc2bc53ad9e5cdb9"/><file name="data-upgrade-2.0.5-2.0.6.php" hash="da5a78a75da35ec27e4cbea9704c9f36"/></dir></dir><dir name="etc"><file name="config.xml" hash="39291dc9f8af568dd53d8c3634d635b0"/><file name="jstranslator.xml" hash="3f3bd74e4b6484613126a2b2f7e34aac"/><file name="system.xml" hash="2f37034472542a19e7fa67e37bb05da4"/></dir><dir name="lib"><file name="functions.php" hash="b6376678adc0a336dc56ede8bc2ec60b"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="zendesk.xml" hash="09058ecabaf99b91c7a57e12c74b0b0d"/></dir><dir name="template"><dir name="zendesk"><dir name="customer"><dir name="tickets"><file name="list.phtml" hash="b11afac703cb07a25dc95ba4038862d5"/></dir><file name="tickets.phtml" hash="1a33c2429f13b16a98225b43e345ac37"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="zendesk.xml" hash="b824f0f7099d22a7f1c0a31d83cd9efc"/></dir><dir name="template"><dir name="zendesk"><file name="autocomplete.phtml" hash="01f42e0bbe3337c058ebc0a8832ddca9"/><dir name="config"><file name="button-generate.phtml" hash="21a25898c1fdea93d31b02ae91c1dd6f"/><file name="button-signup.phtml" hash="8871a0aa0bad7f85a7419853db8e0ce4"/><file name="button-sync.phtml" hash="0a79ffa3cb7021e2883844d37133af3e"/><file name="button-test-magento.phtml" hash="e86287ab32a2ee29ce44aad62249bcab"/><file name="button-test-zendesk.phtml" hash="1c8b000905f5a7221a04b46c6f0e9d42"/><file name="link.phtml" hash="ce55d65900113183e770b2905a31b0eb"/></dir><dir name="create"><file name="customer.phtml" hash="4195705109186f619780613f31d3799d"/><file name="order.phtml" hash="6565383d06a6428ce91238d90a1a0a1a"/></dir><dir name="customer"><file name="tickets.phtml" hash="6a570b5a261ce6cb3117815dfb4ae389"/></dir><dir name="dashboard"><file name="empty.phtml" hash="d0c30af25f17ff45215d210b48063a46"/><file name="index.phtml" hash="a09f9036123888914d347e99312f4039"/></dir><file name="left-menu.phtml" hash="167b660cb9e7f0bf9fadfbd15a950c42"/><dir name="log"><file name="index.phtml" hash="c54c187ce5f09da6f56078cbfdf3ca29"/></dir><dir name="order"><file name="tickets.phtml" hash="4fe433f11c40708b0eb56aef5b0ce663"/></dir><dir name="tickets"><file name="tickets.phtml" hash="fc60966507ec30a2521413cb9b998770"/></dir><file name="translations.phtml" hash="663af777fa809b84ea9001afa740109f"/><dir name="widget"><file name="grid.phtml" hash="5e7beb2c7e37c9efe225ea3e80f1ffd7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Zendesk_Zendesk.xml" hash="a630cf18c788dafb70d4c156a33eaa07"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="zendesk"><file name="zendesk.css" hash="b5db959c683981f11b9a83c8787fa461"/><file name="button.png" hash="58e62edb7f4be46e3b29c0bb774c7ad7"/><file name="icon.png" hash="b5bfce535c987d1e9e604823ac4b3943"/><file name="zendesk-logo.png" hash="ad03156afe04a9dcc8fbf82e1913ac23"/><file name="zendesk-tab.png" hash="0f322d15c392528c212d6491732bc133"/><file name="zendesk.css" hash="b5db959c683981f11b9a83c8787fa461"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="zendesk"><file name="validation.js" hash="488b2fe21b2d34ce0814815e745771a0"/></dir></dir></target><target name="magelocale"><dir name="da_DA"><file name="Zendesk_Zendesk.csv" hash="7c20868dcfedb4be3d4c3acd688d0572"/></dir><dir name="de_DE"><file name="Zendesk_Zendesk.csv" hash="3892feb95f2173d3f934fe964708b75b"/></dir><dir name="en_CA"><file name="Zendesk_Zendesk.csv" hash="96f26f9fa0b6060ec5e47ceb5bfee923"/></dir><dir name="en_GB"><file name="Zendesk_Zendesk.csv" hash="6d38497b88ad5da6d2eafa6a7677fd1a"/></dir><dir name="en_US"><file name="Zendesk_Zendesk.csv" hash="3095edc19fafe1d9bc88166857986b79"/></dir><dir name="es_419"><file name="Zendesk_Zendesk.csv" hash="59edae01cec3de6fd62228f391222529"/></dir><dir name="es_ES"><file name="Zendesk_Zendesk.csv" hash="a0c3268b8136b65ee5a5a961212323c0"/></dir><dir name="fr_CA"><file name="Zendesk_Zendesk.csv" hash="e8fba8cc289173cec7db70a527cd5ceb"/></dir><dir name="fr_FR"><file name="Zendesk_Zendesk.csv" hash="7a7609df060c812fb3c30c935b157a75"/></dir><dir name="it_IT"><file name="Zendesk_Zendesk.csv" hash="64de62c856de4c83a69dac292c2f04a7"/></dir><dir name="ja_JA"><file name="Zendesk_Zendesk.csv" hash="d0b39c43faa0a858cf89602d6424d652"/></dir><dir name="ja_JP"><file name="Zendesk_Zendesk.csv" hash="8d0ab1a39457a8ba2dcf986faf4eb742"/></dir><dir name="ko_KO"><file name="Zendesk_Zendesk.csv" hash="46a5072434274f035a34272c5fbf5042"/></dir><dir name="ko_KR"><file name="Zendesk_Zendesk.csv" hash="38aee57e5520d82f607999ce25ba5dc2"/></dir><dir name="nl_NL"><file name="Zendesk_Zendesk.csv" hash="985790d52273a6127c9e941dacc6a25d"/></dir><dir name="no_NO"><file name="Zendesk_Zendesk.csv" hash="455b220ca4d9a2362f78855032ad2482"/></dir><dir name="pt_BR"><file name="Zendesk_Zendesk.csv" hash="90568149b111a18cc7db9debf82f9dfc"/></dir><dir name="pt_PT"><file name="Zendesk_Zendesk.csv" hash="ab137db1555f19a61cfffef603bed878"/></dir><dir name="ru_RU"><file name="Zendesk_Zendesk.csv" hash="534791f7ae25eb537b9fa5c2be70d2d3"/></dir><dir name="sv_SV"><file name="Zendesk_Zendesk.csv" hash="7e0b337874ff0352c1020c56a0649b62"/></dir><dir name="tr_TR"><file name="Zendesk_Zendesk.csv" hash="a0c73068b30d7c1ab4f3100123415249"/></dir><dir name="uk_UK"><file name="Zendesk_Zendesk.csv" hash="cc4e4541ff307b51be5a089e6c5e0f38"/></dir><dir name="zh_CN"><file name="Zendesk_Zendesk.csv" hash="c8bfa3b4398c99ec8fd498b1635be1db"/></dir><dir name="zh_TW"><file name="Zendesk_Zendesk.csv" hash="2fff120a9ee211608f505400b60c733f"/></dir></target></contents>
25
  <compatible/>
26
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
27
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zendesk</name>
4
+ <version>2.1.8</version>
5
  <stability>stable</stability>
6
  <license>Apache Software License</license>
7
  <channel>community</channel>
17
  - Display relevant support tickets on order &amp; customer dashboards&lt;br /&gt;&#xD;
18
  - Create support tickets from Contact Us requests&lt;br /&gt;&#xD;
19
  - Easily add the Web Widget to your site</description>
20
+ <notes>Go-lion launch asset and string updates.</notes>
21
  <authors><author><name>Zendesk</name><user>MAG001580855</user><email>dev.manila@zendesk.com</email></author><author><name>Fontis</name><user>fontis</user><email>magento@fontis.com.au</email></author></authors>
22
+ <date>2016-10-27</date>
23
+ <time>08:40:00</time>
24
+ <contents><target name="magecommunity"><dir name="Zendesk"><dir name="Zendesk"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Buttons"><file name="Generate.php" hash="7fa35e3e71b4bfb94f2dceddb19e86a0"/><file name="MagentoTest.php" hash="005323c12510f8ac07b46bede8df6349"/><file name="Signup.php" hash="60e3366256ab111e132b853aa6a4ea52"/><file name="Sync.php" hash="d561b6fcbf69d284e866113e7d9afd44"/><file name="ZendeskTest.php" hash="83b67b5e66f8a9757ec424a72121133c"/></dir><file name="Link.php" hash="779827427e11db311b6e1de9d42818f2"/></dir><dir name="Create"><dir name="Customer"><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="4c599ec0b7210b32733318ca40b403f1"/></dir></dir><file name="Grid.php" hash="d5da59c8bd8f939a578d776648a1920c"/></dir><file name="Customer.php" hash="afe5c04c6ac7aa0cfaefded4ceacef37"/><dir name="Edit"><file name="Form.php" hash="c94acf32924a5140edeef7eae238aa4e"/></dir><file name="Edit.php" hash="fae5df1b1f5c5f524257bdf31bd569b4"/><dir name="Order"><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="7e9aa2cbd5600865fc77ce35fd6cb73a"/></dir></dir><file name="Grid.php" hash="0e4f085158ce9cc9d3566411b80d4592"/></dir><file name="Order.php" hash="857150ae3de0e3ded29ff972732060b3"/></dir><dir name="Dashboard"><file name="Grids.php" hash="1489d6addfdad17f23bfd34ccaaeb809"/><dir name="Tab"><dir name="Tickets"><dir name="Grid"><file name="Abstract.php" hash="b9cbb0629a4970e39539893869a3cfd2"/><file name="All.php" hash="27a968cc57b9514de3bb9d60e1fda068"/><file name="Massaction.php" hash="9d3ba44e00b40f4585e167c200b4bfa6"/><dir name="Renderer"><file name="Action.php" hash="53a3b787e3f473a86bd896a0f8d7992e"/><file name="Group.php" hash="814178c8eabb9d8444d2beadd1c07a84"/><file name="Type.php" hash="4f0cd9a88be44fbe7faa4e1f1ba55a38"/><file name="User.php" hash="ce383119807c67b55892d404afc2d21c"/></dir><file name="View.php" hash="5b5320a258e838e680bfbde6a8491d88"/></dir></dir></dir></dir><file name="Dashboard.php" hash="330e44b755b2eacf218e4c23210dd709"/><file name="Log.php" hash="da85421d71f2e50c1ef2384eedd5688a"/><file name="Menu.php" hash="0f6a56232356c46cd1da31c910985d3b"/><dir name="Order"><dir name="View"><file name="Tickets.php" hash="a83a2ad42801ddbddad2d761779a597b"/></dir></dir></dir><dir name="Customer"><dir name="Tickets"><file name="List.php" hash="eddae13553494e6689ba1736896327a7"/></dir><file name="Tickets.php" hash="6338ed7954be81569c5e6f7f13eeb811"/></dir><file name="WebWidget.php" hash="292d16516b754c0ff0609ac3a8b8e5d2"/></dir><dir name="Helper"><file name="Data.php" hash="813ca2e4af8b35bbb985dda481a38d52"/><file name="JWT.php" hash="6610b92191eccedb8edcf993730c3dc0"/><file name="Log.php" hash="358c44a7a478dc6166208eb59ccd53fb"/><dir name="_"><file name="Data.php" hash="813ca2e4af8b35bbb985dda481a38d52"/><file name="JWT.php" hash="6610b92191eccedb8edcf993730c3dc0"/><file name="Log.php" hash="358c44a7a478dc6166208eb59ccd53fb"/></dir><file name=".gitignore" hash="0c0ef7b9a3271d2fbfa0aca4d0bb61eb"/></dir><file name="LICENSE.txt" hash="d9922043f61f536de5d4d7af831e7f73"/><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="e5abe46841988dff2fb77ea9f9b71f18"/><file name="Groups.php" hash="7c2694b292399083c8209d297a1e6746"/><file name="Requesters.php" hash="9ffa79d849543c3dd5dc282b5ea80ccf"/><file name="SupportAddresses.php" hash="819b2e43055e97c58d80ab867c305db3"/><file name="Tickets.php" hash="dfd005b60e8a81ac95ff9cb151f32569"/><file name="Users.php" hash="89ade09084a1a6291af5e80bd57c66b1"/><file name="Views.php" hash="eb978152b36c63040b65cbca5f85bb52"/></dir><file name="Observer.php" hash="edddb8502a8e8e3a4bcac856d84bd561"/><dir name="Resource"><dir name="Tickets"><file name="Collection.php" hash="1eae1969bfd0ac305b90bc55ce03fe19"/></dir><file name="Tickets.php" hash="8eed34a07f8d65e3680ba3e735a3a4a1"/></dir><dir name="Search"><file name="Field.php" hash="2961022121af96a4bc599141d82e6732"/></dir><file name="Search.php" hash="cac21f222a240bab7ea813023c4523f0"/><dir name="Source"><file name="Sortdir.php" hash="916a3319d52661df8a77438935bae56f"/><file name="Sortorder.php" hash="1c58234e5253987027c174aa192a2b5f"/><file name="Views.php" hash="1c7527338bf40082016a62e45fe44622"/></dir><file name="Tickets.php" hash="796782889d46c6bc658f3cd03ee74a1c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ZendeskController.php" hash="0dde1b1e5fc71c685e8a3047a78fa61b"/></dir><file name="ApiController.php" hash="84672fb7c6110ebadb9414e9c99ddfd0"/><dir name="Customer"><file name="TicketsController.php" hash="89164100a9640def75e94345e0fe1a14"/></dir><file name="IndexController.php" hash="f2caa943c4619d5add2149ef26443108"/><file name="SsoController.php" hash="2b99171f2c81573405d2258df835fa26"/></dir><dir name="data"><dir name="zendesk_setup"><file name="data-upgrade-1.3.0-1.4.0.php" hash="bcf2b209ab108ed2fc045176262d35ad"/><file name="data-upgrade-1.3.1-1.4.0.php" hash="bcf2b209ab108ed2fc045176262d35ad"/><file name="data-upgrade-1.4.2-2.0.0.php" hash="2b8f26c843de7435cc2bc53ad9e5cdb9"/><file name="data-upgrade-2.0.5-2.0.6.php" hash="da5a78a75da35ec27e4cbea9704c9f36"/></dir></dir><dir name="etc"><file name="config.xml" hash="2540cd262d931e104acfb7cd9fc1b0a8"/><file name="jstranslator.xml" hash="3f3bd74e4b6484613126a2b2f7e34aac"/><file name="system.xml" hash="17fd50ab2f9684abf1cdc0629b4b28ee"/></dir><dir name="lib"><file name="functions.php" hash="b6376678adc0a336dc56ede8bc2ec60b"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="zendesk.xml" hash="09058ecabaf99b91c7a57e12c74b0b0d"/></dir><dir name="template"><dir name="zendesk"><dir name="customer"><dir name="tickets"><file name="list.phtml" hash="b11afac703cb07a25dc95ba4038862d5"/></dir><file name="tickets.phtml" hash="1a33c2429f13b16a98225b43e345ac37"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="zendesk.xml" hash="b824f0f7099d22a7f1c0a31d83cd9efc"/></dir><dir name="template"><dir name="zendesk"><file name="autocomplete.phtml" hash="01f42e0bbe3337c058ebc0a8832ddca9"/><dir name="config"><file name="button-generate.phtml" hash="21a25898c1fdea93d31b02ae91c1dd6f"/><file name="button-signup.phtml" hash="8871a0aa0bad7f85a7419853db8e0ce4"/><file name="button-sync.phtml" hash="0a79ffa3cb7021e2883844d37133af3e"/><file name="button-test-magento.phtml" hash="e86287ab32a2ee29ce44aad62249bcab"/><file name="button-test-zendesk.phtml" hash="1c8b000905f5a7221a04b46c6f0e9d42"/><file name="link.phtml" hash="ce55d65900113183e770b2905a31b0eb"/></dir><dir name="create"><file name="customer.phtml" hash="4195705109186f619780613f31d3799d"/><file name="order.phtml" hash="6565383d06a6428ce91238d90a1a0a1a"/></dir><dir name="customer"><file name="tickets.phtml" hash="6a570b5a261ce6cb3117815dfb4ae389"/></dir><dir name="dashboard"><file name="empty.phtml" hash="d0c30af25f17ff45215d210b48063a46"/><file name="index.phtml" hash="a09f9036123888914d347e99312f4039"/></dir><file name="left-menu.phtml" hash="09d28e5a431783844d967cf75f8af8e4"/><dir name="log"><file name="index.phtml" hash="c54c187ce5f09da6f56078cbfdf3ca29"/></dir><dir name="order"><file name="tickets.phtml" hash="4fe433f11c40708b0eb56aef5b0ce663"/></dir><dir name="tickets"><file name="tickets.phtml" hash="fc60966507ec30a2521413cb9b998770"/></dir><file name="translations.phtml" hash="663af777fa809b84ea9001afa740109f"/><dir name="widget"><file name="grid.phtml" hash="5e7beb2c7e37c9efe225ea3e80f1ffd7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Zendesk_Zendesk.xml" hash="a630cf18c788dafb70d4c156a33eaa07"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="zendesk"><file name="zendesk.css" hash="b5db959c683981f11b9a83c8787fa461"/><file name="button.png" hash="fa3637489052b6ac6f717895aa19378d"/><file name="icon.png" hash="0517b69f7457537b72b23aba0e077511"/><file name="zendesk-logo.png" hash="257e1e9aa404635d3d28fa7c5d35f6b9"/><file name="zendesk-tab.png" hash="02d7a2aa53ae6a373847f6d5b54b0cfa"/><file name="zendesk.css" hash="b5db959c683981f11b9a83c8787fa461"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="zendesk"><file name="validation.js" hash="488b2fe21b2d34ce0814815e745771a0"/></dir></dir></target><target name="magelocale"><dir name="da_DA"><file name="Zendesk_Zendesk.csv" hash="777a53819cb2170d415162b3b0bc3d36"/></dir><dir name="de_DE"><file name="Zendesk_Zendesk.csv" hash="a614578ca4b0fd5ff5f92d1f5ff6f055"/></dir><dir name="en_CA"><file name="Zendesk_Zendesk.csv" hash="5ad8f745867d4c0f89514efbacd7bfbc"/></dir><dir name="en_GB"><file name="Zendesk_Zendesk.csv" hash="119498a89958f12b16bfa4893379b56b"/></dir><dir name="en_US"><file name="Zendesk_Zendesk.csv" hash="963fc26b37d3ac19c94fcc7cde1704d2"/></dir><dir name="es_419"><file name="Zendesk_Zendesk.csv" hash="f3508cb7cba13af442a7b6bce42f0e9d"/></dir><dir name="es_ES"><file name="Zendesk_Zendesk.csv" hash="e665c8a8d31ac9e4bfb4fef7667d20c2"/></dir><dir name="fr_CA"><file name="Zendesk_Zendesk.csv" hash="6e4e78107c69421fd30df814360acfd1"/></dir><dir name="fr_FR"><file name="Zendesk_Zendesk.csv" hash="39dc49fd121239e712c4b6fef0aa0ae4"/></dir><dir name="it_IT"><file name="Zendesk_Zendesk.csv" hash="3b121b37eed669be127760f7af7ac200"/></dir><dir name="ja_JA"><file name="Zendesk_Zendesk.csv" hash="851f5270b8edc08310bd4d10c938fe2c"/></dir><dir name="ja_JP"><file name="Zendesk_Zendesk.csv" hash="8d0ab1a39457a8ba2dcf986faf4eb742"/></dir><dir name="ko_KO"><file name="Zendesk_Zendesk.csv" hash="627ab97500b6756005e3fd7052481ec1"/></dir><dir name="ko_KR"><file name="Zendesk_Zendesk.csv" hash="38aee57e5520d82f607999ce25ba5dc2"/></dir><dir name="nl_NL"><file name="Zendesk_Zendesk.csv" hash="3627c0e702c60135d8740eb30fc6a008"/></dir><dir name="no_NO"><file name="Zendesk_Zendesk.csv" hash="dea20e1e41e19a906669785b11a82b4c"/></dir><dir name="pt_BR"><file name="Zendesk_Zendesk.csv" hash="3168a049ed38accf96adcd7e5eb0abe5"/></dir><dir name="pt_PT"><file name="Zendesk_Zendesk.csv" hash="22686f4364f164ce344b0667bc2aaf2e"/></dir><dir name="ru_RU"><file name="Zendesk_Zendesk.csv" hash="25a9034d7be3f0b59f9b37bf8d42e267"/></dir><dir name="sv_SV"><file name="Zendesk_Zendesk.csv" hash="1243a37feb1e4943bbe2909b65982b9d"/></dir><dir name="tr_TR"><file name="Zendesk_Zendesk.csv" hash="87342431daf18a3faeb94f5643f9b024"/></dir><dir name="uk_UK"><file name="Zendesk_Zendesk.csv" hash="e07b979701fc8dfab2491d49c679a950"/></dir><dir name="zh_CN"><file name="Zendesk_Zendesk.csv" hash="810fe95072aec4da296973eb306d5bd3"/></dir><dir name="zh_TW"><file name="Zendesk_Zendesk.csv" hash="41c25e29f37e80d7166378d80bca5345"/></dir></target></contents>
25
  <compatible/>
26
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
27
  </package>
skin/adminhtml/default/default/zendesk/button.png CHANGED
Binary file
skin/adminhtml/default/default/zendesk/icon.png CHANGED
Binary file
skin/adminhtml/default/default/zendesk/zendesk-logo.png CHANGED
Binary file
skin/adminhtml/default/default/zendesk/zendesk-tab.png CHANGED
Binary file