We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a6021 commit 97b0deaCopy full SHA for 97b0dea
config/locales/en.yml
@@ -5,6 +5,9 @@ en:
5
label_text_block_text: Text
6
label_text_block_plural: Text blocks
7
label_text_block_new: New text block
8
+ permission_view_text_blocks: "View text blocks"
9
+ permission_manage_text_blocks: "Manage text blocks"
10
+ project_module_text_blocks: "Text blocks"
11
model:
12
text_block:
13
name_uniqueness: A text block with that name already exists.
config/locales/ja.yml
@@ -5,6 +5,9 @@ ja:
label_text_block_text: テンプレート
label_text_block_plural: テンプレート
label_text_block_new: 新しいテンプレート
+ permission_view_text_blocks: "テンプレートの閲覧"
+ permission_manage_text_blocks: "テンプレートの管理"
+ project_module_text_blocks: "テンプレート"
name_uniqueness: その名前のテンプレートはすでに存在します。
0 commit comments