2020-07-07 19:29:30 +00:00
#Files in the config/locales directory are used for internationalization
#and are automatically loaded by Rails. If you want to use locales other
#than English, add the necessary files in this directory.
#To use the locales, use `I18n.t`:
#I18n.t 'hello'
#In views, this is aliased to just `t`:
#<%= t('hello') %>
#To use a different locale, set it with `I18n.locale`:
#I18n.locale = :es
#This would use the information in config/locales/es.yml.
#The following keys must be escaped otherwise they will not be retrieved by
#the default I18n backend:
#true, false, on, off, yes, no
#Instead, surround them with single quotes.
#en:
#'true': 'foo'
#To learn more, please read the Rails Internationalization guide
#available at https://guides.rubyonrails.org/i18n.html.
sk :
hello : "Hello world"
messages :
reset_password_success : Woot! Request for password reset is successful. Check your mail for instructions.
reset_password_failure : Uh ho! We could not find any user with the specified email.
errors :
signup :
disposable_email : We do not allow disposable emails
invalid_email : You have entered an invalid email
email_already_exists : "You have already signed up for an account with %{email}"
failed : Signup failed
2021-10-14 08:02:15 +00:00
contacts :
import :
failed : File is blank
2020-12-15 19:05:40 +00:00
reports :
period : Reporting period %{since} to %{until}
2021-04-19 09:40:16 +00:00
agent_csv :
agent_name : Agent name
conversations_count : Conversations count
avg_first_response_time : Avg first response time (Minutes)
avg_resolution_time : Avg resolution time (Minutes)
2021-10-14 08:02:15 +00:00
team_csv :
2021-12-19 06:08:02 +00:00
team_name : Názov tímu
2021-10-14 08:02:15 +00:00
conversations_count : Conversations count
avg_first_response_time : Avg first response time (Minutes)
avg_resolution_time : Avg resolution time (Minutes)
2022-03-17 14:32:32 +00:00
default_group_by : day
2021-02-13 10:07:06 +00:00
notifications :
notification_title :
conversation_creation : "[New conversation] - #%{display_id} has been created in %{inbox_name}"
conversation_assignment : "[Assigned to you] - #%{display_id} has been assigned to you"
assigned_conversation_new_message : "[New message] - #%{display_id} %{content}"
conversation_mention : "You have been mentioned in conversation [ID - %{display_id}] by %{name}"
2020-07-07 19:29:30 +00:00
conversations :
2020-12-29 07:48:22 +00:00
messages :
2022-03-17 14:32:32 +00:00
instagram_story_content : "%{story_sender} mentioned you in the story: "
2020-12-29 07:48:22 +00:00
deleted : This message was deleted
2020-07-07 19:29:30 +00:00
activity :
status :
resolved : "Conversation was marked resolved by %{user_name}"
2022-03-17 14:32:32 +00:00
contact_resolved : "Conversation was resolved by %{contact_name}"
2020-07-07 19:29:30 +00:00
open : "Conversation was reopened by %{user_name}"
2021-09-03 10:18:24 +00:00
pending : "Conversation was marked as pending by %{user_name}"
snoozed : "Conversation was snoozed by %{user_name}"
2020-11-01 07:23:25 +00:00
auto_resolved : "Conversation was marked resolved by system due to %{duration} days of inactivity"
2020-07-07 19:29:30 +00:00
assignee :
2020-11-16 17:41:14 +00:00
self_assigned : "%{user_name} self-assigned this conversation"
2021-12-19 06:08:02 +00:00
assigned : "Pridelené %{assignee_name} od %{user_name}"
removed : "Konverzácia nepriradená %{user_name}"
2021-03-15 18:30:53 +00:00
team :
2021-12-19 06:08:02 +00:00
assigned : "Pridelené %{team_name} od %{user_name}"
assigned_with_assignee : "Pridelené %{assignee_name} prostredníctvom %{team_name} od %{user_name}"
removed : "Odpriradené z %{team_name} od %{user_name}"
2020-11-16 17:41:14 +00:00
labels :
2021-12-19 06:08:02 +00:00
added : "%{user_name} pridal %{labels}"
removed : "%{user_name} odobral %{labels}"
muted : "%{user_name} stlmil konverzáciu"
unmuted : "%{user_name} odtlmil konverzáciu"
2020-07-07 19:29:30 +00:00
templates :
2021-12-19 06:08:02 +00:00
greeting_message_body : "%{account_name} zvyčajne odpovedá do niekoľkých hodín."
ways_to_reach_you_message_body : "Poskytnite tímu spôsob, ako sa s vami spojiť."
email_input_box_message_body : "Dostať upozornenie e-mailom"
csat_input_message_body : "Prosím, ohodnoťte konverzáciu"
2020-07-07 19:29:30 +00:00
reply :
2021-12-19 06:08:02 +00:00
email :
header :
from_with_name : '%{assignee_name} z %{inbox_name} <reply+%{from_email}>'
reply_with_name : '%{assignee_name} z %{inbox_name} <reply+%{reply_email}>'
email_subject : "Nové správy v tejto konverzácii"
transcript_subject : "Prepis konverzácie"
2021-09-03 10:18:24 +00:00
survey :
2021-12-19 06:08:02 +00:00
response : "Prosím, ohodnoťte túto konverzáciu, %{link}"
2021-10-14 08:02:15 +00:00
contacts :
online :
2021-12-19 06:08:02 +00:00
delete : "%{contact_name} je online, skúste to prosím neskôr"
2020-12-01 07:45:17 +00:00
integration_apps :
slack :
name : "Slack"
2021-12-19 06:08:02 +00:00
description : "Slack je chatovací nástroj, ktorý spája všetku vašu komunikáciu na jednom mieste. Integráciou služby Slack môžete dostávať upozornenia na všetky nové konverzácie vo vašom účte priamo v službe Slack."
2020-12-01 07:45:17 +00:00
webhooks :
name : "Webhooks"
2021-12-19 06:08:02 +00:00
description : "Udalosti Webhook vám poskytujú informácie v reálnom čase o tom, čo sa deje vo vašom účte. Webhook môžete využiť na oznamovanie udalostí svojim obľúbeným aplikáciám, ako je Slack alebo Github. Kliknutím na tlačidlo Konfigurovať nastavte svoje webhooky."
2021-05-17 18:23:19 +00:00
dialogflow :
name : "Dialogflow"
2021-12-19 06:08:02 +00:00
description : "Vytvorte chatboty pomocou aplikácie Dialogflow a rýchlo ich pripojte k doručenej pošte. Nechajte botov spracovať otázky predtým, ako ich odovzdáte agentovi zákazníckeho servisu."
2021-06-15 16:45:18 +00:00
fullcontact :
name : "Fullcontact"
2021-12-19 06:08:02 +00:00
description : "Integrácia so službou FullContact pomáha obohatiť profily návštevníkov. Identifikujte používateľov hneď, ako zdieľajú svoju e-mailovú adresu, a ponúknite im zákaznícky servis šitý na mieru. Pripojte aplikáciu FullContact k svojmu účtu zdieľaním kľúča API FullContact."