@extends('layouts.layout') @section('title') {{__('Import Translation')}} @endsection @section('sidebar') @include('layouts.sidebar', ['sidebar'=> Menu::get('sidebar_processes')]) @endsection @section('breadcrumbs') @include('shared.breadcrumbs', ['routes' => [ __('Designer') => route('processes.index'), __('Processes') => route('processes.index'), __('Translations') => '/processes/'.$process->id.'/edit#nav-translations', __('Import') => null, ]]) @endsection @section('content')
Import Process Translation
Import a Process Translation into process {{ $process->name }} for this ProcessMaker environment
You are about to import the following translations for the process {{$process->name}}:
@{{file.name}}
@{{ key.toUpperCase() + ' - ' + language.languageHuman }}
  • @{{ screen }}
  • @endsection @section('js') @endsection