From 1d65e61ffcc3e993bd73ca2292a539a3ffb2cfe5 Mon Sep 17 00:00:00 2001 From: Alwin Drenth Date: Fri, 28 Feb 2020 10:47:33 +0100 Subject: [PATCH] Update Dutch translation (#4958) --- modules/backend/lang/en/lang.php | 70 +++++++++++++++---------------- modules/backend/lang/nl/lang.php | 17 ++++---- modules/cms/lang/en/lang.php | 40 +++++++++--------- modules/system/lang/en/client.php | 22 +++++----- modules/system/lang/en/lang.php | 70 +++++++++++++++---------------- modules/system/lang/nl/lang.php | 16 +++---- 6 files changed, 118 insertions(+), 117 deletions(-) diff --git a/modules/backend/lang/en/lang.php b/modules/backend/lang/en/lang.php index 5aacad895..3010b5577 100644 --- a/modules/backend/lang/en/lang.php +++ b/modules/backend/lang/en/lang.php @@ -3,23 +3,23 @@ return [ 'auth' => [ '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' => [ '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_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' => [ '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' => [ 'untitled' => 'Untitled', '404' => [ - 'label' => 'Page Not Found', - 'help' => "We searched and searched but the requested URL just couldn't be found. Perhaps you were looking for something else?", + 'label' => 'Page Not Found', + 'help' => "We searched and searched but the requested URL just couldn't be found. Perhaps you were looking for something else?", 'back_link' => 'Go back to the previous page', ], 'access_denied' => [ @@ -39,7 +39,7 @@ return [ ], 'ajax_handler' => [ 'invalid_name' => 'Invalid AJAX handler name: :name.', - 'not_found' => "AJAX handler ':name' was not found." + 'not_found' => "AJAX handler ':name' was not found.", ], 'account' => [ 'impersonate' => 'Impersonate user', @@ -70,7 +70,7 @@ return [ 'apply' => 'Apply', 'cancel' => 'Cancel', 'delete' => 'Delete', - 'ok' => 'OK' + 'ok' => 'OK', ], 'dashboard' => [ 'menu_label' => 'Dashboard', @@ -119,7 +119,7 @@ return [ 'last_sign_in' => 'Your last sign in was', 'view_access_logs' => 'View access logs', 'nice_message' => 'Have a great day!', - ] + ], ], 'user' => [ 'name' => 'Administrator', @@ -170,7 +170,7 @@ return [ 'new' => 'New Group', 'delete_confirm' => 'Delete this administrator group?', 'return' => 'Return to group list', - 'users_count' => 'Users' + 'users_count' => 'Users', ], 'role' => [ 'name' => 'Role', @@ -184,10 +184,10 @@ return [ 'new' => 'New Role', 'delete_confirm' => 'Delete this administrator role?', 'return' => 'Return to role list', - 'users_count' => 'Users' + 'users_count' => 'Users', ], '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_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_success' => 'Deleted selected records.', 'column_switch_true' => 'Yes', - 'column_switch_false' => 'No' + 'column_switch_false' => 'No', ], 'fileupload' => [ 'attachment' => 'Attachment', @@ -233,7 +233,7 @@ return [ 'upload_file' => 'Upload file', 'upload_error' => 'Upload error', 'remove_confirm' => 'Are you sure?', - 'remove_file' => 'Remove file' + 'remove_file' => 'Remove file', ], 'repeater' => [ 'add_new_item' => 'Add new item', @@ -299,7 +299,7 @@ return [ 'delete_row' => 'Delete Row', '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.", - 'return_to_list' => 'Return to the list' + 'return_to_list' => 'Return to the list', ], 'recordfinder' => [ 'find_record' => 'Find Record', @@ -308,7 +308,7 @@ return [ ], 'pagelist' => [ 'page_link' => 'Page link', - 'select_page' => 'Select a page...' + 'select_page' => 'Select a page...', ], 'relation' => [ 'missing_config' => "Relation behavior does not have any configuration for ':config'.", @@ -341,11 +341,11 @@ return [ 'link_name' => 'Link :name', 'unlink' => 'Unlink', 'unlink_name' => 'Unlink :name', - 'unlink_confirm' => 'Are you sure?' + 'unlink_confirm' => 'Are you sure?', ], 'reorder' => [ 'default_title' => 'Reorder records', - 'no_records' => 'There are no records available to sort.' + 'no_records' => 'There are no records available to sort.', ], 'model' => [ 'name' => 'Model', @@ -354,12 +354,12 @@ return [ 'missing_relation' => "Model ':class' does not contain a definition for ':relation'.", '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.", - 'mass_assignment_failed' => "Mass assignment failed for Model attribute ':attribute'." + 'mass_assignment_failed' => "Mass assignment failed for Model attribute ':attribute'.", ], 'warnings' => [ 'tips' => 'System configuration tips', 'tips_description' => 'There are issues you need to pay attention to in order to configure the system properly.', - 'permissions' => 'Directory :name or its subdirectories is not writable for PHP. Please set corresponding permissions for the webserver on this directory.', + 'permissions' => 'Directory :name or its subdirectories is not writable for PHP. Please set corresponding permissions for the webserver on this directory.', 'extension' => 'The PHP extension :name is not installed. Please install this library and activate the extension.', 'plugin_missing' => 'The plugin :name is a dependency but is not installed. Please install this plugin.', 'debug' => 'Debug mode is enabled. This is not recommended for production installations.', @@ -380,11 +380,11 @@ return [ 'auto_closing' => 'Automatically close tags', 'show_invisibles' => 'Show invisible characters', 'show_gutter' => 'Show gutter', - 'basic_autocompletion'=> 'Basic Autocompletion (Ctrl + Space)', - 'live_autocompletion'=> 'Live Autocompletion', - 'enable_snippets'=> 'Enable code snippets (Tab)', - 'display_indent_guides'=> 'Show indent guides', - 'show_print_margin'=> 'Show print margin', + 'basic_autocompletion' => 'Basic Autocompletion (Ctrl + Space)', + 'live_autocompletion' => 'Live Autocompletion', + 'enable_snippets' => 'Enable code snippets (Tab)', + 'display_indent_guides' => 'Show indent guides', + 'show_print_margin' => 'Show print margin', 'mode_off' => 'Off', 'mode_fluid' => 'Fluid', '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]', ], 'tooltips' => [ - 'preview_website' => 'Preview the website' + 'preview_website' => 'Preview the website', ], 'mysettings' => [ 'menu_label' => 'My Settings', - 'menu_description' => 'Settings related to your administration account' + 'menu_description' => 'Settings related to your administration account', ], 'myaccount' => [ 'menu_label' => 'My account', 'menu_description' => 'Update your account details such as name, email address and password.', - 'menu_keywords' => 'security login' + 'menu_keywords' => 'security login', ], 'branding' => [ 'menu_label' => 'Customize back-end', @@ -450,7 +450,7 @@ return [ 'menu_mode_inline' => 'Inline', 'menu_mode_inline_no_icons' => 'Inline (no icons)', 'menu_mode_tile' => 'Tiles', - 'menu_mode_collapsed' => 'Collapsed' + 'menu_mode_collapsed' => 'Collapsed', ], 'backend_preferences' => [ 'menu_label' => 'Back-end preferences', @@ -460,7 +460,7 @@ return [ 'timezone' => 'Timezone', 'timezone_comment' => 'Adjust displayed dates to this timezone.', 'locale' => 'Locale', - 'locale_comment' => 'Select your desired locale for language use.' + 'locale_comment' => 'Select your desired locale for language use.', ], 'access_log' => [ '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', 'first_name' => 'First name', 'last_name' => 'Last name', - 'email' => 'Email' + 'email' => 'Email', ], 'filter' => [ 'all' => 'all', @@ -551,16 +551,16 @@ return [ 'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)', 'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)', 'windows_1251' => 'Windows-1251 (CP1251)', - 'windows_1252' => 'Windows-1252 (CP1252)' - ] + 'windows_1252' => 'Windows-1252 (CP1252)', + ], ], 'permissions' => [ - 'manage_media' => 'Upload and manage media contents - images, videos, sounds, documents' + 'manage_media' => 'Upload and manage media contents - images, videos, sounds, documents', ], 'mediafinder' => [ 'label' => 'Media Finder', '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' => [ 'menu_label' => 'Media', @@ -623,6 +623,6 @@ return [ 'selection_mode' => 'Selection mode', 'resize_image' => 'Resize image', 'image_size' => 'Image size:', - 'selected_size' => 'Selected:' + 'selected_size' => 'Selected:', ], ]; diff --git a/modules/backend/lang/nl/lang.php b/modules/backend/lang/nl/lang.php index fcfdd2e84..8c5aa729b 100644 --- a/modules/backend/lang/nl/lang.php +++ b/modules/backend/lang/nl/lang.php @@ -3,7 +3,7 @@ return [ 'auth' => [ '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' => [ 'invalid_type' => 'Ongeldig type veld: :type.', @@ -18,8 +18,8 @@ return [ 'page' => [ 'untitled' => 'Naamloos', '404' => [ - 'label' => 'Sorry, we kunnen deze pagina niet meer vinden.', - 'help' => "We hebben ons best gedaan, maar het lijkt erop dat deze pagina niet (meer) bestaat of misschien verhuisd is.", + 'label' => 'Sorry, we kunnen deze pagina niet meer vinden.', + 'help' => "We hebben ons best gedaan, maar het lijkt erop dat deze pagina niet (meer) bestaat of misschien verhuisd is.", 'back_link' => 'Terug naar de homepagina.', ], 'access_denied' => [ @@ -39,7 +39,7 @@ return [ ], 'ajax_handler' => [ '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' => [ 'impersonate' => 'Inloggen als', @@ -236,6 +236,7 @@ return [ 'remove_file' => 'Verwijder bestand', ], 'repeater' => [ + 'add_new_item' => 'Nieuw item toevoegen', 'min_items_failed' => ':name vereist minimaal :min items, er zijn :items opgegeven', 'max_items_failed' => ':name vereist maximaal :max items, er zijn :items opgegeven', ], @@ -307,7 +308,7 @@ return [ ], 'pagelist' => [ 'page_link' => 'Pagina link', - 'select_page' => 'Selecteer een pagina...' + 'select_page' => 'Selecteer een pagina...', ], 'relation' => [ '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.', '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.', - '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' => [ 'menu_label' => 'Editor instellingen', @@ -550,8 +551,8 @@ return [ 'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)', 'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)', 'windows_1251' => 'Windows-1251 (CP1251)', - 'windows_1252' => 'Windows-1252 (CP1252)' - ] + 'windows_1252' => 'Windows-1252 (CP1252)', + ], ], 'permissions' => [ 'manage_media' => 'Beheer media', diff --git a/modules/cms/lang/en/lang.php b/modules/cms/lang/en/lang.php index 45c5d7044..8100a657d 100644 --- a/modules/cms/lang/en/lang.php +++ b/modules/cms/lang/en/lang.php @@ -19,20 +19,20 @@ return [ 'online' => 'Online', 'maintenance' => 'In maintenance', 'manage_themes' => 'Manage themes', - 'customize_theme' => 'Customize theme' - ] + 'customize_theme' => 'Customize theme', + ], ], 'theme' => [ 'not_found_name' => "The theme ':name' is not found.", 'by_author' => 'By :name', 'active' => [ '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' => [ 'not_set' => 'The edit theme is not set.', '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_description' => 'Manage the front-end theme and customization options.', @@ -92,24 +92,24 @@ return [ 'dir_name_taken' => 'Desired theme directory already exists.', 'find_more_themes' => 'Find more themes', 'saving' => 'Saving theme...', - 'return' => 'Return to themes list' + 'return' => 'Return to themes list', ], 'maintenance' => [ 'settings_menu' => 'Maintenance mode', 'settings_menu_description' => 'Configure the maintenance mode page and toggle the setting.', 'is_enabled' => 'Enable maintenance mode', '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' => [ 'not_found_name' => "The page ':name' is not found", 'not_found' => [ 'label' => 'Page not found', - 'help' => 'The requested page cannot be found.' + 'help' => 'The requested page cannot be found.', ], 'custom_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', 'unsaved_label' => 'Unsaved page(s)', @@ -122,7 +122,7 @@ return [ 'cms_page' => 'CMS page', 'title' => 'Page title', 'url' => 'Page URL', - 'file_name' => 'Page file name' + 'file_name' => 'Page file name', ], 'layout' => [ 'not_found_name' => "The layout ':name' is not found", @@ -131,7 +131,7 @@ return [ 'no_list_records' => 'No layouts found', 'new' => 'New layout', 'delete_confirm_multiple' => 'Delete selected layouts?', - 'delete_confirm_single' => 'Delete this layout?' + 'delete_confirm_single' => 'Delete this layout?', ], 'partial' => [ 'not_found_name' => "The partial ':name' is not found.", @@ -141,7 +141,7 @@ return [ 'no_list_records' => 'No partials found', 'delete_confirm_multiple' => 'Delete selected partials?', 'delete_confirm_single' => 'Delete this partial?', - 'new' => 'New partial' + 'new' => 'New partial', ], 'content' => [ 'not_found_name' => "The content file ':name' is not found.", @@ -150,18 +150,18 @@ return [ 'no_list_records' => 'No content files found', 'delete_confirm_multiple' => 'Delete selected content files or directories?', 'delete_confirm_single' => 'Delete this content file?', - 'new' => 'New content file' + 'new' => 'New content file', ], 'ajax_handler' => [ 'invalid_name' => 'Invalid AJAX handler name: :name.', - 'not_found' => "AJAX handler ':name' was not found." + 'not_found' => "AJAX handler ':name' was not found.", ], 'cms' => [ - 'menu_label' => 'CMS' + 'menu_label' => 'CMS', ], 'sidebar' => [ 'add' => 'Add', - 'search' => 'Search...' + 'search' => 'Search...', ], 'editor' => [ 'settings' => 'Settings', @@ -183,9 +183,9 @@ return [ 'enter_fullscreen' => 'Enter fullscreen mode', 'exit_fullscreen' => 'Exit fullscreen mode', 'open_searchbox' => 'Open Search box', - 'close_searchbox' => 'Close Search box', + 'close_searchbox' => 'Close Search box', 'open_replacebox' => 'Open Replace box', - 'close_replacebox' => 'Close Replace box', + 'close_replacebox' => 'Close Replace box', 'commit' => 'Commit', 'reset' => 'Reset', 'commit_confirm' => 'Are you sure you want to commit your changes to this file to the filesystem? This will overwrite the existing file on the filesystem', @@ -237,7 +237,7 @@ return [ 'error_deleting_directory' => 'Error deleting the original directory :dir', 'no_list_records' => 'No files found', 'delete_confirm' => 'Delete selected files or directories?', - 'path' => 'Path' + 'path' => 'Path', ], 'component' => [ 'menu_label' => 'Components', @@ -249,7 +249,7 @@ return [ 'invalid_request' => 'The template cannot be saved because of invalid component data.', 'no_records' => 'No components 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' => [ 'invalid_type' => 'Unknown template type.', @@ -257,7 +257,7 @@ return [ 'saved' => 'Template saved.', 'no_list_records' => 'No records found', 'delete_confirm' => 'Delete selected templates?', - 'order_by' => 'Order by' + 'order_by' => 'Order by', ], 'permissions' => [ 'name' => 'CMS', diff --git a/modules/system/lang/en/client.php b/modules/system/lang/en/client.php index 32baa8887..0134f2247 100644 --- a/modules/system/lang/en/client.php +++ b/modules/system/lang/en/client.php @@ -47,7 +47,7 @@ return [ 'alert' => [ 'confirm_button_text' => 'OK', 'cancel_button_text' => 'Cancel', - 'widget_remove_confirm' => 'Remove this widget?' + 'widget_remove_confirm' => 'Remove this widget?', ], 'datepicker' => [ 'previousMonth' => 'Previous Month', @@ -61,27 +61,27 @@ return [ ], 'filter' => [ 'group' => [ - 'all' => 'all' + 'all' => 'all', ], 'scopes' => [ 'apply_button_text' => 'Apply', - 'clear_button_text' => 'Clear' + 'clear_button_text' => 'Clear', ], 'dates' => [ 'all' => 'all', 'filter_button_text' => 'Filter', - 'reset_button_text' => 'Reset', + 'reset_button_text' => 'Reset', 'date_placeholder' => 'Date', 'after_placeholder' => 'After', - 'before_placeholder' => 'Before' + 'before_placeholder' => 'Before', ], 'numbers' => [ 'all' => 'all', 'filter_button_text' => 'Filter', - 'reset_button_text' => 'Reset', + 'reset_button_text' => 'Reset', 'min_placeholder' => 'Min', - 'max_placeholder' => 'Max' - ] + 'max_placeholder' => 'Max', + ], ], 'eventlog' => [ 'show_stacktrace' => 'Show the stacktrace', @@ -96,7 +96,7 @@ return [ 'openWith' => 'Open with', 'remember_choice' => 'Remember selected option for this session', 'open' => 'Open', - 'cancel' => 'Cancel' - ] - ] + 'cancel' => 'Cancel', + ], + ], ]; diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 4ff42f4d8..760bfde5d 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -3,7 +3,7 @@ return [ 'app' => [ 'name' => 'OctoberCMS', - 'tagline' => 'Getting back to basics' + 'tagline' => 'Getting back to basics', ], 'locale' => [ 'ar' => 'العربية', @@ -47,16 +47,16 @@ return [ 'uk' => 'Українська мова', 'zh-cn' => '简体中文', 'zh-tw' => '繁體中文', - 'vn' => 'Tiếng việt' + 'vn' => 'Tiếng việt', ], 'directory' => [ - 'create_fail' => 'Cannot create directory: :name' + 'create_fail' => 'Cannot create directory: :name', ], 'file' => [ - 'create_fail' => 'Cannot create file: :name' + 'create_fail' => 'Cannot create file: :name', ], 'combiner' => [ - 'not_found' => "The combiner file ':name' is not found." + 'not_found' => "The combiner file ':name' is not found.", ], 'system' => [ 'name' => 'System', @@ -75,15 +75,15 @@ return [ 'events' => 'Events', 'customers' => 'Customers', 'my_settings' => 'My Settings', - 'notifications' => 'Notifications' - ] + 'notifications' => 'Notifications', + ], ], 'theme' => [ 'label' => 'Theme', 'unnamed' => 'Unnamed 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' => [ @@ -92,16 +92,16 @@ return [ 'installed' => 'Installed themes', 'no_themes' => 'There are no themes installed from the marketplace.', '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' => [ 'label' => 'Plugin', 'unnamed' => 'Unnamed 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' => [ 'manage' => 'Manage plugins', @@ -111,7 +111,7 @@ return [ 'installed' => 'Installed plugins', 'no_plugins' => 'There are no plugins installed from the marketplace.', 'recommended' => 'Recommended', - 'plugin_label' => 'Plugin', + 'plugin_label' => 'Plugin', 'unknown_plugin' => 'Plugin has been removed from the file system.', 'select_label' => 'Select Action...', 'bulk_actions_label' => 'Bulk actions', @@ -149,10 +149,10 @@ return [ 'id' => [ 'label' => '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?', - 'unbind_success' => 'Project has been detached.' + 'unbind_success' => 'Project has been detached.', ], 'settings' => [ 'menu_label' => 'Settings', @@ -160,7 +160,7 @@ return [ 'missing_model' => 'The settings page is missing a Model definition.', 'update_success' => ':name settings updated', 'return' => 'Return to system settings', - 'search' => 'Search' + 'search' => 'Search', ], 'mail' => [ 'log_file' => 'Log file', @@ -205,7 +205,7 @@ return [ 'ses_region' => 'SES region', 'ses_region_comment' => 'Enter your SES region (e.g. us-east-1)', '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' => [ 'menu_label' => 'Mail templates', @@ -246,7 +246,7 @@ return [ 'sending' => 'Sending test message...', 'return' => 'Return to template list', 'options' => 'Options', - 'disable_auto_inline_css' => 'Disable automatic inline CSS' + 'disable_auto_inline_css' => 'Disable automatic inline CSS', ], 'mail_brand' => [ 'menu_label' => 'Mail branding', @@ -260,7 +260,7 @@ return [ 'description' => 'Description', 'price' => 'Price', 'centered' => 'Centered', - 'right_aligned' => 'Right-Aligned' + 'right_aligned' => 'Right-Aligned', ], 'buttons' => [ 'primary' => 'Primary button', @@ -271,7 +271,7 @@ return [ 'more' => 'Some more text', 'promotion' => 'Coupon code: OCTOBER', 'subcopy' => 'This is the subcopy of the email', - 'thanks' => 'Thanks' + 'thanks' => 'Thanks', ], 'fields' => [ '_section_background' => 'Background', @@ -297,7 +297,7 @@ return [ 'panel_bg' => 'Panel background', 'promotion_bg' => 'Promotion background', 'promotion_border_color' => 'Promotion border color', - ] + ], ], 'install' => [ 'project_label' => 'Attach to Project', @@ -306,7 +306,7 @@ return [ 'missing_plugin_name' => 'Please specify a Plugin name to install.', 'missing_theme_name' => 'Please specify a Theme name to install.', 'install_completing' => 'Finishing installation process', - 'install_success' => 'Plugin installed successfully' + 'install_success' => 'Plugin installed successfully', ], 'updates' => [ 'title' => 'Manage Updates', @@ -349,17 +349,17 @@ return [ 'force_label' => 'Force update', 'found' => [ 'label' => 'Found new updates!', - 'help' => 'Click Update software to begin the update process.' + 'help' => 'Click Update software to begin the update process.', ], 'none' => [ 'label' => 'No updates', - 'help' => 'No new updates were found.' + 'help' => 'No new updates were found.', ], 'important_action' => [ 'empty' => 'Select action', 'confirm' => 'Confirm update', 'skip' => 'Skip this update (once only)', - 'ignore' => 'Skip this update (always)' + 'ignore' => 'Skip this update (always)', ], 'important_action_required' => 'Action required', 'important_view_guide' => 'View upgrade guide', @@ -376,7 +376,7 @@ return [ 'details_licence' => 'Licence', 'details_licence_missing' => 'There is no licence provided.', 'details_current_version' => 'Current version', - 'details_author' => 'Author' + 'details_author' => 'Author', ], 'server' => [ 'connect_error' => 'Error connecting to the server.', @@ -384,17 +384,17 @@ return [ 'response_invalid' => 'Invalid response from the server.', 'response_empty' => 'Empty response from the server.', 'file_error' => 'Server failed to deliver the package.', - 'file_corrupt' => 'File from server is corrupt.' + 'file_corrupt' => 'File from server is corrupt.', ], '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' => [ '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' => [ - 'extract_failed' => "Unable to extract core file ':file'." + 'extract_failed' => "Unable to extract core file ':file'.", ], 'event_log' => [ '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', 'message' => 'Message', 'level' => 'Level', - 'preview_title' => 'Event' + 'preview_title' => 'Event', ], '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.', @@ -425,7 +425,7 @@ return [ 'referer' => 'Referers', 'url' => 'URL', 'status_code' => 'Status', - 'preview_title' => 'Request' + 'preview_title' => 'Request', ], 'permissions' => [ 'name' => 'System', @@ -440,7 +440,7 @@ return [ 'manage_editor' => 'Manage code editor preferences', 'view_the_dashboard' => 'View the dashboard', 'manage_default_dashboard' => 'Manage the default dashboard', - 'manage_branding' => 'Customize the back-end' + 'manage_branding' => 'Customize the back-end', ], 'log' => [ 'menu_label' => 'Log settings', @@ -460,7 +460,7 @@ return [ 'page' => [ 'custom_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' => [ 'label' => 'Invalid security token', @@ -468,8 +468,8 @@ return [ 'maintenance' => [ 'label' => "We'll be right back!", 'help' => "We're currently down for maintenance, check back soon!", - 'message' => "Message:", - 'available_at' => "Try again after:", + 'message' => 'Message:', + 'available_at' => 'Try again after:', ], ], 'pagination' => [ diff --git a/modules/system/lang/nl/lang.php b/modules/system/lang/nl/lang.php index de4064a6b..a04790aab 100644 --- a/modules/system/lang/nl/lang.php +++ b/modules/system/lang/nl/lang.php @@ -3,7 +3,7 @@ return [ 'app' => [ 'name' => 'OctoberCMS', - 'tagline' => 'Terug naar de basis' + 'tagline' => 'Terug naar de basis', ], 'locale' => [ 'ar' => 'العربية', @@ -46,7 +46,7 @@ return [ 'uk' => 'Українська мова', 'zh-cn' => '简体中文', 'zh-tw' => '繁體中文', - 'vn' => 'Tiếng việt' + 'vn' => 'Tiếng việt', ], 'directory' => [ 'create_fail' => 'Map aanmaken mislukt: :name', @@ -100,7 +100,7 @@ return [ 'label' => 'Plugin naam', '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' => [ 'manage' => 'Beheer plugins', @@ -110,7 +110,7 @@ return [ 'installed' => 'Geïnstalleerde plugins', 'no_plugins' => 'Er zijn geen plugins geïnstalleerd uit de marketplace.', 'recommended' => 'Aanbevolen', - 'plugin_label' => 'Plugin', + 'plugin_label' => 'Plugin', 'unknown_plugin' => 'Plugin is verwijderd van het bestandssysteem.', 'select_label' => 'Selecteer actie...', 'bulk_actions_label' => 'Bulk acties', @@ -245,7 +245,7 @@ return [ 'sending' => 'Versturen testbericht...', 'return' => 'Terug naar templatelijst', 'options' => 'Opties', - 'disable_auto_inline_css' => 'Automatische inline CSS uitschakelen' + 'disable_auto_inline_css' => 'Automatische inline CSS uitschakelen', ], 'mail_brand' => [ 'menu_label' => 'E-mail branding', @@ -259,7 +259,7 @@ return [ 'description' => 'Omschrijving', 'price' => 'Prijs', 'centered' => 'Gecentreerd', - 'right_aligned' => 'Rechts-uitgelijnd' + 'right_aligned' => 'Rechts-uitgelijnd', ], 'buttons' => [ 'primary' => 'Primaire knop', @@ -270,7 +270,7 @@ return [ 'more' => 'Wat meer tekst', 'promotion' => 'Coupon code: OCTOBER', 'subcopy' => 'Voettekst', - 'thanks' => 'Bedankt' + 'thanks' => 'Bedankt', ], 'fields' => [ '_section_background' => 'Achtergrond', @@ -296,7 +296,7 @@ return [ 'panel_bg' => 'Paneel achtergrond', 'promotion_bg' => 'Promotie achtergrond', 'promotion_border_color' => 'Promotie randkleur', - ] + ], ], 'install' => [ 'project_label' => 'Koppel aan project',