Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 15 of 15 for storage_folder_name (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_label_hi.properties

    labels.storage_size=आकार
    labels.storage_last_modified=अंतिम संशोधित
    labels.storage_upload_file=फ़ाइल अपलोड करें
    labels.storage_button_upload=अपलोड
    labels.storage_bucket_name=बकेट नाम
    labels.storage_file=फ़ाइल
    labels.storage_folder_name=फ़ोल्डर नाम
    labels.storage_button_download=डाउनलोड
    labels.storage_button_tags=टैग
    labels.storage_title_tag=टैग:
    labels.storage_tag_key=टैग की
    labels.storage_tag_value=टैग मान
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 71.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_es.properties

    labels.storage_last_modified=Última modificación
    labels.storage_upload_file=Subir archivo
    labels.storage_button_upload=Subir
    labels.storage_bucket_name=Nombre del cubo
    labels.storage_file=Archivo
    labels.storage_folder_name=Nombre de la carpeta
    labels.storage_button_download=Descargar
    labels.storage_button_tags=Etiquetas
    labels.storage_title_tag=Etiqueta:
    labels.storage_tag_key=Clave de etiqueta
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.3K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_ko.properties

    labels.storage_size=크기
    labels.storage_last_modified=최종 갱신 일시
    labels.storage_upload_file=파일 업로드
    labels.storage_button_upload=업로드
    labels.storage_bucket_name=버킷 이름
    labels.storage_file=파일
    labels.storage_folder_name=폴더 이름
    labels.storage_button_download=다운로드
    labels.storage_button_tags=태그
    labels.storage_title_tag=태그:
    labels.storage_tag_key=태그 키
    labels.storage_tag_value=태그 값
    labels.login.newpassword=비밀번호를 갱신해야 합니다
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.6K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_ja.properties

    labels.storage_size=サイズ
    labels.storage_last_modified=最終更新日時
    labels.storage_upload_file=ファイルのアップロード
    labels.storage_button_upload=アップロード
    labels.storage_bucket_name=バケット名
    labels.storage_file=ファイル
    labels.storage_folder_name=フォルダ名
    labels.storage_button_download=ダウンロード
    labels.storage_button_tags=タグ
    labels.storage_title_tag=タグ:
    labels.storage_tag_key=タグキー
    labels.storage_tag_value=タグ値
    labels.login.newpassword=パスワードを更新する必要があります
    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)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_storage_file = "{labels.storage_file}";
    
        /** The key of the message: Folder Name */
        public static final String LABELS_storage_folder_name = "{labels.storage_folder_name}";
    
        /** The key of the message: Download */
        public static final String LABELS_storage_button_download = "{labels.storage_button_download}";
    
        /** The key of the message: Tags */
    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