2024-12-04 18:32:14 +01:00
|
|
|
{
|
|
|
|
|
"app": {
|
|
|
|
|
"name": "OpnForm"
|
|
|
|
|
},
|
|
|
|
|
"forms": {
|
Enhance language support and fix validation messages
- Added support for additional languages (Bengali, Portuguese, Russian, Urdu, Punjabi, German, Javanese, Korean, Vietnamese, Telugu, Marathi, Tamil, Turkish) in the application.
- Updated validation messages across multiple languages to correct formatting issues and improve clarity, including Arabic, English, Spanish, French, Hindi, Japanese, Norwegian, and Chinese.
- Removed obsolete Norwegian language files to streamline localization efforts.
- Improved the language selection interface in the form customization component.
These changes aim to enhance user experience by providing better language support and clearer validation feedback.
2024-12-09 12:47:01 +01:00
|
|
|
"powered_by": "開発者",
|
2024-12-04 18:32:14 +01:00
|
|
|
"password_protected": "このフォームはパスワードで保護されています。",
|
|
|
|
|
"invalid_password": "無効なパスワード。",
|
|
|
|
|
"password_required": "パスワードが必要です。",
|
Enhance language support and fix validation messages
- Added support for additional languages (Bengali, Portuguese, Russian, Urdu, Punjabi, German, Javanese, Korean, Vietnamese, Telugu, Marathi, Tamil, Turkish) in the application.
- Updated validation messages across multiple languages to correct formatting issues and improve clarity, including Arabic, English, Spanish, French, Hindi, Japanese, Norwegian, and Chinese.
- Removed obsolete Norwegian language files to streamline localization efforts.
- Improved the language selection interface in the form customization component.
These changes aim to enhance user experience by providing better language support and clearer validation feedback.
2024-12-09 12:47:01 +01:00
|
|
|
"create_form_free": "OpnForm で無料でフォームを作成",
|
2024-12-04 18:32:14 +01:00
|
|
|
"submit": "送信",
|
Enhance language support and fix validation messages
- Added support for additional languages (Bengali, Portuguese, Russian, Urdu, Punjabi, German, Javanese, Korean, Vietnamese, Telugu, Marathi, Tamil, Turkish) in the application.
- Updated validation messages across multiple languages to correct formatting issues and improve clarity, including Arabic, English, Spanish, French, Hindi, Japanese, Norwegian, and Chinese.
- Removed obsolete Norwegian language files to streamline localization efforts.
- Improved the language selection interface in the form customization component.
These changes aim to enhance user experience by providing better language support and clearer validation feedback.
2024-12-09 12:47:01 +01:00
|
|
|
"wrong_form_structure": "このフォームの構造に問題があります。フォームの所有者であれば、お問い合わせください。",
|
|
|
|
|
"cannot_access_here": "このコンテンツはここでアクセスできません。下のリンクをクリックしてアクセスしてください。",
|
|
|
|
|
"open_form": "フォームを開く",
|
|
|
|
|
"restricted_to_workspace": "Notion ワークスペースのメンバーに限定されています。このコンテンツにアクセスするにはログインしてください。",
|
2024-12-04 18:32:14 +01:00
|
|
|
"select": {
|
|
|
|
|
"search": "検索",
|
Enhance language support and fix validation messages
- Added support for additional languages (Bengali, Portuguese, Russian, Urdu, Punjabi, German, Javanese, Korean, Vietnamese, Telugu, Marathi, Tamil, Turkish) in the application.
- Updated validation messages across multiple languages to correct formatting issues and improve clarity, including Arabic, English, Spanish, French, Hindi, Japanese, Norwegian, and Chinese.
- Removed obsolete Norwegian language files to streamline localization efforts.
- Improved the language selection interface in the form customization component.
These changes aim to enhance user experience by providing better language support and clearer validation feedback.
2024-12-09 12:47:01 +01:00
|
|
|
"searchOrTypeToCreateNew": "検索または新規作成",
|
|
|
|
|
"typeSomethingToAddAnOption": "オプションを追加するには何かを書いてください",
|
2024-12-04 18:32:14 +01:00
|
|
|
"noOptionAvailable": "オプションがありません",
|
|
|
|
|
"create": "作成"
|
|
|
|
|
},
|
|
|
|
|
"fileInput": {
|
|
|
|
|
"chooseFiles": "クリックしてファイルを選択するか、ここにドロップしてください | クリックしてファイルを選択するか、ここにドロップしてください",
|
|
|
|
|
"sizeLimit": "サイズ制限:ファイルあたり{count}MB",
|
|
|
|
|
"uploadingFile": "ファイルをアップロード中..."
|
|
|
|
|
},
|
|
|
|
|
"cameraUpload": {
|
|
|
|
|
"allowCameraPermission": "カメラへのアクセスを許可",
|
|
|
|
|
"allowCameraPermissionDescription": "写真を撮影する前にカメラへのアクセスを許可する必要があります。ブラウザの設定でこのページのカメラアクセスを有効にしてください。",
|
|
|
|
|
"gotIt": "了解しました!",
|
|
|
|
|
"cameraDeviceError": "カメラエラー",
|
|
|
|
|
"cameraDeviceErrorDescription": "ウェブカメラデバイスの起動時に不明なエラーが発生しました。",
|
|
|
|
|
"goBack": "戻る"
|
|
|
|
|
},
|
|
|
|
|
"signatureInput": {
|
|
|
|
|
"uploadFileInstead": "代わりにファイルをアップロード",
|
|
|
|
|
"clear": "クリア"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|