Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14142 from adobe/alf_localization_1.12
Browse files Browse the repository at this point in the history
ALF Automation
  • Loading branch information
nethip authored Mar 5, 2018
2 parents 32300dc + 01a3f19 commit d0213b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -813,6 +814,7 @@ define({
"DESCRIPTION_USE_TAB_CHAR": "vrai pour utiliser des tabulations au lieu d’espaces",
"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 d’interpréter des fichiers",
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "vrai pour afficher les erreurs dans la barre d’état",
Expand Down
2 changes: 2 additions & 0 deletions src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": "ナビゲート",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d0213b2

Please sign in to comment.