chore: Enable Japanese, update translation from Crowdin (#1417)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"NOT_AVAILABLE": "Not Available",
|
||||
"EMAIL_ADDRESS": "E-postadress",
|
||||
"PHONE_NUMBER": "Telefonnummer",
|
||||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||||
"COMPANY": "Company",
|
||||
"LOCATION": "Plats",
|
||||
"CONVERSATION_TITLE": "Konversation Detaljer",
|
||||
@@ -32,7 +33,9 @@
|
||||
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
|
||||
},
|
||||
"MUTE_CONTACT": "Mute Conversation",
|
||||
"UNMUTE_CONTACT": "Unmute Conversation",
|
||||
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
|
||||
"UNMUTED_SUCCESS": "This conversation is unmuted",
|
||||
"SEND_TRANSCRIPT": "Send Transcript",
|
||||
"EDIT_LABEL": "Redigera"
|
||||
},
|
||||
@@ -92,5 +95,20 @@
|
||||
"SUCCESS_MESSAGE": "Updated contact successfully",
|
||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
||||
"ERROR_MESSAGE": "There was an error updating the contact, please try again"
|
||||
},
|
||||
"CONTACTS_PAGE": {
|
||||
"HEADER": "Contacts",
|
||||
"SEARCH_BUTTON": "Search",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Loading contacts...",
|
||||
"404": "No contacts matches your search 🔍",
|
||||
"TABLE_HEADER": [
|
||||
"Namn",
|
||||
"Phone Number",
|
||||
"Konversationer",
|
||||
"Last Contacted"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
"NO_INBOX_1": "Hola! Ser ut som om du inte har lagt till några inkorgar än.",
|
||||
"NO_INBOX_2": " att komma igång",
|
||||
"NO_INBOX_AGENT": "Oh Oh! Ser ut som om du inte är en del av någon inkorg. Kontakta administratören",
|
||||
"SEARCH_MESSAGES": "Search for messages in conversations",
|
||||
"SEARCH": {
|
||||
"TITLE": "Search messages",
|
||||
"LOADING_MESSAGE": "Crunching data...",
|
||||
"PLACEHOLDER": "Type any text to search messages",
|
||||
"NO_MATCHING_RESULTS": "There are no messages matching the search parameters."
|
||||
},
|
||||
"CLICK_HERE": "Klicka här",
|
||||
"LOADING_INBOXES": "Laddar inkorgar",
|
||||
"LOADING_CONVERSATIONS": "Laddar konversationer",
|
||||
|
||||
@@ -73,6 +73,13 @@
|
||||
"ENABLED": "Aktiverad",
|
||||
"DISABLED": "Inaktiverad"
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"TITLE": "Set Reply time",
|
||||
"IN_A_FEW_MINUTES": "In a few minutes",
|
||||
"IN_A_FEW_HOURS": "In a few hours",
|
||||
"IN_A_DAY": "In a day",
|
||||
"HELP_TEXT": "This reply time will be displayed on the live chat widget"
|
||||
},
|
||||
"WIDGET_COLOR": {
|
||||
"LABEL": "Widget färg",
|
||||
"PLACEHOLDER": "Uppdatera widgetens färg som används i widget"
|
||||
@@ -233,6 +240,12 @@
|
||||
"INBOX_UPDATE_TITLE": "Inkorg inställningar",
|
||||
"INBOX_UPDATE_SUB_TEXT": "Uppdatera inställningarna för din inkorg",
|
||||
"AUTO_ASSIGNMENT_SUB_TEXT": "Aktivera eller inaktivera automatisk tilldelning av nya konversationer till de agenter som lagts till den här inkorgen."
|
||||
},
|
||||
"FACEBOOK_REAUTHORIZE": {
|
||||
"TITLE": "Återauktorisera",
|
||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||
"MESSAGE_ERROR": "There was an error, please try again"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
"TITLE": "E-post aviseringar",
|
||||
"NOTE": "Uppdatera dina e-postaviseringsinställningar här",
|
||||
"CONVERSATION_ASSIGNMENT": "Skicka e-postmeddelanden när en konversation är tilldelad till mig",
|
||||
"CONVERSATION_CREATION": "Skicka e-postmeddelanden när en ny konversation skapas"
|
||||
"CONVERSATION_CREATION": "Skicka e-postmeddelanden när en ny konversation skapas",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation"
|
||||
},
|
||||
"API": {
|
||||
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
|
||||
@@ -37,6 +38,7 @@
|
||||
"NOTE": "Update your push notification preferences here",
|
||||
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
|
||||
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation",
|
||||
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
||||
"REQUEST_PUSH": "Enable push notifications"
|
||||
},
|
||||
@@ -120,6 +122,7 @@
|
||||
"SIDEBAR": {
|
||||
"CONVERSATIONS": "Konversationer",
|
||||
"REPORTS": "Rapporter",
|
||||
"CONTACTS": "Contacts (Beta)",
|
||||
"SETTINGS": "Inställningar",
|
||||
"HOME": "Home",
|
||||
"AGENTS": "Agenter",
|
||||
|
||||
Reference in New Issue
Block a user