- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 13 for Moment (0.04 seconds)
-
src/main/resources/fess_label_en.properties
labels.chat_new_chat=New Chat labels.chat_input_placeholder=Ask a question... labels.chat_thinking=Thinking... labels.chat_error=An error occurred. Please try again. labels.chat_error_rate_limit=It's currently busy. Please wait a moment and try again. labels.chat_error_auth=AI service authentication failed. Please contact the administrator. labels.chat_error_service_unavailable=The AI service is temporarily unavailable. Please try again later.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.chat_new_chat=New Chat labels.chat_input_placeholder=Ask a question... labels.chat_thinking=Thinking... labels.chat_error=An error occurred. Please try again. labels.chat_error_rate_limit=It's currently busy. Please wait a moment and try again. labels.chat_error_auth=AI service authentication failed. Please contact the administrator. labels.chat_error_service_unavailable=The AI service is temporarily unavailable. Please try again later.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.chat_thinking=Réflexion en cours... labels.chat_error=Une erreur s'est produite. Veuillez réessayer. labels.chat_error_rate_limit=Le service est actuellement surchargé. Veuillez patienter un moment et réessayer. labels.chat_error_auth=L'authentification au service IA a échoué. Veuillez contacter l'administrateur. labels.chat_error_service_unavailable=Le service IA est temporairement indisponible. Veuillez réessayer plus tard.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: An error occurred. Please try again. */ public static final String LABELS_chat_error = "{labels.chat_error}"; /** The key of the message: It's currently busy. Please wait a moment and try again. */ public static final String LABELS_chat_error_rate_limit = "{labels.chat_error_rate_limit}"; /** The key of the message: AI service authentication failed. Please contact the administrator. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/resources/fess_label_de.properties
labels.chat_thinking=Denkt nach... labels.chat_error=Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut. labels.chat_error_rate_limit=Es ist derzeit sehr ausgelastet. Bitte warten Sie einen Moment und versuchen Sie es erneut. labels.chat_error_auth=Die Authentifizierung beim KI-Dienst ist fehlgeschlagen. Bitte kontaktieren Sie den Administrator.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.3K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. Fess <br> * comment: The title of the domain for logging and display. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getDomainTitle(); /** * Get the value for the key 'search_engine.type'. <br> * The value is, e.g. default <br> * comment: The type of search engine backend (e.g., default, opensearch).
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/mylasta/mail/LogNotificationPostcard.java
* Set the value of level, used in parameter comment. <br> * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param level The parameter value of level. (NotNull) */ public void setLevel(String level) { registerVariable("level", level); } /** * Set the value of hostname, used in parameter comment. <br>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.chat_input_placeholder=Faça uma pergunta... labels.chat_thinking=Pensando... labels.chat_error=Ocorreu um erro. Por favor, tente novamente. labels.chat_error_rate_limit=No momento está muito ocupado. Por favor, aguarde um momento e tente novamente. labels.chat_error_auth=A autenticação do serviço de IA falhou. Por favor, entre em contato com o administrador.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
} @Test public void test_normalizeConfigPath_edgeCases() { assertEquals("", systemHelper.normalizeConfigPath(" ")); assertEquals("", systemHelper.normalizeConfigPath("#comment line")); assertEquals("test", systemHelper.normalizeConfigPath(" test ")); } @Test public void test_encodeUrlFilter_specialChars() { systemHelper.filterPathEncoding = "UTF-8";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.chat_input_placeholder=Fai una domanda... labels.chat_thinking=Sto pensando... labels.chat_error=Si è verificato un errore. Per favore riprova. labels.chat_error_rate_limit=Il servizio è attualmente sovraccarico. Attendere un momento e riprovare. labels.chat_error_auth=Autenticazione del servizio IA non riuscita. Contattare l'amministratore. labels.chat_error_service_unavailable=Il servizio IA è temporaneamente non disponibile. Riprovare più tardi.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0)