This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option to unauthorize all previously authotized users. It wi…
…ll be useful when clearing census data Clear authorizations now only for current organization Corrected spacs problem Updated Decidim dependency version Moved clear authorizations action to its own method Removed trailing whitespace removed whitespaces and tabs Uncommented lines and corrected whitespaces Corrected indentation Removed trailing whitespace Corrected whitespaces and removed unnecessary code Added a final newline Added a final newline Resolved conflicts Resolved conflicts Solved conflicts
- Loading branch information
1 parent
6f51a70
commit a2967d2
Showing
7 changed files
with
67 additions
and
28 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
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
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
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 |
---|---|---|
@@ -1,45 +1,46 @@ | ||
--- | ||
en: | ||
activemodel: | ||
attributes: | ||
file_authorization_handler: | ||
id_document: Identification document (DNI, NIF, Password or Residence Card) | ||
birthdate: Date of birth | ||
census_authorization: | ||
form: | ||
date_select: | ||
day: Day | ||
month: Month | ||
year: Year | ||
id_document: Identification document (DNI, NIF, Password or Residence Card) | ||
decidim: | ||
authorization_handlers: | ||
file_authorization_handler: | ||
name: Municipality Census | ||
explanation: Authorize your user account against the Municipality Census | ||
type: Excel | ||
name: Organization's Census | ||
explanation: Authorize your user account against Organization's Census | ||
type: CSV | ||
fields: | ||
birthdate: Birthdate | ||
name: Municipality Census | ||
file_authorization_handler: | ||
errors: | ||
messages: | ||
not_censed: We could not find your document ID matching with this birthdate in our Census. If the data entered is correct and the problem persists, please, contact an administrator. | ||
younger_than_minimum_age: You should be older than %{age} years | ||
admin: | ||
destroy: | ||
title: Delete all census data | ||
confirm: Delete all the census can not be undone. Are you sure you want to continue? | ||
censuses: | ||
create: | ||
success: Successfully imported %{count} items (%{errors} errors) | ||
destroy: | ||
success: All census data have been deleted | ||
update: | ||
success: Removed authorizations | ||
destroy: | ||
confirm: Delete all the census can not be undone. Are you sure you want to continue? | ||
title: Delete all census data | ||
menu: | ||
census: Upload census | ||
show: | ||
title: Current census data | ||
data: There are %{count} records loaded in total. Last upload date was on %{due_date} | ||
empty: There are no census data. Use the form below to import it using a CSV file. | ||
new: | ||
info: 'Must be a file generated by excel and exported with CSV format with two columns: identity document and date of birth' | ||
title: Upload a new census | ||
file: Excel .csv file with census data | ||
info: 'Must be a file generated by excel and exported with CSV format with two columns: identity document and date of birth' | ||
submit: Upload file | ||
title: Upload a new census | ||
show: | ||
data: There are %{count} records loaded in total. Last upload date was on %{due_date} | ||
empty: There are no census data. Use the form below to import it using a CSV file. | ||
title: Current census data | ||
update: | ||
title: Remove authorizations | ||
info: 'Remove all existing authorizations (attention: all users must be re-authorized)' | ||
submit: Remove | ||
errors: | ||
messages: | ||
not_censed: We could not find your document ID matching with this birthdate in our Census. If the data entered is correct and the problem persists, please, contact an administrator. |
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
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
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