Skip to content

Commit

Permalink
Maintenance: Update translated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Sep 23, 2024
1 parent ddfae8d commit 5b5b26f
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/views/mailer/ticket_escalation_warning/fr.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Le ticket sera escaladé (#{ticket.title})

<div>Bonjour #{recipient.firstname},</div>
<br>
<div>Le ticket (#{ticket.title}) de "<b>#{ticket.customer.longname}</b>" sera escaladé à "#{ticket.escalation_at}" !</div>
<div>Le ticket (#{ticket.title}) de "<b>#{ticket.customer.longname}</b>" sera escaladé le "#{ticket.escalation_at}" !</div>
<br>
<% if @objects[:article] %>
<div>
Expand Down
4 changes: 2 additions & 2 deletions app/views/messaging/ticket_escalation/fr.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# #{ticket.title}
_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|Ticket##{ticket.number}> : Escaladé à #{ticket.escalation_at}_
Le ticket (#{ticket.title}) de "#{ticket.customer.longname}" a été escaladé depuis "#{ticket.escalation_at}" !
_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|Ticket##{ticket.number}> : Escaladé le #{ticket.escalation_at}_
Le ticket (#{ticket.title}) de "#{ticket.customer.longname}" a été escaladé le "#{ticket.escalation_at}" !

<% if @objects[:article] %>
#{article.body_as_text}
Expand Down
4 changes: 2 additions & 2 deletions app/views/messaging/ticket_escalation_warning/fr.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# #{ticket.title}
_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|Ticket##{ticket.number}> : Sera escaladé à #{ticket.escalation_at}_
Le ticket (#{ticket.title}) de "#{ticket.customer.longname}" va être escaladé à "#{ticket.escalation_at}" !
_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|Ticket##{ticket.number}> : Sera escaladé le #{ticket.escalation_at}_
Le ticket (#{ticket.title}) de "#{ticket.customer.longname}" va être escaladé le "#{ticket.escalation_at}" !

<% if @objects[:article] %>
#{article.body_as_text}
Expand Down
2 changes: 1 addition & 1 deletion public/assets/chat/chat-no-jquery.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ do(window) ->
'You are on waiting list position <strong>%s</strong>.': 'Vous êtes actuellement en position <strong>%s</strong> dans la file d\'attente.'
'hr':
'<strong>Chat</strong> with us!': '<strong>Čavrljajte</strong> sa nama!'
'All colleagues are busy.': 'Svi kolege su zauzeti.'
'All colleagues are busy.': 'Svi agenti su zauzeti.'
'Chat closed by %s': '%s zatvara chat'
'Compose your message…': 'Sastavite poruku…'
'Connecting': 'Povezivanje'
Expand Down
2 changes: 1 addition & 1 deletion public/assets/chat/chat-no-jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ var extend = function(child, parent) { for (var key in parent) { if (hasProp.cal
},
'hr': {
'<strong>Chat</strong> with us!': '<strong>Čavrljajte</strong> sa nama!',
'All colleagues are busy.': 'Svi kolege su zauzeti.',
'All colleagues are busy.': 'Svi agenti su zauzeti.',
'Chat closed by %s': '%s zatvara chat',
'Compose your message…': 'Sastavite poruku…',
'Connecting': 'Povezivanje',
Expand Down
2 changes: 1 addition & 1 deletion public/assets/chat/chat-no-jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/chat/chat.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ do($ = window.jQuery, window) ->
'You are on waiting list position <strong>%s</strong>.': 'Vous êtes actuellement en position <strong>%s</strong> dans la file d\'attente.'
'hr':
'<strong>Chat</strong> with us!': '<strong>Čavrljajte</strong> sa nama!'
'All colleagues are busy.': 'Svi kolege su zauzeti.'
'All colleagues are busy.': 'Svi agenti su zauzeti.'
'Chat closed by %s': '%s zatvara chat'
'Compose your message…': 'Sastavite poruku…'
'Connecting': 'Povezivanje'
Expand Down
2 changes: 1 addition & 1 deletion public/assets/chat/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ var bind = function(fn, me){ return function(){ return fn.apply(me, arguments);
},
'hr': {
'<strong>Chat</strong> with us!': '<strong>Čavrljajte</strong> sa nama!',
'All colleagues are busy.': 'Svi kolege su zauzeti.',
'All colleagues are busy.': 'Svi agenti su zauzeti.',
'Chat closed by %s': '%s zatvara chat',
'Compose your message…': 'Sastavite poruku…',
'Connecting': 'Povezivanje',
Expand Down
2 changes: 1 addition & 1 deletion public/assets/chat/chat.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/form/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ $(function() {
'Your Name': 'Votre nom',
},
'hr': {
'Attachments': 'Privitci',
'Attachments': 'Privici',
'Email': 'E-pošta',
'Message': 'Poruka',
'Name': 'Ime',
Expand Down

0 comments on commit 5b5b26f

Please sign in to comment.