@zappway/embeds 1.0.107 → 1.0.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chatbox/index.js +209 -209
- package/dist/form/index.js +172 -172
- package/dist/locales/ar/translations.json +128 -99
- package/dist/locales/az/translations.json +117 -88
- package/dist/locales/bg/translations.json +108 -79
- package/dist/locales/bn/translations.json +111 -82
- package/dist/locales/ca/translations.json +110 -81
- package/dist/locales/cs/translations.json +103 -74
- package/dist/locales/da/translations.json +136 -107
- package/dist/locales/de/translations.json +104 -75
- package/dist/locales/el/translations.json +101 -72
- package/dist/locales/en/translations.json +101 -72
- package/dist/locales/eo/translations.json +120 -91
- package/dist/locales/es/translations.json +108 -79
- package/dist/locales/et/translations.json +105 -76
- package/dist/locales/fa/translations.json +113 -84
- package/dist/locales/fi/translations.json +118 -89
- package/dist/locales/fr/translations.json +102 -73
- package/dist/locales/ga/translations.json +132 -103
- package/dist/locales/he/translations.json +109 -80
- package/dist/locales/hi/translations.json +105 -76
- package/dist/locales/hu/translations.json +113 -84
- package/dist/locales/id/translations.json +98 -69
- package/dist/locales/it/translations.json +108 -79
- package/dist/locales/ja/translations.json +105 -76
- package/dist/locales/ko/translations.json +109 -80
- package/dist/locales/lt/translations.json +104 -75
- package/dist/locales/lv/translations.json +105 -76
- package/dist/locales/ms/translations.json +108 -79
- package/dist/locales/nb/translations.json +107 -78
- package/dist/locales/nl/translations.json +103 -74
- package/dist/locales/pl/translations.json +105 -76
- package/dist/locales/pt/translations.json +106 -77
- package/dist/locales/pt-BR/translations.json +106 -77
- package/dist/locales/ro/translations.json +105 -76
- package/dist/locales/ru/translations.json +108 -79
- package/dist/locales/sk/translations.json +104 -75
- package/dist/locales/sl/translations.json +102 -73
- package/dist/locales/sv/translations.json +118 -89
- package/dist/locales/th/translations.json +110 -81
- package/dist/locales/tl/translations.json +110 -81
- package/dist/locales/tr/translations.json +109 -80
- package/dist/locales/uk/translations.json +108 -79
- package/dist/locales/ur/translations.json +111 -82
- package/dist/locales/zh/translations.json +103 -74
- package/package.json +3 -3
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"newChat": "Nuova Chat"
|
|
53
53
|
},
|
|
54
54
|
"AgentsPage": {
|
|
55
|
-
"breadcrumbs_aiEmployees": "
|
|
56
|
-
"title": "
|
|
57
|
-
"newAIEmployee": "
|
|
58
|
-
"description": "I
|
|
59
|
-
"aiEmployeeFormTitle": "
|
|
60
|
-
"modelPromptSettings": "Impostazioni
|
|
55
|
+
"breadcrumbs_aiEmployees": "Dipendenti IA 'GPT'",
|
|
56
|
+
"title": "Gestisci Dipendente IA",
|
|
57
|
+
"newAIEmployee": "Crea nuovo Dipendente IA",
|
|
58
|
+
"description": "I Dipendenti IA sono Agenti personalizzabili tramite LLM (Modelli Linguistici di Grandi Dimensioni) progettati per assistere i tuoi Clienti. Collegalo a un Archivio Dati e verrà addestrato con il tuo Database Esclusivo.",
|
|
59
|
+
"aiEmployeeFormTitle": "Crea nuovo Dipendente IA",
|
|
60
|
+
"modelPromptSettings": "Impostazioni Avanzate",
|
|
61
61
|
"toolsTitle": "Strumenti",
|
|
62
|
-
"toolsDescription": "
|
|
63
|
-
"create": "
|
|
62
|
+
"toolsDescription": "Configura gli strumenti del tuo Dipendente IA per renderlo più intelligente.",
|
|
63
|
+
"create": "Crea"
|
|
64
64
|
},
|
|
65
65
|
"AnalyticsPage": {
|
|
66
66
|
"breadcrumbs": {
|
|
@@ -116,12 +116,30 @@
|
|
|
116
116
|
},
|
|
117
117
|
"ChatPage": {
|
|
118
118
|
"placeholders": {
|
|
119
|
-
"chain": "
|
|
120
|
-
"
|
|
121
|
-
|
|
119
|
+
"chain": "Seleziona Flusso",
|
|
120
|
+
"knowledge": "Seleziona Conoscenza"
|
|
121
|
+
},
|
|
122
|
+
"options": {
|
|
123
|
+
"qa": "Domande e Risposte",
|
|
124
|
+
"agent": "Agente"
|
|
122
125
|
},
|
|
123
126
|
"messages": {
|
|
124
|
-
"datasourceNotFound": "
|
|
127
|
+
"datasourceNotFound": "Fonte dati non trovata. È stata eliminata?"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"xp-bnp-home": {
|
|
131
|
+
"labels": {
|
|
132
|
+
"name": "*Nome",
|
|
133
|
+
"type": "*Tipo",
|
|
134
|
+
"description": "Descrizione"
|
|
135
|
+
},
|
|
136
|
+
"options": {
|
|
137
|
+
"string": "Testo",
|
|
138
|
+
"number": "Numero",
|
|
139
|
+
"array": "Elenco"
|
|
140
|
+
},
|
|
141
|
+
"buttons": {
|
|
142
|
+
"submit": "Invia"
|
|
125
143
|
}
|
|
126
144
|
},
|
|
127
145
|
"FormPage": {
|
|
@@ -951,16 +969,6 @@
|
|
|
951
969
|
"description": "Scegli un piano conveniente con ZappWay. Le nostre offerte includono i livelli di Discover, Startup, Pro e Enterprise, ognuno ricco di funzionalità per coinvolgere il pubblico, creare fidelizzazione del cliente e guidare le vendite. Piano gratuito incluso!"
|
|
952
970
|
}
|
|
953
971
|
},
|
|
954
|
-
"xp-bnp-home": {
|
|
955
|
-
"buttons": {
|
|
956
|
-
"submit": "Inviare"
|
|
957
|
-
},
|
|
958
|
-
"labels": {
|
|
959
|
-
"name": "* Nome",
|
|
960
|
-
"type": "*Tipo",
|
|
961
|
-
"description": "Designazione"
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
972
|
"home": {
|
|
965
973
|
"seo": {
|
|
966
974
|
"title": "ZappWay - AI Employee GPT per il tuo Business",
|
|
@@ -1025,7 +1033,7 @@
|
|
|
1025
1033
|
},
|
|
1026
1034
|
"CommonInterfaceInput": {
|
|
1027
1035
|
"windowTitle": "Titolo della finestra",
|
|
1028
|
-
"
|
|
1036
|
+
"Livia": "Livia",
|
|
1029
1037
|
"disableInitialMessagePopup": "Disattiva popup iniziale del messaggio",
|
|
1030
1038
|
"removeBranding": "Rimuovere ZappWay Branding (Piano di progetto richiesto)",
|
|
1031
1039
|
"brandColor": "Colore di marca"
|
|
@@ -2973,67 +2981,88 @@
|
|
|
2973
2981
|
"something_went_wrong": "Qualcosa non va",
|
|
2974
2982
|
"play_chapter": "Capitolo del gioco {index}"
|
|
2975
2983
|
},
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2984
|
+
"Telegram_IntegrationSettings": {
|
|
2985
|
+
"overview": "Collega un Dipendente IA alle conversazioni Telegram tramite la Bot API. Il Dipendente IA risponde automaticamente e puoi prendere il controllo della conversazione in qualsiasi momento.",
|
|
2986
|
+
"integration_live": "La tua nuova integrazione Telegram è attiva!",
|
|
2987
|
+
"invalid_credentials": "Credenziali non valide. Controlla il token inserito.",
|
|
2988
|
+
"error_message": "Si è verificato un errore durante l'aggiunta dell'integrazione.",
|
|
2989
|
+
"something_went_wrong": "Qualcosa è andato storto.",
|
|
2990
|
+
"create": "Crea",
|
|
2991
|
+
"telegram_bot_http_token": "Token HTTP Bot Telegram",
|
|
2992
|
+
"quick_tutorial": "Guida rapida",
|
|
2993
|
+
"step1_title": "1. Crea un bot con BotFather",
|
|
2994
|
+
"step1_instruction": "Apri Telegram, chatta con @BotFather, invia /newbot, imposta nome e username e copia il token visualizzato.",
|
|
2995
|
+
"step2_title": "2. Recupera o reimposta il token",
|
|
2996
|
+
"step2_instruction": "Se perdi il token, invia /token a BotFather. Conserva il token in modo sicuro; chi lo possiede controlla il bot.",
|
|
2997
|
+
"step3_title": "3. Aggiungi e promuovi il bot nelle chat o nei canali",
|
|
2998
|
+
"step3_instruction": "Aggiungi il bot al gruppo/canale e promuovilo ad amministratore così potrà leggere e inviare tutti i messaggi.",
|
|
2999
|
+
"step4_title": "4. Configura il Webhook in Telegram",
|
|
3000
|
+
"step4_instruction": "Dopo aver salvato questa integrazione, invia la richiesta setWebhook con la Callback URL e il Secret Token forniti da ZappWay.",
|
|
3001
|
+
"step5_title": "5. Collega il bot a ZappWay",
|
|
3002
|
+
"step5_instruction": "Incolla il token HTTP qui sotto e clicca su Crea. Valideremo il token e mostreremo la Callback URL e il Secret Token.",
|
|
3003
|
+
"step6_title": "6. Invia un messaggio di test",
|
|
3004
|
+
"step6_instruction": "Invia 'Ciao' direttamente al bot o in un gruppo dove è admin e verifica l'arrivo in Conversazioni/Messaggi di ZappWay.",
|
|
3005
|
+
"step7_title": "7. Monitora e mantieni",
|
|
3006
|
+
"step7_instruction": "Usa getWebhookInfo per controllare errori, rispetta i limiti di 30 msg/s globali e 1 msg/s per chat e revoca immediatamente i token compromessi.",
|
|
3007
|
+
"requirements": "Requisiti",
|
|
3008
|
+
"bot_token": "Token Bot",
|
|
3009
|
+
"webhook_fields": "Campi Webhook",
|
|
3010
|
+
"continue": "Continua",
|
|
3011
|
+
"save": "Salva",
|
|
3012
|
+
"callback_url": "Callback URL",
|
|
3013
|
+
"secret_key": "secret_key",
|
|
3014
|
+
"check_messages": "Assicurati che il webhook sia configurato per ricevere eventi 'messages' (messaggi)",
|
|
3015
|
+
"docs": "Documentazione completa"
|
|
2987
3016
|
},
|
|
2988
|
-
"
|
|
3017
|
+
"WhatsAppBusiness_IntegrationSettings": {
|
|
2989
3018
|
"requirements": "Requisiti",
|
|
2990
|
-
"user_token": "Token utente",
|
|
2991
|
-
"phone_number": "Numero di telefono",
|
|
2992
|
-
"webhook": "Webhook",
|
|
2993
|
-
"invalid_credentials": "Credenziali non valide",
|
|
2994
|
-
"something_went_wrong": "Qualcosa non va",
|
|
2995
|
-
"token_has_an_expiration_date_create_the_token_again_with_and_set_the_expiration_date_to_never": "Il Token ha una data di scadenza. Creare nuovamente il token e impostare la data di scadenza a 'mai'.",
|
|
2996
|
-
"token_is_missing_scopes_whatsapp_business_management_whatsapp_business_messaging": "Il Token manca gli ambiti richiesti: 'whatsapp_business_management' e 'whatsapp_business_messaging'.",
|
|
2997
3019
|
"error": "Errore",
|
|
2998
|
-
"
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3001
|
-
"
|
|
3020
|
+
"invalid_credentials": "Credenziali non valide",
|
|
3021
|
+
"something_went_wrong": "Si è verificato un errore interno.",
|
|
3022
|
+
"token_create": "Il token ha una data di scadenza. Ricrealo e imposta come 'Never' (Mai).",
|
|
3023
|
+
"token_is_missing": "Al token mancano i permessi obbligatori: 'whatsapp_business_management' e 'whatsapp_business_messaging'.",
|
|
3024
|
+
"in_your": "Nel tuo",
|
|
3025
|
+
"settings_page": "pagina delle impostazioni di WhatsApp",
|
|
3026
|
+
"save": "Salva",
|
|
3027
|
+
"system_users_page": "Accedi alla pagina Utenti di Sistema",
|
|
3002
3028
|
"go_to_your": "Vai al tuo",
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
"admin": "Amministrazioni",
|
|
3008
|
-
"role": "ruolo",
|
|
3029
|
+
"create_new_user": "Clicca su 'To add' (Aggiungi) per creare un nuovo utente",
|
|
3030
|
+
"give_it_the": "Dai un nome all'utente e seleziona il ruolo",
|
|
3031
|
+
"admin": "Amministratore",
|
|
3032
|
+
"role": "come ruolo",
|
|
3009
3033
|
"click_on": "Clicca su",
|
|
3010
|
-
"add_assets": "
|
|
3011
|
-
"under": "
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
"
|
|
3015
|
-
"now_click_on_generate_new_token_select_your_app": "Ora Clicca su 'Generate New Token', Seleziona la tua App",
|
|
3016
|
-
"token_expiration_never": "Spedizione di token: Mai",
|
|
3017
|
-
"available_permissions": "Permessi disponibili",
|
|
3018
|
-
"whatsapp_business_messaging": "Messaggi di affari di WhatsApp",
|
|
3019
|
-
"whatsapp_business_management": "Gestione aziendale di WhatsApp",
|
|
3020
|
-
"copy_and_paste_the_generated_token": "Copia e incolla il token generato",
|
|
3021
|
-
"system_user_token": "Token utente del sistema",
|
|
3022
|
-
"add_your_phone_number_by_clicking_on_the": "Aggiungi il tuo numero di telefono cliccando sul",
|
|
3023
|
-
"add_phone_number": "Aggiungi il numero di telefono",
|
|
3024
|
-
"button": "Pulsante",
|
|
3025
|
-
"select_a_phone_number_and_paste_the_associated": "Selezionare un numero di telefono e incollare il associato",
|
|
3026
|
-
"phone_number_id": "Numero di telefono ID",
|
|
3027
|
-
"whatsapp_business_account_id": "WhatsApp Business Account ID",
|
|
3028
|
-
"get_phone_number_id": "Ottenere ID Numero Telefono",
|
|
3034
|
+
"add_assets": "Aggiungi risorse",
|
|
3035
|
+
"under": "in",
|
|
3036
|
+
"add": "Aggiungi",
|
|
3037
|
+
"and": "e",
|
|
3038
|
+
"docs": "Documentazione completa",
|
|
3029
3039
|
"insert_the_following_values": "Inserisci i seguenti valori",
|
|
3030
|
-
"
|
|
3031
|
-
"
|
|
3032
|
-
"
|
|
3033
|
-
"
|
|
3034
|
-
"
|
|
3035
|
-
|
|
3036
|
-
|
|
3040
|
+
"apps": "App",
|
|
3041
|
+
"select_it_and_check": "Seleziona l'app creata precedentemente e seleziona",
|
|
3042
|
+
"manage_app": "Gestisci App",
|
|
3043
|
+
"new_token": "Clicca su 'Generate new Token' (Genera nuovo Token) e seleziona la tua app",
|
|
3044
|
+
"token_expiration_never": "Imposta la scadenza su 'Never' (Mai)",
|
|
3045
|
+
"available_permissions": "Seleziona i permessi obbligatori:",
|
|
3046
|
+
"messaging": "Invio messaggi",
|
|
3047
|
+
"management": "Gestione WhatsApp Business",
|
|
3048
|
+
"paste_token": "Copia il token generato e incollalo nel campo sottostante",
|
|
3049
|
+
"system_user_token": "Token utente sistema",
|
|
3050
|
+
"clicking_add_phone": "Clicca sul pulsante per aggiungere il tuo numero di telefono",
|
|
3051
|
+
"add_phone_number": "Aggiungi numero di telefono",
|
|
3052
|
+
"button": "Pulsante",
|
|
3053
|
+
"phone_number_associated": "Seleziona un numero di telefono e incolla il numero associato",
|
|
3054
|
+
"phone_number": "Numero di telefono",
|
|
3055
|
+
"phone_number_id": "ID numero di telefono",
|
|
3056
|
+
"get_phone_number_id": "Ottieni l'ID numero di telefono",
|
|
3057
|
+
"account_id": "ID account business WhatsApp",
|
|
3058
|
+
"callback_url": "callback URL",
|
|
3059
|
+
"verify_token": "Token di verifica",
|
|
3060
|
+
"webhook_fields": "Campi Webhook",
|
|
3061
|
+
"check_messages": "Seleziona 'messages' (messaggi) come campo Webhook",
|
|
3062
|
+
"this_page": "Accedi a questa pagina",
|
|
3063
|
+
"continue": "Clicca su 'Continue' (Continua)"
|
|
3064
|
+
},
|
|
3065
|
+
"Zendesk_IntegrationSettings": {
|
|
3037
3066
|
"subdomain": "Sottotitoli",
|
|
3038
3067
|
"account_subdomain_required": "Account Subdomain (richiesto)",
|
|
3039
3068
|
"email_required": "Email (richiesto)",
|
|
@@ -4228,7 +4257,7 @@
|
|
|
4228
4257
|
"documentSent": "Documento inviato",
|
|
4229
4258
|
"voiceMessage": "Messaggio vocale",
|
|
4230
4259
|
"stickerSent": "Sticker inviato",
|
|
4231
|
-
"unrecognizedMessage": "Messaggio non riconosciuto: {
|
|
4260
|
+
"unrecognizedMessage": "Messaggio non riconosciuto: {content}"
|
|
4232
4261
|
}
|
|
4233
4262
|
}
|
|
4234
4263
|
}
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"newChat": "新しいチャット"
|
|
53
53
|
},
|
|
54
54
|
"AgentsPage": {
|
|
55
|
-
"breadcrumbs_aiEmployees": "AI従業員",
|
|
55
|
+
"breadcrumbs_aiEmployees": "AI従業員 'GPT'",
|
|
56
56
|
"title": "AI従業員の管理",
|
|
57
|
-
"newAIEmployee": "新しいAI
|
|
58
|
-
"description": "AI従業員は、
|
|
59
|
-
"aiEmployeeFormTitle": "新しいAI
|
|
60
|
-
"modelPromptSettings": "
|
|
57
|
+
"newAIEmployee": "新しいAI従業員を作成",
|
|
58
|
+
"description": "AI従業員は、LLM(大規模言語モデル)を通じてカスタマイズ可能なエージェントであり、顧客に対応します。データストレージと接続すると、独自の専用データベースでトレーニングされます。",
|
|
59
|
+
"aiEmployeeFormTitle": "新しいAI従業員を作成",
|
|
60
|
+
"modelPromptSettings": "高度な設定",
|
|
61
61
|
"toolsTitle": "ツール",
|
|
62
|
-
"toolsDescription": "
|
|
63
|
-
"create": "
|
|
62
|
+
"toolsDescription": "AI従業員のツールを構成して、よりスマートにします。",
|
|
63
|
+
"create": "作成"
|
|
64
64
|
},
|
|
65
65
|
"AnalyticsPage": {
|
|
66
66
|
"breadcrumbs": {
|
|
@@ -116,12 +116,30 @@
|
|
|
116
116
|
},
|
|
117
117
|
"ChatPage": {
|
|
118
118
|
"placeholders": {
|
|
119
|
-
"chain": "
|
|
120
|
-
"
|
|
121
|
-
|
|
119
|
+
"chain": "フローを選択",
|
|
120
|
+
"knowledge": "ナレッジを選択"
|
|
121
|
+
},
|
|
122
|
+
"options": {
|
|
123
|
+
"qa": "質問と回答",
|
|
124
|
+
"agent": "エージェント"
|
|
122
125
|
},
|
|
123
126
|
"messages": {
|
|
124
|
-
"datasourceNotFound": "
|
|
127
|
+
"datasourceNotFound": "データソースが見つかりません。削除されましたか?"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"xp-bnp-home": {
|
|
131
|
+
"labels": {
|
|
132
|
+
"name": "*名前",
|
|
133
|
+
"type": "*タイプ",
|
|
134
|
+
"description": "説明"
|
|
135
|
+
},
|
|
136
|
+
"options": {
|
|
137
|
+
"string": "テキスト",
|
|
138
|
+
"number": "数字",
|
|
139
|
+
"array": "リスト"
|
|
140
|
+
},
|
|
141
|
+
"buttons": {
|
|
142
|
+
"submit": "送信"
|
|
125
143
|
}
|
|
126
144
|
},
|
|
127
145
|
"FormPage": {
|
|
@@ -951,16 +969,6 @@
|
|
|
951
969
|
"description": "ZappWayで手頃な価格のプランを選択してください。 オファーには、オーディエンスのエンゲージメント、顧客ロイヤルティの創出、セールスの推進など、さまざまな機能が搭載されています。 無料プランあり!"
|
|
952
970
|
}
|
|
953
971
|
},
|
|
954
|
-
"xp-bnp-home": {
|
|
955
|
-
"buttons": {
|
|
956
|
-
"submit": "送信する"
|
|
957
|
-
},
|
|
958
|
-
"labels": {
|
|
959
|
-
"name": "*お名前",
|
|
960
|
-
"type": "*タイプ",
|
|
961
|
-
"description": "コンテンツ"
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
972
|
"home": {
|
|
965
973
|
"seo": {
|
|
966
974
|
"title": "ZappWay - あなたのビジネスのためのAI従業員GPT",
|
|
@@ -1025,7 +1033,7 @@
|
|
|
1025
1033
|
},
|
|
1026
1034
|
"CommonInterfaceInput": {
|
|
1027
1035
|
"windowTitle": "ウィンドウタイトル",
|
|
1028
|
-
"
|
|
1036
|
+
"Livia": "Livia",
|
|
1029
1037
|
"disableInitialMessagePopup": "初期メッセージのポップアップを無効にする",
|
|
1030
1038
|
"removeBranding": "ZappWayブランディングを削除 (プロプラン必須)",
|
|
1031
1039
|
"brandColor": "ブランド色"
|
|
@@ -2973,67 +2981,88 @@
|
|
|
2973
2981
|
"something_went_wrong": "何かが間違っていた",
|
|
2974
2982
|
"play_chapter": "チャプター {index}"
|
|
2975
2983
|
},
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"error_message": "インテグレーションを追加するとエラーが発生しました。",
|
|
2984
|
+
"Telegram_IntegrationSettings": {
|
|
2985
|
+
"overview": "AI従業員をBot API経由でTelegramの会話に接続します。AI従業員は自動で応答し、いつでも会話を引き継ぐことができます。",
|
|
2986
|
+
"integration_live": "新しいTelegram連携が有効になりました!",
|
|
2987
|
+
"invalid_credentials": "無効な認証情報です。入力したトークンを確認してください。",
|
|
2988
|
+
"error_message": "連携の追加中にエラーが発生しました。",
|
|
2989
|
+
"something_went_wrong": "問題が発生しました。",
|
|
2990
|
+
"create": "作成",
|
|
2991
|
+
"telegram_bot_http_token": "Telegram Bot HTTPトークン",
|
|
2985
2992
|
"quick_tutorial": "クイックチュートリアル",
|
|
2986
|
-
"
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
"
|
|
2990
|
-
"
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2993
|
-
"
|
|
2994
|
-
"
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2993
|
+
"step1_title": "1. BotFatherでボットを作成",
|
|
2994
|
+
"step1_instruction": "Telegramを開き、@BotFatherとチャットし、/newbotを送信、名前とユーザー名を設定して表示されたトークンをコピーしてください。",
|
|
2995
|
+
"step2_title": "2. トークンを取得またはリセット",
|
|
2996
|
+
"step2_instruction": "トークンを紛失した場合、BotFatherに/tokenを送信してください。トークンは安全に保管してください。所持している人がボットを管理できます。",
|
|
2997
|
+
"step3_title": "3. チャットやチャンネルにボットを追加し昇格",
|
|
2998
|
+
"step3_instruction": "ボットをグループ/チャンネルに追加し、管理者に昇格させることで、すべてのメッセージを読み書きできます。",
|
|
2999
|
+
"step4_title": "4. TelegramでWebhookを設定",
|
|
3000
|
+
"step4_instruction": "この連携を保存後、ZappWayから提供されたCallback URLとSecret TokenでsetWebhookリクエストを送信してください。",
|
|
3001
|
+
"step5_title": "5. ボットをZappWayに接続",
|
|
3002
|
+
"step5_instruction": "下にHTTPトークンを貼り付けて作成をクリックしてください。トークンを検証し、Callback URLとSecret Tokenを表示します。",
|
|
3003
|
+
"step6_title": "6. テストメッセージを送信",
|
|
3004
|
+
"step6_instruction": "「こんにちは」をボットに直接または管理者としているグループに送信し、ZappWayの会話/メッセージ欄で到着を確認してください。",
|
|
3005
|
+
"step7_title": "7. 監視と維持",
|
|
3006
|
+
"step7_instruction": "エラーをチェックするにはgetWebhookInfoを使用し、グローバルで30メッセージ/秒・チャットごとに1メッセージ/秒の制限を守り、漏洩したトークンは直ちに無効化してください。",
|
|
3007
|
+
"requirements": "要件",
|
|
3008
|
+
"bot_token": "ボットトークン",
|
|
3009
|
+
"webhook_fields": "Webhookフィールド",
|
|
3010
|
+
"continue": "続行",
|
|
3011
|
+
"save": "保存",
|
|
3012
|
+
"callback_url": "Callback URL",
|
|
3013
|
+
"secret_key": "secret_key",
|
|
3014
|
+
"check_messages": "Webhookが'messages' (メッセージ) イベントを受信するように設定されていることを確認してください",
|
|
3015
|
+
"docs": "完全なドキュメント"
|
|
3016
|
+
},
|
|
3017
|
+
"WhatsAppBusiness_IntegrationSettings": {
|
|
3018
|
+
"requirements": "要件",
|
|
2997
3019
|
"error": "エラー",
|
|
2998
|
-
"
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
3008
|
-
"
|
|
3009
|
-
"
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
3020
|
+
"invalid_credentials": "無効な認証情報",
|
|
3021
|
+
"something_went_wrong": "内部エラーが発生しました。",
|
|
3022
|
+
"token_create": "トークンには有効期限があります。再作成し、'Never' (無期限) に設定してください。",
|
|
3023
|
+
"token_is_missing": "トークンに必要なスコープがありません: 'whatsapp_business_management' および 'whatsapp_business_messaging'.",
|
|
3024
|
+
"in_your": "あなたの",
|
|
3025
|
+
"settings_page": "WhatsApp設定ページ",
|
|
3026
|
+
"save": "保存",
|
|
3027
|
+
"system_users_page": "システムユーザーページへアクセス",
|
|
3028
|
+
"go_to_your": "あなたのページへ",
|
|
3029
|
+
"create_new_user": "'To add' (追加) をクリックして新しいユーザーを作成",
|
|
3030
|
+
"give_it_the": "ユーザーに名前を付け、ロールを選択",
|
|
3031
|
+
"admin": "管理者",
|
|
3032
|
+
"role": "ロールとして",
|
|
3033
|
+
"click_on": "クリック",
|
|
3034
|
+
"add_assets": "アセットを追加",
|
|
3035
|
+
"under": "の下で",
|
|
3036
|
+
"add": "追加",
|
|
3037
|
+
"and": "および",
|
|
3038
|
+
"docs": "完全なドキュメント",
|
|
3039
|
+
"insert_the_following_values": "以下の値を入力",
|
|
3012
3040
|
"apps": "アプリ",
|
|
3013
|
-
"
|
|
3014
|
-
"manage_app": "
|
|
3015
|
-
"
|
|
3016
|
-
"token_expiration_never": "
|
|
3017
|
-
"available_permissions": "
|
|
3018
|
-
"
|
|
3019
|
-
"
|
|
3020
|
-
"
|
|
3041
|
+
"select_it_and_check": "事前に作成したアプリを選択してチェック",
|
|
3042
|
+
"manage_app": "アプリを管理",
|
|
3043
|
+
"new_token": "'Generate new Token' (新しいトークン生成) をクリックしてアプリを選択",
|
|
3044
|
+
"token_expiration_never": "'Never' (無期限) に有効期限を設定",
|
|
3045
|
+
"available_permissions": "必須の権限を選択してください:",
|
|
3046
|
+
"messaging": "メッセージ送信",
|
|
3047
|
+
"management": "WhatsApp Business管理",
|
|
3048
|
+
"paste_token": "生成されたトークンをコピーして下のフィールドに貼り付け",
|
|
3021
3049
|
"system_user_token": "システムユーザートークン",
|
|
3022
|
-
"
|
|
3050
|
+
"clicking_add_phone": "電話番号を追加するにはボタンをクリック",
|
|
3023
3051
|
"add_phone_number": "電話番号を追加",
|
|
3024
3052
|
"button": "ボタン",
|
|
3025
|
-
"
|
|
3026
|
-
"
|
|
3027
|
-
"
|
|
3028
|
-
"get_phone_number_id": "電話番号ID
|
|
3029
|
-
"
|
|
3030
|
-
"callback_url": "
|
|
3031
|
-
"verify_token": "
|
|
3053
|
+
"phone_number_associated": "電話番号を選択し、関連する番号を貼り付け",
|
|
3054
|
+
"phone_number": "電話番号",
|
|
3055
|
+
"phone_number_id": "電話番号ID",
|
|
3056
|
+
"get_phone_number_id": "電話番号IDを取得",
|
|
3057
|
+
"account_id": "WhatsAppビジネスアカウントID",
|
|
3058
|
+
"callback_url": "callback URL",
|
|
3059
|
+
"verify_token": "認証トークン",
|
|
3032
3060
|
"webhook_fields": "Webhookフィールド",
|
|
3033
|
-
"check_messages": "
|
|
3034
|
-
"
|
|
3061
|
+
"check_messages": "'messages' (メッセージ) をWebhookフィールドとして選択",
|
|
3062
|
+
"this_page": "このページへアクセス",
|
|
3063
|
+
"continue": "'Continue' (続行) をクリック"
|
|
3035
3064
|
},
|
|
3036
|
-
"
|
|
3065
|
+
"Zendesk_IntegrationSettings": {
|
|
3037
3066
|
"subdomain": "サブドメイン",
|
|
3038
3067
|
"account_subdomain_required": "口座のサブドメイン(必須)",
|
|
3039
3068
|
"email_required": "メールアドレス (必須)",
|
|
@@ -4228,7 +4257,7 @@
|
|
|
4228
4257
|
"documentSent": "ドキュメントが送信されました",
|
|
4229
4258
|
"voiceMessage": "音声メッセージ",
|
|
4230
4259
|
"stickerSent": "スタンプが送信されました",
|
|
4231
|
-
"unrecognizedMessage": "認識できないメッセージ: {
|
|
4260
|
+
"unrecognizedMessage": "認識できないメッセージ: {content}"
|
|
4232
4261
|
}
|
|
4233
4262
|
}
|
|
4234
4263
|
}
|