#375 : rename to labels.process_time_is_exceeded
This commit is contained in:
parent
2b166af6a1
commit
89b7c77f42
8 changed files with 5 additions and 5 deletions
|
@ -685,3 +685,4 @@ labels.general_menu_notification=Notification
|
|||
labels.send_testmail=Send TestMail
|
||||
labels.backup_configuration=Back Up
|
||||
labels.backup_name=Name
|
||||
labels.process_time_is_exceeded=The limit of a search time was exceeded. The partial result might be displayed.
|
||||
|
|
|
@ -683,3 +683,4 @@ labels.notification_search_top=Search top page
|
|||
labels.send_testmail=Send TestMail
|
||||
labels.backup_configuration=Back Up
|
||||
labels.backup_name=Name
|
||||
labels.process_time_is_exceeded=The limit of a search time was exceeded. The partial result might be displayed.
|
||||
|
|
|
@ -676,3 +676,4 @@ labels.notification_search_top=\u691c\u7d22\u30c8\u30c3\u30d7\u30da\u30fc\u30b8
|
|||
labels.send_testmail=\u30c6\u30b9\u30c8\u30e1\u30fc\u30eb\u306e\u9001\u4fe1
|
||||
labels.backup_configuration=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7
|
||||
labels.backup_name=\u540d\u524d
|
||||
labels.process_time_is_exceeded=\u691c\u7d22\u5f85\u3061\u6642\u9593\u306e\u4e0a\u9650\u3092\u8d85\u3048\u307e\u3057\u305f\u3002\u8868\u793a\u3055\u308c\u305f\u7d50\u679c\u306f\u691c\u7d22\u7d50\u679c\u306e\u4e00\u90e8\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
|
|
@ -115,7 +115,6 @@ errors.failed_to_send_testmail=Failed to send the test mail.
|
|||
errors.could_not_find_backup_index=Could not find index for backup.
|
||||
errors.no_user_for_changing_password=The current password is incorrect.
|
||||
errors.failed_to_change_password=Failed to change your password.
|
||||
errors.process_time_is_exceeded=The limit of a search time was exceeded. The partial result might be displayed.
|
||||
|
||||
errors.invalid_query_unknown=The given query has unknown condition.
|
||||
errors.invalid_query_parse_error=The given query is invalid.
|
||||
|
|
|
@ -115,7 +115,6 @@ errors.failed_to_send_testmail=Failed to send the test mail.
|
|||
errors.could_not_find_backup_index=Could not find index for backup.
|
||||
errors.no_user_for_changing_password=The current password is incorrect.
|
||||
errors.failed_to_change_password=Failed to change your password.
|
||||
errors.process_time_is_exceeded=The limit of a search time was exceeded. The partial result might be displayed.
|
||||
|
||||
errors.invalid_query_unknown=The given query has unknown condition.
|
||||
errors.invalid_query_parse_error=The given query is invalid.
|
||||
|
|
|
@ -119,7 +119,6 @@ errors.crud_could_not_find_crud_table = \u30c7\u30fc\u30bf {0} \u304c\u898b\u306
|
|||
errors.could_not_find_backup_index=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u7528\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
errors.no_user_for_changing_password=\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
errors.failed_to_change_password=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
|
||||
errors.process_time_is_exceeded=\u691c\u7d22\u5f85\u3061\u6642\u9593\u306e\u4e0a\u9650\u3092\u8d85\u3048\u307e\u3057\u305f\u3002\u8868\u793a\u3055\u308c\u305f\u7d50\u679c\u306f\u691c\u7d22\u7d50\u679c\u306e\u4e00\u90e8\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
success.update_crawler_params = \u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002
|
||||
success.delete_doc_from_index = \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304b\u3089\u6587\u66f8\u3092\u524a\u9664\u3059\u308b\u30d7\u30ed\u30bb\u30b9\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<c:if test="${partialResults}">
|
||||
<div class="alert">
|
||||
<p>
|
||||
<la:message key="errors.process_time_is_exceeded" />
|
||||
<la:message key="labels.process_time_is_exceeded" />
|
||||
</p>
|
||||
</div>
|
||||
</c:if>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<c:if test="${partialResults}">
|
||||
<div class="alert">
|
||||
<p>
|
||||
<la:message key="errors.process_time_is_exceeded" />
|
||||
<la:message key="labels.process_time_is_exceeded" />
|
||||
</p>
|
||||
</div>
|
||||
</c:if>
|
||||
|
|
Loading…
Add table
Reference in a new issue