From 4cb49e9521a32aaef35c8d9dc4cd3abcb748874e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Jun 2026 17:05:31 +0200 Subject: [PATCH] fix: track Filament vendor translation files in git The vendor/ entry in .gitignore was blocking lang/vendor/filament/ from being tracked. Added !lang/vendor/ exception and committed all 21 language translation files (login.php + resources.php) so the other VPS can pull them via git. --- .gitignore | 1 + lang/vendor/filament/ar/login.php | 15 + lang/vendor/filament/ar/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/br/login.php | 15 + lang/vendor/filament/br/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/cs/login.php | 15 + lang/vendor/filament/cs/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/da/login.php | 15 + lang/vendor/filament/da/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/de/login.php | 15 + lang/vendor/filament/de/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/el/login.php | 15 + lang/vendor/filament/el/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/en/login.php | 15 + lang/vendor/filament/en/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/es/login.php | 15 + lang/vendor/filament/es/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/fi/login.php | 15 + lang/vendor/filament/fi/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/fr/login.php | 15 + lang/vendor/filament/fr/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/hu/login.php | 15 + lang/vendor/filament/hu/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/it/login.php | 15 + lang/vendor/filament/it/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/nl/login.php | 15 + lang/vendor/filament/nl/resources.php | 385 ++++++++++++++++++++++++++ lang/vendor/filament/no/login.php | 15 + lang/vendor/filament/no/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/pl/login.php | 15 + lang/vendor/filament/pl/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/pt/login.php | 15 + lang/vendor/filament/pt/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/ro/login.php | 15 + lang/vendor/filament/ro/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/ru/login.php | 15 + lang/vendor/filament/ru/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/se/login.php | 15 + lang/vendor/filament/se/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/tr/login.php | 15 + lang/vendor/filament/tr/resources.php | 384 +++++++++++++++++++++++++ lang/vendor/filament/uk/login.php | 15 + lang/vendor/filament/uk/resources.php | 384 +++++++++++++++++++++++++ 43 files changed, 8381 insertions(+) create mode 100755 lang/vendor/filament/ar/login.php create mode 100755 lang/vendor/filament/ar/resources.php create mode 100755 lang/vendor/filament/br/login.php create mode 100755 lang/vendor/filament/br/resources.php create mode 100755 lang/vendor/filament/cs/login.php create mode 100755 lang/vendor/filament/cs/resources.php create mode 100755 lang/vendor/filament/da/login.php create mode 100755 lang/vendor/filament/da/resources.php create mode 100755 lang/vendor/filament/de/login.php create mode 100755 lang/vendor/filament/de/resources.php create mode 100755 lang/vendor/filament/el/login.php create mode 100755 lang/vendor/filament/el/resources.php create mode 100755 lang/vendor/filament/en/login.php create mode 100755 lang/vendor/filament/en/resources.php create mode 100755 lang/vendor/filament/es/login.php create mode 100755 lang/vendor/filament/es/resources.php create mode 100755 lang/vendor/filament/fi/login.php create mode 100755 lang/vendor/filament/fi/resources.php create mode 100755 lang/vendor/filament/fr/login.php create mode 100755 lang/vendor/filament/fr/resources.php create mode 100755 lang/vendor/filament/hu/login.php create mode 100755 lang/vendor/filament/hu/resources.php create mode 100755 lang/vendor/filament/it/login.php create mode 100755 lang/vendor/filament/it/resources.php create mode 100755 lang/vendor/filament/nl/login.php create mode 100755 lang/vendor/filament/nl/resources.php create mode 100755 lang/vendor/filament/no/login.php create mode 100755 lang/vendor/filament/no/resources.php create mode 100755 lang/vendor/filament/pl/login.php create mode 100755 lang/vendor/filament/pl/resources.php create mode 100755 lang/vendor/filament/pt/login.php create mode 100755 lang/vendor/filament/pt/resources.php create mode 100755 lang/vendor/filament/ro/login.php create mode 100755 lang/vendor/filament/ro/resources.php create mode 100755 lang/vendor/filament/ru/login.php create mode 100755 lang/vendor/filament/ru/resources.php create mode 100755 lang/vendor/filament/se/login.php create mode 100755 lang/vendor/filament/se/resources.php create mode 100755 lang/vendor/filament/tr/login.php create mode 100755 lang/vendor/filament/tr/resources.php create mode 100755 lang/vendor/filament/uk/login.php create mode 100755 lang/vendor/filament/uk/resources.php diff --git a/.gitignore b/.gitignore index 50b4149..45e5dc2 100755 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # --- Dependencies --- node_modules/ vendor/ +!lang/vendor/ # --- Build artifacts (hashed filenames) --- public/build/assets/ diff --git a/lang/vendor/filament/ar/login.php b/lang/vendor/filament/ar/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/ar/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/ar/resources.php b/lang/vendor/filament/ar/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/ar/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/br/login.php b/lang/vendor/filament/br/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/br/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/br/resources.php b/lang/vendor/filament/br/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/br/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/cs/login.php b/lang/vendor/filament/cs/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/cs/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/cs/resources.php b/lang/vendor/filament/cs/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/cs/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/da/login.php b/lang/vendor/filament/da/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/da/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/da/resources.php b/lang/vendor/filament/da/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/da/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/de/login.php b/lang/vendor/filament/de/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/de/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/de/resources.php b/lang/vendor/filament/de/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/de/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/el/login.php b/lang/vendor/filament/el/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/el/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/el/resources.php b/lang/vendor/filament/el/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/el/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/en/login.php b/lang/vendor/filament/en/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/en/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/en/resources.php b/lang/vendor/filament/en/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/en/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/es/login.php b/lang/vendor/filament/es/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/es/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/es/resources.php b/lang/vendor/filament/es/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/es/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/fi/login.php b/lang/vendor/filament/fi/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/fi/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/fi/resources.php b/lang/vendor/filament/fi/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/fi/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/fr/login.php b/lang/vendor/filament/fr/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/fr/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/fr/resources.php b/lang/vendor/filament/fr/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/fr/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/hu/login.php b/lang/vendor/filament/hu/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/hu/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/hu/resources.php b/lang/vendor/filament/hu/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/hu/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/it/login.php b/lang/vendor/filament/it/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/it/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/it/resources.php b/lang/vendor/filament/it/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/it/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/nl/login.php b/lang/vendor/filament/nl/login.php new file mode 100755 index 0000000..51a4e2e --- /dev/null +++ b/lang/vendor/filament/nl/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Gebruikersnaam', + ], + 'password' => [ + 'label' => 'Wachtwoord', + ], + 'remember' => [ + 'label' => 'Onthoud mij', + ], +], +]; diff --git a/lang/vendor/filament/nl/resources.php b/lang/vendor/filament/nl/resources.php new file mode 100755 index 0000000..dad74d9 --- /dev/null +++ b/lang/vendor/filament/nl/resources.php @@ -0,0 +1,385 @@ + [ + 'send_notifications' => 'Berichten versturen', +], +'columns' => [ + 'achievement_score' => 'Prestatiescore', + 'allow_comments' => 'Reacties toestaan', + 'avatar' => 'Avatar', + 'background_color' => 'Achtergrondkleur', + 'badge' => 'Badge', + 'badge_code' => 'Badgecode', + 'banned_at' => 'Gebanned op', + 'by' => 'Door', + 'can_change_name' => 'Kan naam wijzigen', + 'can_trade' => 'Kan ruilen', + 'category' => 'Categorie', + 'command' => 'Commando', + 'comment' => 'Reactie', + 'created_at' => 'Aangemaakt op', + 'description' => 'Beschrijving', + 'email' => 'E-mail', + 'equipped' => 'Uitgerust', + 'executed_at' => 'Uitgevoerd op', + 'expires_at' => 'Verloopt op', + 'hideable' => 'Verbergbaar', + 'id' => 'ID', + 'image' => 'Afbeelding', + 'is_hidden' => 'Is verborgen', + 'key' => 'Sleutel', + 'level' => 'Niveau', + 'message' => 'Bericht', + 'min_rank' => 'Min. rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute tijd', + 'name' => 'Naam', + 'new_tab' => 'Nieuw tabblad', + 'online' => 'Online', + 'online_time' => 'Online tijd', + 'order' => 'Volgorde', + 'permission' => 'Recht', + 'prefix' => 'Voorvoegsel', + 'reason' => 'Reden', + 'receiver' => 'Ontvanger', + 'replacement' => 'Vervanging', + 'reportable' => 'Rapporteerbaar', + 'respects_received' => 'Ontvangen respects', + 'room' => 'Kamer', + 'room_id' => 'Kamer ID', + 'sender' => 'Verzender', + 'slug' => 'Slug', + 'success' => 'Succes', + 'title' => 'Titel', + 'type' => 'Type', + 'user_id' => 'Gebruiker ID', + 'username' => 'Gebruikersnaam', + 'value' => 'Waarde', + 'visible' => 'Zichtbaar', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'Alle', + 'Create' => 'Aanmaken', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Vrouw', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Man', + 'Never' => 'Nooit', + 'No' => 'Nee', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Succesvol', + 'Super' => 'Super', + 'Update' => 'Bijwerken', + 'Yes' => 'Ja', +], +'filters' => [ + 'success' => 'Succes', +], +'helpers' => [ + 'achievement_points' => 'Prestatiepunten', + 'achievement_progress_needed' => 'Benodigde voortgang', + 'badge_code_helper' => 'Unieke badgecode', + 'change_password_description' => 'Wijzig het wachtwoord van deze gebruiker', + 'change_username_description' => 'Sta deze gebruiker toe zijn gebruikersnaam te wijzigen', +], +'inputs' => [ + 'achievement_score' => 'Prestatiescore', + 'allow_change_username' => 'Sta naamswijziging toe', + 'allow_comments' => 'Reacties toestaan', + 'as_staff' => 'Als staff', + 'auto_credits_amount' => 'Auto credits bedrag', + 'auto_gotw_amount' => 'Auto GOTW bedrag', + 'auto_pixels_amount' => 'Auto pixels bedrag', + 'auto_points_amount' => 'Auto points bedrag', + 'background_color' => 'Achtergrondkleur', + 'badge_code' => 'Badgecode', + 'badge_description' => 'Badgebeschrijving', + 'badge_image' => 'Badgeafbeelding', + 'badge_title' => 'Badgetitel', + 'block_camera_follow' => 'Blokkeer camera volgen', + 'block_following' => 'Blokkeer volgers', + 'block_friendrequests' => 'Blokkeer vriendschapsverzoeken', + 'block_roominvites' => 'Blokkeer kameruitnodigingen', + 'can_trade' => 'Kan ruilen', + 'category' => 'Categorie', + 'comment' => 'Reactie', + 'content' => 'Inhoud', + 'created_at' => 'Aangemaakt op', + 'description' => 'Beschrijving', + 'email' => 'E-mail', + 'expires_at' => 'Verloopt op', + 'gender' => 'Geslacht', + 'hideable' => 'Verbergbaar', + 'ignore_bots' => 'Negeer bots', + 'ignore_pets' => 'Negeer huisdieren', + 'image' => 'Afbeelding', + 'ip_current' => 'Huidig IP', + 'ip_register' => 'Registratie IP', + 'is_hidden' => 'Is verborgen', + 'key' => 'Sleutel', + 'label' => 'Label', + 'last_login' => 'Laatste login', + 'last_online' => 'Laatste online', + 'level' => 'Niveau', + 'log_commands' => 'Log commando\'s', + 'max_friends' => 'Max vrienden', + 'max_rooms' => 'Max kamers', + 'message' => 'Bericht', + 'min_rank' => 'Min. rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute tijd', + 'name' => 'Naam', + 'new_password' => 'Nieuw wachtwoord', + 'new_password_confirmation' => 'Nieuw wachtwoord bevestigen', + 'old_chat' => 'Oude chat', + 'permission' => 'Recht', + 'points' => 'Punten', + 'prefix' => 'Voorvoegsel', + 'prefix_color' => 'Voorvoegsel kleur', + 'progress_needed' => 'Benodigde voortgang', + 'rank' => 'Rank', + 'reason' => 'Reden', + 'receiver' => 'Ontvanger', + 'referral_code' => 'Verwijzingscode', + 'referrer_code' => 'Verwijzer code', + 'replacement' => 'Vervanging', + 'reportable' => 'Rapporteerbaar', + 'respects_received' => 'Ontvangen respects', + 'reward_amount' => 'Beloning bedrag', + 'reward_type' => 'Beloning type', + 'room' => 'Kamer', + 'room_effect' => 'Kamer effect', + 'sender' => 'Verzender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Titel', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Gebruikersnaam', + 'users' => 'Gebruikers', + 'value' => 'Waarde', + 'visible' => 'Zichtbaar', +], +'navigations' => [ + 'Commandocentrum' => 'Commandocentrum', + 'Dashboard' => 'Dashboard', + 'Help Center' => 'Helpcentrum', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Winkel', + 'User Management' => 'Gebruikersbeheer', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badgecode is vereist', + 'badge_found' => 'Badge gevonden', + 'badge_image_required' => 'Badgeafbeelding is vereist', + 'badge_image_upload_failed' => 'Badgeafbeelding uploaden mislukt', + 'badge_texts_required' => 'Badgeteksten zijn vereist', + 'badge_update_failed' => 'Badge bijwerken mislukt', + 'badge_updated' => 'Badge bijgewerkt', + 'create_badge' => 'Badge aanmaken', +], +'options' => [ + 'no' => 'Nee', + 'rights' => 'Rechten', + 'yes' => 'Ja', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Prestatie', + 'plural' => 'Prestaties', + 'navigation_label' => 'Prestaties', + ], + 'article' => [ + 'label' => 'Artikel', + 'plural' => 'Artikelen', + 'navigation_label' => 'Artikelen', + ], + 'articles' => [ + 'label' => 'Artikel', + 'plural' => 'Artikelen', + 'navigation_label' => 'Artikelen', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Privéchat', + 'plural' => 'Privéchats', + 'navigation_label' => 'Privéchats', + ], + 'chatlog-rooms' => [ + 'label' => 'Kamerchat', + 'plural' => 'Kamerchats', + 'navigation_label' => 'Kamerchats', + ], + 'cms-settings' => [ + 'label' => 'CMS Instelling', + 'plural' => 'CMS Instellingen', + 'navigation_label' => 'CMS Instellingen', + ], + 'command-logs' => [ + 'label' => 'Commandolog', + 'plural' => 'Commandologs', + 'navigation_label' => 'Commandologs', + ], + 'emulator-settings' => [ + 'label' => 'Emulatorinstelling', + 'plural' => 'Emulatorinstellingen', + 'navigation_label' => 'Emulatorinstellingen', + ], + 'emulator-texts' => [ + 'label' => 'Emulatortekst', + 'plural' => 'Emulatorteksten', + 'navigation_label' => 'Emulatorteksten', + ], + 'help-categories' => [ + 'label' => 'Helpcategorie', + 'plural' => 'Helpcategorieën', + 'navigation_label' => 'Helpcategorieën', + ], + 'help-question-categories' => [ + 'label' => 'Vraaggroep', + 'plural' => 'Vraaggroepen', + 'navigation_label' => 'Vraaggroepen', + ], + 'help-questions' => [ + 'label' => 'Helpvraag', + 'plural' => 'Helpvragen', + 'navigation_label' => 'Helpvragen', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeepingrecht', + 'plural' => 'Housekeepingrechten', + 'navigation_label' => 'Housekeepingrechten', + ], + 'navigations' => [ + 'label' => 'Navigatie', + 'plural' => 'Navigaties', + 'navigation_label' => 'Navigaties', + ], + 'paypal-transactions' => [ + 'label' => 'PayPaltransactie', + 'plural' => 'PayPaltransacties', + 'navigation_label' => 'PayPaltransacties', + ], + 'permissions' => [ + 'label' => 'Recht', + 'plural' => 'Rechten', + 'navigation_label' => 'Rechten', + ], + 'settings' => [ + 'label' => 'Instelling', + 'plural' => 'Instellingen', + 'navigation_label' => 'Instellingen', + ], + 'shop-orders' => [ + 'label' => 'Winkelbestelling', + 'plural' => 'Winkelbestellingen', + 'navigation_label' => 'Winkelbestellingen', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'Gebruiker', + 'plural' => 'Gebruikers', + 'navigation_label' => 'Gebruikers', + ], + 'word-filters' => [ + 'label' => 'Woordfilter', + 'plural' => 'Woordfilters', + 'navigation_label' => 'Woordfilters', + ], + 'writeable-boxes' => [ + 'label' => 'Schrijfbare box', + 'plural' => 'Schrijfbare boxen', + 'navigation_label' => 'Schrijfbare boxen', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Beheer de rechten voor deze resource', + 'title' => 'Rechten', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Artikelen deze maand', + 'label' => 'Artikelen', + 'title' => 'Artikelen Statistieken', + ], + 'badge_count' => [ + 'description' => 'Totaal aantal badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Totaal aantal meubels', + 'title' => 'Meubels', + ], + 'orders_chart' => [ + 'cancelled' => 'Geannuleerd', + 'completed' => 'Voltooid', + 'description' => 'Bestellingen overzicht', + 'pending' => 'In afwachting', + 'title' => 'Bestellingen', + ], + 'photos_count' => [ + 'description' => 'Totaal aantal foto\'s', + 'title' => 'Foto\'s', + ], + 'rooms_count' => [ + 'description' => 'Totaal aantal kamers', + 'title' => 'Kamers', + ], + 'users_count' => [ + 'description' => 'Totaal aantal gebruikers', + 'title' => 'Gebruikers', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Accountgegevens', + 'Change' => 'Wijzigen', + 'Change Email' => 'E-mail wijzigen', + 'Change Password' => 'Wachtwoord wijzigen', + 'Change Rank' => 'Rank wijzigen', + 'Change Username' => 'Gebruikersnaam wijzigen', + 'Configurations' => 'Configuraties', + 'Currencies' => 'Valuta\'s', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra instellingen', + 'General' => 'Algemeen', + 'General Information' => 'Algemene informatie', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game rechten', + 'Main' => 'Hoofd', + 'Security' => 'Beveiliging', + ], +]; diff --git a/lang/vendor/filament/no/login.php b/lang/vendor/filament/no/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/no/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/no/resources.php b/lang/vendor/filament/no/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/no/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/pl/login.php b/lang/vendor/filament/pl/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/pl/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/pl/resources.php b/lang/vendor/filament/pl/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/pl/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/pt/login.php b/lang/vendor/filament/pt/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/pt/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/pt/resources.php b/lang/vendor/filament/pt/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/pt/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/ro/login.php b/lang/vendor/filament/ro/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/ro/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/ro/resources.php b/lang/vendor/filament/ro/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/ro/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/ru/login.php b/lang/vendor/filament/ru/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/ru/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/ru/resources.php b/lang/vendor/filament/ru/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/ru/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/se/login.php b/lang/vendor/filament/se/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/se/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/se/resources.php b/lang/vendor/filament/se/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/se/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/tr/login.php b/lang/vendor/filament/tr/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/tr/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/tr/resources.php b/lang/vendor/filament/tr/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/tr/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +]; diff --git a/lang/vendor/filament/uk/login.php b/lang/vendor/filament/uk/login.php new file mode 100755 index 0000000..5a72b6c --- /dev/null +++ b/lang/vendor/filament/uk/login.php @@ -0,0 +1,15 @@ + [ + 'username' => [ + 'label' => 'Username', + ], + 'password' => [ + 'label' => 'Password', + ], + 'remember' => [ + 'label' => 'Remember me', + ], +], +]; diff --git a/lang/vendor/filament/uk/resources.php b/lang/vendor/filament/uk/resources.php new file mode 100755 index 0000000..88d220d --- /dev/null +++ b/lang/vendor/filament/uk/resources.php @@ -0,0 +1,384 @@ + [ + 'send_notifications' => 'Send Notifications', +], +'columns' => [ + 'achievement_score' => 'Achievement Score', + 'allow_comments' => 'Allow Comments', + 'avatar' => 'Avatar', + 'background_color' => 'Background Color', + 'badge' => 'Badge', + 'badge_code' => 'Badge Code', + 'banned_at' => 'Banned At', + 'by' => 'By', + 'can_change_name' => 'Can Change Name', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'command' => 'Command', + 'comment' => 'Comment', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'equipped' => 'Equipped', + 'executed_at' => 'Executed At', + 'expires_at' => 'Expires At', + 'hideable' => 'Hideable', + 'id' => 'ID', + 'image' => 'Image', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'level' => 'Level', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_tab' => 'New Tab', + 'online' => 'Online', + 'online_time' => 'Online Time', + 'order' => 'Order', + 'permission' => 'Permission', + 'prefix' => 'Prefix', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'room' => 'Room', + 'room_id' => 'Room ID', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'success' => 'Success', + 'title' => 'Title', + 'type' => 'Type', + 'user_id' => 'User ID', + 'username' => 'Username', + 'value' => 'Value', + 'visible' => 'Visible', +], +'common' => [ + 'Account' => 'Account', + 'All' => 'All', + 'Create' => 'Create', + 'Credits' => 'Credits', + 'Diamonds' => 'Diamonds', + 'Duckets' => 'Duckets', + 'Female' => 'Female', + 'IP' => 'IP', + 'Machine' => 'Machine', + 'Male' => 'Male', + 'Never' => 'Never', + 'No' => 'No', + 'Open' => 'Open', + 'Open link' => 'Open link', + 'Points' => 'Points', + 'Sucessfull' => 'Successful', + 'Super' => 'Super', + 'Update' => 'Update', + 'Yes' => 'Yes', +], +'filters' => [ + 'success' => 'Success', +], +'helpers' => [ + 'achievement_points' => 'Achievement Points', + 'achievement_progress_needed' => 'Progress Needed', + 'badge_code_helper' => 'Unique badge code', + 'change_password_description' => 'Change this user\'s password', + 'change_username_description' => 'Allow this user to change their username', +], +'inputs' => [ + 'achievement_score' => 'Achievement Score', + 'allow_change_username' => 'Allow Username Change', + 'allow_comments' => 'Allow Comments', + 'as_staff' => 'As Staff', + 'auto_credits_amount' => 'Auto Credits Amount', + 'auto_gotw_amount' => 'Auto GOTW Amount', + 'auto_pixels_amount' => 'Auto Pixels Amount', + 'auto_points_amount' => 'Auto Points Amount', + 'background_color' => 'Background Color', + 'badge_code' => 'Badge Code', + 'badge_description' => 'Badge Description', + 'badge_image' => 'Badge Image', + 'badge_title' => 'Badge Title', + 'block_camera_follow' => 'Block Camera Follow', + 'block_following' => 'Block Following', + 'block_friendrequests' => 'Block Friend Requests', + 'block_roominvites' => 'Block Room Invites', + 'can_trade' => 'Can Trade', + 'category' => 'Category', + 'comment' => 'Comment', + 'content' => 'Content', + 'created_at' => 'Created At', + 'description' => 'Description', + 'email' => 'Email', + 'expires_at' => 'Expires At', + 'gender' => 'Gender', + 'hideable' => 'Hideable', + 'ignore_bots' => 'Ignore Bots', + 'ignore_pets' => 'Ignore Pets', + 'image' => 'Image', + 'ip_current' => 'Current IP', + 'ip_register' => 'Register IP', + 'is_hidden' => 'Is Hidden', + 'key' => 'Key', + 'label' => 'Label', + 'last_login' => 'Last Login', + 'last_online' => 'Last Online', + 'level' => 'Level', + 'log_commands' => 'Log Commands', + 'max_friends' => 'Max Friends', + 'max_rooms' => 'Max Rooms', + 'message' => 'Message', + 'min_rank' => 'Min Rank', + 'motto' => 'Motto', + 'mute_time' => 'Mute Time', + 'name' => 'Name', + 'new_password' => 'New Password', + 'new_password_confirmation' => 'Confirm New Password', + 'old_chat' => 'Old Chat', + 'permission' => 'Permission', + 'points' => 'Points', + 'prefix' => 'Prefix', + 'prefix_color' => 'Prefix Color', + 'progress_needed' => 'Progress Needed', + 'rank' => 'Rank', + 'reason' => 'Reason', + 'receiver' => 'Receiver', + 'referral_code' => 'Referral Code', + 'referrer_code' => 'Referrer Code', + 'replacement' => 'Replacement', + 'reportable' => 'Reportable', + 'respects_received' => 'Respects Received', + 'reward_amount' => 'Reward Amount', + 'reward_type' => 'Reward Type', + 'room' => 'Room', + 'room_effect' => 'Room Effect', + 'sender' => 'Sender', + 'slug' => 'Slug', + 'team_id' => 'Team ID', + 'title' => 'Title', + 'type' => 'Type', + 'url' => 'URL', + 'username' => 'Username', + 'users' => 'Users', + 'value' => 'Value', + 'visible' => 'Visible', +], +'navigations' => [ + 'Commandocentrum' => 'Command Center', + 'Help Center' => 'Help Center', + 'Hotel' => 'Hotel', + 'Logs' => 'Logs', + 'Radio' => 'Radio', + 'Shop' => 'Shop', + 'User Management' => 'User Management', + 'Website' => 'Website', +], +'notifications' => [ + 'badge_code_required' => 'Badge code is required', + 'badge_found' => 'Badge found', + 'badge_image_required' => 'Badge image is required', + 'badge_image_upload_failed' => 'Badge image upload failed', + 'badge_texts_required' => 'Badge texts are required', + 'badge_update_failed' => 'Badge update failed', + 'badge_updated' => 'Badge updated', + 'create_badge' => 'Create Badge', +], +'options' => [ + 'no' => 'No', + 'rights' => 'Rights', + 'yes' => 'Yes', +], +'permissions' => [ +], +'resources' => [ + 'achievements' => [ + 'label' => 'Achievement', + 'plural' => 'Achievements', + 'navigation_label' => 'Achievements', + ], + 'article' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'articles' => [ + 'label' => 'Article', + 'plural' => 'Articles', + 'navigation_label' => 'Articles', + ], + 'badges' => [ + 'label' => 'Badge', + 'plural' => 'Badges', + 'navigation_label' => 'Badges', + ], + 'bans' => [ + 'label' => 'Ban', + 'plural' => 'Bans', + 'navigation_label' => 'Bans', + ], + 'chatlog-private' => [ + 'label' => 'Private Chat', + 'plural' => 'Private Chats', + 'navigation_label' => 'Private Chats', + ], + 'chatlog-rooms' => [ + 'label' => 'Room Chat', + 'plural' => 'Room Chats', + 'navigation_label' => 'Room Chats', + ], + 'cms-settings' => [ + 'label' => 'CMS Setting', + 'plural' => 'CMS Settings', + 'navigation_label' => 'CMS Settings', + ], + 'command-logs' => [ + 'label' => 'Command Log', + 'plural' => 'Command Logs', + 'navigation_label' => 'Command Logs', + ], + 'emulator-settings' => [ + 'label' => 'Emulator Setting', + 'plural' => 'Emulator Settings', + 'navigation_label' => 'Emulator Settings', + ], + 'emulator-texts' => [ + 'label' => 'Emulator Text', + 'plural' => 'Emulator Texts', + 'navigation_label' => 'Emulator Texts', + ], + 'help-categories' => [ + 'label' => 'Help Category', + 'plural' => 'Help Categories', + 'navigation_label' => 'Help Categories', + ], + 'help-question-categories' => [ + 'label' => 'Question Group', + 'plural' => 'Question Groups', + 'navigation_label' => 'Question Groups', + ], + 'help-questions' => [ + 'label' => 'Help Question', + 'plural' => 'Help Questions', + 'navigation_label' => 'Help Questions', + ], + 'housekeeping-permissions' => [ + 'label' => 'Housekeeping Permission', + 'plural' => 'Housekeeping Permissions', + 'navigation_label' => 'Housekeeping Permissions', + ], + 'navigations' => [ + 'label' => 'Navigation', + 'plural' => 'Navigations', + 'navigation_label' => 'Navigations', + ], + 'paypal-transactions' => [ + 'label' => 'PayPal Transaction', + 'plural' => 'PayPal Transactions', + 'navigation_label' => 'PayPal Transactions', + ], + 'permissions' => [ + 'label' => 'Permission', + 'plural' => 'Permissions', + 'navigation_label' => 'Permissions', + ], + 'settings' => [ + 'label' => 'Setting', + 'plural' => 'Settings', + 'navigation_label' => 'Settings', + ], + 'shop-orders' => [ + 'label' => 'Shop Order', + 'plural' => 'Shop Orders', + 'navigation_label' => 'Shop Orders', + ], + 'tags' => [ + 'label' => 'Tag', + 'plural' => 'Tags', + 'navigation_label' => 'Tags', + ], + 'teams' => [ + 'label' => 'Team', + 'plural' => 'Teams', + 'navigation_label' => 'Teams', + ], + 'users' => [ + 'label' => 'User', + 'plural' => 'Users', + 'navigation_label' => 'Users', + ], + 'word-filters' => [ + 'label' => 'Word Filter', + 'plural' => 'Word Filters', + 'navigation_label' => 'Word Filters', + ], + 'writeable-boxes' => [ + 'label' => 'Writeable Box', + 'plural' => 'Writeable Boxes', + 'navigation_label' => 'Writeable Boxes', + ], +], +'sections' => [ + 'permissions' => [ + 'description' => 'Manage permissions for this resource', + 'title' => 'Permissions', + ], +], +'stats' => [ + 'articles_chart' => [ + 'description' => 'Articles this month', + 'label' => 'Articles', + 'title' => 'Articles Statistics', + ], + 'badge_count' => [ + 'description' => 'Total number of badges', + 'title' => 'Badges', + ], + 'furniture_count' => [ + 'description' => 'Total number of furniture', + 'title' => 'Furniture', + ], + 'orders_chart' => [ + 'cancelled' => 'Cancelled', + 'completed' => 'Completed', + 'description' => 'Orders overview', + 'pending' => 'Pending', + 'title' => 'Orders', + ], + 'photos_count' => [ + 'description' => 'Total number of photos', + 'title' => 'Photos', + ], + 'rooms_count' => [ + 'description' => 'Total number of rooms', + 'title' => 'Rooms', + ], + 'users_count' => [ + 'description' => 'Total number of users', + 'title' => 'Users', + ], +], +'tabs' => [ + 'Account' => 'Account', + 'Account Data' => 'Account Data', + 'Change' => 'Change', + 'Change Email' => 'Change Email', + 'Change Password' => 'Change Password', + 'Change Rank' => 'Change Rank', + 'Change Username' => 'Change Username', + 'Configurations' => 'Configurations', + 'Currencies' => 'Currencies', + 'Extra' => 'Extra', + 'Extra Settings' => 'Extra Settings', + 'General' => 'General', + 'General Information' => 'General Information', + 'Home' => 'Home', + 'In' => 'In', + 'In-game Permissions' => 'In-game Permissions', + 'Main' => 'Main', + 'Security' => 'Security', + ], +];