You've already forked Epicnabbo-Catalogus-Updated-Daily
703 lines
27 KiB
PHP
703 lines
27 KiB
PHP
<?php
|
|
|
|
return [
|
|
'navigations' => [
|
|
'Dashboard' => 'Instrumentbræt',
|
|
'Hotel' => 'Hotel',
|
|
'Website' => 'Hjemmeside',
|
|
'Help Center' => 'Hjælpecenter',
|
|
'Administration' => 'Administration',
|
|
'User Management' => 'Brugeradministration',
|
|
'Profile Management' => 'Profile Management',
|
|
'Shop' => 'Shop',
|
|
'Logs' => 'Logs',
|
|
],
|
|
|
|
'resources' => [
|
|
'dashboard' => [
|
|
'navigation_label' => 'Instrumentbræt'
|
|
],
|
|
'achievements' => [
|
|
'navigation_label' => 'Administrer Præstationer',
|
|
'label' => 'Præstation',
|
|
'plural' => 'Præstationer',
|
|
],
|
|
'emulator-settings' => [
|
|
'navigation_label' => 'Emulator Indstillinger',
|
|
'label' => 'Indstilling',
|
|
'plural' => 'Emulator Indstillinger',
|
|
],
|
|
'articles' => [
|
|
'navigation_label' => 'Administrer Artikler',
|
|
'label' => 'Artikel',
|
|
'plural' => 'Artikler',
|
|
],
|
|
'cms-settings' => [
|
|
'navigation_label' => 'CMS Indstillinger',
|
|
'label' => 'Indstilling',
|
|
'plural' => 'CMS Indstillinger',
|
|
],
|
|
'help-question-categories' => [
|
|
'navigation_label' => 'Administrer Kategorier',
|
|
'label' => 'Kategori',
|
|
'plural' => 'Spørgsmålskategorier',
|
|
],
|
|
'help-questions' => [
|
|
'navigation_label' => 'Administrer Spørgsmål',
|
|
'label' => 'Spørgsmål',
|
|
'plural' => 'Spørgsmål',
|
|
],
|
|
'tags' => [
|
|
'navigation_label' => 'Administrer Tags',
|
|
'label' => 'Tag',
|
|
'plural' => 'Tags',
|
|
],
|
|
'bans' => [
|
|
'navigation_label' => 'Administrer Spærringer',
|
|
'label' => 'Spærring',
|
|
'plural' => 'Spærringer',
|
|
],
|
|
'users' => [
|
|
'navigation_label' => 'Administrer Brugere',
|
|
'label' => 'Bruger',
|
|
'plural' => 'Brugere',
|
|
],
|
|
'badge-resource' => [
|
|
'navigation_label' => 'Administrer Mærker',
|
|
'label' => 'Mærke',
|
|
'plural' => 'Mærker',
|
|
],
|
|
'home-items' => [
|
|
'navigation_label' => 'Manage Home Items',
|
|
'label' => 'Home Item',
|
|
'plural' => 'Home Items',
|
|
],
|
|
'home-categories' => [
|
|
'navigation_label' => 'Manage Home Categories',
|
|
'label' => 'Home Category',
|
|
'plural' => 'Home Categories',
|
|
],
|
|
'navigations' => [
|
|
'navigation_label' => 'Administrer Navigation',
|
|
'label' => 'Navigation',
|
|
'plural' => 'Navigations',
|
|
],
|
|
'teams' => [
|
|
'navigation_label' => 'Manage Teams',
|
|
'label' => 'Team',
|
|
'plural' => 'Teams',
|
|
],
|
|
'shop-products' => [
|
|
'navigation_label' => 'Manage Products',
|
|
'label' => 'Product',
|
|
'plural' => 'Products',
|
|
],
|
|
'shop-categories' => [
|
|
'navigation_label' => 'Manage Categories',
|
|
'label' => 'Category',
|
|
'plural' => 'Categories',
|
|
],
|
|
'shop-orders' => [
|
|
'navigation_label' => 'Manage Orders',
|
|
'label' => 'Order',
|
|
'plural' => 'Orders',
|
|
],
|
|
'command-logs' => [
|
|
'navigation_label' => 'Manage Command Logs',
|
|
'label' => 'Command Log',
|
|
'plural' => 'Command Logs',
|
|
],
|
|
'word-filters' => [
|
|
'navigation_label' => 'Manage Word Filter',
|
|
'label' => 'Word Filter',
|
|
'plural' => 'Word Filters',
|
|
],
|
|
'writeable-boxes' => [
|
|
'navigation_label' => 'Manage Writeable Boxes',
|
|
'label' => 'Writeable Box',
|
|
'plural' => 'Writeable Boxes',
|
|
],
|
|
'permissions' => [
|
|
'navigation_label' => 'Manage Permissions',
|
|
'label' => 'Permission',
|
|
'plural' => 'Permissions',
|
|
],
|
|
'emulator-texts' => [
|
|
'navigation_label' => 'Manage Emulator Texts',
|
|
'label' => 'Emulator Text',
|
|
'plural' => 'Emulator Texts',
|
|
],
|
|
'chatlog-private' => [
|
|
'navigation_label' => 'Manage Private Chatlogs',
|
|
'label' => 'Private Chatlog',
|
|
'plural' => 'Private Chatlogs',
|
|
],
|
|
'chatlog-rooms' => [
|
|
'navigation_label' => 'Manage Room Chatlogs',
|
|
'label' => 'Room Chatlog',
|
|
'plural' => 'Room Chatlogs',
|
|
],
|
|
|
|
// Relations
|
|
'settings' => [
|
|
'navigation_label' => 'Indstillinger',
|
|
'label' => 'Indstilling',
|
|
'plural' => 'Indstillinger',
|
|
],
|
|
'badges' => [
|
|
'navigation_label' => 'Mærker',
|
|
'label' => 'Mærke',
|
|
'plural' => 'Mærker',
|
|
],
|
|
'product-item' => [
|
|
'navigation_label' => 'Items',
|
|
'label' => 'Item',
|
|
'plural' => 'Items',
|
|
],
|
|
'dashboards' => [
|
|
'navigation_label' => 'Dashboard',
|
|
'label' => 'Dashboard',
|
|
'plural' => 'Dashboard',
|
|
],
|
|
'badge-pages' => [
|
|
'navigation_label' => 'Badge Page',
|
|
'label' => 'Badge Page',
|
|
'plural' => 'Badge Pages',
|
|
],
|
|
'permission-roles' => [
|
|
'navigation_label' => 'Roles',
|
|
'label' => 'Role',
|
|
'plural' => 'Roles',
|
|
],
|
|
],
|
|
|
|
'common' => [
|
|
'All' => 'Alle',
|
|
'Yes' => 'Ja',
|
|
'No' => 'Nej',
|
|
'Sucessfull' => 'Succesfuld',
|
|
'Never' => 'Aldrig',
|
|
'Account' => 'Konto',
|
|
'IP' => 'IP',
|
|
'Machine' => 'Maskine',
|
|
'Super' => 'Super',
|
|
'Male' => 'Mand',
|
|
'Female' => 'Kvinde',
|
|
'Credits' => 'Kreditter',
|
|
'Duckets' => 'Duckets',
|
|
'Diamonds' => 'Diamanter',
|
|
'Points' => 'Point',
|
|
'Update' => 'Update',
|
|
'Create' => 'Create',
|
|
'Open link' => 'Åben link',
|
|
'Sticker' => 'Sticker',
|
|
'Widget' => 'Widget',
|
|
'Note' => 'Note',
|
|
'Background' => 'Background',
|
|
],
|
|
|
|
'helpers' => [
|
|
'achievement_points' => 'Præstationspoint, der skal belønnes',
|
|
'achievement_progress_needed' => 'Fremgang der kræves for at fuldføre præstationen',
|
|
'help_questions_category_icon' => 'Du kan bruge ethvert billedlink her. Vi anbefaler at bruge et billede med en størrelse på 20x20.',
|
|
'change_username_description' => 'Tillad denne bruger at ændre deres brugernavn (inden for klienten)',
|
|
'change_password_description' => 'Lad feltet stå tomt for at beholde den nuværende adgangskode',
|
|
'badge_code_helper' => 'Enter the code and click on the magnifying glass next to the field. If the badge exists, all fields will be filled in automatically.',
|
|
'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
|
|
'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
|
|
'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
|
|
'badge_item_data_helper' => 'Enter the badge code below.',
|
|
'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
|
|
'room_item_data_helper' => 'Enter the room ID below.',
|
|
'currency_item_data_helper' => 'Enter the currency name below. Can be one of: diamonds, duckets, credits or points',
|
|
'rank_item_data_helper' => 'Enter the rank ID below.',
|
|
'empty_item_data_helper' => 'Select an item type to view the necessary information.',
|
|
],
|
|
|
|
'tabs' => [
|
|
'Home' => 'Hjem',
|
|
'Main' => 'Hoved',
|
|
'Configurations' => 'Konfigurationer',
|
|
'General Information' => 'Generel Information',
|
|
'Currencies' => 'Valutaer',
|
|
'Security' => 'Sikkerhed',
|
|
'Change Username' => 'Skift Brugernavn',
|
|
'Change Email' => 'Skift Email',
|
|
'Change Password' => 'Skift Adgangskode',
|
|
'Change Rank' => 'Skift Rang',
|
|
'Account Data' => 'Kontodata',
|
|
'Extra Settings' => 'Ekstra Indstillinger',
|
|
'Metrics' => 'Metrics',
|
|
'In-game Permissions' => 'In-game Permissions',
|
|
],
|
|
|
|
'inputs' => [
|
|
'key' => 'Nøgle',
|
|
'value' => 'Værdi',
|
|
'comment' => 'Kommentar',
|
|
'name' => 'Navn',
|
|
'level' => 'Niveau',
|
|
'email' => 'Email',
|
|
'category' => 'Kategori',
|
|
'visible' => 'Synlig',
|
|
'reward_type' => 'Belønnings Type',
|
|
'reward_amount' => 'Belønnings Beløb',
|
|
'points' => 'Point',
|
|
'progress_needed' => 'Fremgang Krævet',
|
|
'fixed' => 'Fast',
|
|
'allow_comments' => 'Tillad Kommentarer',
|
|
'title' => 'Titel',
|
|
'description' => 'Beskrivelse',
|
|
'image' => 'Billede',
|
|
'icon' => 'Ikon',
|
|
'content' => 'Indhold',
|
|
'is_promotion' => 'Er denne artikel en promotion?',
|
|
'promotion_ends_at' => 'Promotion slutter den',
|
|
'categories' => 'Kategorier',
|
|
'background_color' => 'Baggrundsfarve',
|
|
'expires_at' => 'Udløber den',
|
|
'reason' => 'Årsag',
|
|
'type' => 'Type',
|
|
'username' => 'Brugernavn',
|
|
'motto' => 'Motto',
|
|
'gender' => 'Køn',
|
|
'created_at' => 'Oprettet den',
|
|
'last_login' => 'Sidste Login',
|
|
'last_online' => 'Sidst Online',
|
|
'ip_register' => 'Registrerings IP',
|
|
'ip_current' => 'Nuværende IP',
|
|
'referral_code' => 'Henvisningskode',
|
|
'referrer_code' => 'Henvisers Kode',
|
|
'allow_change_username' => 'Tillad ændring af brugernavn',
|
|
'new_password' => 'Ny Adgangskode',
|
|
'new_password_confirmation' => 'Bekræft Ny Adgangskode',
|
|
'rank' => 'Rang',
|
|
'badge_code' => 'Mærkekode',
|
|
'achievement_score' => 'Præstationspoint',
|
|
'respects_received' => 'Modtaget Respekt',
|
|
'can_trade' => 'Kan Handle?',
|
|
'block_following' => 'Bloker Følgende',
|
|
'block_friendrequests' => 'Bloker Venneanmodninger',
|
|
'block_roominvites' => 'Bloker Værelsesinvitationer',
|
|
'max_rooms' => 'Maksimalt Antal Værelser',
|
|
'max_friends' => 'Maksimalt Antal Venner',
|
|
'old_chat' => 'Gammel Chat',
|
|
'block_camera_follow' => 'Bloker Kamerastyring',
|
|
'ignore_bots' => 'Ignorer Robotter',
|
|
'ignore_pets' => 'Ignorer Kæledyr',
|
|
'badge_code' => 'Badge Code',
|
|
'badge_title' => 'Badge Title',
|
|
'badge_description' => 'Badge Description',
|
|
'badge_image' => 'Badge Image',
|
|
'price' => 'Price',
|
|
'currency_type' => 'Currency Type',
|
|
'limit' => 'Limit',
|
|
'slug' => 'Slug',
|
|
'order' => 'Order',
|
|
'new_tab' => 'New Tab',
|
|
'label' => 'Label',
|
|
'team_id' => 'Team',
|
|
'is_hidden' => 'Skjult?',
|
|
'is_featured' => 'Is Featured?',
|
|
'limit_per_user' => 'Limit Per User',
|
|
'sales_count' => 'Sales Count',
|
|
'item_data' => 'Item Data',
|
|
'quantity' => 'Quantity',
|
|
'is_active' => 'Is Active?',
|
|
'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
|
|
'order_id' => 'Order ID',
|
|
'status' => 'Status',
|
|
'paypal_fee' => 'Paypal Fee',
|
|
'details' => 'Details',
|
|
'is_delivered' => 'Is Delivered?',
|
|
'replacement' => 'Replacement',
|
|
'hideable' => 'Hideable',
|
|
'reportable' => 'Reportable',
|
|
'mute_time' => 'Mute Time',
|
|
'page_target' => 'Page Target',
|
|
'log_commands' => 'Log Commands',
|
|
'room_effect' => 'Room Effect',
|
|
'prefix' => 'Prefix',
|
|
'prefix_color' => 'Prefix Color',
|
|
'auto_credits_amount' => 'Auto Credits Quantity',
|
|
'auto_pixels_amount' => 'Auto Pixels Quantity',
|
|
'auto_gotw_amount' => 'Auto GOTW Quantity',
|
|
'auto_points_amount' => 'Auto Points Quantity',
|
|
'users' => 'Users',
|
|
'message' => 'Message',
|
|
'url' => 'URL',
|
|
'as_staff' => 'Send as Hotel Staff (Anonymous)',
|
|
'sender' => 'Sender',
|
|
'receiver' => 'Receiver',
|
|
'message' => 'Message',
|
|
'room' => 'Room',
|
|
],
|
|
|
|
'columns' => [
|
|
'id' => 'ID',
|
|
'user_id' => 'User ID',
|
|
'room_id' => 'Room ID',
|
|
'badge' => 'Mærke',
|
|
'name' => 'Navn',
|
|
'level' => 'Niveau',
|
|
'category' => 'Kategori',
|
|
'visible' => 'Synlig',
|
|
'key' => 'Nøgle',
|
|
'value' => 'Værdi',
|
|
'title' => 'Titel',
|
|
'image' => 'Billede',
|
|
'by' => 'Af',
|
|
'fixed' => 'Fast',
|
|
'allow_comments' => 'Tillad Kommentarer',
|
|
'comment' => 'Kommentar',
|
|
'order' => 'Rækkefølge',
|
|
'icon' => 'Ikon',
|
|
'questions_count' => 'Tilknyttede Spørgsmål',
|
|
'background_color' => 'Baggrundsfarve',
|
|
'avatar' => 'Avatar',
|
|
'username' => 'Brugernavn',
|
|
'reason' => 'Årsag',
|
|
'type' => 'Type',
|
|
'banned_at' => 'Spærret Den',
|
|
'expires_at' => 'Udløber Den',
|
|
'email' => 'Email',
|
|
'motto' => 'Motto',
|
|
'created_at' => 'Oprettet Den',
|
|
'online' => 'Online?',
|
|
'badge_code' => 'Mærkekode',
|
|
'equipped' => 'Udstyret?',
|
|
'achievement_score' => 'Præstationspoint',
|
|
'respects_received' => 'Modtaget Respekt',
|
|
'online_time' => 'Online Tid',
|
|
'can_trade' => 'Kan Handle?',
|
|
'can_change_name' => 'Kan ændre Navn?',
|
|
'price' => 'Price',
|
|
'slug' => 'Slug',
|
|
'new_tab' => 'New Tab',
|
|
'is_featured' => 'Featured?',
|
|
'sales_count' => 'Sales Count',
|
|
'type' => 'Type',
|
|
'item_data' => 'Item Data',
|
|
'quantity' => 'Quantity',
|
|
'order_id' => 'Order ID',
|
|
'is_delivered' => 'Is Delivered?',
|
|
'command' => 'Command',
|
|
'success' => 'Success',
|
|
'executed_at' => 'Executed At',
|
|
'replacement' => 'Replacement',
|
|
'hideable' => 'Hideable',
|
|
'reportable' => 'Reportable',
|
|
'mute_time' => 'Mute Time',
|
|
'page_target' => 'Page Target',
|
|
'is_hidden' => 'Is Hidden?',
|
|
'prefix' => 'Prefix',
|
|
'hidden' => 'Hidden',
|
|
'sender' => 'Sender',
|
|
'receiver' => 'Receiver',
|
|
'message' => 'Message',
|
|
'room' => 'Room',
|
|
],
|
|
|
|
'options' => [
|
|
'badge' => 'Badge',
|
|
'furniture' => 'Furniture',
|
|
'room' => 'Room',
|
|
'currency' => 'Currency',
|
|
'rank' => 'Rank',
|
|
'completed' => 'Completed',
|
|
'pending' => 'Pending',
|
|
'cancelled' => 'Cancelled',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'staff' => 'Staff',
|
|
'shop' => 'Shop',
|
|
'teams' => 'Teams',
|
|
],
|
|
|
|
'widgets' => [
|
|
'pending_orders' => 'Pending Orders',
|
|
'completed_orders' => 'Completed Orders',
|
|
'canceled_orders' => 'Canceled Orders',
|
|
'were_canceled' => 'were cancelered.',
|
|
'are_pending_payment' => 'are pending payment.',
|
|
'were_completed' => 'have been paid and completed.',
|
|
],
|
|
|
|
'filters' => [
|
|
'success' => 'Success',
|
|
'page_target' => 'Page Target',
|
|
'visible' => 'Visible',
|
|
],
|
|
|
|
'notifications' => [
|
|
'badge_code_required' => 'Du skal angive en mærkekode.',
|
|
'badge_found' => 'Mærke fundet!',
|
|
'badge_updated' => 'Mærke opdateret!',
|
|
'badge_update_failed' => 'Mærke opdatering mislykkedes!',
|
|
'create_badge' => 'Enter the data below to create a new badge!',
|
|
'badge_texts_required' => 'You need to enter the badge texts.',
|
|
'badge_image_required' => 'You need to enter a badge image url.',
|
|
],
|
|
|
|
'stats' => [
|
|
'users_count' => [
|
|
'title' => 'Users Count',
|
|
'description' => 'users registered.',
|
|
],
|
|
'furniture_count' => [
|
|
'title' => 'Furniture Count',
|
|
'description' => 'furniture items registered.',
|
|
],
|
|
'rooms_count' => [
|
|
'title' => 'Rooms Count',
|
|
'description' => 'rooms created.',
|
|
],
|
|
'photos_count' => [
|
|
'title' => 'Photos Count',
|
|
'description' => 'photos uploaded.',
|
|
],
|
|
'badge_count' => [
|
|
'title' => 'Badge Count',
|
|
'description' => 'Avalible Badges.',
|
|
],
|
|
'articles_chart' => [
|
|
'title' => 'Articles (Monthly)',
|
|
'label' => 'Articles',
|
|
'description' => 'Amount of articles created this month.',
|
|
],
|
|
'orders_chart' => [
|
|
'title' => 'Orders (Monthly)',
|
|
'pending' => 'Pending',
|
|
'cancelled' => 'Cancelled',
|
|
'completed' => 'Completed',
|
|
'description' => 'Amount of orders created this month.',
|
|
],
|
|
],
|
|
|
|
'permissions' => [
|
|
'cmd_about' => 'About Command',
|
|
'cmd_alert' => 'Alert Command',
|
|
'cmd_allow_trading' => 'Allow Trading Command',
|
|
'cmd_badge' => 'Badge Command',
|
|
'cmd_ban' => 'Ban Command',
|
|
'cmd_blockalert' => 'Block Alert Command',
|
|
'cmd_bots' => 'Bots Command',
|
|
'cmd_bundle' => 'Bundle Command',
|
|
'cmd_calendar' => 'Calendar Command',
|
|
'cmd_changename' => 'Change Name Command',
|
|
'cmd_chatcolor' => 'Chat Color Command',
|
|
'cmd_commands' => 'Commands Command',
|
|
'cmd_connect_camera' => 'Connect Camera Command',
|
|
'cmd_control' => 'Control Command',
|
|
'cmd_coords' => 'Coords Command',
|
|
'cmd_credits' => 'Credits Command',
|
|
'cmd_subscription' => 'Subscription Command',
|
|
'cmd_danceall' => 'Dance All Command',
|
|
'cmd_diagonal' => 'Diagonal Command',
|
|
'cmd_disconnect' => 'Disconnect Command',
|
|
'cmd_duckets' => 'Duckets Command',
|
|
'cmd_ejectall' => 'Eject All Command',
|
|
'cmd_empty' => 'Empty Command',
|
|
'cmd_empty_bots' => 'Empty Bots Command',
|
|
'cmd_empty_pets' => 'Empty Pets Command',
|
|
'cmd_enable' => 'Enable Command',
|
|
'cmd_event' => 'Event Command',
|
|
'cmd_faceless' => 'Faceless Command',
|
|
'cmd_fastwalk' => 'Fastwalk Command',
|
|
'cmd_filterword' => 'Filterword Command',
|
|
'cmd_freeze' => 'Freeze Command',
|
|
'cmd_freeze_bots' => 'Freeze Bots Command',
|
|
'cmd_gift' => 'Gift Command',
|
|
'cmd_give_rank' => 'Give Rank Command',
|
|
'cmd_ha' => 'HA Command',
|
|
'acc_can_stalk' => 'Can Stalk',
|
|
'cmd_hal' => 'HAL Command',
|
|
'cmd_invisible' => 'Invisible Command',
|
|
'cmd_ip_ban' => 'IP Ban Command',
|
|
'cmd_machine_ban' => 'Machine Ban Command',
|
|
'cmd_hand_item' => 'Hand Item Command',
|
|
'cmd_happyhour' => 'Happy Hour Command',
|
|
'cmd_hidewired' => 'Hide Wired Command',
|
|
'cmd_kickall' => 'Kick All Command',
|
|
'cmd_softkick' => 'Softkick Command',
|
|
'cmd_massbadge' => 'Mass Badge Command',
|
|
'cmd_roombadge' => 'Room Badge Command',
|
|
'cmd_masscredits' => 'Mass Credits Command',
|
|
'cmd_massduckets' => 'Mass Duckets Command',
|
|
'cmd_massgift' => 'Mass Gift Command',
|
|
'cmd_masspoints' => 'Mass Points Command',
|
|
'cmd_moonwalk' => 'Moonwalk Command',
|
|
'cmd_mimic' => 'Mimic Command',
|
|
'cmd_multi' => 'Multi Command',
|
|
'cmd_mute' => 'Mute Command',
|
|
'cmd_pet_info' => 'Pet Info Command',
|
|
'cmd_pickall' => 'Pick All Command',
|
|
'cmd_plugins' => 'Plugins Command',
|
|
'cmd_points' => 'Points Command',
|
|
'cmd_promote_offer' => 'Promote Offer Command',
|
|
'cmd_pull' => 'Pull Command',
|
|
'cmd_push' => 'Push Command',
|
|
'cmd_redeem' => 'Redeem Command',
|
|
'cmd_reload_room' => 'Reload Room Command',
|
|
'cmd_roomalert' => 'Room Alert Command',
|
|
'cmd_roomcredits' => 'Room Credits Command',
|
|
'cmd_roomeffect' => 'Room Effect Command',
|
|
'cmd_roomgift' => 'Room Gift Command',
|
|
'cmd_roomitem' => 'Room Item Command',
|
|
'cmd_roommute' => 'Room Mute Command',
|
|
'cmd_roompixels' => 'Room Pixels Command',
|
|
'cmd_roompoints' => 'Room Points Command',
|
|
'cmd_say' => 'Say Command',
|
|
'cmd_say_all' => 'Say All Command',
|
|
'cmd_setmax' => 'Set Max Command',
|
|
'cmd_set_poll' => 'Set Poll Command',
|
|
'cmd_setpublic' => 'Set Public Command',
|
|
'cmd_setspeed' => 'Set Speed Command',
|
|
'cmd_shout' => 'Shout Command',
|
|
'cmd_shout_all' => 'Shout All Command',
|
|
'cmd_shutdown' => 'Shutdown Command',
|
|
'cmd_sitdown' => 'Sitdown Command',
|
|
'cmd_staffalert' => 'Staff Alert Command',
|
|
'cmd_staffonline' => 'Staff Online Command',
|
|
'cmd_summon' => 'Summon Command',
|
|
'cmd_summonrank' => 'Summon Rank Command',
|
|
'cmd_super_ban' => 'Super Ban Command',
|
|
'cmd_stalk' => 'Stalk Command',
|
|
'cmd_superpull' => 'Superpull Command',
|
|
'cmd_take_badge' => 'Take Badge Command',
|
|
'cmd_talk' => 'Talk Command',
|
|
'cmd_teleport' => 'Teleport Command',
|
|
'cmd_trash' => 'Trash Command',
|
|
'cmd_transform' => 'Transform Command',
|
|
'cmd_unban' => 'Unban Command',
|
|
'cmd_unload' => 'Unload Command',
|
|
'cmd_unmute' => 'Unmute Command',
|
|
'cmd_update_achievements' => 'Update Achievements Command',
|
|
'cmd_update_bots' => 'Update Bots Command',
|
|
'cmd_update_catalogue' => 'Update Catalogue Command',
|
|
'cmd_update_config' => 'Update Config Command',
|
|
'cmd_update_guildparts' => 'Update Guildparts Command',
|
|
'cmd_update_hotel_view' => 'Update Hotel View Command',
|
|
'cmd_update_items' => 'Update Items Command',
|
|
'cmd_update_navigator' => 'Update Navigator Command',
|
|
'cmd_update_permissions' => 'Update Permissions Command',
|
|
'cmd_update_pet_data' => 'Update Pet Data Command',
|
|
'cmd_update_plugins' => 'Update Plugins Command',
|
|
'cmd_update_polls' => 'Update Polls Command',
|
|
'cmd_update_texts' => 'Update Texts Command',
|
|
'cmd_update_wordfilter' => 'Update Wordfilter Command',
|
|
'cmd_userinfo' => 'Userinfo Command',
|
|
'cmd_word_quiz' => 'Word Quiz Command',
|
|
'cmd_warp' => 'Warp Command',
|
|
'acc_anychatcolor' => 'Any Chat Color',
|
|
'acc_anyroomowner' => 'Any Room Owner',
|
|
'acc_empty_others' => 'Empty Others',
|
|
'acc_enable_others' => 'Enable Others',
|
|
'acc_see_whispers' => 'See Whispers',
|
|
'acc_see_tentchat' => 'See Tentchat',
|
|
'acc_superwired' => 'Superwired',
|
|
'acc_supporttool' => 'Support Tool',
|
|
'acc_unkickable' => 'Unkickable',
|
|
'acc_guildgate' => 'Guild Gate',
|
|
'acc_moverotate' => 'Move Rotate',
|
|
'acc_placefurni' => 'Place Furni',
|
|
'acc_unlimited_bots' => 'Unlimited Bots',
|
|
'acc_unlimited_pets' => 'Unlimited Pets',
|
|
'acc_hide_ip' => 'Hide IP',
|
|
'acc_hide_mail' => 'Hide Mail',
|
|
'acc_not_mimiced' => 'Not Mimiced',
|
|
'acc_chat_no_flood' => 'Chat No Flood',
|
|
'acc_staff_chat' => 'Staff Chat',
|
|
'acc_staff_pick' => 'Staff Pick',
|
|
'acc_enteranyroom' => 'Enter Any Room',
|
|
'acc_fullrooms' => 'Full Rooms',
|
|
'acc_infinite_credits' => 'Infinite Credits',
|
|
'acc_infinite_pixels' => 'Infinite Pixels',
|
|
'acc_infinite_points' => 'Infinite Points',
|
|
'acc_ambassador' => 'Ambassador',
|
|
'acc_debug' => 'Debug',
|
|
'acc_chat_no_limit' => 'Chat No Limit',
|
|
'acc_chat_no_filter' => 'Chat No Filter',
|
|
'acc_nomute' => 'No Mute',
|
|
'acc_guild_admin' => 'Guild Admin',
|
|
'acc_catalog_ids' => 'Catalog IDs',
|
|
'acc_modtool_ticket_q' => 'Modtool Ticket Q',
|
|
'acc_modtool_user_logs' => 'Modtool User Logs',
|
|
'acc_modtool_user_alert' => 'Modtool User Alert',
|
|
'acc_modtool_user_kick' => 'Modtool User Kick',
|
|
'acc_modtool_user_ban' => 'Modtool User Ban',
|
|
'acc_modtool_room_info' => 'Modtool Room Info',
|
|
'acc_modtool_room_logs' => 'Modtool Room Logs',
|
|
'acc_trade_anywhere' => 'Trade Anywhere',
|
|
'acc_update_notifications' => 'Update Notifications',
|
|
'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
|
|
'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
|
|
'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
|
|
'acc_floorplan_editor' => 'Floorplan Editor',
|
|
'acc_camera' => 'Camera',
|
|
'acc_ads_background' => 'Ads Background',
|
|
'cmd_wordquiz' => 'Wordquiz Command',
|
|
'acc_room_staff_tags' => 'Room Staff Tags',
|
|
'acc_infinite_friends' => 'Infinite Friends',
|
|
'acc_mimic_unredeemed' => 'Mimic Unredeemed',
|
|
'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
|
|
'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
|
|
'auto_credits_amount' => 'Auto Credits Amount',
|
|
'auto_pixels_amount' => 'Auto Pixels Amount',
|
|
'auto_gotw_amount' => 'Auto GOTW Amount',
|
|
'auto_points_amount' => 'Auto Points Amount',
|
|
'acc_mention' => 'Mention',
|
|
'cmd_setstate' => 'Setstate Command',
|
|
'cmd_buildheight' => 'Buildheight Command',
|
|
'cmd_setrotation' => 'Setrotation Command',
|
|
'cmd_sellroom' => 'Sellroom Command',
|
|
'cmd_buyroom' => 'Buyroom Command',
|
|
'cmd_pay' => 'Pay Command',
|
|
'cmd_kill' => 'Kill Command',
|
|
'cmd_hoverboard' => 'Hoverboard Command',
|
|
'cmd_kiss' => 'Kiss Command',
|
|
'cmd_hug' => 'Hug Command',
|
|
'cmd_welcome' => 'Welcome Command',
|
|
'cmd_disable_effects' => 'Disable Effects Command',
|
|
'cmd_brb' => 'BRB Command',
|
|
'cmd_nuke' => 'Nuke Command',
|
|
'cmd_slime' => 'Slime Command',
|
|
'cmd_explain' => 'Explain Command',
|
|
'cmd_closedice' => 'Closedice Command',
|
|
'acc_closedice_room' => 'Closedice Room',
|
|
'cmd_set' => 'Set Command',
|
|
'cmd_furnidata' => 'Furnidata Command',
|
|
'kiss_cmd' => 'Kiss Command',
|
|
'acc_calendar_force' => 'Calendar Force',
|
|
'cmd_update_calendar' => 'Update Calendar Command',
|
|
],
|
|
|
|
'sections' => [
|
|
'permissions' => [
|
|
'title' => 'Permissions Section',
|
|
'description' => "<b>Tip:</b> If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
|
|
]
|
|
],
|
|
|
|
'roles' => [
|
|
'view_any' => 'View Any',
|
|
'view' => 'View',
|
|
'create' => 'Create',
|
|
'update' => 'Update',
|
|
'delete' => 'Delete',
|
|
'delete_any' => 'Delete Any',
|
|
'restore' => 'Restore',
|
|
'restore_any' => 'Restore Any',
|
|
'force_delete' => 'Force Delete',
|
|
'force_delete_any' => 'Force Delete Any',
|
|
'replicate' => 'Replicate',
|
|
'reorder' => 'Reorder',
|
|
],
|
|
|
|
'actions' => [
|
|
'select_all' => 'Select All',
|
|
'deselect_all' => 'Deselect All',
|
|
'sent_notifications' => 'Send Notifications',
|
|
]
|
|
];
|