chore: Bring updated translations (#2945)

This commit is contained in:
Sojan Jose
2021-09-03 15:48:24 +05:30
committed by GitHub
parent ff1625708e
commit b866c54ad5
401 changed files with 7367 additions and 2040 deletions

View File

@@ -1,56 +1,64 @@
{
"CAMPAIGN": {
"HEADER": "Kampanja",
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new kampanja. You can also edit or delete an existing kampanja by clicking on the Edit or Delete button.",
"HEADER_BTN_TXT": "Luo kampanja",
"HEADER": "Campaigns",
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.",
"HEADER_BTN_TXT": {
"ONE_OFF": "Create a one off campaign",
"ONGOING": "Create a ongoing campaign"
},
"ADD": {
"TITLE": "Luo kampanja",
"TITLE": "Create a campaign",
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
"CANCEL_BUTTON_TEXT": "Peruuta",
"CREATE_BUTTON_TEXT": "Luo",
"FORM": {
"TITLE": {
"LABEL": "Otsikko",
"PLACEHOLDER": "Syötä kampanjan otsikko",
"ERROR": "Otsikko on pakollinen"
"LABEL": "Title",
"PLACEHOLDER": "Please enter the title of campaign",
"ERROR": "Title is required"
},
"SCHEDULED_AT": {
"LABEL": "Kampanjan alkamisaika",
"PLACEHOLDER": "Syötä kampanja alkamisaika",
"CONFIRM": "Varmista",
"ERROR": "Alkamisaika on pakollinen"
"LABEL": "Scheduled time",
"PLACEHOLDER": "Please select the time",
"CONFIRM": "Confirm",
"ERROR": "Scheduled time is required"
},
"AUDIENCE": {
"LABEL": "Kohdeyleisö",
"PLACEHOLDER": "Valitse tunnisteet",
"ERROR": "Kohdeyleisö on pakollinen"
"LABEL": "Audience",
"PLACEHOLDER": "Select the customer labels",
"ERROR": "Audience is required"
},
"INBOX": {
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox",
"ERROR": "Inbox is required"
},
"MESSAGE": {
"LABEL": "Viesti",
"PLACEHOLDER": "Syötä kampanjan viesti",
"ERROR": "Viesti on pakollinen"
"LABEL": "Message",
"PLACEHOLDER": "Please enter the message of campaign",
"ERROR": "Message is required"
},
"SENT_BY": {
"LABEL": "Lähettäjä",
"PLACEHOLDER": "Syötä kampanjan lähettäjä",
"ERROR": "Lähettäjä on pakollinen"
"PLACEHOLDER": "Please select the the content of campaign",
"ERROR": "Sender is required"
},
"END_POINT": {
"LABEL": "URL",
"PLACEHOLDER": "Syötä kampanjan URL",
"PLACEHOLDER": "Please enter the URL",
"ERROR": "Anna kelvollinen URL-osoite"
},
"TIME_ON_PAGE": {
"LABEL": "Aika sivulla (sekunttia)",
"PLACEHOLDER": "Syötä aika",
"ERROR": "Aika sivulla on pakollinen"
"LABEL": "Time on page(Seconds)",
"PLACEHOLDER": "Please enter the time",
"ERROR": "Time on page is required"
},
"ENABLED": "Aktivoi kampanja",
"SUBMIT": "Lisää kampanja"
"ENABLED": "Enable campaign",
"SUBMIT": "Add Campaign"
},
"API": {
"SUCCESS_MESSAGE": "Kampanja luotu onnistuneesti",
"ERROR_MESSAGE": "Hö! Kampanjaa luodessa tapahtui virhe"
"SUCCESS_MESSAGE": "Campaign created successfully",
"ERROR_MESSAGE": "There was an error. Please try again."
}
},
"DELETE": {
@@ -62,45 +70,56 @@
"NO": "Ei, säilytä "
},
"API": {
"SUCCESS_MESSAGE": "Kampanja poistettu onnistuneesti",
"ERROR_MESSAGE": "Hö! Kampanjaa poistaessa tapahtui virhe. Kokeile myöhemmin uudelleen"
"SUCCESS_MESSAGE": "Campaign deleted successfully",
"ERROR_MESSAGE": "Could not delete the campaign. Please try again later."
}
},
"EDIT": {
"TITLE": "Muokkaa kampanjaa",
"TITLE": "Edit campaign",
"UPDATE_BUTTON_TEXT": "Päivitä",
"API": {
"SUCCESS_MESSAGE": "Kampanjaa muokattu onnistuneesti",
"ERROR_MESSAGE": "Hö! Kampanjaa muokatessa tapahtui virhe"
"SUCCESS_MESSAGE": "Campaign updated successfully",
"ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen"
}
},
"LIST": {
"LOADING_MESSAGE": "Ladataan kampanjoita...",
"404": "Tälle kansiolle ei ole luotu kampanjoita.",
"LOADING_MESSAGE": "Loading campaigns...",
"404": "There are no campaigns created for this inbox.",
"TABLE_HEADER": {
"TITLE": "Otsikko",
"MESSAGE": "Viesti",
"TITLE": "Title",
"MESSAGE": "Message",
"INBOX": "Inbox",
"STATUS": "Tila",
"SENDER": "Lähettäjä",
"SENDER": "Sender",
"URL": "URL",
"SCHEDULED_AT": "Aloitusaika",
"TIME_ON_PAGE": "Aika sivulla (sekunttia)",
"CREATED_AT": "Luotu"
"SCHEDULED_AT": "Scheduled time",
"TIME_ON_PAGE": "Time(Seconds)",
"CREATED_AT": "Created at"
},
"BUTTONS": {
"ADD": "Luo uusi",
"ADD": "Add",
"EDIT": "Muokkaa",
"DELETE": "Poista"
},
"STATUS": {
"ENABLED": "Käytössä",
"DISABLED": "Pois käytöstä",
"COMPLETED": "Suoritettu",
"ACTIVE": "Käynnissä"
"COMPLETED": "Completed",
"ACTIVE": "Active"
},
"SENDER": {
"BOT": "Botti"
}
},
"ONE_OFF": {
"HEADER": "One off campaigns",
"404": "There are no one off campaigns created",
"INBOXES_NOT_FOUND": "Please create an sms inbox and start adding campaigns"
},
"ONGOING": {
"HEADER": "Ongoing campaigns",
"404": "There are no ongoing campaigns created",
"INBOXES_NOT_FOUND": "Please create an website inbox and start adding campaigns"
}
}
}