migrate to gtea from bistbucket
This commit is contained in:
13
public/restaurant/lang/bn.json
Normal file
13
public/restaurant/lang/bn.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Home": "হোম",
|
||||
"1": "১",
|
||||
"2": "২",
|
||||
"3": "৩",
|
||||
"4": "৪",
|
||||
"5": "৫",
|
||||
"6": "৬",
|
||||
"7": "৭",
|
||||
"8": "৮",
|
||||
"9": "৯",
|
||||
"0": "০"
|
||||
}
|
||||
34
public/restaurant/lang/en.json
Normal file
34
public/restaurant/lang/en.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"start_install": "Installation",
|
||||
"install_welcome": "Welcome to the setup wizard",
|
||||
"install_next": "Next Step",
|
||||
"install_requirements": "Install Requirements",
|
||||
"install_check": "Installation cannot proceed until all requirements are satisfied",
|
||||
"install_permissions": "Folder Permissions",
|
||||
"refresh": "Refresh",
|
||||
"install_database": "Database Info",
|
||||
"install_host": "Host",
|
||||
"install_username": "Username",
|
||||
"install_password": "Password",
|
||||
"install_name": "Database Name",
|
||||
"install_port": "Database Port",
|
||||
"install_database_failed": "Database connection could not be established",
|
||||
"install_installation": "Install Script",
|
||||
"install_install": "Install",
|
||||
"install_msg": "Script will now be installed",
|
||||
"install_error": "Installation failed, please check log file in storage/logs/laravel.log",
|
||||
"install_complete": "Installation Complete",
|
||||
"install_complete_msg": "Installation completed successfully, you can login now with default login details.<br>phone:00000000001<br>pin:123456",
|
||||
"install_login": "Login",
|
||||
"Home": "Home",
|
||||
"1": "1",
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"4": "4",
|
||||
"5": "5",
|
||||
"6": "6",
|
||||
"7": "7",
|
||||
"8": "8",
|
||||
"9": "9",
|
||||
"0": "0"
|
||||
}
|
||||
Reference in New Issue
Block a user