config/locales/en.yml in decidim-assemblies-0.20.1 vs config/locales/en.yml in decidim-assemblies-0.21.0

- old
+ new

@@ -15,10 +15,11 @@ copy_features: Copy features created_by: Created by created_by_other: Created by other creation_date: Date created decidim_area_id: Area + decidim_assemblies_type_id: Assembly type decidim_scope_id: Scope description: Description developer_group: Promoter group domain: Domain duration: Duration @@ -77,10 +78,11 @@ other: Assembly user roles decidim: admin: actions: new_assembly: New assembly + new_assembly_type: New assembly type assemblies: create: error: There was a problem creating a new assembly. success: Assembly created successfully. edit: @@ -98,10 +100,22 @@ success: Assembly successfully updated. assemblies_copies: create: error: There was a problem duplicating this assembly. success: Assembly successfully duplicated. + assemblies_types: + create: + error: There was a problem creating a new assembly type. + success: Assembly type created successfully. + destroy: + success: Assembly type successfully deleted. + new: + create: Create + title: New assembly type + update: + error: There was a problem updating this assembly type. + success: Assembly type successfully updated. assembly_copies: new: copy: Copy select: Select which data you would like to duplicate title: Duplicate assembly @@ -157,11 +171,16 @@ categories: Categories components: Components info: Info moderations: Moderations private_users: Private users + assemblies_types: Assemblies types models: + assemblies_types: + fields: + created_at: Created at + title: Title assembly: fields: created_at: Created at private: Private promoted: Highlighted @@ -188,22 +207,30 @@ name: Assembly admin roles: admin: Administrator collaborator: Collaborator moderator: Moderator + valuator: Valuator titles: assemblies: Assemblies + assemblies_types: Assemblies types admin_log: assembly: create: "%{user_name} created the %{resource_name} assembly" publish: "%{user_name} published the %{resource_name} assembly" unpublish: "%{user_name} unpublished the %{resource_name} assembly" update: "%{user_name} updated the %{resource_name} assembly" assembly_member: create: "%{user_name} created the %{resource_name} member in the %{space_name} assembly" delete: "%{user_name} removed the %{resource_name} member from the %{space_name} assembly" update: "%{user_name} updated the %{resource_name} member in the %{space_name} assembly" + assembly_type: + create: "%{user_name} created the %{resource_name} assembly type" + delete: "%{user_name} removed the %{resource_name} member from the %{space_name} assembly type" + publish: "%{user_name} published the %{resource_name} assembly type" + unpublish: "%{user_name} unpublished the %{resource_name} assembly type" + update: "%{user_name} updated the %{resource_name} assembly type" assembly_user_role: create: "%{user_name} invited %{resource_name} to the %{space_name} assembly" delete: "%{user_name} removed the participant %{resource_name} from the %{space_name} assembly" update: "%{user_name} changed the role of %{resource_name} in the %{space_name} assembly" assemblies: @@ -223,10 +250,13 @@ select_parent_assembly: Select parent assembly slug_help: 'URL slugs are used to generate the URLs that point to this assembly. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}' social_handlers: Social title: General Information visbility: Visibility + assemblies_types: + form: + title: Title assembly_copies: form: slug_help: 'URL slugs are used to generate the URLs that point to this assembly. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}' assembly_members: form: @@ -341,9 +371,11 @@ title: What are assemblies? log: value_types: assembly_presenter: not_found: 'The assembly was not found on the database (ID: %{id})' + assembly_type_presenter: + not_found: 'The assembly type was not found on the database (ID: %{id})' menu: assemblies: Assemblies metrics: assemblies: description: Number of assemblies created