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:
@@ -11,6 +11,7 @@ import { default as fi } from './locale/fi.json';
|
||||
import { default as fr } from './locale/fr.json';
|
||||
import { default as hi } from './locale/hi.json';
|
||||
import { default as hu } from './locale/hu.json';
|
||||
import { default as id } from './locale/id.json';
|
||||
import { default as it } from './locale/it.json';
|
||||
import { default as ja } from './locale/ja.json';
|
||||
import { default as ko } from './locale/ko.json';
|
||||
@@ -43,6 +44,7 @@ export default {
|
||||
fr,
|
||||
hi,
|
||||
hu,
|
||||
id,
|
||||
it,
|
||||
ja,
|
||||
ko,
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
"OFFLINE": "Olemme offline-tilassa"
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"IN_A_FEW_MINUTES": "Tyypillisesti vastaa muutamassa minuutissa",
|
||||
"IN_A_FEW_MINUTES": "Vastaa tyypillisesti muutamassa minuutissa",
|
||||
"IN_A_FEW_HOURS": "Tyypillisesti vastaa muutaman tunnin kuluessa",
|
||||
"IN_A_DAY": "Tyypillisesti vastaa päivässä"
|
||||
"IN_A_DAY": "Vastaa tyypillisesti päivässä"
|
||||
},
|
||||
"START_CONVERSATION": "Aloita Keskustelu",
|
||||
"START_CONVERSATION": "Aloita keskustelu",
|
||||
"UNREAD_VIEW": {
|
||||
"VIEW_MESSAGES_BUTTON": "Katso uudet viestit",
|
||||
"VIEW_MESSAGES_BUTTON": "Näytä uudet viestit",
|
||||
"CLOSE_MESSAGES_BUTTON": "Sulje"
|
||||
},
|
||||
"BUBBLE": {
|
||||
|
||||
31
app/javascript/widget/i18n/locale/id.json
Normal file
31
app/javascript/widget/i18n/locale/id.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Unduh",
|
||||
"UPLOADING": "Mengunggah..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Kirim"
|
||||
}
|
||||
},
|
||||
"TEAM_AVAILABILITY": {
|
||||
"ONLINE": "Kami sedang online",
|
||||
"OFFLINE": "Kami sedang offline"
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"IN_A_FEW_MINUTES": "Biasanya membalas dalam beberapa menit",
|
||||
"IN_A_FEW_HOURS": "Biasanya membalas dalam beberapa jam",
|
||||
"IN_A_DAY": "Biasanya membalas dalam sehari"
|
||||
},
|
||||
"START_CONVERSATION": "Mulai Percakapan",
|
||||
"UNREAD_VIEW": {
|
||||
"VIEW_MESSAGES_BUTTON": "Lihat pesan baru",
|
||||
"CLOSE_MESSAGES_BUTTON": "Tutup"
|
||||
},
|
||||
"BUBBLE": {
|
||||
"LABEL": "Chat dengan kami"
|
||||
},
|
||||
"POWERED_BY": "Powered by Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Masukkan email Anda",
|
||||
"CHAT_PLACEHOLDER": "Ketik pesan Anda"
|
||||
}
|
||||
Reference in New Issue
Block a user