iobroker.sonus
Version:
With this adapter you can control ioBroker with voice in many different languages
104 lines (100 loc) • 3.71 kB
JavaScript
/*global systemDictionary:true */
;
systemDictionary = {
'sonus adapter settings': {
'en': 'Adapter settings for sonus',
'de': 'Adaptereinstellungen für sonus',
'ru': 'Настройки адаптера для sonus',
'pt': 'Configurações do adaptador para sonus',
'nl': 'Adapterinstellingen voor sonus',
'fr': "Paramètres d'adaptateur pour sonus",
'it': "Impostazioni dell'adattatore per sonus",
'es': 'Ajustes del adaptador para sonus',
'pl': 'Ustawienia adaptera dla sonus',
'zh-cn': 'sonus的适配器设置'
},
'Language': {
'en': 'Language',
'de': 'Sprache',
'ru': 'язык',
'pt': 'Língua',
'nl': 'Taal',
'fr': 'La langue',
'it': 'linguaggio',
'es': 'Idioma',
'pl': 'Język',
'zh-cn': '语言'
},
'Google credentials': {
'en': 'Google credentials',
'de': 'Google-Anmeldeinformationen',
'ru': 'Учетные данные Google',
'pt': 'Credenciais do Google',
'nl': 'Google-inloggegevens',
'fr': "Informations d'identification Google",
'it': 'Credenziali di Google',
'es': 'Credenciales de Google',
'pl': 'Poświadczenia Google',
'zh-cn': 'Google凭据'
},
"Use text2command:": {
"en": "Use text2command:",
"de": "Verwenden Sie text2command:",
"ru": "Используйте text2command:",
"pt": "Use o comando text2:",
"nl": "Gebruik text2command:",
"fr": "Utilisez text2command:",
"it": "Usa text2command:",
"es": "Utilice text2command:",
"pl": "Użyj polecenia text2command:",
"zh-cn": "使用text2command:"
},
"Upload own hotword model": {
"en": "Upload own hotword model",
"de": "Eigenes Hotword-Modell hochladen",
"ru": "Загрузить собственную модель горячих слов",
"pt": "Carregar o próprio modelo de hotword",
"nl": "Upload een eigen hotword-model",
"fr": "Télécharger son propre modèle de mots clés",
"it": "Carica il proprio modello di hotword",
"es": "Sube tu propio modelo de palabra clave",
"pl": "Prześlij własny model hotword",
"zh-cn": "上传自己的热门词汇模型"
},
"You can create the model here: ": {
"en": "You can create the model here: ",
"de": "Sie können das Modell hier erstellen:",
"ru": "Вы можете создать модель здесь:",
"pt": "Você pode criar o modelo aqui:",
"nl": "U kunt het model hier maken:",
"fr": "Vous pouvez créer le modèle ici:",
"it": "Puoi creare il modello qui:",
"es": "Puedes crear el modelo aquí:",
"pl": "Możesz utworzyć model tutaj:",
"zh-cn": "您可以在此处创建模型:"
},
"place here": {
"en": "place here",
"de": "hier platzieren",
"ru": "положи здесь",
"pt": "coloque aqui",
"nl": "plaats hier",
"fr": "place ici",
"it": "piazzalo qui",
"es": "Lugar aqui",
"pl": "miejsce tutaj",
"zh-cn": "放在这里"
},
"Choose instance": {
"en": "Choose instance",
"de": "Instanz auswählen",
"ru": "Выберите экземпляр",
"pt": "Escolha a instância",
"nl": "Kies exemplaar",
"fr": "Choisissez une instance",
"it": "Scegli istanza",
"es": "Elegir instancia",
"pl": "Wybierz instancję",
"zh-cn": "选择实例"
}
};