add labels
This commit is contained in:
parent
489f9f2485
commit
1484772a94
4 changed files with 87 additions and 0 deletions
|
@ -1040,6 +1040,48 @@ public class FessLabels extends ActionMessages {
|
|||
/** The key of the message: Cancel */
|
||||
public static final String LABELS_crawling_info_delete_all_cancel = "{labels.crawling_info_delete_all_cancel}";
|
||||
|
||||
/** The key of the message: Crawler start time */
|
||||
public static final String LABELS_crawling_info_CrawlerStartTime = "{labels.crawling_info_CrawlerStartTime}";
|
||||
|
||||
/** The key of the message: Crawler end time */
|
||||
public static final String LABELS_crawling_info_CrawlerEndTime = "{labels.crawling_info_CrawlerEndTime}";
|
||||
|
||||
/** The key of the message: Crawler exec time */
|
||||
public static final String LABELS_crawling_info_CrawlerExecTime = "{labels.crawling_info_CrawlerExecTime}";
|
||||
|
||||
/** The key of the message: Crawler status */
|
||||
public static final String LABELS_crawling_info_CrawlerStatus = "{labels.crawling_info_CrawlerStatus}";
|
||||
|
||||
/** The key of the message: Crawl exec time (Web/File system) */
|
||||
public static final String LABELS_crawling_info_WebFsCrawlExecTime = "{labels.crawling_info_WebFsCrawlExecTime}";
|
||||
|
||||
/** The key of the message: Crawl start time (Web/File system) */
|
||||
public static final String LABELS_crawling_info_WebFsCrawlStartTime = "{labels.crawling_info_WebFsCrawlStartTime}";
|
||||
|
||||
/** The key of the message: Crawl end time (Web/File system) */
|
||||
public static final String LABELS_crawling_info_WebFsCrawlEndTime = "{labels.crawling_info_WebFsCrawlEndTime}";
|
||||
|
||||
/** The key of the message: Indexing exec time (Web/File system) */
|
||||
public static final String LABELS_crawling_info_WebFsIndexExecTime = "{labels.crawling_info_WebFsIndexExecTime}";
|
||||
|
||||
/** The key of the message: Index size (Web/File system) */
|
||||
public static final String LABELS_crawling_info_WebFsIndexSize = "{labels.crawling_info_WebFsIndexSize}";
|
||||
|
||||
/** The key of the message: Crawl exec time (Data store) */
|
||||
public static final String LABELS_crawling_info_DataCrawlExecTime = "{labels.crawling_info_DataCrawlExecTime}";
|
||||
|
||||
/** The key of the message: Crawl start time (Data store) */
|
||||
public static final String LABELS_crawling_info_DataCrawlStartTime = "{labels.crawling_info_DataCrawlStartTime}";
|
||||
|
||||
/** The key of the message: Crawl end time (Data store) */
|
||||
public static final String LABELS_crawling_info_DataCrawlEndTime = "{labels.crawling_info_DataCrawlEndTime}";
|
||||
|
||||
/** The key of the message: Indexing exec time (Data store) */
|
||||
public static final String LABELS_crawling_info_DataIndexExecTime = "{labels.crawling_info_DataIndexExecTime}";
|
||||
|
||||
/** The key of the message: Index size (Data store) */
|
||||
public static final String LABELS_crawling_info_DataIndexSize = "{labels.crawling_info_DataIndexSize}";
|
||||
|
||||
/** The key of the message: Web Authentication */
|
||||
public static final String LABELS_webauth_configuration = "{labels.webauth_configuration}";
|
||||
|
||||
|
|
|
@ -342,6 +342,20 @@ labels.crawling_info_created_time=Created
|
|||
labels.crawling_info_delete_all_link=Delete All
|
||||
labels.crawling_info_delete_all_confirmation=Do you really want to delete all?
|
||||
labels.crawling_info_delete_all_cancel=Cancel
|
||||
labels.crawling_info_CrawlerStartTime=Crawler start time
|
||||
labels.crawling_info_CrawlerEndTime=Crawler end time
|
||||
labels.crawling_info_CrawlerExecTime=Crawler exec time
|
||||
labels.crawling_info_CrawlerStatus=Crawler status
|
||||
labels.crawling_info_WebFsCrawlExecTime=Crawl exec time (Web/File system)
|
||||
labels.crawling_info_WebFsCrawlStartTime=Crawl start time (Web/File system)
|
||||
labels.crawling_info_WebFsCrawlEndTime=Crawl end time (Web/File system)
|
||||
labels.crawling_info_WebFsIndexExecTime=Indexing exec time (Web/File system)
|
||||
labels.crawling_info_WebFsIndexSize=Index size (Web/File system)
|
||||
labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
|
||||
labels.crawling_info_DataCrawlStartTime=Crawl start time (Data store)
|
||||
labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
|
||||
labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
|
||||
labels.crawling_info_DataIndexSize=Index size (Data store)
|
||||
labels.webauth_configuration=Web Authentication
|
||||
labels.webauth_list_hostname=Hostname
|
||||
labels.webauth_list_web_crawling_config=Config Name
|
||||
|
|
|
@ -274,6 +274,7 @@ labels.role_type=Role
|
|||
labels.label_type=Label
|
||||
labels.file_crawling_button_create=Create
|
||||
labels.file_crawling_button_create_job=Create new job
|
||||
labels.file_crawling_job_title=File Crawler - {0}
|
||||
labels.web_crawling_configuration=Web Crawling
|
||||
labels.web_crawling_title_details=Web Crawling Configuration
|
||||
labels.included_urls=Included URLs For Crawling
|
||||
|
@ -283,6 +284,7 @@ labels.excluded_doc_urls=Excluded URLs For Indexing
|
|||
labels.user_agent=User Agent
|
||||
labels.web_crawling_button_create=Create
|
||||
labels.web_crawling_button_create_job=Create new job
|
||||
labels.web_crawling_job_title=Web Crawler - {0}
|
||||
labels.crawler_configuration=General Configuration
|
||||
labels.crawler_title_edit=General Configuration
|
||||
labels.schedule=Schedule
|
||||
|
@ -340,6 +342,20 @@ labels.crawling_info_created_time=Created
|
|||
labels.crawling_info_delete_all_link=Delete All
|
||||
labels.crawling_info_delete_all_confirmation=Do you really want to delete all?
|
||||
labels.crawling_info_delete_all_cancel=Cancel
|
||||
labels.crawling_info_CrawlerStartTime=Crawler start time
|
||||
labels.crawling_info_CrawlerEndTime=Crawler end time
|
||||
labels.crawling_info_CrawlerExecTime=Crawler exec time
|
||||
labels.crawling_info_CrawlerStatus=Crawler status
|
||||
labels.crawling_info_WebFsCrawlExecTime=Crawl exec time (Web/File system)
|
||||
labels.crawling_info_WebFsCrawlStartTime=Crawl start time (Web/File system)
|
||||
labels.crawling_info_WebFsCrawlEndTime=Crawl end time (Web/File system)
|
||||
labels.crawling_info_WebFsIndexExecTime=Indexing exec time (Web/File system)
|
||||
labels.crawling_info_WebFsIndexSize=Index size (Web/File system)
|
||||
labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
|
||||
labels.crawling_info_DataCrawlStartTime=Crawl start time (Data store)
|
||||
labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
|
||||
labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
|
||||
labels.crawling_info_DataIndexSize=Index size (Data store)
|
||||
labels.webauth_configuration=Web Authentication
|
||||
labels.webauth_list_hostname=Hostname
|
||||
labels.webauth_list_web_crawling_config=Config Name
|
||||
|
@ -426,6 +442,7 @@ labels.data_crawling_button_create=Create
|
|||
labels.data_crawling_button_create_job=Create new job
|
||||
labels.wizard_title_configuration=Configuration Wizard
|
||||
labels.wizard_start_title=Quick Setup
|
||||
labels.data_crawling_job_title=Data Crawler - {0}
|
||||
labels.wizard_start_desc=Using Configuration Wizard, you can create crawling settings easily.
|
||||
labels.wizard_start_button=Start Configuration
|
||||
labels.wizard_button_cancel=Cancel
|
||||
|
|
|
@ -339,6 +339,20 @@ labels.crawling_info_created_time = \u4f5c\u6210
|
|||
labels.crawling_info_delete_all_link = \u3059\u3079\u3066\u524a\u9664
|
||||
labels.crawling_info_delete_all_confirmation = \u672c\u5f53\u306b\u3059\u3079\u3066\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
|
||||
labels.crawling_info_delete_all_cancel = \u30ad\u30e3\u30f3\u30bb\u30eb
|
||||
labels.crawling_info_CrawlerStartTime=\u30af\u30ed\u30fc\u30e9\u30fc\u306e\u958b\u59cb\u6642\u9593
|
||||
labels.crawling_info_CrawlerEndTime=\u30af\u30ed\u30fc\u30e9\u30fc\u306e\u7d42\u4e86\u6642\u9593
|
||||
labels.crawling_info_CrawlerExecTime=\u30af\u30ed\u30fc\u30e9\u30fc\u306e\u5b9f\u884c\u6642\u9593
|
||||
labels.crawling_info_CrawlerStatus=\u30af\u30ed\u30fc\u30e9\u30fc\u306e\u72b6\u614b
|
||||
labels.crawling_info_WebFsCrawlExecTime=\u30af\u30ed\u30fc\u30eb\u306e\u5b9f\u884c\u6642\u9593 (\u30a6\u30a7\u30d6/\u30d5\u30a1\u30a4\u30eb)
|
||||
labels.crawling_info_WebFsCrawlStartTime=\u30af\u30ed\u30fc\u30eb\u306e\u958b\u59cb\u6642\u9593 (\u30a6\u30a7\u30d6/\u30d5\u30a1\u30a4\u30eb)
|
||||
labels.crawling_info_WebFsCrawlEndTime=\u30af\u30ed\u30fc\u30eb\u306e\u7d42\u4e86\u6642\u9593 (\u30a6\u30a7\u30d6/\u30d5\u30a1\u30a4\u30eb)
|
||||
labels.crawling_info_WebFsIndexExecTime=\u30a4\u30f3\u30c7\u30af\u30b7\u30f3\u30b0\u306e\u5b9f\u884c\u6642\u9593 (\u30a6\u30a7\u30d6/\u30d5\u30a1\u30a4\u30eb)
|
||||
labels.crawling_info_WebFsIndexSize=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30b5\u30a4\u30ba (\u30a6\u30a7\u30d6/\u30d5\u30a1\u30a4\u30eb)
|
||||
labels.crawling_info_DataCrawlExecTime=\u30af\u30ed\u30fc\u30eb\u306e\u5b9f\u884c\u6642\u9593 (\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2)
|
||||
labels.crawling_info_DataCrawlStartTime=\u30af\u30ed\u30fc\u30eb\u306e\u958b\u59cb\u6642\u9593 (\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2)
|
||||
labels.crawling_info_DataCrawlEndTime=\u30af\u30ed\u30fc\u30eb\u306e\u7d42\u4e86\u6642\u9593 (\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2)
|
||||
labels.crawling_info_DataIndexExecTime=\u30a4\u30f3\u30c7\u30af\u30b7\u30f3\u30b0\u306e\u5b9f\u884c\u6642\u9593 (\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2)
|
||||
labels.crawling_info_DataIndexSize=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30b5\u30a4\u30ba (\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2)
|
||||
labels.webauth_configuration = \u30a6\u30a7\u30d6\u8a8d\u8a3c
|
||||
labels.webauth_list_hostname = \u30db\u30b9\u30c8\u540d
|
||||
labels.webauth_list_web_crawling_config = \u8a2d\u5b9a\u540d
|
||||
|
|
Loading…
Add table
Reference in a new issue