-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add locale file to fix translations in decidim-initiative
- Loading branch information
1 parent
d85e0b6
commit 63344c7
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ja: | ||
activemodel: | ||
attributes: | ||
organization_data: | ||
name: 氏名 | ||
activemodel: | ||
attributes: | ||
initiatives_type: | ||
area_enabled: 作成者がイニシアチブのエリアを選択できるようにする | ||
only_global_scope_enabled: グローバルスコープのイニシアチブの作成のみを許可する | ||
activerecord: | ||
models: | ||
decidim/initiative: | ||
other: イニシアチブ | ||
decidim/initiative_comittee: | ||
other: 委員会 | ||
decidim: | ||
admin: | ||
actions: | ||
new_initiative_type: 新しいイニシアチブ種別 | ||
menu: | ||
initiatives: イニシアチブ | ||
initiatives_types: イニシアチブ種別 | ||
initiatives: | ||
admin: | ||
initiatives: | ||
edit: | ||
accept: イニシアチブを承認する | ||
initiatives_types: | ||
form: | ||
only_global_scope_enabled_help: '「子スコープ署名」を有効にし、グローバルスコープを親スコープとして設定する場合、このフラグをチェックします。これを有効にすると、イニシアチブ作成ウィザードでイニシアチブタイプの選択がスキップされます。 この設定の仕組みについての詳細は、この <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">リンク</a> を参照してください。' |