chore: Enable Finnish, Indonesian languages (#1495)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
Co-authored-by: Michael (msmits2011)
Co-authored-by: pixpack
Co-authored-by: vfasoulas
Co-authored-by: korho
Co-authored-by: Yovan Lutfi Arya (Regerta)
This commit is contained in:
Sojan Jose
2020-12-08 00:05:07 +05:30
committed by GitHub
parent 594871ed96
commit 2880f4942a
84 changed files with 1867 additions and 602 deletions

View File

@@ -1,67 +1,67 @@
{
"LABEL_MGMT": {
"HEADER": "Labels",
"HEADER_BTN_TXT": "Add label",
"LOADING": "Fetching labels",
"SEARCH_404": "There are no items matching this query",
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
"HEADER": "Tunnisteet",
"HEADER_BTN_TXT": "Lisää tunniste",
"LOADING": "Haetaan tunnisteita",
"SEARCH_404": "Tätä hakua vastaavia kohteita ei löydy",
"SIDEBAR_TXT": "<p><b>Tunnisteet</b> <p>Tunnisteet auttavat sinua luokittelemaan keskustelut ja priorisoimaan ne. Voit määrittää tunnisteen keskusteluun sivupaneelista.<br /><br />Tunnisteet ovat sidottuja tiliin ja niitä voidaan käyttää luomaan mukautettuja työnkulkuja organisaatiollesi. Voit määrittää oman värin tunnisteeseen, mikä helpottaa tunnisteen tunnistamista. Voit näyttää otsikon sivupalkissa, jotta voit suodattaa keskustelut helposti.</p>",
"LIST": {
"404": "There are no labels available in this account.",
"TITLE": "Manage labels",
"DESC": "Labels let you group the conversations together.",
"404": "Tällä tilillä ei ole tunnisteita.",
"TITLE": "Hallitse tunnisteita",
"DESC": "Tunnisteiden avulla voit ryhmitellä keskustelut yhteen.",
"TABLE_HEADER": [
"Name",
"Description",
"Color"
"Nimi",
"Kuvaus",
"Väri"
]
},
"FORM": {
"NAME": {
"LABEL": "Label Name",
"PLACEHOLDER": "Label name",
"ERROR": "Label Name is required"
"LABEL": "Tunnisteen nimi",
"PLACEHOLDER": "Tunnisteen nimi",
"ERROR": "Tunnisteen nimi on pakollinen"
},
"DESCRIPTION": {
"LABEL": "Description",
"PLACEHOLDER": "Label Description"
"LABEL": "Kuvaus",
"PLACEHOLDER": "Tunnisteen kuvaus"
},
"COLOR": {
"LABEL": "Color"
"LABEL": "Väri"
},
"SHOW_ON_SIDEBAR": {
"LABEL": "Show label on sidebar"
"LABEL": "Näytä tunniste sivupalkissa"
},
"EDIT": "Edit",
"CREATE": "Create",
"DELETE": "Delete",
"CANCEL": "Cancel"
"EDIT": "Muokkaa",
"CREATE": "Luo",
"DELETE": "Poista",
"CANCEL": "Peruuta"
},
"ADD": {
"TITLE": "Add label",
"DESC": "Labels let you group the conversations together.",
"TITLE": "Lisää tunniste",
"DESC": "Tunnisteiden avulla voit ryhmitellä keskustelut yhteen.",
"API": {
"SUCCESS_MESSAGE": "Label added successfully",
"ERROR_MESSAGE": "There was an error, please try again"
"SUCCESS_MESSAGE": "Tunniste lisätty onnistuneesti",
"ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen"
}
},
"EDIT": {
"TITLE": "Edit label",
"TITLE": "Muokkaa tunnistetta",
"API": {
"SUCCESS_MESSAGE": "Label updated successfully",
"ERROR_MESSAGE": "There was an error, please try again"
"SUCCESS_MESSAGE": "Tunniste päivitetty onnistuneesti",
"ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen"
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Poista",
"API": {
"SUCCESS_MESSAGE": "Label deleted successfully",
"ERROR_MESSAGE": "There was an error, please try again"
"SUCCESS_MESSAGE": "Tunniste poistettu onnistuneesti",
"ERROR_MESSAGE": "Tapahtui virhe, yritä uudelleen"
},
"CONFIRM": {
"TITLE": "Confirm Deletion",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"TITLE": "Vahvista poistaminen",
"MESSAGE": "Oletko varma että haluat poistaa ",
"YES": "Kyllä, poista ",
"NO": "Ei, säilytä "
}
}
}