region.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /**
  4. * index
  5. */
  6. $lang['region_index_modify_succ'] = '修改地區數據成功';
  7. $lang['region_index_config'] = '查看地區';
  8. $lang['region_index_export'] = '導出';
  9. $lang['region_index_import'] = '導入';
  10. $lang['region_index_import_tip'] = '導入將清空現有的所有地區數據\n導入前建議先備份資料庫地區數據!\n確定要導入嗎';
  11. $lang['region_index_import_region'] = '導入全國地區數據【三級】';
  12. $lang['region_index_choose_region'] = '查看下一級地區';
  13. $lang['region_index_province'] = '省份';
  14. $lang['region_index_city'] = '城市';
  15. $lang['region_index_county'] = '州縣';
  16. $lang['region_index_name'] = '地區名稱';
  17. $lang['region_index_help2'] = '添加,編輯或刪除操作後需要點擊"提交"按鈕才生效';
  18. $lang['region_index_del_tip'] = '刪除內容會同時刪除下級內容,確認提交嗎';
  19. $lang['region_index_add'] = '添加新地區';
  20. /**
  21. * 導入
  22. */
  23. $lang['region_import_succ'] = '導入成功';
  24. $lang['region_import_csv_null'] = '導入的檔案不存在或者已經損壞';
  25. $lang['region_import_choose_file'] = '請選擇檔案';
  26. $lang['region_import_file_tip'] = '如果導入速度較慢,建議您把檔案拆分為幾個小檔案,然後分別導入';
  27. $lang['region_import_choose_code'] = '請選擇檔案編碼';
  28. $lang['region_import_file_format'] = '檔案格式';
  29. $lang['region_import_first'] = '一級地區';
  30. $lang['region_import_second'] = '二級地區';
  31. $lang['region_import_third'] = '三級地區';
  32. $lang['region_import_example_download'] = '例子檔案下載';
  33. $lang['region_import_download_tip'] = '點擊下載導入例子檔案';
  34. $lang['region_import_help3'] = '如果檔案較大,建議您事先把檔案轉換為 utf-8 編碼,這樣可以避免轉換編碼時耗費時間';
  35. /**
  36. * 導出
  37. */
  38. $lang['region_export_trans'] = '導出您的地區分類數據?';
  39. $lang['region_export_trans_tip'] = '導出內容為地區分類信息的.csv檔案';