Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 23 of 23 for dict_protwords_configuration (0.14 seconds)

  1. src/main/resources/fess_label_zh_CN.properties

    labels.dict_kuromoji_segmentation=分段
    labels.dict_kuromoji_reading=读音
    labels.dict_kuromoji_pos=词性
    labels.dict_kuromoji_button_download=下载
    labels.dict_kuromoji_button_upload=上传
    labels.dict_kuromoji_file=Kuromoji文件
    labels.dict_protwords_configuration=Protwords词列表
    labels.dict_protwords_title=Protwords词列表
    labels.dict_protwords_list_link=列表
    labels.dict_protwords_link_create=新建
    labels.dict_protwords_link_edit=编辑
    labels.dict_protwords_link_delete=删除
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.3K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_ja.properties

    labels.dict_kuromoji_reading=読み
    labels.dict_kuromoji_pos=品詞
    labels.dict_kuromoji_button_download=ダウンロード
    labels.dict_kuromoji_button_upload=アップロード
    labels.dict_kuromoji_file=Kuromojiファイル
    labels.dict_protwords_configuration=Protwords単語一覧
    labels.dict_protwords_title=Protwords単語一覧
    labels.dict_protwords_list_link=一覧
    labels.dict_protwords_link_create=新規作成
    labels.dict_protwords_link_edit=編集
    labels.dict_protwords_link_delete=削除
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 56.7K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Protwords Word List */
        public static final String LABELS_dict_protwords_configuration = "{labels.dict_protwords_configuration}";
    
        /** The key of the message: Protwords Word List */
        public static final String LABELS_dict_protwords_title = "{labels.dict_protwords_title}";
    
        /** The key of the message: List */
    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)
Back to Top