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

ALF Automation #13293

Merged
merged 24 commits into from
Jun 13, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f02c242
Updated by ALF automation.
walfgithub Apr 10, 2017
df5154d
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 10, 2017
78f569d
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 13, 2017
8433d37
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 13, 2017
5bfe92d
Updated by ALF automation.
walfgithub Apr 13, 2017
89a82b0
Updated by ALF automation.
walfgithub Apr 18, 2017
8443d0a
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 22, 2017
1c7b986
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 24, 2017
512ff0d
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 24, 2017
8294245
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 25, 2017
a8a2265
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 26, 2017
5b69db1
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 27, 2017
cd8e5fc
Merge branch 'master' into alf_localization_release_1.10
walfgithub Apr 28, 2017
dd799e5
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 3, 2017
722e8a6
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 4, 2017
38a0adc
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 5, 2017
5c60116
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 5, 2017
53ec68d
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 10, 2017
b7a0456
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 22, 2017
f6a9fd9
Merge branch 'master' into alf_localization_release_1.10
walfgithub May 25, 2017
561cc14
Merge branch 'master' into alf_localization_release_1.10
walfgithub Jun 8, 2017
3deb731
Updated by ALF automation.
walfgithub Jun 13, 2017
a8a92bc
Updated by ALF automation.
walfgithub Jun 13, 2017
092453e
Updated by ALF automation.
walfgithub Jun 13, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated by ALF automation.
  • Loading branch information
walfgithub committed Apr 10, 2017
commit f02c2426ea3b3a07ea03d4d08f82c5528d0b62eb
2 changes: 2 additions & 0 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ define({
"FIND_MATCH_INDEX": "{0} sur {1}",
"FIND_NO_RESULTS": "Aucun résultat",
"FIND_QUERY_PLACEHOLDER": "Rechercher\u2026",
"FIND_HISTORY_MAX_COUNT": "Maximum Number of Search Items in Search History",
"REPLACE_PLACEHOLDER": "Remplacer par\u2026",
"BUTTON_REPLACE_ALL": "Tout remplacer",
"BUTTON_REPLACE_BATCH": "Traiter par lots\u2026",
Expand Down Expand Up @@ -752,6 +753,7 @@ define({
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS": "Mappages supplémentaires entre extension de fichier et nom de langue",
"DESCRIPTION_LANGUAGE_FILE_NAMES": "Mappages supplémentaires entre nom de fichier et nom de langue",
"DESCRIPTION_LINEWISE_COPY_CUT": "En cas d’absence de sélection, un couper-copier coupe ou copie les lignes entières comportant des curseurs.",
"DESCRIPTION_INPUT_STYLE": "Selects the way CodeMirror handles input and focus. It cans be textarea, which is the default, or contenteditable which is better for screen readers (unstable)",
"DESCRIPTION_LINTING_ENABLED": "vrai pour activer l’inspection de code",
"DESCRIPTION_ASYNC_TIMEOUT": "Durée, en millisecondes, après laquelle les utilitaires lint asynchrones échouent",
"DESCRIPTION_LINTING_PREFER": "Ensemble d’utilitaires lint à exécuter en premier",
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 @@ -152,6 +152,7 @@ define({
"FIND_MATCH_INDEX": "{0} / {1}",
"FIND_NO_RESULTS": "該当なし",
"FIND_QUERY_PLACEHOLDER": "検索\u2026",
"FIND_HISTORY_MAX_COUNT": "Maximum Number of Search Items in Search History",
"REPLACE_PLACEHOLDER": "\u2026 に置換",
"BUTTON_REPLACE_ALL": "すべて置換",
"BUTTON_REPLACE_BATCH": "バッチ¥u2026",
Expand Down Expand Up @@ -752,6 +753,7 @@ define({
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS": "ファイル拡張子から言語名への追加のマッピング",
"DESCRIPTION_LANGUAGE_FILE_NAMES": "ファイル名から言語名への追加のマッピング",
"DESCRIPTION_LINEWISE_COPY_CUT": "何も選択せずにコピーやカットを行うと、カーソルのあるすべての行がコピーまたはカットされます。",
"DESCRIPTION_INPUT_STYLE": "Selects the way CodeMirror handles input and focus. It cans be textarea, which is the default, or contenteditable which is better for screen readers (unstable)",
"DESCRIPTION_LINTING_ENABLED": "コード検証を有効にするには true",
"DESCRIPTION_ASYNC_TIMEOUT": "非同期の構文チェックがタイムアウトするまでの時間 (ミリ秒)",
"DESCRIPTION_LINTING_PREFER": "最初に実行する構文チェックの配列",
Expand Down