🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -1,44 +1,45 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "iframe ",
"description": "インターネットから任意のコンテンツを埋め込みます。一部のウェブサイトではアクセスが制限される場合があります",
"settings": {
"title": "",
"title": "iframe の設定",
"embedUrl": {
"label": ""
"label": "埋め込みURL"
},
"allowFullScreen": {
"label": ""
"label": "フルスクリーンを許可する"
},
"allowTransparency": {
"label": ""
"label": "透明を許可"
},
"allowScrolling": {
"label": ""
"label": "スクロールを許可する"
},
"allowPayment": {
"label": ""
"label": "支払いを許可する"
},
"allowAutoPlay": {
"label": ""
"label": "自動再生を許可する"
},
"allowMicrophone": {
"label": ""
"label": "マイクを許可する"
},
"allowCamera": {
"label": ""
"label": "カメラを許可する"
},
"allowGeolocation": {
"label": ""
"label": "位置情報を許可する"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": ""
}
"title": "無効なURL",
"text": "ウィジェットの設定で有効なアドレスを入力していることを確認してください"
},
"browserSupport": "お使いのブラウザは iframe をサポートしていません。ブラウザを更新してください。"
}
}
}