Skip to content

Commit 97b0dea

Browse files
authored
Localizes permission labels (#17)
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 88a6021 commit 97b0dea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

config/locales/en.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ en:
55
label_text_block_text: Text
66
label_text_block_plural: Text blocks
77
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"
811
model:
912
text_block:
1013
name_uniqueness: A text block with that name already exists.

config/locales/ja.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ ja:
55
label_text_block_text: テンプレート
66
label_text_block_plural: テンプレート
77
label_text_block_new: 新しいテンプレート
8+
permission_view_text_blocks: "テンプレートの閲覧"
9+
permission_manage_text_blocks: "テンプレートの管理"
10+
project_module_text_blocks: "テンプレート"
811
model:
912
text_block:
1013
name_uniqueness: その名前のテンプレートはすでに存在します。

0 commit comments

Comments
 (0)