Skip to content

Commit

Permalink
Merge pull request #10 from emic/develop
Browse files Browse the repository at this point in the history
Prepare for 1.3.0 release
  • Loading branch information
matsuo committed Oct 24, 2022
2 parents 2256a22 + 2b75020 commit f8d8671
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions admin/js/form-editor/lang/translation-ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const translations = [
lang: 'ja',
words: [
{ 'FMPress Forms Editor': 'FMPress Forms エディター' },
{ 'Back to CF7': 'CF7に戻る' },
{ 'Back to CF7': 'CF7 に戻る' },
{ 'Start over': '最初からやり直す' },
{ 'Data source: ': 'データソース: ' },
{ 'Layout: ': 'レイアウト: ' },
Expand All @@ -24,9 +24,9 @@ export const translations = [
{ 'Confirmation': '確認' },
{ 'Cannot save': '保存できません' },
{ 'To add a field to a form item, press the plus inside the field item.': 'フォーム項目にフィールドを追加するには、フィールド項目内にあるプラスを押します。' },
{ 'Form items are collapsed by pressing the heading. They can also be reordered by drag-and-drop.': 'フォーム項目は見出しを押すと折りたたまれます。また、ドラッグ&ドロップで順番を入れ替えられます。' },
{ 'It appears that FileMaker data source and layout are not set up, please go to FMPress tab and set them up.': 'FileMaker のデータソースとレイアウトが設定されていないようです。FMPressタブに移動して設定してください。' },
{ 'To create a form in FMPress Forms, you need to add the name of a field or list of values from the FileMaker database to a form tag in Contact Form 7, and there are some rules for this. FMPress Forms editor allows you to do this through a GUI.': 'FMPress Forms でフォームを作成するためには、Contact Form 7 のフォームタグに FileMaker データベースのフィールド名や値一覧名を追加する必要があり、これにはいくつかのルールがあります。FMPress Forms エディターはこの作業をGUIで行えます。' },
{ 'Form items are collapsed by pressing the heading. They can also be reordered by drag-and-drop.': 'フォーム項目は見出しを押すと折りたたまれます。また、ドラッグ & ドロップで順番を入れ替えられます。' },
{ 'It appears that FileMaker data source and layout are not set up, please go to FMPress tab and set them up.': 'FileMaker のデータソースとレイアウトが設定されていないようです。FMPress タブに移動して設定してください。' },
{ 'To create a form in FMPress Forms, you need to add the name of a field or list of values from the FileMaker database to a form tag in Contact Form 7, and there are some rules for this. FMPress Forms editor allows you to do this through a GUI.': 'FMPress Forms でフォームを作成するためには、Contact Form 7 のフォームタグに FileMaker データベースのフィールド名や値一覧名を追加する必要があり、これにはいくつかのルールがあります。FMPress Forms エディターはこの作業を GUI で行えます。' },
{ 'Important: To restore a form, press Restore button before pressing Save button. Once save button is pressed, the form cannot be restored.': '重要: フォームを元の状態に戻すには、保存ボタンを押す前に「元に戻す」ボタンを押してください。保存ボタンを押した後は元の状態には戻せません。' },
{ 'Forms created in FMPress Forms Editor will override Contact Form 7 forms. Currently, Contact Form 7 forms have form definitions. If you are sure there is no problem with overwriting it, press Continue.': 'FMPress Forms エディターで作成したフォームは Contact Form 7 のフォームを上書きします。現在、Contact Form 7 のフォームにはフォームの定義があります。これを上書きして問題がないのであれば続行を押してください。' },
{ 'Let\'s start.': '始めましょう' },
Expand Down Expand Up @@ -67,7 +67,7 @@ export const translations = [
{ 'This format cannot be used.': '利用できない形式です。' },
{ 'The required prefix (fm_field-) is automatically added.': '必要な接頭辞(fm_field-)は自動的に付加されます。' },
{ 'The required prefix (data:fm_value_list-) is automatically added.': '必要な接頭辞(data:fm_value_list-)は自動的に追加されます。' },
{ 'Enter the file extension or MIME type. If there are multiple files, concatenate them with | (e.g. txt|application/pdf).': '拡張子またはMIMEタイプを入力します。複数ある場合は|で連結します(例: txt|application/pdf)。' },
{ 'Enter the file extension or MIME type. If there are multiple files, concatenate them with | (e.g. txt|application/pdf).': '拡張子または MIME タイプを入力します。複数ある場合は | で連結します(例: txt|application/pdf)。' },
{ 'Enter the file size and units (e.g., 10MB).': 'ファイルサイズと単位を入力します(例: 10MB)。' },
{ 'Text (Single line text)': '単一行テキスト' },
{ 'Textarea (Multi line text)': '複数行テキスト' },
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ You must add *fm_field-* as a prefix to the beginning of the form-tag name in th

== Changelog ==

= 1.2.3 =
(In development)
= 1.3.0 =
Release Date: October 24, 2022

* Add FMPress Forms Editor
* Add partial support for FileMaker value list
* Fix compatibility with FMPress Pro 1.1.0 or later
* Fix compatibility with Live Preview for Contact Form 7

= 1.2.2 =
Release Date: July 28, 2022
Expand Down

0 comments on commit f8d8671

Please sign in to comment.