Skip to content

Commit

Permalink
Merge pull request #45 from champierre/german-fix
Browse files Browse the repository at this point in the history
Fixes for German Translation.
  • Loading branch information
champierre authored Jan 29, 2025
2 parents 07e5793 + 7eebdaa commit df7ef31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scratch-vm/src/extensions/scratch3_tm2scratch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ const Message = {
'en': 'image classification model URL [URL]',
'ko': '이미지 분류 모델 URL [URL]',
'zh-tw': '影像分類模型網址[URL]',
'de': 'Bildklassifikationsmodell'
'de': 'Bildklassifikationsmodell-URL [URL]'
},
image_classification_sample_model_url: {
'ja': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
'ja-Hira': 'https://teachablemachine.withgoogle.com/models/0rX_3hoH/',
'en': ' ',
'ko': ' ',
'zh-tw': ' ',
'de': ''
'de': ' '
},
sound_classification_model_url: {
'ja': '音声分類モデルURL[URL]',
'ja-Hira': 'おんせいぶんるいモデル[URL]',
'en': 'sound classification model URL [URL]',
'ko': '소리 분류 모델 URL [URL]',
'zh-tw': '聲音分類模型網址[URL]',
'de': 'Audioklassifikationsmodell'
'de': 'Audioklassifikationsmodell-URL [URL]'
},
sound_classification_sample_model_url: {
'ja': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
'ja-Hira': 'https://teachablemachine.withgoogle.com/models/xP0spGSB/',
'en': ' ',
'ko': ' ',
'zh-tw': ' ',
'de': ''
'de': ' '
},
classify_image: {
'ja': '画像を分類する',
Expand Down Expand Up @@ -102,7 +102,7 @@ const Message = {
'en': 'confidence of sound [LABEL]',
'ko': '[LABEL] 소리 신뢰도',
'zh-tw': '聲音置信度[LABEL]',
'de': 'Konfidenz der Audioklasse [LABEL]
'de': 'Konfidenz der Audioklasse [LABEL]'
},
when_received_sound_label_block: {
'ja': '音声ラベル[LABEL]を受け取ったとき',
Expand Down Expand Up @@ -164,7 +164,7 @@ const Message = {
'en': 'set confidence threshold [CONFIDENCE_THRESHOLD]',
'ko': '신뢰도 기준 설정 [CONFIDENCE_THRESHOLD]',
'zh-tw': '設定置信度閾值[CONFIDENCE_THRESHOLD]',
'de': 'Setze den Konfidenzschwelle auf [CONFIDENCE_THRESHOLD]'
'de': 'Setze die Konfidenzschwelle auf [CONFIDENCE_THRESHOLD]'

},
get_confidence_threshold: {
Expand Down Expand Up @@ -226,7 +226,7 @@ const Message = {
'en': 'switch webcam to [DEVICE]',
'zh-cn': '网络摄像头切换到[DEVICE]',
'zh-tw': '網路攝影機切換到[DEVICE]',
'de': 'Wechsle Webcame zu [DEVICE]'
'de': 'Wechsle Webcam zu [DEVICE]'
}
};

Expand Down

0 comments on commit df7ef31

Please sign in to comment.