20 lines
419 B
PHP
20 lines
419 B
PHP
<?php
|
|
/**
|
|
* common.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-17 23:10:20
|
|
* @modified 2022-08-17 23:10:20
|
|
*/
|
|
|
|
return [
|
|
'home' => 'home',
|
|
'submit' => 'Senden',
|
|
'cancel' => 'Abbrechen',
|
|
'confirm' => 'bestätigen',
|
|
'no' => 'nein',
|
|
'yes' => 'ja',
|
|
];
|