Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 644 for en (0.02 sec)

  1. src/main/webapp/js/admin/plugins/form-validator/lang/nl.js

    equire("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/nl"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={andSpaces:" en spaties ",badAlphaNumeric:"De ingevoerde waarde mag alleen alfabetische karakters bevatten",badAlphaNumericExtra:" en ",badCVV:"Het CVV nummer was onjuist",badCreditCard:"Het creditcardnummer is onjuist",badCustomVal:"De ingevoerde waarde is onjuist",badDate:"U heeft niet de juiste datum aangegeven",badDomain:"Incorrect...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  2. docs/ja/docs/contributing.md

    * 下記のファイルをコピーします:
    
    ```
    docs/en/docs/features.md
    ```
    
    * 翻訳したい言語のまったく同じところに貼り付けます。例えば:
    
    ```
    docs/es/docs/features.md
    ```
    
    /// tip | "豆知識"
    
    パスとファイル名の変更は、`en`から`es`への言語コードだけであることに注意してください。
    
    ///
    
    * ここで、英語のMkDocs構成ファイルを開きます:
    
    ```
    docs/en/docs/mkdocs.yml
    ```
    
    * 設定ファイルの中で、`docs/features.md`が記述されている箇所を見つけます:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. internal/disk/stat_windows.go

    import (
    	"errors"
    	"fmt"
    	"os"
    	"syscall"
    	"unsafe"
    
    	"golang.org/x/sys/windows"
    )
    
    var (
    	kernel32 = windows.NewLazySystemDLL("kernel32.dll")
    
    	// GetDiskFreeSpaceEx - https://msdn.microsoft.com/en-us/library/windows/desktop/aa364937(v=vs.85).aspx
    	// Retrieves information about the amount of space that is available on a disk volume,
    	// which is the total amount of space, the total amount of free space, and the total
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Feb 26 19:34:50 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.pathmap_pt_both	=	Explorer/afficher
    labels.pathmap_pt_stored	=	URL stockées
    labels.regular_name	=	Nom régulier
    labels.duplicate_name	=	Nom en double
    labels.duplicate_host_configuration	=	Hôte en double
    labels.duplicate_host_title_details	=	Hôte en double
    labels.dashboard_title_configuration	=	Configuration du système
    labels.suggest_search_log_enabled	=	Suggérer à partir de mots de recherche
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  5. docs/de/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  6. docs/ja/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  7. docs/ru/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  8. docs/fa/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  9. docs/en/docs/management-tasks.md

    * `lang-all`: Translations
        * Use this for translations. You can normally quickly detect it by going to the "Files changed" tab in the PR and checking if the updated file(s) starts with `docs/{some lang}/docs` but not `docs/en/docs`. For example, `docs/es/docs`.
    * `internal`: Internal
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 21:56:33 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. docs/fr/docs/deployment/versions.md

    # À propos des versions de FastAPI
    
    **FastAPI** est déjà utilisé en production dans de nombreuses applications et systèmes. Et la couverture de test est maintenue à 100 %. Mais son développement est toujours aussi rapide.
    
    De nouvelles fonctionnalités sont ajoutées fréquemment, des bogues sont corrigés régulièrement et le code est
    amélioré continuellement.
    
    C'est pourquoi les versions actuelles sont toujours `0.x.x`, cela reflète que chaque version peut potentiellement
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top