Skip to content

Commit

Permalink
Update Japanese translation. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
taca authored Sep 2, 2022
1 parent 2c01e10 commit cd2ea24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion languages/ja/tl_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
/**
* Fields
*/
$GLOBALS['TL_LANG']['tl_form']['mp_forms_getParam'] = ['GETパラメーター', 'GETに使用するパラメーターを変更できます。'];
$GLOBALS['TL_LANG']['tl_form']['mp_forms_getParam'] = ['段階の問い合わせのパラメーター',
'ここで段階に使用する問い合わせパラメーターを変更できます。'];
$GLOBALS['TL_LANG']['tl_form']['mp_forms_sessionRefParam'] = ['セッション参照の問い合わせのパラメータ', '複数のタブで同時の編集を有効にするには参照が必要です。この設定で問い合わせのパラメーターの名前を調整してください。'];
$GLOBALS['TL_LANG']['tl_form']['mp_forms_backFragment'] = ['戻るボタンのURLの断片', '戻るボタンをクリックしたときのURLに付加するURLの断片(例えば、アンカーのリンク)を入力できます。"#"とすると省略できます。'];
$GLOBALS['TL_LANG']['tl_form']['mp_forms_nextFragment'] = ['続けるボタンのURLの断片', '続けるボタンをクリックしたときのURLに付加するURLの断片(例えば、アンカーのリンク)を入力できます。"#"とすると省略できます。'];

0 comments on commit cd2ea24

Please # to comment.