mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Try to order some YAML keys
This commit is contained in:
@@ -2197,17 +2197,14 @@ en:
|
||||
before: "must be before %{date}."
|
||||
before_or_equal_to: "must be before or equal to %{date}."
|
||||
blank: "can't be blank."
|
||||
not_before_start_date: "must not be before the start date."
|
||||
overlapping_range: "overlaps with an existing non-working day range."
|
||||
blank_nested: "needs to have the property '%{property}' set."
|
||||
cannot_delete_mapping: "is required. Cannot be deleted."
|
||||
is_for_all_cannot_modify: "is for all projects and can therefore not be modified."
|
||||
cant_link_a_work_package_with_a_descendant: "A work package cannot be linked to one of its subtasks."
|
||||
circular_dependency: "This relation would create a circular dependency."
|
||||
confirmation: "doesn't match %{attribute}."
|
||||
could_not_be_copied: "%{dependency} could not be (fully) copied."
|
||||
datetime_must_be_in_future: "must be in the future."
|
||||
does_not_exist: "does not exist."
|
||||
user_already_in_department: "User %{user_id} is already a member of department %{department_id}."
|
||||
error_enterprise_only: "%{action} is only available in the OpenProject Enterprise edition."
|
||||
error_unauthorized: "may not be accessed."
|
||||
error_readonly: "was attempted to be written but is not writable."
|
||||
@@ -2228,18 +2225,20 @@ en:
|
||||
greater_than_or_equal_to: "must be greater than or equal to %{count}."
|
||||
greater_than_or_equal_to_start_date: "must be greater than or equal to the start date."
|
||||
greater_than_start_date: "must be greater than the start date."
|
||||
hexcode_invalid: "is not a valid 6-digit hexadecimal color code."
|
||||
inclusion: "is not set to one of the allowed values."
|
||||
inclusion_nested: "is not set to one of the allowed values at path '%{path}'."
|
||||
invalid: "is invalid."
|
||||
invalid_uri: "must be a valid URI."
|
||||
invalid_url: "is not a valid URL."
|
||||
invalid_url_scheme: "is not a supported protocol (allowed: %{allowed_schemes})."
|
||||
is_for_all_cannot_modify: "is for all projects and can therefore not be modified."
|
||||
less_than_or_equal_to: "must be less than or equal to %{count}."
|
||||
not_available: "is not available due to a system configuration."
|
||||
not_before_start_date: "must not be before the start date."
|
||||
not_deletable: "cannot be deleted."
|
||||
not_editable: "cannot be edited because it is already in effect."
|
||||
not_current_user: "is not the current user."
|
||||
system_wide_non_working_day_exists: "conflicts with an existing system-wide non-working day for this date."
|
||||
not_found: "not found."
|
||||
not_a_date: "is not a valid date."
|
||||
not_a_datetime: "is not a valid date time."
|
||||
@@ -2250,14 +2249,14 @@ en:
|
||||
not_an_integer: "is not an integer."
|
||||
not_an_iso_date: "is not a valid date. Required format: YYYY-MM-DD."
|
||||
not_same_project: "doesn't belong to the same project."
|
||||
datetime_must_be_in_future: "must be in the future."
|
||||
odd: "must be odd."
|
||||
overlapping_range: "overlaps with an existing non-working day range."
|
||||
regex_match_failed: "does not match the regular expression %{expression}."
|
||||
regex_invalid: "could not be validated with the associated regular expression."
|
||||
regex_list_invalid: "Lines %{invalid_lines} could not be parsed as regular expression."
|
||||
hexcode_invalid: "is not a valid 6-digit hexadecimal color code."
|
||||
smaller_than_or_equal_to_max_length: "must be smaller than or equal to maximum length."
|
||||
ssrf_filtered: "violates the SSRF policy of this OpenProject instance."
|
||||
system_wide_non_working_day_exists: "conflicts with an existing system-wide non-working day for this date."
|
||||
taken: "has already been taken."
|
||||
too_long: "is too long (maximum is %{count} characters)."
|
||||
too_short: "is too short (minimum is %{count} characters)."
|
||||
@@ -2269,6 +2268,7 @@ en:
|
||||
unremovable: "cannot be removed."
|
||||
url_not_secure_context: >
|
||||
is not providing a "Secure Context". Either use HTTPS or a loopback address, such as localhost.
|
||||
user_already_in_department: "User %{user_id} is already a member of department %{department_id}."
|
||||
wrong_length: "is the wrong length (should be %{count} characters)."
|
||||
models:
|
||||
group:
|
||||
|
||||
Reference in New Issue
Block a user