admin_szolgáltatók_

This commit is contained in:
Roo
2026-07-01 02:27:38 +00:00
parent 189cbfd7ca
commit 6e627d0ebe
491 changed files with 20965 additions and 9703 deletions

View File

@@ -12,7 +12,7 @@
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4" />
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" />
</svg>
<span class="ml-3 text-slate-400">{{ $t('permissions.loading') }}</span>
<span class="ml-3 text-slate-400">{{ $t('common.loading') }}</span>
</div>
<!-- Error State -->
@@ -27,7 +27,7 @@
</div>
</div>
<button @click="fetchAll" class="mt-4 px-4 py-2 text-sm bg-red-600 hover:bg-red-500 text-white rounded-lg transition">
{{ $t('permissions.retry') }}
{{ $t('common.retry') }}
</button>
</div>
@@ -91,10 +91,10 @@
<!-- Quick toggle all -->
<div class="mt-2 flex gap-2">
<button @click="selectAllRoles" class="text-xs text-indigo-400 hover:text-indigo-300 transition">
{{ $t('permissions.select_all') }}
{{ $t('common.select_all') }}
</button>
<button @click="deselectAllRoles" class="text-xs text-slate-500 hover:text-slate-400 transition">
{{ $t('permissions.deselect_all') }}
{{ $t('common.deselect_all') }}
</button>
</div>
</div>
@@ -112,7 +112,7 @@
</button>
<button @click="discardChanges"
class="px-4 py-2.5 bg-slate-700 hover:bg-slate-600 text-slate-300 font-medium rounded-lg transition">
{{ $t('permissions.discard') }}
{{ $t('common.discard') }}
</button>
<span class="text-sm text-slate-400 ml-auto">
{{ $t('permissions.modified_count', { count: modifiedRoles.size }) }}
@@ -132,7 +132,7 @@
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
<span class="text-xs font-semibold uppercase tracking-wider text-slate-400">
{{ $t('permissions.permission') }}
{{ $t('common.permission') }}
</span>
</div>
</th>
@@ -249,7 +249,7 @@
</button>
<button @click="discardChanges"
class="px-4 py-2.5 bg-slate-700 hover:bg-slate-600 text-slate-300 font-medium rounded-lg transition">
{{ $t('permissions.discard') }}
{{ $t('common.discard') }}
</button>
<span class="text-sm text-slate-400">
{{ $t('permissions.modified_count', { count: modifiedRoles.size }) }}