Issue/1076 (#1077)

This commit is contained in:
Joel Camus Bueno
2020-08-15 13:27:14 +02:00
committed by GitHub
parent e5a18b6e4c
commit 5f47cdb763
7 changed files with 19 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ TODO:
</div>
</div>
<p v-if="collections.length === 0" class="info">
<i class="material-icons">help_outline</i> Create new collection
<i class="material-icons">help_outline</i> {{ $t("create_new_collection") }}
</p>
<div class="virtual-list">
<ul>

View File

@@ -25,7 +25,7 @@
</div>
</div>
<p v-if="environments.length === 0" class="info">
<i class="material-icons">help_outline</i> Create new environment
<i class="material-icons">help_outline</i> {{ $t("create_new_environment") }}
</p>
<div class="virtual-list">
<ul>

View File

@@ -289,5 +289,7 @@
"mqtt_subscribe": "Subscribe",
"mqtt_unsubscribe": "Unsubscribe",
"pre_request_script": "Pre-request Script",
"tests": "Tests"
"tests": "Tests",
"create_new_collection":"Create new collection",
"create_new_environment":"Create new environment"
}

View File

@@ -287,5 +287,8 @@
"mqtt": "MQTT",
"login_success": "Logueado correctamente",
"invalid_environment_name": "Por favor, proporcione un nombre válido para el entorno",
"json_prettify_invalid_body": "No se pudo formatear un cuerpo inválido, resuelva los errores de sintaxis y vuelva a intentarlo"
"json_prettify_invalid_body": "No se pudo formatear un cuerpo inválido, resuelva los errores de sintaxis y vuelva a intentarlo",
"tests": "Pruebas",
"create_new_collection":"Crear una nueva colección",
"create_new_environment":"Crear un nuevo entorno"
}

View File

@@ -256,5 +256,7 @@
"turn_on": "Activer",
"login_first": "Se connecter d'abord",
"paste_a_collection": "Coller une collection",
"import_from_sync": "Importer depuis la synchronisation"
"import_from_sync": "Importer depuis la synchronisation",
"create_new_collection":"Créer une nouvelle collection",
"create_new_environment":"Créer une nouvelle environnement"
}

View File

@@ -88,5 +88,7 @@
"stop": "Parar",
"syncHistory": "Histórico",
"syncCollections": "Coleções",
"syncEnvironments": "Ambientes"
"syncEnvironments": "Ambientes",
"create_new_collection":"Criar uma novo coleção",
"create_new_environment":"Criar um novo ambiente"
}

View File

@@ -274,7 +274,7 @@
"syncEnvironments": "Ambientes",
"turn_on": "Ativar",
"login_first": "Entre primeiro",
"paste_a_note": "Cole uma nota",
"paste_a_note": "Cole uma nota",
"import_from_sync": "Importar from Sync",
"notes": "Notas",
"socketio": "Socket.IO",
@@ -284,5 +284,7 @@
"mqtt_topic_title": "Publicar / Subscrever tópico",
"mqtt_publish": "Publicar",
"mqtt_subscribe": "Subscrever",
"mqtt_unsubscribe": "Cancelar subscrição"
"mqtt_unsubscribe": "Cancelar subscrição",
"create_new_collection":"Criar uma novo coleção",
"create_new_environment":"Criar um novo ambiente"
}