Update Dutch translation (#4958)
This commit is contained in:
parent
7b6053768d
commit
1d65e61ffc
|
|
@ -3,17 +3,17 @@
|
||||||
return [
|
return [
|
||||||
'auth' => [
|
'auth' => [
|
||||||
'title' => 'Administration Area',
|
'title' => 'Administration Area',
|
||||||
'invalid_login' => 'The details you entered did not match our records. Please double-check and try again.'
|
'invalid_login' => 'The details you entered did not match our records. Please double-check and try again.',
|
||||||
],
|
],
|
||||||
'field' => [
|
'field' => [
|
||||||
'invalid_type' => 'Invalid field type used :type.',
|
'invalid_type' => 'Invalid field type used :type.',
|
||||||
'options_method_invalid_model' => "The attribute ':field' does not resolve to a valid model. Try specifying the options method for model class :model explicitly.",
|
'options_method_invalid_model' => "The attribute ':field' does not resolve to a valid model. Try specifying the options method for model class :model explicitly.",
|
||||||
'options_method_not_exists' => "The model class :model must define a method :method() returning options for the ':field' form field.",
|
'options_method_not_exists' => "The model class :model must define a method :method() returning options for the ':field' form field.",
|
||||||
'colors_method_not_exists' => "The model class :model must define a method :method() returning html color HEX codes for the ':field' form field."
|
'colors_method_not_exists' => "The model class :model must define a method :method() returning html color HEX codes for the ':field' form field.",
|
||||||
],
|
],
|
||||||
'widget' => [
|
'widget' => [
|
||||||
'not_registered' => "A widget class name ':name' has not been registered",
|
'not_registered' => "A widget class name ':name' has not been registered",
|
||||||
'not_bound' => "A widget with class name ':name' has not been bound to the controller"
|
'not_bound' => "A widget with class name ':name' has not been bound to the controller",
|
||||||
],
|
],
|
||||||
'page' => [
|
'page' => [
|
||||||
'untitled' => 'Untitled',
|
'untitled' => 'Untitled',
|
||||||
|
|
@ -39,7 +39,7 @@ return [
|
||||||
],
|
],
|
||||||
'ajax_handler' => [
|
'ajax_handler' => [
|
||||||
'invalid_name' => 'Invalid AJAX handler name: :name.',
|
'invalid_name' => 'Invalid AJAX handler name: :name.',
|
||||||
'not_found' => "AJAX handler ':name' was not found."
|
'not_found' => "AJAX handler ':name' was not found.",
|
||||||
],
|
],
|
||||||
'account' => [
|
'account' => [
|
||||||
'impersonate' => 'Impersonate user',
|
'impersonate' => 'Impersonate user',
|
||||||
|
|
@ -70,7 +70,7 @@ return [
|
||||||
'apply' => 'Apply',
|
'apply' => 'Apply',
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Cancel',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
'ok' => 'OK'
|
'ok' => 'OK',
|
||||||
],
|
],
|
||||||
'dashboard' => [
|
'dashboard' => [
|
||||||
'menu_label' => 'Dashboard',
|
'menu_label' => 'Dashboard',
|
||||||
|
|
@ -119,7 +119,7 @@ return [
|
||||||
'last_sign_in' => 'Your last sign in was',
|
'last_sign_in' => 'Your last sign in was',
|
||||||
'view_access_logs' => 'View access logs',
|
'view_access_logs' => 'View access logs',
|
||||||
'nice_message' => 'Have a great day!',
|
'nice_message' => 'Have a great day!',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'user' => [
|
'user' => [
|
||||||
'name' => 'Administrator',
|
'name' => 'Administrator',
|
||||||
|
|
@ -170,7 +170,7 @@ return [
|
||||||
'new' => 'New Group',
|
'new' => 'New Group',
|
||||||
'delete_confirm' => 'Delete this administrator group?',
|
'delete_confirm' => 'Delete this administrator group?',
|
||||||
'return' => 'Return to group list',
|
'return' => 'Return to group list',
|
||||||
'users_count' => 'Users'
|
'users_count' => 'Users',
|
||||||
],
|
],
|
||||||
'role' => [
|
'role' => [
|
||||||
'name' => 'Role',
|
'name' => 'Role',
|
||||||
|
|
@ -184,10 +184,10 @@ return [
|
||||||
'new' => 'New Role',
|
'new' => 'New Role',
|
||||||
'delete_confirm' => 'Delete this administrator role?',
|
'delete_confirm' => 'Delete this administrator role?',
|
||||||
'return' => 'Return to role list',
|
'return' => 'Return to role list',
|
||||||
'users_count' => 'Users'
|
'users_count' => 'Users',
|
||||||
],
|
],
|
||||||
'preferences' => [
|
'preferences' => [
|
||||||
'not_authenticated' => 'There is no an authenticated user to load or save preferences for.'
|
'not_authenticated' => 'There is no an authenticated user to load or save preferences for.',
|
||||||
],
|
],
|
||||||
'trashed_hint_title' => 'This account has been deleted',
|
'trashed_hint_title' => 'This account has been deleted',
|
||||||
'trashed_hint_desc' => 'This account has been deleted and will be unable to be signed in under. To restore it, click the restore user icon in the bottom right',
|
'trashed_hint_desc' => 'This account has been deleted and will be unable to be signed in under. To restore it, click the restore user icon in the bottom right',
|
||||||
|
|
@ -221,7 +221,7 @@ return [
|
||||||
'delete_selected_confirm' => 'Delete the selected records?',
|
'delete_selected_confirm' => 'Delete the selected records?',
|
||||||
'delete_selected_success' => 'Deleted selected records.',
|
'delete_selected_success' => 'Deleted selected records.',
|
||||||
'column_switch_true' => 'Yes',
|
'column_switch_true' => 'Yes',
|
||||||
'column_switch_false' => 'No'
|
'column_switch_false' => 'No',
|
||||||
],
|
],
|
||||||
'fileupload' => [
|
'fileupload' => [
|
||||||
'attachment' => 'Attachment',
|
'attachment' => 'Attachment',
|
||||||
|
|
@ -233,7 +233,7 @@ return [
|
||||||
'upload_file' => 'Upload file',
|
'upload_file' => 'Upload file',
|
||||||
'upload_error' => 'Upload error',
|
'upload_error' => 'Upload error',
|
||||||
'remove_confirm' => 'Are you sure?',
|
'remove_confirm' => 'Are you sure?',
|
||||||
'remove_file' => 'Remove file'
|
'remove_file' => 'Remove file',
|
||||||
],
|
],
|
||||||
'repeater' => [
|
'repeater' => [
|
||||||
'add_new_item' => 'Add new item',
|
'add_new_item' => 'Add new item',
|
||||||
|
|
@ -299,7 +299,7 @@ return [
|
||||||
'delete_row' => 'Delete Row',
|
'delete_row' => 'Delete Row',
|
||||||
'concurrency_file_changed_title' => 'File was changed',
|
'concurrency_file_changed_title' => 'File was changed',
|
||||||
'concurrency_file_changed_description' => "The file you're editing has been changed on disk by another user. You can either reload the file and lose your changes or override the file on the disk.",
|
'concurrency_file_changed_description' => "The file you're editing has been changed on disk by another user. You can either reload the file and lose your changes or override the file on the disk.",
|
||||||
'return_to_list' => 'Return to the list'
|
'return_to_list' => 'Return to the list',
|
||||||
],
|
],
|
||||||
'recordfinder' => [
|
'recordfinder' => [
|
||||||
'find_record' => 'Find Record',
|
'find_record' => 'Find Record',
|
||||||
|
|
@ -308,7 +308,7 @@ return [
|
||||||
],
|
],
|
||||||
'pagelist' => [
|
'pagelist' => [
|
||||||
'page_link' => 'Page link',
|
'page_link' => 'Page link',
|
||||||
'select_page' => 'Select a page...'
|
'select_page' => 'Select a page...',
|
||||||
],
|
],
|
||||||
'relation' => [
|
'relation' => [
|
||||||
'missing_config' => "Relation behavior does not have any configuration for ':config'.",
|
'missing_config' => "Relation behavior does not have any configuration for ':config'.",
|
||||||
|
|
@ -341,11 +341,11 @@ return [
|
||||||
'link_name' => 'Link :name',
|
'link_name' => 'Link :name',
|
||||||
'unlink' => 'Unlink',
|
'unlink' => 'Unlink',
|
||||||
'unlink_name' => 'Unlink :name',
|
'unlink_name' => 'Unlink :name',
|
||||||
'unlink_confirm' => 'Are you sure?'
|
'unlink_confirm' => 'Are you sure?',
|
||||||
],
|
],
|
||||||
'reorder' => [
|
'reorder' => [
|
||||||
'default_title' => 'Reorder records',
|
'default_title' => 'Reorder records',
|
||||||
'no_records' => 'There are no records available to sort.'
|
'no_records' => 'There are no records available to sort.',
|
||||||
],
|
],
|
||||||
'model' => [
|
'model' => [
|
||||||
'name' => 'Model',
|
'name' => 'Model',
|
||||||
|
|
@ -354,7 +354,7 @@ return [
|
||||||
'missing_relation' => "Model ':class' does not contain a definition for ':relation'.",
|
'missing_relation' => "Model ':class' does not contain a definition for ':relation'.",
|
||||||
'missing_method' => "Model ':class' does not contain a method ':method'.",
|
'missing_method' => "Model ':class' does not contain a method ':method'.",
|
||||||
'invalid_class' => "Model :model used in :class is not valid, it must inherit the \Model class.",
|
'invalid_class' => "Model :model used in :class is not valid, it must inherit the \Model class.",
|
||||||
'mass_assignment_failed' => "Mass assignment failed for Model attribute ':attribute'."
|
'mass_assignment_failed' => "Mass assignment failed for Model attribute ':attribute'.",
|
||||||
],
|
],
|
||||||
'warnings' => [
|
'warnings' => [
|
||||||
'tips' => 'System configuration tips',
|
'tips' => 'System configuration tips',
|
||||||
|
|
@ -380,11 +380,11 @@ return [
|
||||||
'auto_closing' => 'Automatically close tags',
|
'auto_closing' => 'Automatically close tags',
|
||||||
'show_invisibles' => 'Show invisible characters',
|
'show_invisibles' => 'Show invisible characters',
|
||||||
'show_gutter' => 'Show gutter',
|
'show_gutter' => 'Show gutter',
|
||||||
'basic_autocompletion'=> 'Basic Autocompletion (Ctrl + Space)',
|
'basic_autocompletion' => 'Basic Autocompletion (Ctrl + Space)',
|
||||||
'live_autocompletion'=> 'Live Autocompletion',
|
'live_autocompletion' => 'Live Autocompletion',
|
||||||
'enable_snippets'=> 'Enable code snippets (Tab)',
|
'enable_snippets' => 'Enable code snippets (Tab)',
|
||||||
'display_indent_guides'=> 'Show indent guides',
|
'display_indent_guides' => 'Show indent guides',
|
||||||
'show_print_margin'=> 'Show print margin',
|
'show_print_margin' => 'Show print margin',
|
||||||
'mode_off' => 'Off',
|
'mode_off' => 'Off',
|
||||||
'mode_fluid' => 'Fluid',
|
'mode_fluid' => 'Fluid',
|
||||||
'40_characters' => '40 Characters',
|
'40_characters' => '40 Characters',
|
||||||
|
|
@ -416,16 +416,16 @@ return [
|
||||||
'toolbar_buttons_comment' => 'The Toolbar Buttons to be displayed in the Rich Editor by default. [fullscreen, bold, italic, underline, strikeThrough, subscript, superscript, fontFamily, fontSize, |, color, emoticons, inlineStyle, paragraphStyle, |, paragraphFormat, align, formatOL, formatUL, outdent, indent, quote, insertHR, -, insertLink, insertImage, insertVideo, insertAudio, insertFile, insertTable, undo, redo, clearFormatting, selectAll, html]',
|
'toolbar_buttons_comment' => 'The Toolbar Buttons to be displayed in the Rich Editor by default. [fullscreen, bold, italic, underline, strikeThrough, subscript, superscript, fontFamily, fontSize, |, color, emoticons, inlineStyle, paragraphStyle, |, paragraphFormat, align, formatOL, formatUL, outdent, indent, quote, insertHR, -, insertLink, insertImage, insertVideo, insertAudio, insertFile, insertTable, undo, redo, clearFormatting, selectAll, html]',
|
||||||
],
|
],
|
||||||
'tooltips' => [
|
'tooltips' => [
|
||||||
'preview_website' => 'Preview the website'
|
'preview_website' => 'Preview the website',
|
||||||
],
|
],
|
||||||
'mysettings' => [
|
'mysettings' => [
|
||||||
'menu_label' => 'My Settings',
|
'menu_label' => 'My Settings',
|
||||||
'menu_description' => 'Settings related to your administration account'
|
'menu_description' => 'Settings related to your administration account',
|
||||||
],
|
],
|
||||||
'myaccount' => [
|
'myaccount' => [
|
||||||
'menu_label' => 'My account',
|
'menu_label' => 'My account',
|
||||||
'menu_description' => 'Update your account details such as name, email address and password.',
|
'menu_description' => 'Update your account details such as name, email address and password.',
|
||||||
'menu_keywords' => 'security login'
|
'menu_keywords' => 'security login',
|
||||||
],
|
],
|
||||||
'branding' => [
|
'branding' => [
|
||||||
'menu_label' => 'Customize back-end',
|
'menu_label' => 'Customize back-end',
|
||||||
|
|
@ -450,7 +450,7 @@ return [
|
||||||
'menu_mode_inline' => 'Inline',
|
'menu_mode_inline' => 'Inline',
|
||||||
'menu_mode_inline_no_icons' => 'Inline (no icons)',
|
'menu_mode_inline_no_icons' => 'Inline (no icons)',
|
||||||
'menu_mode_tile' => 'Tiles',
|
'menu_mode_tile' => 'Tiles',
|
||||||
'menu_mode_collapsed' => 'Collapsed'
|
'menu_mode_collapsed' => 'Collapsed',
|
||||||
],
|
],
|
||||||
'backend_preferences' => [
|
'backend_preferences' => [
|
||||||
'menu_label' => 'Back-end preferences',
|
'menu_label' => 'Back-end preferences',
|
||||||
|
|
@ -460,7 +460,7 @@ return [
|
||||||
'timezone' => 'Timezone',
|
'timezone' => 'Timezone',
|
||||||
'timezone_comment' => 'Adjust displayed dates to this timezone.',
|
'timezone_comment' => 'Adjust displayed dates to this timezone.',
|
||||||
'locale' => 'Locale',
|
'locale' => 'Locale',
|
||||||
'locale_comment' => 'Select your desired locale for language use.'
|
'locale_comment' => 'Select your desired locale for language use.',
|
||||||
],
|
],
|
||||||
'access_log' => [
|
'access_log' => [
|
||||||
'hint' => 'This log displays a list of successful sign in attempts by administrators. Records are kept for a total of :days days.',
|
'hint' => 'This log displays a list of successful sign in attempts by administrators. Records are kept for a total of :days days.',
|
||||||
|
|
@ -473,7 +473,7 @@ return [
|
||||||
'ip_address' => 'IP address',
|
'ip_address' => 'IP address',
|
||||||
'first_name' => 'First name',
|
'first_name' => 'First name',
|
||||||
'last_name' => 'Last name',
|
'last_name' => 'Last name',
|
||||||
'email' => 'Email'
|
'email' => 'Email',
|
||||||
],
|
],
|
||||||
'filter' => [
|
'filter' => [
|
||||||
'all' => 'all',
|
'all' => 'all',
|
||||||
|
|
@ -551,16 +551,16 @@ return [
|
||||||
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)',
|
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)',
|
||||||
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)',
|
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)',
|
||||||
'windows_1251' => 'Windows-1251 (CP1251)',
|
'windows_1251' => 'Windows-1251 (CP1251)',
|
||||||
'windows_1252' => 'Windows-1252 (CP1252)'
|
'windows_1252' => 'Windows-1252 (CP1252)',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'manage_media' => 'Upload and manage media contents - images, videos, sounds, documents'
|
'manage_media' => 'Upload and manage media contents - images, videos, sounds, documents',
|
||||||
],
|
],
|
||||||
'mediafinder' => [
|
'mediafinder' => [
|
||||||
'label' => 'Media Finder',
|
'label' => 'Media Finder',
|
||||||
'default_prompt' => 'Click the %s button to find a media item',
|
'default_prompt' => 'Click the %s button to find a media item',
|
||||||
'no_image' => 'The image could not be found'
|
'no_image' => 'The image could not be found',
|
||||||
],
|
],
|
||||||
'media' => [
|
'media' => [
|
||||||
'menu_label' => 'Media',
|
'menu_label' => 'Media',
|
||||||
|
|
@ -623,6 +623,6 @@ return [
|
||||||
'selection_mode' => 'Selection mode',
|
'selection_mode' => 'Selection mode',
|
||||||
'resize_image' => 'Resize image',
|
'resize_image' => 'Resize image',
|
||||||
'image_size' => 'Image size:',
|
'image_size' => 'Image size:',
|
||||||
'selected_size' => 'Selected:'
|
'selected_size' => 'Selected:',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
'auth' => [
|
'auth' => [
|
||||||
'title' => 'Beheeromgeving',
|
'title' => 'Beheeromgeving',
|
||||||
'invalid_login' => 'De ingevoerde gegevens leveren geen resultaat. Controleer je invoer en probeer het opnieuw.'
|
'invalid_login' => 'De ingevoerde gegevens leveren geen resultaat. Controleer je invoer en probeer het opnieuw.',
|
||||||
],
|
],
|
||||||
'field' => [
|
'field' => [
|
||||||
'invalid_type' => 'Ongeldig type veld: :type.',
|
'invalid_type' => 'Ongeldig type veld: :type.',
|
||||||
|
|
@ -39,7 +39,7 @@ return [
|
||||||
],
|
],
|
||||||
'ajax_handler' => [
|
'ajax_handler' => [
|
||||||
'invalid_name' => 'Ongeldige AJAX verzoek met naam: :name.',
|
'invalid_name' => 'Ongeldige AJAX verzoek met naam: :name.',
|
||||||
'not_found' => "Het AJAX verzoek ':name' kon niet worden gevonden."
|
'not_found' => "Het AJAX verzoek ':name' kon niet worden gevonden.",
|
||||||
],
|
],
|
||||||
'account' => [
|
'account' => [
|
||||||
'impersonate' => 'Inloggen als',
|
'impersonate' => 'Inloggen als',
|
||||||
|
|
@ -236,6 +236,7 @@ return [
|
||||||
'remove_file' => 'Verwijder bestand',
|
'remove_file' => 'Verwijder bestand',
|
||||||
],
|
],
|
||||||
'repeater' => [
|
'repeater' => [
|
||||||
|
'add_new_item' => 'Nieuw item toevoegen',
|
||||||
'min_items_failed' => ':name vereist minimaal :min items, er zijn :items opgegeven',
|
'min_items_failed' => ':name vereist minimaal :min items, er zijn :items opgegeven',
|
||||||
'max_items_failed' => ':name vereist maximaal :max items, er zijn :items opgegeven',
|
'max_items_failed' => ':name vereist maximaal :max items, er zijn :items opgegeven',
|
||||||
],
|
],
|
||||||
|
|
@ -307,7 +308,7 @@ return [
|
||||||
],
|
],
|
||||||
'pagelist' => [
|
'pagelist' => [
|
||||||
'page_link' => 'Pagina link',
|
'page_link' => 'Pagina link',
|
||||||
'select_page' => 'Selecteer een pagina...'
|
'select_page' => 'Selecteer een pagina...',
|
||||||
],
|
],
|
||||||
'relation' => [
|
'relation' => [
|
||||||
'missing_config' => "Het gedrag (behavior) van deze relatie bevat geen instellingen voor ':config'.",
|
'missing_config' => "Het gedrag (behavior) van deze relatie bevat geen instellingen voor ':config'.",
|
||||||
|
|
@ -362,7 +363,7 @@ return [
|
||||||
'extension' => 'De PHP extensie :name is niet geïnstalleerd. Installeer deze bibliotheek en activeer de extensie.',
|
'extension' => 'De PHP extensie :name is niet geïnstalleerd. Installeer deze bibliotheek en activeer de extensie.',
|
||||||
'plugin_missing' => 'De plugin :name is een afhankelijkheid maar is niet geïnstalleerd. Installeer deze plugin a.u.b.',
|
'plugin_missing' => 'De plugin :name is een afhankelijkheid maar is niet geïnstalleerd. Installeer deze plugin a.u.b.',
|
||||||
'debug' => 'Debug modus is ingeschakeld. Dit wordt niet aanbevolen op een productie-omgeving.',
|
'debug' => 'Debug modus is ingeschakeld. Dit wordt niet aanbevolen op een productie-omgeving.',
|
||||||
'decompileBackendAssets' => 'Assets van de back-end worden momenteel gedecompileerd. Dit wordt aanbevolen op een productie-omgeving.',
|
'decompileBackendAssets' => 'Assets van de back-end worden momenteel gedecompileerd. Dit wordt niet aanbevolen op een productie-omgeving.',
|
||||||
],
|
],
|
||||||
'editor' => [
|
'editor' => [
|
||||||
'menu_label' => 'Editor instellingen',
|
'menu_label' => 'Editor instellingen',
|
||||||
|
|
@ -550,8 +551,8 @@ return [
|
||||||
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)',
|
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)',
|
||||||
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)',
|
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)',
|
||||||
'windows_1251' => 'Windows-1251 (CP1251)',
|
'windows_1251' => 'Windows-1251 (CP1251)',
|
||||||
'windows_1252' => 'Windows-1252 (CP1252)'
|
'windows_1252' => 'Windows-1252 (CP1252)',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'manage_media' => 'Beheer media',
|
'manage_media' => 'Beheer media',
|
||||||
|
|
|
||||||
|
|
@ -19,20 +19,20 @@ return [
|
||||||
'online' => 'Online',
|
'online' => 'Online',
|
||||||
'maintenance' => 'In maintenance',
|
'maintenance' => 'In maintenance',
|
||||||
'manage_themes' => 'Manage themes',
|
'manage_themes' => 'Manage themes',
|
||||||
'customize_theme' => 'Customize theme'
|
'customize_theme' => 'Customize theme',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'theme' => [
|
'theme' => [
|
||||||
'not_found_name' => "The theme ':name' is not found.",
|
'not_found_name' => "The theme ':name' is not found.",
|
||||||
'by_author' => 'By :name',
|
'by_author' => 'By :name',
|
||||||
'active' => [
|
'active' => [
|
||||||
'not_set' => 'The active theme is not set.',
|
'not_set' => 'The active theme is not set.',
|
||||||
'not_found' => 'The active theme is not found.'
|
'not_found' => 'The active theme is not found.',
|
||||||
],
|
],
|
||||||
'edit' => [
|
'edit' => [
|
||||||
'not_set' => 'The edit theme is not set.',
|
'not_set' => 'The edit theme is not set.',
|
||||||
'not_found' => 'The edit theme is not found.',
|
'not_found' => 'The edit theme is not found.',
|
||||||
'not_match' => "The object you're trying to access doesn't belong to the theme being edited. Please reload the page."
|
'not_match' => "The object you're trying to access doesn't belong to the theme being edited. Please reload the page.",
|
||||||
],
|
],
|
||||||
'settings_menu' => 'Front-end theme',
|
'settings_menu' => 'Front-end theme',
|
||||||
'settings_menu_description' => 'Manage the front-end theme and customization options.',
|
'settings_menu_description' => 'Manage the front-end theme and customization options.',
|
||||||
|
|
@ -92,24 +92,24 @@ return [
|
||||||
'dir_name_taken' => 'Desired theme directory already exists.',
|
'dir_name_taken' => 'Desired theme directory already exists.',
|
||||||
'find_more_themes' => 'Find more themes',
|
'find_more_themes' => 'Find more themes',
|
||||||
'saving' => 'Saving theme...',
|
'saving' => 'Saving theme...',
|
||||||
'return' => 'Return to themes list'
|
'return' => 'Return to themes list',
|
||||||
],
|
],
|
||||||
'maintenance' => [
|
'maintenance' => [
|
||||||
'settings_menu' => 'Maintenance mode',
|
'settings_menu' => 'Maintenance mode',
|
||||||
'settings_menu_description' => 'Configure the maintenance mode page and toggle the setting.',
|
'settings_menu_description' => 'Configure the maintenance mode page and toggle the setting.',
|
||||||
'is_enabled' => 'Enable maintenance mode',
|
'is_enabled' => 'Enable maintenance mode',
|
||||||
'is_enabled_comment' => 'Select the page to show when maintenance mode is activated.',
|
'is_enabled_comment' => 'Select the page to show when maintenance mode is activated.',
|
||||||
'hint' => 'Maintenance mode will display the maintenance page to visitors who are not signed in to the back-end area.'
|
'hint' => 'Maintenance mode will display the maintenance page to visitors who are not signed in to the back-end area.',
|
||||||
],
|
],
|
||||||
'page' => [
|
'page' => [
|
||||||
'not_found_name' => "The page ':name' is not found",
|
'not_found_name' => "The page ':name' is not found",
|
||||||
'not_found' => [
|
'not_found' => [
|
||||||
'label' => 'Page not found',
|
'label' => 'Page not found',
|
||||||
'help' => 'The requested page cannot be found.'
|
'help' => 'The requested page cannot be found.',
|
||||||
],
|
],
|
||||||
'custom_error' => [
|
'custom_error' => [
|
||||||
'label' => 'Page error',
|
'label' => 'Page error',
|
||||||
'help' => "We're sorry, but something went wrong and the page cannot be displayed."
|
'help' => "We're sorry, but something went wrong and the page cannot be displayed.",
|
||||||
],
|
],
|
||||||
'menu_label' => 'Pages',
|
'menu_label' => 'Pages',
|
||||||
'unsaved_label' => 'Unsaved page(s)',
|
'unsaved_label' => 'Unsaved page(s)',
|
||||||
|
|
@ -122,7 +122,7 @@ return [
|
||||||
'cms_page' => 'CMS page',
|
'cms_page' => 'CMS page',
|
||||||
'title' => 'Page title',
|
'title' => 'Page title',
|
||||||
'url' => 'Page URL',
|
'url' => 'Page URL',
|
||||||
'file_name' => 'Page file name'
|
'file_name' => 'Page file name',
|
||||||
],
|
],
|
||||||
'layout' => [
|
'layout' => [
|
||||||
'not_found_name' => "The layout ':name' is not found",
|
'not_found_name' => "The layout ':name' is not found",
|
||||||
|
|
@ -131,7 +131,7 @@ return [
|
||||||
'no_list_records' => 'No layouts found',
|
'no_list_records' => 'No layouts found',
|
||||||
'new' => 'New layout',
|
'new' => 'New layout',
|
||||||
'delete_confirm_multiple' => 'Delete selected layouts?',
|
'delete_confirm_multiple' => 'Delete selected layouts?',
|
||||||
'delete_confirm_single' => 'Delete this layout?'
|
'delete_confirm_single' => 'Delete this layout?',
|
||||||
],
|
],
|
||||||
'partial' => [
|
'partial' => [
|
||||||
'not_found_name' => "The partial ':name' is not found.",
|
'not_found_name' => "The partial ':name' is not found.",
|
||||||
|
|
@ -141,7 +141,7 @@ return [
|
||||||
'no_list_records' => 'No partials found',
|
'no_list_records' => 'No partials found',
|
||||||
'delete_confirm_multiple' => 'Delete selected partials?',
|
'delete_confirm_multiple' => 'Delete selected partials?',
|
||||||
'delete_confirm_single' => 'Delete this partial?',
|
'delete_confirm_single' => 'Delete this partial?',
|
||||||
'new' => 'New partial'
|
'new' => 'New partial',
|
||||||
],
|
],
|
||||||
'content' => [
|
'content' => [
|
||||||
'not_found_name' => "The content file ':name' is not found.",
|
'not_found_name' => "The content file ':name' is not found.",
|
||||||
|
|
@ -150,18 +150,18 @@ return [
|
||||||
'no_list_records' => 'No content files found',
|
'no_list_records' => 'No content files found',
|
||||||
'delete_confirm_multiple' => 'Delete selected content files or directories?',
|
'delete_confirm_multiple' => 'Delete selected content files or directories?',
|
||||||
'delete_confirm_single' => 'Delete this content file?',
|
'delete_confirm_single' => 'Delete this content file?',
|
||||||
'new' => 'New content file'
|
'new' => 'New content file',
|
||||||
],
|
],
|
||||||
'ajax_handler' => [
|
'ajax_handler' => [
|
||||||
'invalid_name' => 'Invalid AJAX handler name: :name.',
|
'invalid_name' => 'Invalid AJAX handler name: :name.',
|
||||||
'not_found' => "AJAX handler ':name' was not found."
|
'not_found' => "AJAX handler ':name' was not found.",
|
||||||
],
|
],
|
||||||
'cms' => [
|
'cms' => [
|
||||||
'menu_label' => 'CMS'
|
'menu_label' => 'CMS',
|
||||||
],
|
],
|
||||||
'sidebar' => [
|
'sidebar' => [
|
||||||
'add' => 'Add',
|
'add' => 'Add',
|
||||||
'search' => 'Search...'
|
'search' => 'Search...',
|
||||||
],
|
],
|
||||||
'editor' => [
|
'editor' => [
|
||||||
'settings' => 'Settings',
|
'settings' => 'Settings',
|
||||||
|
|
@ -237,7 +237,7 @@ return [
|
||||||
'error_deleting_directory' => 'Error deleting the original directory :dir',
|
'error_deleting_directory' => 'Error deleting the original directory :dir',
|
||||||
'no_list_records' => 'No files found',
|
'no_list_records' => 'No files found',
|
||||||
'delete_confirm' => 'Delete selected files or directories?',
|
'delete_confirm' => 'Delete selected files or directories?',
|
||||||
'path' => 'Path'
|
'path' => 'Path',
|
||||||
],
|
],
|
||||||
'component' => [
|
'component' => [
|
||||||
'menu_label' => 'Components',
|
'menu_label' => 'Components',
|
||||||
|
|
@ -249,7 +249,7 @@ return [
|
||||||
'invalid_request' => 'The template cannot be saved because of invalid component data.',
|
'invalid_request' => 'The template cannot be saved because of invalid component data.',
|
||||||
'no_records' => 'No components found',
|
'no_records' => 'No components found',
|
||||||
'not_found' => "The component ':name' is not found.",
|
'not_found' => "The component ':name' is not found.",
|
||||||
'method_not_found' => "The component ':name' does not contain a method ':method'."
|
'method_not_found' => "The component ':name' does not contain a method ':method'.",
|
||||||
],
|
],
|
||||||
'template' => [
|
'template' => [
|
||||||
'invalid_type' => 'Unknown template type.',
|
'invalid_type' => 'Unknown template type.',
|
||||||
|
|
@ -257,7 +257,7 @@ return [
|
||||||
'saved' => 'Template saved.',
|
'saved' => 'Template saved.',
|
||||||
'no_list_records' => 'No records found',
|
'no_list_records' => 'No records found',
|
||||||
'delete_confirm' => 'Delete selected templates?',
|
'delete_confirm' => 'Delete selected templates?',
|
||||||
'order_by' => 'Order by'
|
'order_by' => 'Order by',
|
||||||
],
|
],
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'name' => 'CMS',
|
'name' => 'CMS',
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ return [
|
||||||
'alert' => [
|
'alert' => [
|
||||||
'confirm_button_text' => 'OK',
|
'confirm_button_text' => 'OK',
|
||||||
'cancel_button_text' => 'Cancel',
|
'cancel_button_text' => 'Cancel',
|
||||||
'widget_remove_confirm' => 'Remove this widget?'
|
'widget_remove_confirm' => 'Remove this widget?',
|
||||||
],
|
],
|
||||||
'datepicker' => [
|
'datepicker' => [
|
||||||
'previousMonth' => 'Previous Month',
|
'previousMonth' => 'Previous Month',
|
||||||
|
|
@ -61,11 +61,11 @@ return [
|
||||||
],
|
],
|
||||||
'filter' => [
|
'filter' => [
|
||||||
'group' => [
|
'group' => [
|
||||||
'all' => 'all'
|
'all' => 'all',
|
||||||
],
|
],
|
||||||
'scopes' => [
|
'scopes' => [
|
||||||
'apply_button_text' => 'Apply',
|
'apply_button_text' => 'Apply',
|
||||||
'clear_button_text' => 'Clear'
|
'clear_button_text' => 'Clear',
|
||||||
],
|
],
|
||||||
'dates' => [
|
'dates' => [
|
||||||
'all' => 'all',
|
'all' => 'all',
|
||||||
|
|
@ -73,15 +73,15 @@ return [
|
||||||
'reset_button_text' => 'Reset',
|
'reset_button_text' => 'Reset',
|
||||||
'date_placeholder' => 'Date',
|
'date_placeholder' => 'Date',
|
||||||
'after_placeholder' => 'After',
|
'after_placeholder' => 'After',
|
||||||
'before_placeholder' => 'Before'
|
'before_placeholder' => 'Before',
|
||||||
],
|
],
|
||||||
'numbers' => [
|
'numbers' => [
|
||||||
'all' => 'all',
|
'all' => 'all',
|
||||||
'filter_button_text' => 'Filter',
|
'filter_button_text' => 'Filter',
|
||||||
'reset_button_text' => 'Reset',
|
'reset_button_text' => 'Reset',
|
||||||
'min_placeholder' => 'Min',
|
'min_placeholder' => 'Min',
|
||||||
'max_placeholder' => 'Max'
|
'max_placeholder' => 'Max',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'eventlog' => [
|
'eventlog' => [
|
||||||
'show_stacktrace' => 'Show the stacktrace',
|
'show_stacktrace' => 'Show the stacktrace',
|
||||||
|
|
@ -96,7 +96,7 @@ return [
|
||||||
'openWith' => 'Open with',
|
'openWith' => 'Open with',
|
||||||
'remember_choice' => 'Remember selected option for this session',
|
'remember_choice' => 'Remember selected option for this session',
|
||||||
'open' => 'Open',
|
'open' => 'Open',
|
||||||
'cancel' => 'Cancel'
|
'cancel' => 'Cancel',
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
'app' => [
|
'app' => [
|
||||||
'name' => 'OctoberCMS',
|
'name' => 'OctoberCMS',
|
||||||
'tagline' => 'Getting back to basics'
|
'tagline' => 'Getting back to basics',
|
||||||
],
|
],
|
||||||
'locale' => [
|
'locale' => [
|
||||||
'ar' => 'العربية',
|
'ar' => 'العربية',
|
||||||
|
|
@ -47,16 +47,16 @@ return [
|
||||||
'uk' => 'Українська мова',
|
'uk' => 'Українська мова',
|
||||||
'zh-cn' => '简体中文',
|
'zh-cn' => '简体中文',
|
||||||
'zh-tw' => '繁體中文',
|
'zh-tw' => '繁體中文',
|
||||||
'vn' => 'Tiếng việt'
|
'vn' => 'Tiếng việt',
|
||||||
],
|
],
|
||||||
'directory' => [
|
'directory' => [
|
||||||
'create_fail' => 'Cannot create directory: :name'
|
'create_fail' => 'Cannot create directory: :name',
|
||||||
],
|
],
|
||||||
'file' => [
|
'file' => [
|
||||||
'create_fail' => 'Cannot create file: :name'
|
'create_fail' => 'Cannot create file: :name',
|
||||||
],
|
],
|
||||||
'combiner' => [
|
'combiner' => [
|
||||||
'not_found' => "The combiner file ':name' is not found."
|
'not_found' => "The combiner file ':name' is not found.",
|
||||||
],
|
],
|
||||||
'system' => [
|
'system' => [
|
||||||
'name' => 'System',
|
'name' => 'System',
|
||||||
|
|
@ -75,15 +75,15 @@ return [
|
||||||
'events' => 'Events',
|
'events' => 'Events',
|
||||||
'customers' => 'Customers',
|
'customers' => 'Customers',
|
||||||
'my_settings' => 'My Settings',
|
'my_settings' => 'My Settings',
|
||||||
'notifications' => 'Notifications'
|
'notifications' => 'Notifications',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'theme' => [
|
'theme' => [
|
||||||
'label' => 'Theme',
|
'label' => 'Theme',
|
||||||
'unnamed' => 'Unnamed theme',
|
'unnamed' => 'Unnamed theme',
|
||||||
'name' => [
|
'name' => [
|
||||||
'label' => 'Theme Name',
|
'label' => 'Theme Name',
|
||||||
'help' => 'Name the theme by its unique code. For example, RainLab.Vanilla'
|
'help' => 'Name the theme by its unique code. For example, RainLab.Vanilla',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'themes' => [
|
'themes' => [
|
||||||
|
|
@ -92,16 +92,16 @@ return [
|
||||||
'installed' => 'Installed themes',
|
'installed' => 'Installed themes',
|
||||||
'no_themes' => 'There are no themes installed from the marketplace.',
|
'no_themes' => 'There are no themes installed from the marketplace.',
|
||||||
'recommended' => 'Recommended',
|
'recommended' => 'Recommended',
|
||||||
'remove_confirm' => 'Are you sure you want to remove this theme?'
|
'remove_confirm' => 'Are you sure you want to remove this theme?',
|
||||||
],
|
],
|
||||||
'plugin' => [
|
'plugin' => [
|
||||||
'label' => 'Plugin',
|
'label' => 'Plugin',
|
||||||
'unnamed' => 'Unnamed plugin',
|
'unnamed' => 'Unnamed plugin',
|
||||||
'name' => [
|
'name' => [
|
||||||
'label' => 'Plugin Name',
|
'label' => 'Plugin Name',
|
||||||
'help' => 'Name the plugin by its unique code. For example, RainLab.Blog'
|
'help' => 'Name the plugin by its unique code. For example, RainLab.Blog',
|
||||||
],
|
],
|
||||||
'by_author' => 'By :name'
|
'by_author' => 'By :name',
|
||||||
],
|
],
|
||||||
'plugins' => [
|
'plugins' => [
|
||||||
'manage' => 'Manage plugins',
|
'manage' => 'Manage plugins',
|
||||||
|
|
@ -149,10 +149,10 @@ return [
|
||||||
'id' => [
|
'id' => [
|
||||||
'label' => 'Project ID',
|
'label' => 'Project ID',
|
||||||
'help' => 'How to find your Project ID',
|
'help' => 'How to find your Project ID',
|
||||||
'missing' => 'Please specify a Project ID to use.'
|
'missing' => 'Please specify a Project ID to use.',
|
||||||
],
|
],
|
||||||
'detach_confirm' => 'Are you sure you want to detach this project?',
|
'detach_confirm' => 'Are you sure you want to detach this project?',
|
||||||
'unbind_success' => 'Project has been detached.'
|
'unbind_success' => 'Project has been detached.',
|
||||||
],
|
],
|
||||||
'settings' => [
|
'settings' => [
|
||||||
'menu_label' => 'Settings',
|
'menu_label' => 'Settings',
|
||||||
|
|
@ -160,7 +160,7 @@ return [
|
||||||
'missing_model' => 'The settings page is missing a Model definition.',
|
'missing_model' => 'The settings page is missing a Model definition.',
|
||||||
'update_success' => ':name settings updated',
|
'update_success' => ':name settings updated',
|
||||||
'return' => 'Return to system settings',
|
'return' => 'Return to system settings',
|
||||||
'search' => 'Search'
|
'search' => 'Search',
|
||||||
],
|
],
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'log_file' => 'Log file',
|
'log_file' => 'Log file',
|
||||||
|
|
@ -205,7 +205,7 @@ return [
|
||||||
'ses_region' => 'SES region',
|
'ses_region' => 'SES region',
|
||||||
'ses_region_comment' => 'Enter your SES region (e.g. us-east-1)',
|
'ses_region_comment' => 'Enter your SES region (e.g. us-east-1)',
|
||||||
'drivers_hint_header' => 'Drivers not installed',
|
'drivers_hint_header' => 'Drivers not installed',
|
||||||
'drivers_hint_content' => 'This mail method requires the plugin ":plugin" be installed before you can send mail.'
|
'drivers_hint_content' => 'This mail method requires the plugin ":plugin" be installed before you can send mail.',
|
||||||
],
|
],
|
||||||
'mail_templates' => [
|
'mail_templates' => [
|
||||||
'menu_label' => 'Mail templates',
|
'menu_label' => 'Mail templates',
|
||||||
|
|
@ -246,7 +246,7 @@ return [
|
||||||
'sending' => 'Sending test message...',
|
'sending' => 'Sending test message...',
|
||||||
'return' => 'Return to template list',
|
'return' => 'Return to template list',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
'disable_auto_inline_css' => 'Disable automatic inline CSS'
|
'disable_auto_inline_css' => 'Disable automatic inline CSS',
|
||||||
],
|
],
|
||||||
'mail_brand' => [
|
'mail_brand' => [
|
||||||
'menu_label' => 'Mail branding',
|
'menu_label' => 'Mail branding',
|
||||||
|
|
@ -260,7 +260,7 @@ return [
|
||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'price' => 'Price',
|
'price' => 'Price',
|
||||||
'centered' => 'Centered',
|
'centered' => 'Centered',
|
||||||
'right_aligned' => 'Right-Aligned'
|
'right_aligned' => 'Right-Aligned',
|
||||||
],
|
],
|
||||||
'buttons' => [
|
'buttons' => [
|
||||||
'primary' => 'Primary button',
|
'primary' => 'Primary button',
|
||||||
|
|
@ -271,7 +271,7 @@ return [
|
||||||
'more' => 'Some more text',
|
'more' => 'Some more text',
|
||||||
'promotion' => 'Coupon code: OCTOBER',
|
'promotion' => 'Coupon code: OCTOBER',
|
||||||
'subcopy' => 'This is the subcopy of the email',
|
'subcopy' => 'This is the subcopy of the email',
|
||||||
'thanks' => 'Thanks'
|
'thanks' => 'Thanks',
|
||||||
],
|
],
|
||||||
'fields' => [
|
'fields' => [
|
||||||
'_section_background' => 'Background',
|
'_section_background' => 'Background',
|
||||||
|
|
@ -297,7 +297,7 @@ return [
|
||||||
'panel_bg' => 'Panel background',
|
'panel_bg' => 'Panel background',
|
||||||
'promotion_bg' => 'Promotion background',
|
'promotion_bg' => 'Promotion background',
|
||||||
'promotion_border_color' => 'Promotion border color',
|
'promotion_border_color' => 'Promotion border color',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'install' => [
|
'install' => [
|
||||||
'project_label' => 'Attach to Project',
|
'project_label' => 'Attach to Project',
|
||||||
|
|
@ -306,7 +306,7 @@ return [
|
||||||
'missing_plugin_name' => 'Please specify a Plugin name to install.',
|
'missing_plugin_name' => 'Please specify a Plugin name to install.',
|
||||||
'missing_theme_name' => 'Please specify a Theme name to install.',
|
'missing_theme_name' => 'Please specify a Theme name to install.',
|
||||||
'install_completing' => 'Finishing installation process',
|
'install_completing' => 'Finishing installation process',
|
||||||
'install_success' => 'Plugin installed successfully'
|
'install_success' => 'Plugin installed successfully',
|
||||||
],
|
],
|
||||||
'updates' => [
|
'updates' => [
|
||||||
'title' => 'Manage Updates',
|
'title' => 'Manage Updates',
|
||||||
|
|
@ -349,17 +349,17 @@ return [
|
||||||
'force_label' => 'Force update',
|
'force_label' => 'Force update',
|
||||||
'found' => [
|
'found' => [
|
||||||
'label' => 'Found new updates!',
|
'label' => 'Found new updates!',
|
||||||
'help' => 'Click Update software to begin the update process.'
|
'help' => 'Click Update software to begin the update process.',
|
||||||
],
|
],
|
||||||
'none' => [
|
'none' => [
|
||||||
'label' => 'No updates',
|
'label' => 'No updates',
|
||||||
'help' => 'No new updates were found.'
|
'help' => 'No new updates were found.',
|
||||||
],
|
],
|
||||||
'important_action' => [
|
'important_action' => [
|
||||||
'empty' => 'Select action',
|
'empty' => 'Select action',
|
||||||
'confirm' => 'Confirm update',
|
'confirm' => 'Confirm update',
|
||||||
'skip' => 'Skip this update (once only)',
|
'skip' => 'Skip this update (once only)',
|
||||||
'ignore' => 'Skip this update (always)'
|
'ignore' => 'Skip this update (always)',
|
||||||
],
|
],
|
||||||
'important_action_required' => 'Action required',
|
'important_action_required' => 'Action required',
|
||||||
'important_view_guide' => 'View upgrade guide',
|
'important_view_guide' => 'View upgrade guide',
|
||||||
|
|
@ -376,7 +376,7 @@ return [
|
||||||
'details_licence' => 'Licence',
|
'details_licence' => 'Licence',
|
||||||
'details_licence_missing' => 'There is no licence provided.',
|
'details_licence_missing' => 'There is no licence provided.',
|
||||||
'details_current_version' => 'Current version',
|
'details_current_version' => 'Current version',
|
||||||
'details_author' => 'Author'
|
'details_author' => 'Author',
|
||||||
],
|
],
|
||||||
'server' => [
|
'server' => [
|
||||||
'connect_error' => 'Error connecting to the server.',
|
'connect_error' => 'Error connecting to the server.',
|
||||||
|
|
@ -384,17 +384,17 @@ return [
|
||||||
'response_invalid' => 'Invalid response from the server.',
|
'response_invalid' => 'Invalid response from the server.',
|
||||||
'response_empty' => 'Empty response from the server.',
|
'response_empty' => 'Empty response from the server.',
|
||||||
'file_error' => 'Server failed to deliver the package.',
|
'file_error' => 'Server failed to deliver the package.',
|
||||||
'file_corrupt' => 'File from server is corrupt.'
|
'file_corrupt' => 'File from server is corrupt.',
|
||||||
],
|
],
|
||||||
'behavior' => [
|
'behavior' => [
|
||||||
'missing_property' => 'Class :class must define property $:property used by :behavior behavior.'
|
'missing_property' => 'Class :class must define property $:property used by :behavior behavior.',
|
||||||
],
|
],
|
||||||
'config' => [
|
'config' => [
|
||||||
'not_found' => 'Unable to find configuration file :file defined for :location.',
|
'not_found' => 'Unable to find configuration file :file defined for :location.',
|
||||||
'required' => "Configuration used in :location must supply a value ':property'."
|
'required' => "Configuration used in :location must supply a value ':property'.",
|
||||||
],
|
],
|
||||||
'zip' => [
|
'zip' => [
|
||||||
'extract_failed' => "Unable to extract core file ':file'."
|
'extract_failed' => "Unable to extract core file ':file'.",
|
||||||
],
|
],
|
||||||
'event_log' => [
|
'event_log' => [
|
||||||
'hint' => 'This log displays a list of potential errors that occur in the application, such as exceptions and debugging information.',
|
'hint' => 'This log displays a list of potential errors that occur in the application, such as exceptions and debugging information.',
|
||||||
|
|
@ -409,7 +409,7 @@ return [
|
||||||
'created_at' => 'Date & Time',
|
'created_at' => 'Date & Time',
|
||||||
'message' => 'Message',
|
'message' => 'Message',
|
||||||
'level' => 'Level',
|
'level' => 'Level',
|
||||||
'preview_title' => 'Event'
|
'preview_title' => 'Event',
|
||||||
],
|
],
|
||||||
'request_log' => [
|
'request_log' => [
|
||||||
'hint' => 'This log displays a list of browser requests that may require attention. For example, if a visitor opens a CMS page that cannot be found, a record is created with the status code 404.',
|
'hint' => 'This log displays a list of browser requests that may require attention. For example, if a visitor opens a CMS page that cannot be found, a record is created with the status code 404.',
|
||||||
|
|
@ -425,7 +425,7 @@ return [
|
||||||
'referer' => 'Referers',
|
'referer' => 'Referers',
|
||||||
'url' => 'URL',
|
'url' => 'URL',
|
||||||
'status_code' => 'Status',
|
'status_code' => 'Status',
|
||||||
'preview_title' => 'Request'
|
'preview_title' => 'Request',
|
||||||
],
|
],
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'name' => 'System',
|
'name' => 'System',
|
||||||
|
|
@ -440,7 +440,7 @@ return [
|
||||||
'manage_editor' => 'Manage code editor preferences',
|
'manage_editor' => 'Manage code editor preferences',
|
||||||
'view_the_dashboard' => 'View the dashboard',
|
'view_the_dashboard' => 'View the dashboard',
|
||||||
'manage_default_dashboard' => 'Manage the default dashboard',
|
'manage_default_dashboard' => 'Manage the default dashboard',
|
||||||
'manage_branding' => 'Customize the back-end'
|
'manage_branding' => 'Customize the back-end',
|
||||||
],
|
],
|
||||||
'log' => [
|
'log' => [
|
||||||
'menu_label' => 'Log settings',
|
'menu_label' => 'Log settings',
|
||||||
|
|
@ -460,7 +460,7 @@ return [
|
||||||
'page' => [
|
'page' => [
|
||||||
'custom_error' => [
|
'custom_error' => [
|
||||||
'label' => 'Page error',
|
'label' => 'Page error',
|
||||||
'help' => "We're sorry, but something went wrong and the page cannot be displayed."
|
'help' => 'We\'re sorry, but something went wrong and the page cannot be displayed.',
|
||||||
],
|
],
|
||||||
'invalid_token' => [
|
'invalid_token' => [
|
||||||
'label' => 'Invalid security token',
|
'label' => 'Invalid security token',
|
||||||
|
|
@ -468,8 +468,8 @@ return [
|
||||||
'maintenance' => [
|
'maintenance' => [
|
||||||
'label' => "We'll be right back!",
|
'label' => "We'll be right back!",
|
||||||
'help' => "We're currently down for maintenance, check back soon!",
|
'help' => "We're currently down for maintenance, check back soon!",
|
||||||
'message' => "Message:",
|
'message' => 'Message:',
|
||||||
'available_at' => "Try again after:",
|
'available_at' => 'Try again after:',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'pagination' => [
|
'pagination' => [
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
'app' => [
|
'app' => [
|
||||||
'name' => 'OctoberCMS',
|
'name' => 'OctoberCMS',
|
||||||
'tagline' => 'Terug naar de basis'
|
'tagline' => 'Terug naar de basis',
|
||||||
],
|
],
|
||||||
'locale' => [
|
'locale' => [
|
||||||
'ar' => 'العربية',
|
'ar' => 'العربية',
|
||||||
|
|
@ -46,7 +46,7 @@ return [
|
||||||
'uk' => 'Українська мова',
|
'uk' => 'Українська мова',
|
||||||
'zh-cn' => '简体中文',
|
'zh-cn' => '简体中文',
|
||||||
'zh-tw' => '繁體中文',
|
'zh-tw' => '繁體中文',
|
||||||
'vn' => 'Tiếng việt'
|
'vn' => 'Tiếng việt',
|
||||||
],
|
],
|
||||||
'directory' => [
|
'directory' => [
|
||||||
'create_fail' => 'Map aanmaken mislukt: :name',
|
'create_fail' => 'Map aanmaken mislukt: :name',
|
||||||
|
|
@ -100,7 +100,7 @@ return [
|
||||||
'label' => 'Plugin naam',
|
'label' => 'Plugin naam',
|
||||||
'help' => 'Gebruik bij het invoeren van de naam de unieke code van de plugin. Bijvoorbeeld: RainLab.Blog',
|
'help' => 'Gebruik bij het invoeren van de naam de unieke code van de plugin. Bijvoorbeeld: RainLab.Blog',
|
||||||
],
|
],
|
||||||
'by_author' => 'Door :name'
|
'by_author' => 'Door :name',
|
||||||
],
|
],
|
||||||
'plugins' => [
|
'plugins' => [
|
||||||
'manage' => 'Beheer plugins',
|
'manage' => 'Beheer plugins',
|
||||||
|
|
@ -245,7 +245,7 @@ return [
|
||||||
'sending' => 'Versturen testbericht...',
|
'sending' => 'Versturen testbericht...',
|
||||||
'return' => 'Terug naar templatelijst',
|
'return' => 'Terug naar templatelijst',
|
||||||
'options' => 'Opties',
|
'options' => 'Opties',
|
||||||
'disable_auto_inline_css' => 'Automatische inline CSS uitschakelen'
|
'disable_auto_inline_css' => 'Automatische inline CSS uitschakelen',
|
||||||
],
|
],
|
||||||
'mail_brand' => [
|
'mail_brand' => [
|
||||||
'menu_label' => 'E-mail branding',
|
'menu_label' => 'E-mail branding',
|
||||||
|
|
@ -259,7 +259,7 @@ return [
|
||||||
'description' => 'Omschrijving',
|
'description' => 'Omschrijving',
|
||||||
'price' => 'Prijs',
|
'price' => 'Prijs',
|
||||||
'centered' => 'Gecentreerd',
|
'centered' => 'Gecentreerd',
|
||||||
'right_aligned' => 'Rechts-uitgelijnd'
|
'right_aligned' => 'Rechts-uitgelijnd',
|
||||||
],
|
],
|
||||||
'buttons' => [
|
'buttons' => [
|
||||||
'primary' => 'Primaire knop',
|
'primary' => 'Primaire knop',
|
||||||
|
|
@ -270,7 +270,7 @@ return [
|
||||||
'more' => 'Wat meer tekst',
|
'more' => 'Wat meer tekst',
|
||||||
'promotion' => 'Coupon code: OCTOBER',
|
'promotion' => 'Coupon code: OCTOBER',
|
||||||
'subcopy' => 'Voettekst',
|
'subcopy' => 'Voettekst',
|
||||||
'thanks' => 'Bedankt'
|
'thanks' => 'Bedankt',
|
||||||
],
|
],
|
||||||
'fields' => [
|
'fields' => [
|
||||||
'_section_background' => 'Achtergrond',
|
'_section_background' => 'Achtergrond',
|
||||||
|
|
@ -296,7 +296,7 @@ return [
|
||||||
'panel_bg' => 'Paneel achtergrond',
|
'panel_bg' => 'Paneel achtergrond',
|
||||||
'promotion_bg' => 'Promotie achtergrond',
|
'promotion_bg' => 'Promotie achtergrond',
|
||||||
'promotion_border_color' => 'Promotie randkleur',
|
'promotion_border_color' => 'Promotie randkleur',
|
||||||
]
|
],
|
||||||
],
|
],
|
||||||
'install' => [
|
'install' => [
|
||||||
'project_label' => 'Koppel aan project',
|
'project_label' => 'Koppel aan project',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue