1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00

Merge pull request #14142 from adobe/alf_localization_1.12

ALF Automation
This commit is contained in:
Prashanth Nethi 2018-03-05 12:50:12 +05:30 committed by GitHub
commit d0213b2f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -409,6 +409,7 @@ define({
"CMD_WORKINGSET_SORT_BY_TYPE": "Trier par type",
"CMD_WORKING_SORT_TOGGLE_AUTO": "Tri automatique",
"CMD_THEMES": "Thèmes\u2026",
"CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search",
// Navigate menu commands
"NAVIGATE_MENU": "Naviguer",
@ -813,6 +814,7 @@ define({
"DESCRIPTION_USE_TAB_CHAR": "vrai pour utiliser des tabulations au lieu despaces",
"DESCRIPTION_UPPERCASE_COLORS": "vrai pour générer des couleurs hexadécimales en majuscules dans léditeur de couleur intégré",
"DESCRIPTION_WORD_WRAP": "Renvoyer à la ligne automatiquement en cas de dépassement de la largeur de la fenêtre",
"DESCRIPTION_SEARCH_AUTOHIDE": "Close the search as soon as the editor is focused",
"DESCRIPTION_DETECTED_EXCLUSIONS": "Liste de fichiers qui ont été identifiés comme provoquant une perte de contrôle de Tern",
"DESCRIPTION_INFERENCE_TIMEOUT": "Laps de temps au bout duquel le processus Tern expire quand il tente dinterpréter des fichiers",
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "vrai pour afficher les erreurs dans la barre détat",

View File

@ -409,6 +409,7 @@ define({
"CMD_WORKINGSET_SORT_BY_TYPE": "種類順",
"CMD_WORKING_SORT_TOGGLE_AUTO": "自動ソート",
"CMD_THEMES": "テーマ\u2026",
"CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search",
// Navigate menu commands
"NAVIGATE_MENU": "ナビゲート",
@ -813,6 +814,7 @@ define({
"DESCRIPTION_USE_TAB_CHAR": "スペースの代わりにタブを使用するには true",
"DESCRIPTION_UPPERCASE_COLORS": "Inline Color Editor で大文字の 16 進カラーを生成するには true",
"DESCRIPTION_WORD_WRAP": "ビューポートの幅を超える行を折り返す",
"DESCRIPTION_SEARCH_AUTOHIDE": "Close the search as soon as the editor is focused",
"DESCRIPTION_DETECTED_EXCLUSIONS": "Tern が制御不能になる原因として検出されたファイルの一覧",
"DESCRIPTION_INFERENCE_TIMEOUT": "ファイルの認識時に Tern がタイムアウトするまでの時間",
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "ステータスバーにエラーを表示するには true",