You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git/res/values/strings.xml

135 lines
7.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 应用基本信息 -->
<string name="app_name">Notes</string>
<string name="app_widget2x2">Notes 2x2</string>
<string name="app_widget4x4">Notes 4x4</string>
<!-- 小部件相关字符串 -->
<string name="widget_havenot_content">No associated note found, click to create an associated note.</string>
<string name="widget_under_visit_mode">Privacy mode, cannot view note content</string>
<string name="notelist_string_info">...</string>
<string name="notelist_menu_new">New Note</string>
<!-- 提醒相关字符串 -->
<string name="note_alert_expired">Expired</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MMMd kk:mm</string>
<string name="notealert_ok">OK</string>
<string name="notealert_enter">View</string>
<!-- 超链接菜单字符串 -->
<string name="note_link_tel">Call</string>
<string name="note_link_email">Send Email</string>
<string name="note_link_web">Browse Web</string>
<string name="note_link_other">Open Map</string>
<!-- 文本导出相关字符串 -->
<string name="file_path">/MIUI/notes/</string>
<string name="file_name_txt_format">notes_%s.txt</string>
<!-- 便签列表相关字符串 -->
<string name="format_folder_files_count">(%d)</string>
<string name="menu_create_folder">New Folder</string>
<string name="menu_export_text">Export Text</string>
<string name="menu_sync">Sync</string>
<string name="menu_sync_cancel">Cancel Sync</string>
<string name="menu_setting">Settings</string>
<string name="menu_search">Search</string>
<string name="menu_pin">Pin</string>
<string name="menu_unpin">Unpin</string>
<string name="menu_delete">Delete</string>
<string name="menu_move">Move to Folder</string>
<string name="menu_select_title">Selected %d items</string>
<string name="menu_select_none">No items selected, operation invalid</string>
<string name="menu_select_all">Select All</string>
<string name="menu_deselect_all">Deselect All</string>
<string name="menu_batch_select">Batch Select</string>
<!-- 字体大小 -->
<string name="menu_font_size">Font Size</string>
<string name="menu_font_small">Small</string>
<string name="menu_font_normal">Medium</string>
<string name="menu_font_large">Large</string>
<string name="menu_font_super">Extra Large</string>
<!-- 清单模式 -->
<string name="menu_list_mode">Enter List Mode</string>
<string name="menu_normal_mode">Exit List Mode</string>
<!-- 文件夹操作 -->
<string name="menu_folder_view">View Folder</string>
<string name="menu_folder_delete">Delete Folder</string>
<string name="menu_folder_change_name">Rename Folder</string>
<string name="folder_exist">Folder %1$s already exists, please rename</string>
<!-- 便签编辑菜单 -->
<string name="menu_share">Share</string>
<string name="menu_send_to_desktop">Send to Desktop</string>
<string name="menu_alert">Remind Me</string>
<string name="menu_remove_remind">Remove Reminder</string>
<string name="menu_insert_image">Insert Image</string>
<string name="menu_title_select_folder">Select Folder</string>
<string name="menu_move_parent_folder">Parent Folder</string>
<string name="info_note_enter_desktop">Note added to desktop</string>
<!-- 确认对话框 -->
<string name="alert_message_delete_folder">Confirm delete folder and its notes?</string>
<string name="alert_title_delete">Delete Selected Notes</string>
<string name="alert_message_delete_notes">Confirm delete selected %d notes?</string>
<string name="alert_message_delete_note">Confirm delete this note?</string>
<string name="format_move_notes_to_folder">Moved selected %1$d notes to %2$s folder</string>
<!-- 错误信息 -->
<string name="error_sdcard_unmounted">SD card is busy, temporarily unavailable</string>
<string name="error_sdcard_export">Export failed, please check SD card</string>
<string name="error_note_not_exist">Note does not exist</string>
<string name="error_note_empty_for_clock">Sorry, cannot set reminder for empty note</string>
<string name="error_note_empty_for_send_to_desktop">Sorry, cannot send empty note to desktop</string>
<string name="success_sdcard_export">Export successful</string>
<string name="failed_sdcard_export">Export failed</string>
<string name="format_exported_file_location">Exported text file (%1$s) to SD card (%2$s) directory</string>
<!-- 同步相关 -->
<string name="ticker_syncing">Syncing notes...</string>
<string name="ticker_success">Sync successful</string>
<string name="ticker_fail">Sync failed</string>
<string name="ticker_cancel">Sync cancelled</string>
<string name="success_sync_account">Successfully synced with account %1$s</string>
<string name="error_sync_network">Sync failed, please check network and account settings</string>
<string name="error_sync_internal">Sync failed, internal error occurred</string>
<string name="error_sync_cancelled">Sync cancelled</string>
<string name="sync_progress_login">Logging in to %1$s...</string>
<string name="sync_progress_init_list">Retrieving remote notes list...</string>
<string name="sync_progress_syncing">Syncing local notes with Google Task...</string>
<!-- 设置界面 -->
<string name="preferences_title">Settings</string>
<string name="preferences_account_title">Sync Account</string>
<string name="preferences_account_summary">Sync notes with Google Task</string>
<string name="preferences_last_sync_time">Last sync time %1$s</string>
<string name="preferences_last_sync_time_format">yyyy-MM-dd hh:mm:ss</string>
<string name="preferences_add_account">Add Account</string>
<string name="preferences_menu_change_account">Change Sync Account</string>
<string name="preferences_menu_remove_account">Remove Sync Account</string>
<string name="preferences_menu_cancel">Cancel</string>
<string name="preferences_button_sync_immediately">Sync Now</string>
<string name="preferences_button_sync_cancel">Cancel Sync</string>
<string name="preferences_dialog_change_account_title">Current account %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">All sync-related information will be deleted, which may cause some items to be duplicated</string>
<string name="preferences_dialog_select_account_title">Sync Notes</string>
<string name="preferences_dialog_select_account_tips">Please select a Google account. Local notes will be synced with Google Task.</string>
<string name="preferences_toast_cannot_change_account">Cannot change account because sync is in progress</string>
<string name="preferences_toast_success_set_accout">%1$s has been set as the sync account</string>
<string name="preferences_bg_random_appear_title">New note background color random</string>
<!-- 其他功能 -->
<string name="call_record_folder_name">Call Notes</string>
<string name="hint_foler_name">Enter name</string>
<string name="search_label">Search Notes</string>
<string name="search_hint">Search notes</string>
<string name="search_setting_description">Text in notes</string>
<string name="search_history">Search History</string>
<string name="datetime_dialog_ok">Set</string>
<string name="datetime_dialog_cancel">Cancel</string>
</resources>