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

Commit c3e15db

Browse files
committed
Merge pull request #9027 from adobe/alf_localization
ALF Automation
2 parents 11bcb8a + c33b8fb commit c3e15db

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/nls/fr/strings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define({
3838
"NO_MODIFICATION_ALLOWED_ERR_FILE": "Vous n’êtes pas autorisé à effectuer des modifications.",
3939
"CONTENTS_MODIFIED_ERR": "Le fichier a été modifié dans une application autre que {APP_NAME}.",
4040
"UNSUPPORTED_ENCODING_ERR": "Pour le moment, {APP_NAME} ne prend en charge que les fichiers texte avec encodage UTF-8.",
41-
"UNSUPPORTED_FILE_TYPE_ERR": "[7754241] !é=The file is not a supported file type.=!",
41+
"UNSUPPORTED_FILE_TYPE_ERR": "Ce type de fichier n’est pas pris en charge.",
4242
"FILE_EXISTS_ERR": "Le fichier ou le répertoire existe déjà.",
4343
"FILE": "fichier",
4444
"FILE_TITLE": "Fichier",
@@ -285,7 +285,7 @@ define({
285285
"CMD_FILE_NEW": "Nouveau fichier",
286286
"CMD_FILE_NEW_FOLDER": "Nouveau dossier",
287287
"CMD_FILE_OPEN": "Ouvrir\u2026",
288-
"CMD_ADD_TO_WORKINGSET_AND_OPEN": "[7754233] !é=Add To Working Set and Open=!",
288+
"CMD_ADD_TO_WORKINGSET_AND_OPEN": "Ajouter à l’ensemble de travail et ouvrir",
289289
"CMD_OPEN_DROPPED_FILES": "Ouvrir les fichiers déposés",
290290
"CMD_OPEN_FOLDER": "Ouvrir un dossier\u2026",
291291
"CMD_FILE_CLOSE": "Fermer",
@@ -411,7 +411,7 @@ define({
411411
"RELAUNCH_CHROME": "Relancer Chrome",
412412
"ABOUT": "A propos",
413413
"CLOSE": "Fermer",
414-
"ABOUT_TEXT_LINE1": "[6307067] !é=Release {VERSION_MAJOR}.{VERSION_MINOR} {BUILD_TYPE} {VERSION}=!",
414+
"ABOUT_TEXT_LINE1": "Version {VERSION_MAJOR}.{VERSION_MINOR} {BUILD_TYPE} {VERSION}",
415415
"ABOUT_TEXT_BUILD_TIMESTAMP": "Horodatage de la version : ",
416416
"ABOUT_TEXT_LINE3": "Les mentions légales et conditions générales relatives aux logiciels tiers sont disponibles à l’adresse <a href='{ADOBE_THIRD_PARTY}'>{ADOBE_THIRD_PARTY}</a> et sont incluses dans le présent document à titre de référence.",
417417
"ABOUT_TEXT_LINE4": "La documentation et le code source sont disponibles à l’adresse <a href='https://github.com/adobe/brackets/'>https://github.com/adobe/brackets/</a>",

src/nls/ja/strings.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define({
3838
"NO_MODIFICATION_ALLOWED_ERR_FILE": "ファイルを変更する権限がありません。",
3939
"CONTENTS_MODIFIED_ERR": "このファイルは {APP_NAME} 以外で変更されています。",
4040
"UNSUPPORTED_ENCODING_ERR": "{APP_NAME} は現在 UTF-8 でエンコードされたテキストファイルのみをサポートしています。",
41-
"UNSUPPORTED_FILE_TYPE_ERR": "!能=[7754241] The file is not a supported file type._=!",
41+
"UNSUPPORTED_FILE_TYPE_ERR": "ファイルはサポートされているファイルタイプではありません。",
4242
"FILE_EXISTS_ERR": "ファイルまたはディレクトリは既に存在しています。",
4343
"FILE": "ファイル",
4444
"FILE_TITLE": "ファイル",
@@ -225,9 +225,9 @@ define({
225225
* MainViewManager
226226
*/
227227
"TOP": "上",
228-
"BOTTOM": "!能=[7754232] Bottom_=!",
229-
"LEFT": "!能=[7754238] Left_=!",
230-
"RIGHT": "!能=[7754239] Right_=!",
228+
"BOTTOM": "",
229+
"LEFT": "",
230+
"RIGHT": "",
231231

232232
/**
233233
* Keyboard modifier names
@@ -285,7 +285,7 @@ define({
285285
"CMD_FILE_NEW": "新しいファイル",
286286
"CMD_FILE_NEW_FOLDER": "新しいフォルダー",
287287
"CMD_FILE_OPEN": "開く\u2026",
288-
"CMD_ADD_TO_WORKINGSET_AND_OPEN": "!能=[7754233] Add To Working Set and Open_=!",
288+
"CMD_ADD_TO_WORKINGSET_AND_OPEN": "ワーキングセットに追加して開く",
289289
"CMD_OPEN_DROPPED_FILES": "ドロップしたファイルを開く",
290290
"CMD_OPEN_FOLDER": "フォルダーを開く\u2026",
291291
"CMD_FILE_CLOSE": "閉じる",
@@ -411,7 +411,7 @@ define({
411411
"RELAUNCH_CHROME": "Chrome を再起動",
412412
"ABOUT": "このソフトウェアについて",
413413
"CLOSE": "閉じる",
414-
"ABOUT_TEXT_LINE1": "!能=[6307067] Release {VERSION_MAJOR}.{VERSION_MINOR} {BUILD_TYPE} {VERSION}_=!",
414+
"ABOUT_TEXT_LINE1": "リリース {VERSION_MAJOR}.{VERSION_MINOR} {BUILD_TYPE} {VERSION}",
415415
"ABOUT_TEXT_BUILD_TIMESTAMP": "ビルドのタイムスタンプ : ",
416416
"ABOUT_TEXT_LINE3": "Notices, terms and conditions pertaining to third party software are located at <a href='{ADOBE_THIRD_PARTY}'>{ADOBE_THIRD_PARTY}</a> and incorporated by reference herein.",
417417
"ABOUT_TEXT_LINE4": "ドキュメントとソースコードは <a href='https://github.com/adobe/brackets/'>https://github.com/adobe/brackets/</a> から入手できます。",

0 commit comments

Comments
 (0)