Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ define({
"BUTTON_NO": "Non",

// Find, Replace, Find in Files
"FIND_MATCH_INDEX": "[7636744] !é={0} of {1}=!",
"FIND_MATCH_INDEX": "{0} sur {1}",
"FIND_NO_RESULTS": "Aucun résultat",
"FIND_QUERY_PLACEHOLDER": "Rechercher\u2026",
"REPLACE_PLACEHOLDER": "Remplacer par\u2026",
Expand Down Expand Up @@ -516,7 +516,7 @@ define({
"EXTENSION_NOT_INSTALLED": "Impossible de supprimer l’extension {0} car elle n’est pas installée.",
"NO_EXTENSIONS": "Aucune extension installée pour le moment.<br>Cliquez sur l’onglet Disponibles ci-dessus pour vous lancer.",
"NO_EXTENSION_MATCHES": "Aucune extension ne correspond à votre recherche.",
"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.=!",
"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.",
"EXTENSIONS_INSTALLED_TITLE": "Installées",
"EXTENSIONS_AVAILABLE_TITLE": "Disponibles",
"EXTENSIONS_UPDATES_TITLE": "Mises à jour",
Expand Down
4 changes: 2 additions & 2 deletions src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ define({
"BUTTON_NO": "いいえ",

// Find, Replace, Find in Files
"FIND_MATCH_INDEX": "!能=[7636744] {0} of {1}_=!",
"FIND_MATCH_INDEX": "{0} / {1}",
"FIND_NO_RESULTS": "該当なし",
"FIND_QUERY_PLACEHOLDER": "検索\u2026",
"REPLACE_PLACEHOLDER": "\u2026 に置換",
Expand Down Expand Up @@ -516,7 +516,7 @@ define({
"EXTENSION_NOT_INSTALLED": "インストールされていなかったため、拡張機能 {0} を削除できませんでした。",
"NO_EXTENSIONS": "インストールされている拡張機能はまだありません。<br>上の「入手可能」タブをクリックしてインストールしてください。",
"NO_EXTENSION_MATCHES": "検索条件に一致する拡張機能がありません。",
"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._=!",
"REGISTRY_SANITY_CHECK_WARNING": "注意 : これらの拡張機能の作成元が {APP_NAME} 以外である可能性があります。拡張機能はレビューされず、ローカルアクセス権が一杯です。不明なソースから拡張機能をインストールするときは十分に注意してください。",
"EXTENSIONS_INSTALLED_TITLE": "インストール済み",
"EXTENSIONS_AVAILABLE_TITLE": "入手可能",
"EXTENSIONS_UPDATES_TITLE": "アップデート",
Expand Down