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
15 changes: 13 additions & 2 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ define({
*/
"PROJECT_LOADING": "Chargement\u2026",
"UNTITLED": "Sans titre",
"WORKING_FILES": "[6780767] !é=Working Files=!",

/**
* Keyboard modifier names
Expand Down Expand Up @@ -323,7 +324,7 @@ define({
"INVALID_VERSION_NUMBER": "Le numéro de version du pack ({0}) n’est pas valide.",
"INVALID_BRACKETS_VERSION": "La chaîne de compatibilité Brackets {{0}} n’est pas valide.",
"DISALLOWED_WORDS": "Le champ {{0}} ne peut pas contenir les mots {{1}}.",
"API_NOT_COMPATIBLE": "Cette extension n’est pas compatible avec cette version de Brackets. Elle a été installée dans le dossier contenant les extensions désactivées.",
"API_NOT_COMPATIBLE": "[6737427] !é=The extension isn't compatible with this version of {APP_NAME}. It's installed in your disabled extensions folder.=!",
"MISSING_MAIN": "Le pack ne contient pas de fichier main.js.",
"ALREADY_INSTALLED": "Une extension portant le même nom est déjà installée. La nouvelle extension a été installée dans le dossier contenant les extensions désactivées.",
"NO_DISABLED_DIRECTORY": "Impossible d’enregistrer l’extension dans extensions/disabled car ce dossier n’existe pas.",
Expand All @@ -337,8 +338,18 @@ define({
"UNKNOWN_ERROR": "Erreur interne inconnue.",
// For NOT_FOUND_ERR, see generic strings above
"EXTENSION_MANAGER_TITLE": "Extension Manager",
"EXTENSION_MANAGER_ERROR_LOAD": "[6775082] !é=Unable to access the Brackets extension registry. Please try again later.=!",
"EXTENSION_MANAGER_ERROR_LOAD": "[6775082] !é=Unable to access the extension registry. Please try again later.=!",
"INSTALL_FROM_URL": "[6777878] !é=Install from URL\u2026=!",
"EXTENSION_AUTHOR": "Auteur",
"EXTENSION_DATE": "Date",
"EXTENSION_INCOMPATIBLE_NEWER": "[6780760] !é=This extension requires a newer version of {APP_NAME}.=!",
"EXTENSION_INCOMPATIBLE_OLDER": "[6780761] !é=This extension currently only works with older versions of {APP_NAME}.=!",
"EXTENSION_NO_DESCRIPTION": "Aucune description",
"EXTENSION_KEYWORDS": "Mots-clés",
"EXTENSION_INSTALLED": "[6780762] !é=Installed=!",
"EXTENSION_SEARCH_PLACEHOLDER": "Rechercher",
"EXTENSION_MORE_INFO_LINK": "[6780764] !é=More=!",
"EXTENSION_FREE_ON_GITHUB": "[6780759] !é=Looking for cool new community developed features? Check out all the free Brackets extensions on GitHub.=!",

// extensions/default/JSLint
"JSLINT_ERRORS": "Erreurs JSLint",
Expand Down
15 changes: 13 additions & 2 deletions src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ define({
*/
"PROJECT_LOADING": "読み込んでいます\u2026",
"UNTITLED": "名称未設定",
"WORKING_FILES": "!能=[6780767] Working Files_=!",

/**
* Keyboard modifier names
Expand Down Expand Up @@ -323,7 +324,7 @@ define({
"INVALID_VERSION_NUMBER": "パッケージバージョン番号 ({0}) は無効です。",
"INVALID_BRACKETS_VERSION": "Brackets 互換文字列 {{0}} は無効です。",
"DISALLOWED_WORDS": "{{1}} は {{0}} フィールドでは使用できません。",
"API_NOT_COMPATIBLE": "拡張機能はこのバージョンの Brackets と互換性がありません。無効な拡張機能フォルダーにインストールされます。",
"API_NOT_COMPATIBLE": "!能=[6737427] The extension isn't compatible with this version of {APP_NAME}. It's installed in your disabled extensions folder._=!",
"MISSING_MAIN": "パッケージに main.js ファイルが含まれていません。",
"ALREADY_INSTALLED": "同じ名前の拡張機能が既にインストールされています。新しい拡張機能は無効な拡張機能フォルダーにインストールされます。",
"NO_DISABLED_DIRECTORY": "フォルダーが存在しないため、拡張機能を extensions/disabled に保存できません。",
Expand All @@ -337,8 +338,18 @@ define({
"UNKNOWN_ERROR": "不明な内部エラー。",
// For NOT_FOUND_ERR, see generic strings above
"EXTENSION_MANAGER_TITLE": "Extension Manager",
"EXTENSION_MANAGER_ERROR_LOAD": "!能=[6775082] Unable to access the Brackets extension registry. Please try again later._=!",
"EXTENSION_MANAGER_ERROR_LOAD": "!能=[6775082] Unable to access the extension registry. Please try again later._=!",
"INSTALL_FROM_URL": "!能=[6777878] Install from URL\u2026_=!",
"EXTENSION_AUTHOR": "作成者",
"EXTENSION_DATE": "日付",
"EXTENSION_INCOMPATIBLE_NEWER": "!能=[6780760] This extension requires a newer version of {APP_NAME}._=!",
"EXTENSION_INCOMPATIBLE_OLDER": "!能=[6780761] This extension currently only works with older versions of {APP_NAME}._=!",
"EXTENSION_NO_DESCRIPTION": "説明なし",
"EXTENSION_KEYWORDS": "キーワード",
"EXTENSION_INSTALLED": "!能=[6780762] Installed_=!",
"EXTENSION_SEARCH_PLACEHOLDER": "検索",
"EXTENSION_MORE_INFO_LINK": "!能=[6780764] More_=!",
"EXTENSION_FREE_ON_GITHUB": "!能=[6780759] Looking for cool new community developed features? Check out all the free Brackets extensions on GitHub._=!",

// extensions/default/JSLint
"JSLINT_ERRORS": "JSLint エラー",
Expand Down