Add user management features to Citrus Platform: Integrated Filament Shield and Filament Users for role and permission management. Updated User model to include role functionality, added policies for Blog, Customer, Page, and Role management, and created necessary localization files for user management in multiple languages. Enhanced composer dependencies for improved functionality.
This commit is contained in:
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'الإعدادات',
|
||||
'resource' => [
|
||||
'id' => 'م',
|
||||
'single' => 'مستخدم',
|
||||
'email_verified_at' => 'البريد الالكتروني مفعل',
|
||||
'created_at' => 'تم اضافته في',
|
||||
'updated_at' => 'تم تعديله في',
|
||||
'verified' => 'مفعل',
|
||||
'unverified' => 'غير مفعل',
|
||||
'name' => 'الاسم',
|
||||
'email' => 'البريد الالكتروني',
|
||||
'password' => 'كلمة المرور',
|
||||
'password_confirmation' => 'تأكيد كلمة المرور',
|
||||
'roles' => 'الرتب',
|
||||
'teams' => 'الفرق',
|
||||
'label' => 'المستخدمين',
|
||||
'title' => [
|
||||
'show' => 'عرض مستخدم',
|
||||
'delete' => 'حذف مستخدم',
|
||||
'impersonate' => 'تقمص مستخدم',
|
||||
'create' => 'إنشاء مستخدم',
|
||||
'edit' => 'تعديل مستخدم',
|
||||
'list' => 'المستخدمين',
|
||||
'home' => 'المستخدمين',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'خطأ',
|
||||
'body' => 'لا يمكنك حذف آخر مستخدم',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'خطأ',
|
||||
'body' => 'لا يمكنك حذف نفسك',
|
||||
],
|
||||
],
|
||||
'avatar' => 'الصورة الشخصية',
|
||||
'change_password' => 'تغيير كلمة المرور',
|
||||
'change_password_auto' => 'تم تغيير كلمة المرور بشكل آلي',
|
||||
'change_password_success' => 'تم تغيير كلمة المرور بنجاح',
|
||||
'change_password_auto_body' => 'تم تغيير كلمة المرور بشكل آلي',
|
||||
'change_password_success_body' => 'تم تغيير كلمة المرور بنجاح',
|
||||
'change_password_auto_body_placeholder' => 'اترك فارغ لتوليد تلقائي',
|
||||
'change_password_success_body_placeholder' => 'اترك فارغ لتوليد تلقائي',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'تحديث الفرق',
|
||||
'roles' => 'تحديث الأدوار',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'الفرق',
|
||||
'single' => 'فريق',
|
||||
'columns' => [
|
||||
'avatar' => 'الصورة الشخصية',
|
||||
'name' => 'الاسم',
|
||||
'owner' => 'المالك',
|
||||
'personal_team' => 'فريق شخصي',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'تقمص',
|
||||
'leave' => 'ترك التقمص',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'Einstellungen',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Benutzer',
|
||||
'email_verified_at' => 'E-Mail verifiziert',
|
||||
'created_at' => 'Erstellt am',
|
||||
'updated_at' => 'Aktualisiert am',
|
||||
'verified' => 'Verifiziert',
|
||||
'unverified' => 'Nicht verifiziert',
|
||||
'name' => 'Name',
|
||||
'email' => 'E-Mail',
|
||||
'password' => 'Passwort',
|
||||
'password_confirmation' => 'Passwort bestätigen',
|
||||
'roles' => 'Rollen',
|
||||
'teams' => 'Teams',
|
||||
'label' => 'Benutzer',
|
||||
'title' => [
|
||||
'show' => 'Benutzer anzeigen',
|
||||
'delete' => 'Benutzer löschen',
|
||||
'impersonate' => 'Benutzer imitieren',
|
||||
'create' => 'Benutzer erstellen',
|
||||
'edit' => 'Benutzer bearbeiten',
|
||||
'list' => 'Benutzer',
|
||||
'home' => 'Benutzer',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Fehler',
|
||||
'body' => 'Sie können den letzten Benutzer nicht löschen',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Fehler',
|
||||
'body' => 'Sie können sich nicht selbst löschen',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Passwort ändern',
|
||||
'change_password_auto' => 'Passwort automatisch geändert',
|
||||
'change_password_success' => 'Passwort erfolgreich geändert',
|
||||
'change_password_auto_body' => 'Passwort automatisch geändert',
|
||||
'change_password_success_body' => 'Passwort erfolgreich geändert',
|
||||
'change_password_auto_body_placeholder' => 'Leer lassen, um automatisch zu generieren',
|
||||
'change_password_success_body_placeholder' => 'Leer lassen, um automatisch zu generieren',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Teams aktualisieren',
|
||||
'roles' => 'Rollen aktualisieren',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Teams',
|
||||
'single' => 'Team',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Name',
|
||||
'owner' => 'Owner',
|
||||
'personal_team' => 'Persönliches Team',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Imitieren',
|
||||
'leave' => 'Imitation beenden',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'Settings',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'User',
|
||||
'email_verified_at' => 'Email Verified',
|
||||
'created_at' => 'Created At',
|
||||
'updated_at' => 'Updated At',
|
||||
'verified' => 'Verified',
|
||||
'unverified' => 'Unverified',
|
||||
'name' => 'Name',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password Confirmation',
|
||||
'roles' => 'Roles',
|
||||
'teams' => 'Teams',
|
||||
'label' => 'Users',
|
||||
'title' => [
|
||||
'show' => 'Show User',
|
||||
'delete' => 'Delete User',
|
||||
'impersonate' => 'Impersonate User',
|
||||
'create' => 'Create User',
|
||||
'edit' => 'Edit User',
|
||||
'list' => 'Users',
|
||||
'home' => 'Users',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Error',
|
||||
'body' => 'You cannot delete the last user',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Error',
|
||||
'body' => 'You cannot delete yourself',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Change Password',
|
||||
'change_password_auto' => 'Password changed automatically',
|
||||
'change_password_success' => 'Password changed successfully',
|
||||
'change_password_auto_body' => 'Password changed automatically',
|
||||
'change_password_success_body' => 'Password changed successfully',
|
||||
'change_password_auto_body_placeholder' => 'Leave blank to auto-generate',
|
||||
'change_password_success_body_placeholder' => 'Leave blank to auto-generate',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Update Teams',
|
||||
'roles' => 'Update Roles',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Teams',
|
||||
'single' => 'Team',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Name',
|
||||
'owner' => 'Owner',
|
||||
'personal_team' => 'Personal Team',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Impersonating',
|
||||
'leave' => 'Leave Impersonation',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'Configuraciones',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Usuario',
|
||||
'email_verified_at' => 'Correo electrónico verificado',
|
||||
'created_at' => 'Creado',
|
||||
'updated_at' => 'Actualizado',
|
||||
'verified' => 'Verificado',
|
||||
'unverified' => 'No Verificado',
|
||||
'name' => 'Nombre',
|
||||
'email' => 'Correo Electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'password_confirmation' => 'Confirmar Contraseña',
|
||||
'roles' => 'Roles',
|
||||
'teams' => 'Equipos',
|
||||
'label' => 'Usuarios',
|
||||
'title' => [
|
||||
'show' => 'Mostrar Usuario',
|
||||
'delete' => 'Eliminar Usuario',
|
||||
'impersonate' => 'Suplantar Usuario',
|
||||
'create' => 'Crear Usuario',
|
||||
'edit' => 'Editar Usuario',
|
||||
'list' => 'Usuarios',
|
||||
'home' => 'Usuarios',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Error',
|
||||
'body' => 'No puedes eliminar el último usuario',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Error',
|
||||
'body' => 'No puedes eliminarte a ti mismo',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Cambiar Contraseña',
|
||||
'change_password_auto' => 'Contraseña cambiada automáticamente',
|
||||
'change_password_success' => 'Contraseña cambiada correctamente',
|
||||
'change_password_auto_body' => 'Contraseña cambiada automáticamente',
|
||||
'change_password_success_body' => 'Contraseña cambiada correctamente',
|
||||
'change_password_auto_body_placeholder' => 'Dejar en blanco para generar automáticamente',
|
||||
'change_password_success_body_placeholder' => 'Dejar en blanco para generar automáticamente',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Actualizar Equipos',
|
||||
'roles' => 'Actualizar Roles',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Equipos',
|
||||
'single' => 'Equipo',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Nombre',
|
||||
'owner' => 'Propietario',
|
||||
'personal_team' => 'Equipo Personal',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Suplantando',
|
||||
'leave' => 'Salir de la Suplantación',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'Pengaturan',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Pengguna',
|
||||
'email_verified_at' => 'Email Terverifikasi',
|
||||
'created_at' => 'Dibuat Pada',
|
||||
'updated_at' => 'Diperbarui Pada',
|
||||
'verified' => 'Terverifikasi',
|
||||
'unverified' => 'Belum Terverifikasi',
|
||||
'name' => 'Nama',
|
||||
'email' => 'Email',
|
||||
'password' => 'Kata Sandi',
|
||||
'password_confirmation' => 'Konfirmasi Kata Sandi',
|
||||
'roles' => 'Peran',
|
||||
'teams' => 'Tim',
|
||||
'label' => 'Pengguna',
|
||||
'title' => [
|
||||
'show' => 'Lihat Pengguna',
|
||||
'delete' => 'Hapus Pengguna',
|
||||
'impersonate' => 'Menyamar sebagai Pengguna',
|
||||
'create' => 'Buat Pengguna',
|
||||
'edit' => 'Edit Pengguna',
|
||||
'list' => 'Pengguna',
|
||||
'home' => 'Pengguna',
|
||||
],
|
||||
'notifications' => [
|
||||
'last' => [
|
||||
'title' => 'Kesalahan',
|
||||
'body' => 'Anda tidak dapat menghapus pengguna terakhir',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Kesalahan',
|
||||
'body' => 'Anda tidak dapat menghapus diri sendiri',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Ubah Kata Sandi',
|
||||
'change_password_auto' => 'Kata Sandi berubah secara otomatis',
|
||||
'change_password_success' => 'Kata Sandi berubah secara sukses',
|
||||
'change_password_auto_body' => 'Kata Sandi berubah secara otomatis',
|
||||
'change_password_success_body' => 'Kata Sandi berubah secara sukses',
|
||||
'change_password_auto_body_placeholder' => 'Biarkan kosong untuk menghasilkan secara otomatis',
|
||||
'change_password_success_body_placeholder' => 'Biarkan kosong untuk menghasilkan secara otomatis',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Perbarui Tim',
|
||||
'roles' => 'Perbarui Peran',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Tim',
|
||||
'single' => 'Tim',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Nama',
|
||||
'owner' => 'Pemilik',
|
||||
'personal_team' => 'Tim Pribadi',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Menyamar',
|
||||
'leave' => 'Keluar dari Menyamar',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'Configurazione',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Utente',
|
||||
'email_verified_at' => 'Email Verificata',
|
||||
'created_at' => 'Creato il',
|
||||
'updated_at' => 'Aggiornato il',
|
||||
'verified' => 'Verificato',
|
||||
'unverified' => 'Non Verificato',
|
||||
'name' => 'Nome',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Conferma Password',
|
||||
'roles' => 'Ruoli',
|
||||
'teams' => 'Teams',
|
||||
'label' => 'Utenti',
|
||||
'title' => [
|
||||
'show' => 'Visualizza Utente',
|
||||
'delete' => 'Elimina Utente',
|
||||
'impersonate' => 'Impersonifica Utente',
|
||||
'create' => 'crea Utente',
|
||||
'edit' => 'Modifica Utente',
|
||||
'list' => 'Utenti',
|
||||
'home' => 'Utenti',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Errore',
|
||||
'body' => "Non puoi eliminare l'ultimo utente",
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Errore',
|
||||
'body' => 'Non puoi eliminare te stesso',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Cambia Password',
|
||||
'change_password_auto' => 'Password cambiata automaticamente',
|
||||
'change_password_success' => 'Password cambiata con successo',
|
||||
'change_password_auto_body' => 'Password cambiata automaticamente',
|
||||
'change_password_success_body' => 'Password cambiata con successo',
|
||||
'change_password_auto_body_placeholder' => 'Lasciare vuoto per generare automaticamente',
|
||||
'change_password_success_body_placeholder' => 'Lasciare vuoto per generare automaticamente',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Aggiorna Team',
|
||||
'roles' => 'Aggiorna Ruoli',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Team',
|
||||
'single' => 'Team',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Nome',
|
||||
'owner' => 'Owner',
|
||||
'personal_team' => 'Team Personale',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Impersonando',
|
||||
'leave' => 'Lasciare l\'Impersonazione',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'ALC',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'ユーザー',
|
||||
'email_verified_at' => 'メールアドレス認証日時',
|
||||
'created_at' => '作成日時',
|
||||
'updated_at' => '更新日時',
|
||||
'verified' => '認証済',
|
||||
'unverified' => '未認証',
|
||||
'name' => '名前',
|
||||
'email' => 'メールアドレス',
|
||||
'password' => 'パスワード',
|
||||
'password_confirmation' => 'パスワード確認',
|
||||
'roles' => 'ロール',
|
||||
'teams' => 'チーム',
|
||||
'label' => 'ユーザー',
|
||||
'title' => [
|
||||
'show' => 'ユーザーを表示',
|
||||
'delete' => 'ユーザーを削除',
|
||||
'impersonate' => 'ユーザーを偽装',
|
||||
'create' => 'ユーザーを作成',
|
||||
'edit' => 'ユーザーを編集',
|
||||
'list' => 'ユーザー',
|
||||
'home' => 'ユーザー',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'エラー',
|
||||
'body' => '最後のユーザーを削除することはできません',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'エラー',
|
||||
'body' => '自分自身を削除することはできません',
|
||||
],
|
||||
],
|
||||
'avatar' => 'アバター',
|
||||
'change_password' => 'パスワードを変更',
|
||||
'change_password_auto' => 'パスワードが自動的に変更されました',
|
||||
'change_password_success' => 'パスワードが正常に変更されました',
|
||||
'change_password_auto_body' => 'パスワードが自動的に変更されました',
|
||||
'change_password_success_body' => 'パスワードが正常に変更されました',
|
||||
'change_password_auto_body_placeholder' => '自動生成する場合は空欄にしてください',
|
||||
'change_password_success_body_placeholder' => '自動生成する場合は空欄にしてください',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'チームを更新',
|
||||
'roles' => 'ロールを更新',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'チーム',
|
||||
'single' => 'チーム',
|
||||
'columns' => [
|
||||
'avatar' => 'アバター',
|
||||
'name' => '名前',
|
||||
'owner' => 'オーナー',
|
||||
'personal_team' => '個人チーム',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => '偽装中',
|
||||
'leave' => '偽装を終了',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'Група',
|
||||
'resource' => [
|
||||
'id' => 'ИД',
|
||||
'single' => 'Корисник',
|
||||
'email_verified_at' => 'Е-пошта е верифицирана',
|
||||
'created_at' => 'Креирано на',
|
||||
'updated_at' => 'Ажурирано на',
|
||||
'verified' => 'Верифициран',
|
||||
'unverified' => 'Неверифициран',
|
||||
'name' => 'Име',
|
||||
'email' => 'Е-пошта',
|
||||
'password' => 'Лозинка',
|
||||
'password_confirmation' => 'Потврди лозинка',
|
||||
'roles' => 'Улоги',
|
||||
'teams' => 'Тимови',
|
||||
'label' => 'Корисници',
|
||||
'title' => [
|
||||
'show' => 'Прикажи корисник',
|
||||
'delete' => 'Избриши корисник',
|
||||
'impersonate' => 'Имперсонирај корисник',
|
||||
'create' => 'Креирај корисник',
|
||||
'edit' => 'Уреди корисник',
|
||||
'list' => 'Листа на корисници',
|
||||
'home' => 'Корисници',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Грешка',
|
||||
'body' => 'Не можете да го избришете последниот корисник',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Грешка',
|
||||
'body' => 'Не можете да се избришете себеси',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Аватар',
|
||||
'change_password' => 'Промени лозинка',
|
||||
'change_password_auto' => 'Лозинката е промената автоматски',
|
||||
'change_password_success' => 'Лозинката е успешно промената',
|
||||
'change_password_auto_body' => 'Лозинката е промената автоматски',
|
||||
'change_password_success_body' => 'Лозинката е успешно промената',
|
||||
'change_password_auto_body_placeholder' => 'Оставете празно за автоматско генерирање',
|
||||
'change_password_success_body_placeholder' => 'Оставете празно за автоматско генерирање',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Ажурирај тимови',
|
||||
'roles' => 'Ажурирај улоги',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Тимови',
|
||||
'single' => 'Тим',
|
||||
'columns' => [
|
||||
'avatar' => 'Аватар',
|
||||
'name' => 'Име',
|
||||
'owner' => 'Сопственик',
|
||||
'personal_team' => 'Личен тим',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Имперсонирано',
|
||||
'leave' => 'Напусти Имперсонирање',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'ALC',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Gebruiker',
|
||||
'email_verified_at' => 'Email Geverifieerd',
|
||||
'created_at' => 'Aangemaakt Op',
|
||||
'updated_at' => 'Bijgewerkt Op',
|
||||
'verified' => 'Geverifieerd',
|
||||
'unverified' => 'Niet geverifieerd',
|
||||
'name' => 'Naam',
|
||||
'email' => 'Email',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord Bevestigen',
|
||||
'roles' => 'Rollen',
|
||||
'teams' => 'Teams',
|
||||
'label' => 'Gebruikers',
|
||||
'title' => [
|
||||
'show' => 'Toon Gebruiker',
|
||||
'delete' => 'Verwijder Gebruiker',
|
||||
'impersonate' => 'Impersonate Gebruiker',
|
||||
'create' => 'Maak Gebruiker',
|
||||
'edit' => 'Bewerk Gebruiker',
|
||||
'list' => 'Gebruikers',
|
||||
'home' => 'Gebruikers',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Fout',
|
||||
'body' => 'Je kunt de laatste gebruiker niet verwijderen',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Fout',
|
||||
'body' => 'Je kunt jezelf niet verwijderen',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Wachtwoord wijzigen',
|
||||
'change_password_auto' => 'Wachtwoord is automatisch gewijzigd',
|
||||
'change_password_success' => 'Wachtwoord is succesvol gewijzigd',
|
||||
'change_password_auto_body' => 'Wachtwoord is automatisch gewijzigd',
|
||||
'change_password_success_body' => 'Wachtwoord is succesvol gewijzigd',
|
||||
'change_password_auto_body_placeholder' => 'Laat leeg voor automatisch genereren',
|
||||
'change_password_success_body_placeholder' => 'Laat leeg voor automatisch genereren',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Teams bijwerken',
|
||||
'roles' => 'Rollen bijwerken',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Teams',
|
||||
'single' => 'Team',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Name',
|
||||
'owner' => 'Owner',
|
||||
'personal_team' => 'Persoonlijk Team',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Impersonate',
|
||||
'leave' => 'Leave Impersonation',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'ALC',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Usuário',
|
||||
'email_verified_at' => 'Email Verificado',
|
||||
'created_at' => 'Criado em',
|
||||
'updated_at' => 'Atualizado em',
|
||||
'verified' => 'Verificado',
|
||||
'unverified' => 'Não verificado',
|
||||
'name' => 'Nome',
|
||||
'email' => 'Email',
|
||||
'password' => 'Senha',
|
||||
'password_confirmation' => 'Confirmação de Senha',
|
||||
'roles' => 'Funções',
|
||||
'teams' => 'Equipes',
|
||||
'label' => 'Usuários',
|
||||
'title' => [
|
||||
'show' => 'Mostrar Usuário',
|
||||
'delete' => 'Deletar Usuário',
|
||||
'impersonate' => 'Despersonificar Usuário',
|
||||
'create' => 'Criar Usuário',
|
||||
'edit' => 'Editar Usuário',
|
||||
'list' => 'Usuários',
|
||||
'home' => 'Usuários',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Erro',
|
||||
'body' => 'Você não pode deletar o último usuário',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Erro',
|
||||
'body' => 'Você não pode deletar a si mesmo',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Alterar Senha',
|
||||
'change_password_auto' => 'Senha alterada automaticamente',
|
||||
'change_password_success' => 'Senha alterada com sucesso',
|
||||
'change_password_auto_body' => 'Senha alterada automaticamente',
|
||||
'change_password_success_body' => 'Senha alterada com sucesso',
|
||||
'change_password_auto_body_placeholder' => 'Deixe em branco para gerar automaticamente',
|
||||
'change_password_success_body_placeholder' => 'Deixe em branco para gerar automaticamente',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Atualizar Equipes',
|
||||
'roles' => 'Atualizar Funções',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Equipes',
|
||||
'single' => 'Equipe',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Nome',
|
||||
'owner' => 'Proprietário',
|
||||
'personal_team' => 'Equipe Pessoal',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Despersonificando',
|
||||
'leave' => 'Sair da Despersonificação',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'ALC',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Utilizador',
|
||||
'email_verified_at' => 'Email Verificado em',
|
||||
'created_at' => 'Criado em',
|
||||
'updated_at' => 'Atualizado em',
|
||||
'verified' => 'Verificado',
|
||||
'unverified' => 'Não verificado',
|
||||
'name' => 'Nome',
|
||||
'email' => 'Email',
|
||||
'password' => 'Palavra-passe',
|
||||
'password_confirmation' => 'Confirmação de Palavra-passe',
|
||||
'roles' => 'Funções',
|
||||
'teams' => 'Equipes',
|
||||
'label' => 'Utilizadores',
|
||||
'title' => [
|
||||
'show' => 'Ver Utilizador',
|
||||
'delete' => 'Apagar Utilizador',
|
||||
'impersonate' => 'Simular Utilizador',
|
||||
'create' => 'Criar Utilizador',
|
||||
'edit' => 'Editar Utilizador',
|
||||
'list' => 'Utilizadores',
|
||||
'home' => 'Utilizadores',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Erro',
|
||||
'body' => 'Não é possível apagar o último utilizador',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Erro',
|
||||
'body' => 'Não pode apagar-se a si mesmo',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Avatar',
|
||||
'change_password' => 'Alterar Palavra-passe',
|
||||
'change_password_auto' => 'Palavra-passe alterada automaticamente',
|
||||
'change_password_success' => 'Palavra-passe alterada com sucesso',
|
||||
'change_password_auto_body' => 'Palavra-passe alterada automaticamente',
|
||||
'change_password_success_body' => 'Palavra-passe alterada com sucesso',
|
||||
'change_password_auto_body_placeholder' => 'Deixe em branco para gerar automaticamente',
|
||||
'change_password_success_body_placeholder' => 'Deixe em branco para gerar automaticamente',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Atualizar Equipes',
|
||||
'roles' => 'Atualizar Funções',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Equipes',
|
||||
'single' => 'Equipe',
|
||||
'columns' => [
|
||||
'avatar' => 'Avatar',
|
||||
'name' => 'Nome',
|
||||
'owner' => 'Proprietário',
|
||||
'personal_team' => 'Equipe Pessoal',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Simulando',
|
||||
'leave' => 'Sair da Simulação',
|
||||
],
|
||||
];
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'group' => 'ALC',
|
||||
'resource' => [
|
||||
'id' => 'ID',
|
||||
'single' => 'Пользователь',
|
||||
'email_verified_at' => 'Email подтвержден',
|
||||
'created_at' => 'Создан',
|
||||
'updated_at' => 'Изменен',
|
||||
'verified' => 'Верифицирован',
|
||||
'unverified' => 'Не верифицирован',
|
||||
'name' => 'Имя',
|
||||
'email' => 'Email',
|
||||
'password' => 'Пароль',
|
||||
'password_confirmation' => 'Подтверждение пароля',
|
||||
'roles' => 'Роли',
|
||||
'teams' => 'Команды',
|
||||
'label' => 'Пользователи',
|
||||
'title' => [
|
||||
'show' => 'Показать Пользователя',
|
||||
'delete' => 'Удалить Пользователя',
|
||||
'impersonate' => 'Войти как Пользователь',
|
||||
'create' => 'Создать',
|
||||
'edit' => 'Редактировать',
|
||||
'list' => 'Пользователи',
|
||||
'home' => 'Пользователи',
|
||||
],
|
||||
'notificaitons' => [
|
||||
'last' => [
|
||||
'title' => 'Ошибка',
|
||||
'body' => 'Вы не можете удалить последнего пользователя',
|
||||
],
|
||||
'self' => [
|
||||
'title' => 'Ошибка',
|
||||
'body' => 'Вы не можете удалить себя',
|
||||
],
|
||||
],
|
||||
'avatar' => 'Аватар',
|
||||
'change_password' => 'Изменить пароль',
|
||||
'change_password_auto' => 'Пароль изменен автоматически',
|
||||
'change_password_success' => 'Пароль изменен успешно',
|
||||
'change_password_auto_body' => 'Пароль изменен автоматически',
|
||||
'change_password_success_body' => 'Пароль изменен успешно',
|
||||
'change_password_auto_body_placeholder' => 'Оставить пустым для автоматического генерации',
|
||||
'change_password_success_body_placeholder' => 'Оставить пустым для автоматического генерации',
|
||||
],
|
||||
'bulk' => [
|
||||
'teams' => 'Обновить команды',
|
||||
'roles' => 'Обновить роли',
|
||||
],
|
||||
'team' => [
|
||||
'title' => 'Команды',
|
||||
'single' => 'Команда',
|
||||
'columns' => [
|
||||
'avatar' => 'Аватар',
|
||||
'name' => 'Имя',
|
||||
'owner' => 'Владелец',
|
||||
'personal_team' => 'Личная команда',
|
||||
],
|
||||
],
|
||||
'banner' => [
|
||||
'impersonating' => 'Войти как',
|
||||
'leave' => 'Выйти из режима',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user