Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 39 for kuromoji (0.07 seconds)

  1. src/main/resources/fess_message_pl.properties

    errors.failed_to_upload_stemmeroverride_file = Nie można przesłać pliku nadpisującego stemmer.
    errors.failed_to_download_kuromoji_file = Nie można pobrać pliku Kuromoji.
    errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji.
    errors.failed_to_download_protwords_file = Nie można pobrać pliku Protwords.
    errors.failed_to_upload_protwords_file = Nie można przesłać pliku Protwords.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  2. src/main/resources/fess_message_zh_TW.properties

    errors.failed_to_upload_synonym_file = 上傳同義詞檔案失敗。
    errors.failed_to_download_stemmeroverride_file = 下載詞幹覆蓋檔案失敗。
    errors.failed_to_upload_stemmeroverride_file = 上傳詞幹覆蓋檔案失敗。
    errors.failed_to_download_kuromoji_file = 下載Kuromoji檔案失敗。
    errors.failed_to_upload_kuromoji_file = 上傳Kuromoji檔案失敗。
    errors.failed_to_download_protwords_file = 下載Protwords檔案失敗。
    errors.failed_to_upload_protwords_file = 上傳Protwords檔案失敗。
    errors.failed_to_download_stopwords_file = 下載停用詞檔案失敗。
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_en.properties

    labels.dict_mapping_target=Target
    labels.dict_mapping_button_download=Download
    labels.dict_mapping_button_upload=Upload
    labels.dict_mapping_file=Mapping File
    labels.dict_kuromoji_configuration=Kuromoji Word List
    labels.dict_kuromoji_title=Kuromoji Word List
    labels.dict_kuromoji_list_link=List
    labels.dict_kuromoji_link_create=Create New
    labels.dict_kuromoji_link_edit=Edit
    labels.dict_kuromoji_link_delete=Delete
    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)
  4. src/main/resources/fess_message_zh_CN.properties

    errors.failed_to_upload_synonym_file = 上传同义词文件失败。
    errors.failed_to_download_stemmeroverride_file = 下载词干覆盖文件失败。
    errors.failed_to_upload_stemmeroverride_file = 上传词干覆盖文件失败。
    errors.failed_to_download_kuromoji_file = 下载Kuromoji文件失败。
    errors.failed_to_upload_kuromoji_file = 上传Kuromoji文件失败。
    errors.failed_to_download_protwords_file = 下载Protwords文件失败。
    errors.failed_to_upload_protwords_file = 上传Protwords文件失败。
    errors.failed_to_download_stopwords_file = 下载停用词文件失败。
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12K bytes
    - Click Count (0)
  5. src/main/resources/fess_message.properties

    errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.
    errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  6. src/main/resources/fess_message_en.properties

    errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.
    errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  7. src/main/resources/fess_label.properties

    labels.dict_mapping_target=Target
    labels.dict_mapping_button_download=Download
    labels.dict_mapping_button_upload=Upload
    labels.dict_mapping_file=Mapping File
    labels.dict_kuromoji_configuration=Kuromoji Word List
    labels.dict_kuromoji_title=Kuromoji Word List
    labels.dict_kuromoji_list_link=List
    labels.dict_kuromoji_link_create=Create New
    labels.dict_kuromoji_link_edit=Edit
    labels.dict_kuromoji_link_delete=Delete
    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)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to download a Kuromoji file. */
        public static final String ERRORS_failed_to_download_kuromoji_file = "{errors.failed_to_download_kuromoji_file}";
    
        /** The key of the message: Failed to upload a Kuromoji file. */
        public static final String ERRORS_failed_to_upload_kuromoji_file = "{errors.failed_to_upload_kuromoji_file}";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 126.6K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dict_mapping_file = "{labels.dict_mapping_file}";
    
        /** The key of the message: Kuromoji Word List */
        public static final String LABELS_dict_kuromoji_configuration = "{labels.dict_kuromoji_configuration}";
    
        /** The key of the message: Kuromoji Word List */
        public static final String LABELS_dict_kuromoji_title = "{labels.dict_kuromoji_title}";
    
    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)
  10. src/main/resources/fess_message_pt_BR.properties

    errors.failed_to_upload_stemmeroverride_file = Não foi possível carregar o arquivo de substituição do Stemmer.
    errors.failed_to_download_kuromoji_file = Não foi possível baixar o arquivo Kuromoji.
    errors.failed_to_upload_kuromoji_file = Não foi possível carregar o arquivo Kuromoji.
    errors.failed_to_download_protwords_file = Não foi possível baixar o arquivo Protwords.
    errors.failed_to_upload_protwords_file = Não foi possível carregar o arquivo Protwords.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.7K bytes
    - Click Count (0)
Back to Top