@if ($tagsArrayChanged)
{{ __('You have unsaved changes')}}
@endif {{ __('Saved') }} {{ __('Save') }}
@if ($newTag)
{{ str_replace('@PLATFORM_NAME@', platform_name(), __('Add a new activity or skill to @PLATFORM_NAME@')) }}
{{ $newTag['name'] }}
@if (!$sessionLanguageOk)
@php $locale = app()->getLocale(); $localeName = \Locale::getDisplayName($locale, $locale); @endphp
@endif @if ($translationPossible && $translationAllowed)
{{ __('Loading...') }}
@endif
@if ($translationVisible)
{{ __('Loading...') }}
@if ($selectTranslationLanguage) @php if ($selectTranslationLanguage) { $translationLang = App\Models\Language::where('lang_code', $selectTranslationLanguage)->first()->name; } else { $translationLang = "..."; } @endphp
@if (count($translationOptions) > 0) @else @endif
{{ __('Updating...') }}

@if (!$transLanguageOk)
@php $localeTranslation = $selectTranslationLanguage ?? ''; $localeNameTranslation = \Locale::getDisplayName($localeTranslation, $localeTranslation); @endphp
@endif
@endif
@endif @if (!$translationVisible || !$translationAllowed)
@endif
{{-- --}}
{{ __('Cancel') }} {{ __('Save') }}
@endif