Chatwoot/app/javascript/widget/i18n/locale/fi.json
Sojan Jose cf09c2af4d
chore: Update language translations (#2280)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-05-17 23:53:19 +05:30

54 lines
1.5 KiB
JSON

{
"COMPONENTS": {
"FILE_BUBBLE": {
"DOWNLOAD": "Lataa",
"UPLOADING": "Lähetetään..."
},
"FORM_BUBBLE": {
"SUBMIT": "Lähetä"
}
},
"TEAM_AVAILABILITY": {
"ONLINE": "Olemme online-tilassa",
"OFFLINE": "We are away at the moment"
},
"REPLY_TIME": {
"IN_A_FEW_MINUTES": "Vastaa tyypillisesti muutamassa minuutissa",
"IN_A_FEW_HOURS": "Tyypillisesti vastaa muutaman tunnin kuluessa",
"IN_A_DAY": "Vastaa tyypillisesti päivässä"
},
"START_CONVERSATION": "Aloita keskustelu",
"UNREAD_VIEW": {
"VIEW_MESSAGES_BUTTON": "Näytä uudet viestit",
"CLOSE_MESSAGES_BUTTON": "Sulje",
"COMPANY_FROM": "from"
},
"BUBBLE": {
"LABEL": "Keskustele kanssamme"
},
"POWERED_BY": "Palvelun tarjoaa Chatwoot",
"EMAIL_PLACEHOLDER": "Ole hyvä ja syötä sähköpostiosoitteesi",
"CHAT_PLACEHOLDER": "Kirjoita viestisi",
"TODAY": "Tänään",
"YESTERDAY": "Eilen",
"PRE_CHAT_FORM": {
"FIELDS": {
"FULL_NAME": {
"LABEL": "Koko nimi",
"PLACEHOLDER": "Syötä koko nimesi",
"ERROR": "Full Name is required"
},
"EMAIL_ADDRESS": {
"LABEL": "Sähköpostiosoite",
"PLACEHOLDER": "Please enter your email address",
"ERROR": "Invalid email address"
},
"MESSAGE": {
"LABEL": "Message",
"PLACEHOLDER": "Please enter your message",
"ERROR": "Message too short"
}
}
},
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit"
}