From f289bb3d19a134c3e37fef703d0d55a1a0928e7e Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Thu, 28 Sep 2023 14:44:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=83=A9=E3=83=99?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E6=96=87=E8=A8=80=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictation_client/src/translation/de.json | 6 +++--- dictation_client/src/translation/en.json | 6 +++--- dictation_client/src/translation/es.json | 6 +++--- dictation_client/src/translation/fr.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index 72d19ef..e88aa3f 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -416,8 +416,8 @@ "fileName": "(de)Flie Name", "chooseFile": "(de)Choose File", "notFileChosen": "(de)- Not file chosen -", - "fileSizeTerms": "(de)Flie Name", - "fileSizeError": "(de)選択されたファイルのサイズが大きすぎます。サイズが?MB以下のファイルを選択してください。", + "fileSizeTerms": "(de)ファイルサイズは5MBまでです。", + "fileSizeError": "(de)選択されたファイルのサイズが大きすぎます。サイズが5MB以下のファイルを選択してください。", "fileEmptyError": "(de)ファイル選択は必須です。ファイルを選択してください。" } }, @@ -469,4 +469,4 @@ "cancelButton": "(de)Cancel" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index 0b594ab..d6057b7 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -416,8 +416,8 @@ "fileName": "Flie Name", "chooseFile": "Choose File", "notFileChosen": "- Not file chosen -", - "fileSizeTerms": "Flie Name", - "fileSizeError": "選択されたファイルのサイズが大きすぎます。サイズが?MB以下のファイルを選択してください。", + "fileSizeTerms": "ファイルサイズは5MBまでです。", + "fileSizeError": "選択されたファイルのサイズが大きすぎます。サイズが5MB以下のファイルを選択してください。", "fileEmptyError": "ファイル選択は必須です。ファイルを選択してください。" } }, @@ -469,4 +469,4 @@ "cancelButton": "Cancel" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index 436e54f..b2e8681 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -416,8 +416,8 @@ "fileName": "(es)Flie Name", "chooseFile": "(es)Choose File", "notFileChosen": "(es)- Not file chosen -", - "fileSizeTerms": "(es)Flie Name", - "fileSizeError": "(es)選択されたファイルのサイズが大きすぎます。サイズが?MB以下のファイルを選択してください。", + "fileSizeTerms": "(es)ファイルサイズは5MBまでです。", + "fileSizeError": "(es)選択されたファイルのサイズが大きすぎます。サイズが5MB以下のファイルを選択してください。", "fileEmptyError": "(es)ファイル選択は必須です。ファイルを選択してください。" } }, @@ -469,4 +469,4 @@ "cancelButton": "(es)Cancel" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index e6bca8c..cc92802 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -416,8 +416,8 @@ "fileName": "(fr)Flie Name", "chooseFile": "(fr)Choose File", "notFileChosen": "(fr)- Not file chosen -", - "fileSizeTerms": "(fr)Flie Name", - "fileSizeError": "(fr)選択されたファイルのサイズが大きすぎます。サイズが?MB以下のファイルを選択してください。", + "fileSizeTerms": "(fr)ファイルサイズは5MBまでです。", + "fileSizeError": "(fr)選択されたファイルのサイズが大きすぎます。サイズが5MB以下のファイルを選択してください。", "fileEmptyError": "(fr)ファイル選択は必須です。ファイルを選択してください。" } }, @@ -469,4 +469,4 @@ "cancelButton": "(fr)Cancel" } } -} \ No newline at end of file +}