chore: Update language translations (#2280)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-05-17 23:53:19 +05:30
committed by GitHub
parent f925bc22e2
commit cf09c2af4d
295 changed files with 4972 additions and 856 deletions

View File

@@ -0,0 +1,79 @@
{
"CAMPAIGN": {
"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": "Create a campaign",
"ADD": {
"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": "Batalkan",
"CREATE_BUTTON_TEXT": "Buat",
"FORM": {
"TITLE": {
"LABEL": "Title",
"PLACEHOLDER": "Please enter the title of campaign",
"ERROR": "Title is required"
},
"MESSAGE": {
"LABEL": "Pesan",
"PLACEHOLDER": "Please enter the message of campaign",
"ERROR": "Message is required"
},
"SENT_BY": {
"LABEL": "Dikirim oleh",
"PLACEHOLDER": "Please select the the content of campaign",
"ERROR": "Sender is required"
},
"END_POINT": {
"LABEL": "URL",
"PLACEHOLDER": "Please enter the URL",
"ERROR": "Harap masukkan URL yang valid"
},
"TIME_ON_PAGE": {
"LABEL": "Time on page(Seconds)",
"PLACEHOLDER": "Please enter the time",
"ERROR": "Time on page is required"
},
"ENABLED": "Enable campaign",
"SUBMIT": "Add Campaign"
},
"API": {
"SUCCESS_MESSAGE": "Campaign created successfully",
"ERROR_MESSAGE": "There was an error. Please try again."
}
},
"EDIT": {
"TITLE": "Edit campaign",
"UPDATE_BUTTON_TEXT": "Perbarui",
"API": {
"SUCCESS_MESSAGE": "Campaign updated successfully",
"ERROR_MESSAGE": "Terjadi kesalahan, harap coba lagi"
}
},
"LIST": {
"LOADING_MESSAGE": "Loading campaigns...",
"404": "There are no campaigns created for this inbox.",
"TABLE_HEADER": {
"TITLE": "Title",
"MESSAGE": "Pesan",
"STATUS": "Status",
"SENDER": "Sender",
"URL": "URL",
"TIME_ON_PAGE": "Time(Seconds)",
"CREATED_AT": "Created at"
},
"BUTTONS": {
"ADD": "Add",
"EDIT": "Edit",
"DELETE": "Hapus"
},
"STATUS": {
"ENABLED": "Diaktifkan",
"DISABLED": "Nonaktif"
},
"SENDER": {
"BOT": "Bot"
}
}
}
}

View File

@@ -80,6 +80,7 @@
"RECEIVED_VIA_EMAIL": "Diterima melalui email",
"VIEW_TWEET_IN_TWITTER": "Lihat tweet di Twitter",
"REPLY_TO_TWEET": "Balas tweet ini",
"NO_MESSAGES": "Tidak Ada Pesan"
"NO_MESSAGES": "Tidak Ada Pesan",
"NO_CONTENT": "No content available"
}
}

View File

@@ -28,11 +28,17 @@
"INACTIVE_LABELS": "Label tersedia di akun",
"REMOVE": "Klik ikon X untuk menghapus label",
"ADD": "Klik ikon + untuk menambah label",
"ADD_BUTTON": "Add Labels",
"UPDATE_BUTTON": "Memperbaharui label",
"UPDATE_ERROR": "Tidak dapat memperbarui label, coba lagi."
},
"NO_LABELS_TO_ADD": "Tidak ada lagi label yang ditentukan di akun.",
"NO_AVAILABLE_LABELS": "Tidak ada label yang ditambahkan ke percakapan ini."
"NO_AVAILABLE_LABELS": "Tidak ada label yang ditambahkan ke percakapan ini.",
"LABEL_SELECT": {
"TITLE": "Add Labels",
"PLACEHOLDER": "Search labels",
"NO_RESULT": "No labels found"
}
},
"MUTE_CONTACT": "Mute Percakapan",
"UNMUTE_CONTACT": "Unmute Percakapan",
@@ -151,5 +157,18 @@
},
"VIEW_DETAILS": "Lihat detail"
}
},
"NOTES": {
"HEADER": {
"TITLE": "Notes"
},
"ADD": {
"BUTTON": "Add",
"PLACEHOLDER": "Add a note",
"TITLE": "Shift + Enter to create a note"
},
"FOOTER": {
"BUTTON": "View all notes"
}
}
}

View File

@@ -227,6 +227,7 @@
"SETTINGS": "Pengaturan",
"COLLABORATORS": "Kolaborator",
"CONFIGURATION": "Konfigurasi",
"CAMPAIGN": "Campaigns",
"PRE_CHAT_FORM": "Formulir Pra Obrolan",
"BUSINESS_HOURS": "Jam Kerja"
},

View File

@@ -1,33 +1,37 @@
import { default as _agentMgmt } from './agentMgmt.json';
import { default as _labelsMgmt } from './labelsMgmt.json';
import { default as _campaign } from './campaign.json';
import { default as _cannedMgmt } from './cannedMgmt.json';
import { default as _chatlist } from './chatlist.json';
import { default as _contact } from './contact.json';
import { default as _conversation } from './conversation.json';
import { default as _generalSettings } from './generalSettings.json';
import { default as _inboxMgmt } from './inboxMgmt.json';
import { default as _integrations } from './integrations.json';
import { default as _labelsMgmt } from './labelsMgmt.json';
import { default as _login } from './login.json';
import { default as _report } from './report.json';
import { default as _resetPassword } from './resetPassword.json';
import { default as _setNewPassword } from './setNewPassword.json';
import { default as _settings } from './settings.json';
import { default as _signup } from './signup.json';
import { default as _integrations } from './integrations.json';
import { default as _generalSettings } from './generalSettings.json';
import { default as _teamsSettings } from './teamsSettings.json';
export default {
..._agentMgmt,
..._campaign,
..._cannedMgmt,
..._chatlist,
..._contact,
..._conversation,
..._generalSettings,
..._inboxMgmt,
..._integrations,
..._labelsMgmt,
..._login,
..._report,
..._labelsMgmt,
..._resetPassword,
..._setNewPassword,
..._settings,
..._signup,
..._integrations,
..._generalSettings,
..._teamsSettings,
};

View File

@@ -38,6 +38,18 @@
{
"id": 1,
"name": "30 hari terakhir"
},
{
"id": 2,
"name": "Last 3 months"
},
{
"id": 3,
"name": "Last 6 months"
},
{
"id": 4,
"name": "Last year"
}
]
}