mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
23 lines
876 B
PHP
23 lines
876 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['notes_menu_notes'] = '笔记';
|
|
$lang['notes_edit_note'] = '编辑笔记';
|
|
$lang['notes_your_notes'] = '你的笔记';
|
|
|
|
$lang['notes_welcome'] = "你目前没有任何笔记,这里特别适合用来储存一些诸如 ATU 设置,信标和电台笔记等信息。同时,他们不会像纸片那样容易丢失";
|
|
|
|
$lang['notes_create_note'] = '创建笔记';
|
|
|
|
$lang['notes_input_title'] = '标题';
|
|
$lang['notes_input_category'] = '分类';
|
|
$lang['notes_input_notes_content'] = '笔记内容';
|
|
$lang['notes_input_btn_save_note'] = '保存笔记';
|
|
$lang['notes_input_btn_edit_note'] = '编辑笔记';
|
|
$lang['notes_input_btn_delete_note'] = '删除笔记';
|
|
|
|
$lang['notes_selection_general'] = '一般';
|
|
$lang['notes_selection_antennas'] = '天线';
|
|
$lang['notes_selection_satellites'] = '卫星';
|