UNPKG

@fto-consult/common

Version:

Un ensemble de bibliothèques et d'utilistaires communs pour le développement d'applications javascript

65 lines (58 loc) 2.65 kB
// Copyright 2022 @fto-consult/Boris Fouomene. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. import date from "./date"; import validator from "./validator"; export const i18nEnLang = { en : { ...date, ...validator, ...require("./auth"), home : 'Home', settings : 'Settings', no:'No', yes : 'Yes', do_you_really_want_to_delete : 'Do you really want to delete?', name : 'Name', remove : 'Remove', language : 'Language', choose_your_language : 'Please select application language', close: 'Close' ,edit_title : 'Edit Title', search : 'Search', selected : 'Selected', 'checked' : 'Checked', 'unchecked' : 'Unchecked', and : 'and', characters : 'characters', enabled : 'Enabled', disabled : 'Disabled', msg_box : 'Message Box', network_connection_restaured : "Your internet connection has been restored, you are now online!!", network_connection_lost : "You have lost your internet connection, you are now offline!!", dashboard : 'Dashboard', country : 'Country', countries : 'Countries', browse_url : 'Browse Url', loading : 'loading', no_filter : "No Filter", update : "Update", windows : "Windows", 'save' : 'Save', save_title : 'Save Title', 'update' : 'Update', 'cancel' : 'Cancel', 'checkbox_grid' : 'Select box', minimize_all_window : 'minimize all', open_all_window : 'Display all', reset_window_display : "Affichage par défaut", 'click_to_browse_image': 'Click to browse image', click_to_empty_value_field :'Click to empty this field' , open_link_in_target: 'Please check this box to enable link open in window on click', refresh : 'Refresh', add_new : 'Add new', please_check_your_network : 'Ouff!! Internet problems? Your internet connection seems to be unstable. Please check your internet settings before trying to access the requested resource again.', server_not_reachable : "Cannot connect to the server. The Client cannot receive the response within the timeout period. Please check with your administrator if the remote server is started and accessible", api_timeout : "expired response time!! the server where the requested resource may not be available", } }