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
5 changes: 2 additions & 3 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ define({
"BUTTON_NO": "Non",

// Find, Replace, Find in Files
"FIND_RESULT_COUNT": "{0} résultats",
"FIND_RESULT_COUNT_SINGLE": "1 résultat",
"FIND_MATCH_INDEX": "[7636744] !é={0} of {1}=!",
"FIND_NO_RESULTS": "Aucun résultat",
"FIND_QUERY_PLACEHOLDER": "Rechercher\u2026",
"REPLACE_PLACEHOLDER": "Remplacer par\u2026",
Expand Down Expand Up @@ -517,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": "Soyez prudent lorsque vous installez des extensions provenant d’une source inconnue.",
"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.=!",
"EXTENSIONS_INSTALLED_TITLE": "Installées",
"EXTENSIONS_AVAILABLE_TITLE": "Disponibles",
"EXTENSIONS_UPDATES_TITLE": "Mises à jour",
Expand Down
5 changes: 2 additions & 3 deletions src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ define({
"BUTTON_NO": "いいえ",

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