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.
This commit is contained in:
root
2026-06-24 17:05:31 +02:00
parent 675a563aa2
commit 4cb49e9521
43 changed files with 8381 additions and 0 deletions
+384
View File
@@ -0,0 +1,384 @@
<?php
return [
'actions' => [
'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',
],
];