chore: Update translations (#4691)

This commit is contained in:
Sojan Jose
2022-05-23 11:33:54 +05:30
committed by GitHub
parent 59969cc553
commit f74a1f7d5a
93 changed files with 568 additions and 128 deletions

View File

@@ -1,28 +1,28 @@
{
"FILTER": {
"TITLE": "Filter Conversations",
"SUBTITLE": "Add filters below and hit 'Apply filters' to filter conversations.",
"ADD_NEW_FILTER": "Add Filter",
"FILTER_DELETE_ERROR": "You should have atleast one filter to save",
"SUBMIT_BUTTON_LABEL": "Apply filters",
"SUBTITLE": "会話のフィルターを行うには、適用したいフィルターを選択して「フィルターを適用」を押してください。",
"ADD_NEW_FILTER": "フィルターを追加",
"FILTER_DELETE_ERROR": "保存するには少なくとも一つのフィルター選択が必要です。",
"SUBMIT_BUTTON_LABEL": "フィルターを適用",
"CANCEL_BUTTON_LABEL": "キャンセル",
"CLEAR_BUTTON_LABEL": "Clear Filters",
"EMPTY_VALUE_ERROR": "Value is required",
"TOOLTIP_LABEL": "Filter conversations",
"CLEAR_BUTTON_LABEL": "フィルターをクリア",
"EMPTY_VALUE_ERROR": "値は必須です",
"TOOLTIP_LABEL": "会話をフィルターする",
"QUERY_DROPDOWN_LABELS": {
"AND": "AND",
"OR": "OR"
},
"OPERATOR_LABELS": {
"equal_to": "Equal to",
"not_equal_to": "Not equal to",
"contains": "Contains",
"does_not_contain": "Does not contain",
"is_present": "Is present",
"is_not_present": "Is not present",
"is_greater_than": "Is greater than",
"is_less_than": "Is lesser than",
"days_before": "Is x days before"
"equal_to": "等しい",
"not_equal_to": "等しくない",
"contains": "含む",
"does_not_contain": "含まない",
"is_present": "存在する",
"is_not_present": "存在しない",
"is_greater_than": "より大きい",
"is_less_than": "より小さい",
"days_before": "x日前"
},
"ATTRIBUTE_LABELS": {
"TRUE": "True",
@@ -30,16 +30,16 @@
},
"ATTRIBUTES": {
"STATUS": "状況",
"ASSIGNEE_NAME": "Assignee Name",
"ASSIGNEE_NAME": "担当者名",
"INBOX_NAME": "受信トレイ名",
"TEAM_NAME": "Team Name",
"TEAM_NAME": "チーム名",
"CONVERSATION_IDENTIFIER": "Conversation Identifier",
"CAMPAIGN_NAME": "Campaign Name",
"CAMPAIGN_NAME": "キャンペーンの名前",
"LABELS": "ラベル",
"BROWSER_LANGUAGE": "Browser Language",
"COUNTRY_NAME": "Country Name",
"REFERER_LINK": "Referer link",
"CUSTOM_ATTRIBUTE_LIST": "List",
"BROWSER_LANGUAGE": "ブラウザの言語",
"COUNTRY_NAME": "国名",
"REFERER_LINK": "参照者のリンク",
"CUSTOM_ATTRIBUTE_LIST": "リスト",
"CUSTOM_ATTRIBUTE_TEXT": "Text",
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
"CUSTOM_ATTRIBUTE_LINK": "Link",
@@ -58,11 +58,11 @@
"LABEL": "Name this filter",
"PLACEHOLDER": "Enter a name for this filter",
"ERROR_MESSAGE": "Name is required",
"SAVE_BUTTON": "Save filter",
"SAVE_BUTTON": "フィルターの保存",
"CANCEL_BUTTON": "キャンセル",
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Folder created successfully",
"ERROR_MESSAGE": "Error while creating folder"
"SUCCESS_MESSAGE": "フォルダが正常に作成されました",
"ERROR_MESSAGE": "フォルダの作成中にエラーが発生しました"
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment created successfully",

View File

@@ -186,7 +186,7 @@
"SEARCH_BUTTON": "Search",
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
"FILTER_CONTACTS": "Filter",
"FILTER_CONTACTS_SAVE": "Save filter",
"FILTER_CONTACTS_SAVE": "フィルターの保存",
"FILTER_CONTACTS_DELETE": "Delete filter",
"LIST": {
"LOADING_MESSAGE": "Loading contacts...",

View File

@@ -2,28 +2,28 @@
"CONTACTS_FILTER": {
"TITLE": "Filter Contacts",
"SUBTITLE": "Add filters below and hit 'Submit' to filter contacts.",
"ADD_NEW_FILTER": "Add Filter",
"ADD_NEW_FILTER": "フィルターを追加",
"CLEAR_ALL_FILTERS": "Clear All Filters",
"FILTER_DELETE_ERROR": "You should have atleast one filter to save",
"FILTER_DELETE_ERROR": "保存するには少なくとも一つのフィルター選択が必要です。",
"SUBMIT_BUTTON_LABEL": "送信",
"CANCEL_BUTTON_LABEL": "キャンセル",
"CLEAR_BUTTON_LABEL": "Clear Filters",
"EMPTY_VALUE_ERROR": "Value is required",
"CLEAR_BUTTON_LABEL": "フィルターをクリア",
"EMPTY_VALUE_ERROR": "値は必須です",
"TOOLTIP_LABEL": "Filter contacts",
"QUERY_DROPDOWN_LABELS": {
"AND": "AND",
"OR": "OR"
},
"OPERATOR_LABELS": {
"equal_to": "Equal to",
"not_equal_to": "Not equal to",
"contains": "Contains",
"does_not_contain": "Does not contain",
"is_present": "Is present",
"is_not_present": "Is not present",
"is_greater_than": "Is greater than",
"equal_to": "等しい",
"not_equal_to": "等しくない",
"contains": "含む",
"does_not_contain": "含まない",
"is_present": "存在する",
"is_not_present": "存在しない",
"is_greater_than": "より大きい",
"is_lesser_than": "Is lesser than",
"days_before": "Is x days before"
"days_before": "x日前"
},
"ATTRIBUTES": {
"NAME": "名前",
@@ -32,7 +32,7 @@
"IDENTIFIER": "Identifier",
"CITY": "City",
"COUNTRY": "Country",
"CUSTOM_ATTRIBUTE_LIST": "List",
"CUSTOM_ATTRIBUTE_LIST": "リスト",
"CUSTOM_ATTRIBUTE_TEXT": "Text",
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
"CUSTOM_ATTRIBUTE_LINK": "Link",

View File

@@ -386,6 +386,7 @@
"CSAT_REPORTS": {
"HEADER": "CSAT Reports",
"NO_RECORDS": "There are no CSAT survey responses available.",
"DOWNLOAD": "Download CSAT Reports",
"FILTERS": {
"AGENTS": {
"PLACEHOLDER": "Choose Agents"

View File

@@ -1,15 +1,15 @@
{
"TEAMS_SETTINGS": {
"NEW_TEAM": "Create new team",
"HEADER": "Teams",
"NEW_TEAM": "チームを新規作成",
"HEADER": "チーム一覧",
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
"LIST": {
"404": "There are no teams created on this account.",
"EDIT_TEAM": "Edit team"
"404": "このアカウントにはまだ作成したチームはありません。",
"EDIT_TEAM": "チームを編集"
},
"CREATE_FLOW": {
"CREATE": {
"TITLE": "Create a new team",
"TITLE": "チームを新規作成",
"DESC": "Add a title and description to your new team."
},
"AGENTS": {