Skip to content

Commit 7a44ae2

Browse files
author
maeda-m
committed
Improved placeholder of base format
1 parent eb3344f commit 7a44ae2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ App.addLocale({
224224
text_apply_locale_setting: 'After reloading the Editor, the setting will be applied.\nDo you want to apply now?',
225225
text_layout_force_edit_confirmation: 'Because this layout has been created with a newer version, there is a risk of some configurations are broken by editing.\nAre you sure you want to edit anyway?',
226226
text_placeholder_of_pageno_description: '[Available Placeholders] {page}:Page Number, {total}:Total Page Count',
227-
text_placeholder_of_base_format_description: '[Available Placeholders] {value}:Dynamic value to be assigned via the Generator',
227+
text_placeholder_of_base_format_description: '[Available Placeholders] {value}:The formatted value',
228228
text_counted_page_target_description: '[Allowed Targets] List (The ID of target List) or Report (Empty)',
229229
text_feedback_in_project_site: 'Project Site',
230230
text_feedback_in_github: 'GitHub Issues',

src/locales/ja.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ App.addLocale({
222222
text_apply_locale_setting: '設定を反映するにはエディタの再読み込みが必要です。\n今すぐ設定を反映しますか?',
223223
text_layout_force_edit_confirmation: 'このレイアウトは新しいバージョンのエディタで作成されているため、\n編集すると一部の設定情報が消失する可能性があります。\nそれでも開きますか?',
224224
text_placeholder_of_pageno_description: '[利用可能なプレースホルダ] {page}:ページ番号, {total}:総ページ数',
225-
text_placeholder_of_base_format_description: '[利用可能なプレースホルダ] {value}:Generator を介して割り当てられる動的な値',
225+
text_placeholder_of_base_format_description: '[利用可能なプレースホルダ] {value}:書式が反映された値',
226226
text_counted_page_target_description: '[指定可能な対象] リスト(対象リストID) or レポート(空)',
227227
text_feedback_in_project_site: 'プロジェクトサイトへ',
228228
text_feedback_in_github: 'GitHub Issues へ',

0 commit comments

Comments
 (0)