Update French & Taiwanese localization
This commit is contained in:
parent
78c6554e91
commit
9929160a00
|
@ -1351,6 +1351,7 @@ Voulez-vous les poursuivez ?"/>
|
|||
<!-- $INT_REPLACE$ is a place holder, don't translate it -->
|
||||
<word-chars-list-tab-warning value="$INT_REPLACE$ TAB(s)"/>
|
||||
<word-chars-list-warning-end value=" dans votre liste des caractères."/>
|
||||
<backup-select-folder value="Sélectionner un dossier pour le répertoire Sauvegarde (Backup)"/>
|
||||
<cloud-invalid-warning value="Chemin invalide."/>
|
||||
<cloud-restart-warning value="Veuillez redémarrer Notepad++ afin que le changement prenne effet."/>
|
||||
<shift-change-direction-tip value="Utilisez Shift + Entrée pour rechercher dans le sens inverse"/>
|
||||
|
@ -1359,8 +1360,16 @@ Voulez-vous les poursuivez ?"/>
|
|||
*.cpp *.cxx *.h *.hxx *.hpp
|
||||
|
||||
Rechercher dans tous les fichiers sauf exe, obj && log:
|
||||
*.* !*.exe !*.obj !*.log"/>
|
||||
*.* !*.exe !*.obj !*.log
|
||||
|
||||
Rechercher dans tous les fichiers mais pas dans les dossiers tests, bin && bin64:
|
||||
*.* !\tests !\bin*
|
||||
|
||||
Rechercher dans tous les fichiers mais pas dans les dossiers log ou logs récursivement:
|
||||
*.* !+\log*"/>"/>
|
||||
<cloud-select-folder value="Sélectionner un répertoire où Notepad++ lit ou écrit ses paramètres"/>
|
||||
<default-open-save-select-folder value="Sélectionner un dossier pour le répertoire paar défaut"/>
|
||||
<find-in-files-select-folder value="Sélectionner un dossier pour rechercher à l'intérieur"/>
|
||||
<find-status-top-reached value="Rechercher : La 1ère occurrence a été trouvée depuis le bas. Le début du document a été atteint"/>
|
||||
<find-status-end-reached value="Rechercher : La 1ère occurrence a été trouvée depuis le haut. La fin du document a été atteinte"/>
|
||||
<find-status-replaceinfiles-1-replaced value="Remplacer dans les fichiers : 1 occurrence a été remplacée"/>
|
||||
|
|
|
@ -1343,16 +1343,25 @@
|
|||
<word-chars-list-space-warning value="$INT_REPLACE$ 個空格"/>
|
||||
<word-chars-list-tab-warning value="$INT_REPLACE$ 個 TAB"/>
|
||||
<word-chars-list-warning-end value=" 在你的單字字元集中。"/>
|
||||
<backup-select-folder value="選擇一個你要設定為備份資料夾的資料夾"/>
|
||||
<cloud-invalid-warning value="無效的路徑。"/>
|
||||
<cloud-restart-warning value="請重新啟動 Notepad++ 以使變更生效。"/>
|
||||
<cloud-select-folder value="選擇一個資料夾,以便 Notepad++ 從中讀取/寫入其設定。"/>
|
||||
<default-open-save-select-folder value="選擇一個你要設定為內定資料夾的資料夾"/>
|
||||
<shift-change-direction-tip value="使用「Shift + Enter」以相反方向進行搜尋"/>
|
||||
<two-find-buttons-tip value="顯示「找上一個」按鈕"/>
|
||||
<find-in-files-filter-tip value="只在 cpp, cxx, h, hxx && hpp 中找尋:
|
||||
*.cpp *.cxx *.h *.hxx *.hpp
|
||||
|
||||
所有檔案除了 exe, obj && log 之外:
|
||||
*.* !*.exe !*.obj !*.log"/>
|
||||
*.* !*.exe !*.obj !*.log
|
||||
|
||||
所有檔案但不搜尋檔案夾 tests, bin && bin64:
|
||||
*.* !\tests !\bin*
|
||||
|
||||
所有檔案但在所有的層級(遞歸地)不搜尋檔案夾 log 或 logs:
|
||||
*.* !+\log*"/>
|
||||
<find-in-files-select-folder value="選擇一個你要從中搜尋的資料夾"/>
|
||||
<find-status-top-reached value="搜尋:從下面找到相符的字串。搜尋已抵達文件開首。"/>
|
||||
<find-status-end-reached value="搜尋:從上面找到相符的字串。搜尋已抵達文件結尾。"/>
|
||||
<find-status-replaceinfiles-1-replaced value="在檔案中取代:取代了 1 個字串。"/>
|
||||
|
|
|
@ -7216,6 +7216,7 @@ static const QuoteParams quotes[] =
|
|||
{TEXT("Anonymous #176"), QuoteParams::rapid, true, SC_CP_UTF8, L_TEXT, TEXT("A vegan said to me, \"people who sell meat are gross!\"\nI said, \"people who sell fruits and vegetables are grocer.\"\n") },
|
||||
{TEXT("Anonymous #177"), QuoteParams::rapid, false, SC_CP_UTF8, L_TEXT, TEXT("Documentation is a love letter that you write to your future self.\n") },
|
||||
{TEXT("Anonymous #178"), QuoteParams::rapid, false, SC_CP_UTF8, L_TEXT, TEXT("When I die, I hope it's early in the morning so I don't have to go to work that day for no reason.\n") },
|
||||
{TEXT("Anonymous #179"), QuoteParams::rapid, false, SC_CP_UTF8, L_TEXT, TEXT("Workers plaay football\nManagers play tennis\nCEOs play golf\n\nHigher the function, smaller the balls.\n") },
|
||||
{TEXT("xkcd"), QuoteParams::rapid, false, SC_CP_UTF8, L_TEXT, TEXT("Never have I felt so close to another soul\nAnd yet so helplessly alone\nAs when I Google an error\nAnd there's one result\nA thread by someone with the same problem\nAnd no answer\nLast posted to in 2003\n\n\"Who were you, DenverCoder9?\"\n\"What did you see?!\"\n\n(ref: https://xkcd.com/979/)") },
|
||||
{TEXT("A developer"), QuoteParams::slow, false, SC_CP_UTF8, L_TEXT, TEXT("No hugs & kisses.\nOnly bugs & fixes.") },
|
||||
{TEXT("Elon Musk"), QuoteParams::rapid, false, SC_CP_UTF8, L_TEXT, TEXT("Don't set your password as your child's name.\nName your child after your password.") },
|
||||
|
|
Loading…
Reference in New Issue