first commit
This commit is contained in:
69
resources/lang/zh-TW/installer_messages.php
Normal file
69
resources/lang/zh-TW/installer_messages.php
Normal file
@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Laravel安裝程序',
|
||||
'next' => '下一步',
|
||||
'finish' => '安裝',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => '歡迎來到Laravel安裝程序',
|
||||
'message' => '歡迎來到安裝嚮導.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => '環境要求',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => '權限',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => '環境設置',
|
||||
'save' => '保存 .env',
|
||||
'success' => '.env 文件保存成功.',
|
||||
'errors' => '無法保存 .env 文件, 請手動創建它.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => '完成',
|
||||
'finished' => '應用已成功安裝.',
|
||||
'exit' => '點擊退出',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user