mirror of
https://github.com/logto-io/logto.git
synced 2025-04-07 23:01:25 -05:00
refactor(phrases): update connector demo tip (#3450)
This commit is contained in:
parent
91a8170596
commit
ce37c62b69
8 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ const connectors = {
|
|||
tab_social: 'Social Connectoren',
|
||||
connector_name: 'Connectorname',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: 'Typ',
|
||||
connector_status: 'Anmeldeoberfläche',
|
||||
connector_status_in_use: 'In Benutzung',
|
||||
|
|
|
@ -8,7 +8,7 @@ const connectors = {
|
|||
tab_social: 'Social connectors',
|
||||
connector_name: 'Connector name',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.',
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.',
|
||||
connector_type: 'Type',
|
||||
connector_status: 'Sign in Experience',
|
||||
connector_status_in_use: 'In use',
|
||||
|
|
|
@ -9,7 +9,7 @@ const connectors = {
|
|||
tab_social: 'Connecteurs sociaux',
|
||||
connector_name: 'Nom du connecteur',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: 'Type',
|
||||
connector_status: 'Experience de connexion',
|
||||
connector_status_in_use: "En cours d'utilisation",
|
||||
|
|
|
@ -9,7 +9,7 @@ const connectors = {
|
|||
tab_social: '소셜 연동',
|
||||
connector_name: '연동 이름',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: '종류',
|
||||
connector_status: '로그인 경험',
|
||||
connector_status_in_use: '사용 중',
|
||||
|
|
|
@ -9,7 +9,7 @@ const connectors = {
|
|||
tab_social: 'Conectores sociais',
|
||||
connector_name: 'Nome do conector',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: 'Tipo',
|
||||
connector_status: 'Experiência de login',
|
||||
connector_status_in_use: 'Em uso',
|
||||
|
|
|
@ -8,7 +8,7 @@ const connectors = {
|
|||
tab_social: 'Conectores sociais',
|
||||
connector_name: 'Nome do conector',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: 'Tipo',
|
||||
connector_status: 'Experiência de login',
|
||||
connector_status_in_use: 'Em uso',
|
||||
|
|
|
@ -9,7 +9,7 @@ const connectors = {
|
|||
tab_social: 'Social connectorlar',
|
||||
connector_name: 'Connector adı',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: 'Tip',
|
||||
connector_status: 'Oturum açma deneyimi',
|
||||
connector_status_in_use: 'Kullanımda',
|
||||
|
|
|
@ -8,7 +8,7 @@ const connectors = {
|
|||
tab_social: '社交连接器',
|
||||
connector_name: '连接器名称',
|
||||
demo_tip:
|
||||
'This connector has been preconfigured for demonstration purposes only. It should not be utilized in a production environment. Once you have completed your testing, be sure to provide your own credentials and set up your own connectors. The one you created will replace the trial version.', // UNTRANSLATED
|
||||
'The demo connector is designed exclusively for demonstration purposes and is not recommended for deployment in a production environment.', // UNTRANSLATED
|
||||
connector_type: '类型',
|
||||
connector_status: '登录体验',
|
||||
connector_status_in_use: '使用中',
|
||||
|
|
Loading…
Add table
Reference in a new issue