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

Commit fadb0a2

Browse files
committed
Merge pull request #8719 from adobe/alf_localization
ALF Automation
2 parents c6f5b2a + e3d0928 commit fadb0a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/nls/fr/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ define({
137137
"BUTTON_NO": "Non",
138138

139139
// Find, Replace, Find in Files
140-
"FIND_MATCH_INDEX": "[7636744] !é={0} of {1}=!",
140+
"FIND_MATCH_INDEX": "{0} sur {1}",
141141
"FIND_NO_RESULTS": "Aucun résultat",
142142
"FIND_QUERY_PLACEHOLDER": "Rechercher\u2026",
143143
"REPLACE_PLACEHOLDER": "Remplacer par\u2026",
@@ -516,7 +516,7 @@ define({
516516
"EXTENSION_NOT_INSTALLED": "Impossible de supprimer l’extension {0} car elle n’est pas installée.",
517517
"NO_EXTENSIONS": "Aucune extension installée pour le moment.<br>Cliquez sur l’onglet Disponibles ci-dessus pour vous lancer.",
518518
"NO_EXTENSION_MATCHES": "Aucune extension ne correspond à votre recherche.",
519-
"REGISTRY_SANITY_CHECK_WARNING": "[7105477] !é=NOTE: These extensions may come from different authors than {APP_NAME} itself. Extensions are not reviewed and have full local privileges. Be cautious when installing extensions from an unknown source.=!",
519+
"REGISTRY_SANITY_CHECK_WARNING": "REMARQUE : ces extensions peuvent provenir d’autres sources que l’application {APP_NAME} elle-même. Les extensions ne sont pas contrôlées et disposent de privilèges locaux complets. Soyez prudents lorsque vous installez des extensions provenant d’une source inconnue.",
520520
"EXTENSIONS_INSTALLED_TITLE": "Installées",
521521
"EXTENSIONS_AVAILABLE_TITLE": "Disponibles",
522522
"EXTENSIONS_UPDATES_TITLE": "Mises à jour",

src/nls/ja/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ define({
137137
"BUTTON_NO": "いいえ",
138138

139139
// Find, Replace, Find in Files
140-
"FIND_MATCH_INDEX": "!能=[7636744] {0} of {1}_=!",
140+
"FIND_MATCH_INDEX": "{0} / {1}",
141141
"FIND_NO_RESULTS": "該当なし",
142142
"FIND_QUERY_PLACEHOLDER": "検索\u2026",
143143
"REPLACE_PLACEHOLDER": "\u2026 に置換",
@@ -516,7 +516,7 @@ define({
516516
"EXTENSION_NOT_INSTALLED": "インストールされていなかったため、拡張機能 {0} を削除できませんでした。",
517517
"NO_EXTENSIONS": "インストールされている拡張機能はまだありません。<br>上の「入手可能」タブをクリックしてインストールしてください。",
518518
"NO_EXTENSION_MATCHES": "検索条件に一致する拡張機能がありません。",
519-
"REGISTRY_SANITY_CHECK_WARNING": "!能=[7105477] NOTE: These extensions may come from different authors than {APP_NAME} itself. Extensions are not reviewed and have full local privileges. Be cautious when installing extensions from an unknown source._=!",
519+
"REGISTRY_SANITY_CHECK_WARNING": "注意 : これらの拡張機能の作成元が {APP_NAME} 以外である可能性があります。拡張機能はレビューされず、ローカルアクセス権が一杯です。不明なソースから拡張機能をインストールするときは十分に注意してください。",
520520
"EXTENSIONS_INSTALLED_TITLE": "インストール済み",
521521
"EXTENSIONS_AVAILABLE_TITLE": "入手可能",
522522
"EXTENSIONS_UPDATES_TITLE": "アップデート",

0 commit comments

Comments
 (0)