Skip to content

Commit

Permalink
update locales from crowdin [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed Jun 4, 2024
1 parent 1a2bb18 commit 4c70f77
Show file tree
Hide file tree
Showing 111 changed files with 2,128 additions and 400 deletions.
39 changes: 33 additions & 6 deletions config/locales/crowdin/af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,20 @@ af:
No attributes can be changed with the exception of the status.
<br/>
<strong>Note</strong>: Inherited values (e.g., from children or relations) will still apply.
status_excluded_from_totals_text: |-
Check this option to exclude work packages with this status from totals of Work,
Remaining work, and % Complete in a hierarchy.
status_color_text: |
Click to assign or change the color of this status.
It is shown in the status button and can be used for highlighting work packages in the table.
index:
no_results_title_text: There are currently no work package statuses.
no_results_content_text: Add a new status
headers:
is_default: "Default"
is_closed: "Closed"
is_readonly: "Read-only"
excluded_from_totals: "Excluded from totals"
themes:
light: "Light"
light_high_contrast: "Light high contrast"
Expand Down Expand Up @@ -623,6 +631,7 @@ af:
status:
is_closed: "Werk pakket geslote"
is_readonly: "Work package read-only"
excluded_from_totals: "Exclude from calculation of totals in hierarchy"
journal:
notes: "Notas"
member:
Expand Down Expand Up @@ -959,6 +968,14 @@ af:
base:
working_days_are_missing: "At least one day of the week must be defined as a working day."
previous_working_day_changes_unprocessed: "The previous changes to the working days configuration have not been applied yet."
hours_per_day_are_missing: "The number of hours per day must be defined."
days_per_week_are_missing: "The number of days per week must be defined."
days_per_month_are_missing: "The number of days per month must be defined."
durations_are_not_positive_numbers: "The durations must be positive numbers."
hours_per_day_is_out_of_bounds: "Hours per day can't be more than 24"
days_per_week_is_out_of_bounds: "Days per week can't be more than 7"
days_per_month_is_out_of_bounds: "Days per month can't be more than 31"
days_per_week_and_days_per_month_are_inconsistent: "The number of days per week and the number of days per month must be consistent."
time_entry:
attributes:
hours:
Expand Down Expand Up @@ -1658,7 +1675,7 @@ af:
dates_changed: "Dates changed"
default_attribute_written: "Read-only attributes written"
progress_mode_changed_to_status_based: "Progress calculation updated"
status_p_complete_changed: "Status % Complete changed"
status_changed: "Status '%{status_name}'"
system_update: "OpenProject system update:"
cause_descriptions:
work_package_predecessor_changed_times: by changes to predecessor %{link}
Expand All @@ -1675,8 +1692,9 @@ af:
working: "%{date} is now working"
non_working: "%{date} is now non-working"
progress_mode_changed_to_status_based: Progress calculation mode set to status-based
status_p_complete_changed: >-
% complete value for status '%{status_name}' changed from %{old_value}% to %{new_value}%
status_excluded_from_totals_set_to_false_message: now included in hierarchy totals
status_excluded_from_totals_set_to_true_message: now excluded from hierarchy totals
status_percent_complete_changed: "% complete changed from %{old_value}% to %{new_value}%"
system_update:
file_links_journal: >
From now on, activity related to file links (files stored in external storages) will appear here in the Activity tab. The following represent activity concerning links that already existed:
Expand Down Expand Up @@ -2333,7 +2351,7 @@ af:
label_workflow: "Werksvloei"
label_workflow_plural: "Workflows"
label_workflow_summary: "Opsomming"
label_working_days: "Working days"
label_working_days_and_hours: "Working days and hours"
label_x_closed_work_packages_abbr:
one: "1 closed"
other: "%{count} closed"
Expand Down Expand Up @@ -2933,6 +2951,9 @@ af:
setting_cross_project_work_package_relations: "Allow cross-project work package relations"
setting_first_week_of_year: "First week in year contains"
setting_date_format: "Datum"
setting_days_per_month: "Days per month"
setting_days_per_month_explanation: >-
This will define what is considered a "week" when displaying duration in a more natural way (for example, if a month is 20 days, 60 days would be 3 months.
setting_default_language: "Default language"
setting_default_projects_modules: "Default enabled modules for new projects"
setting_default_projects_public: "Nuwe projekte is openbaar by verstek"
Expand All @@ -2948,6 +2969,12 @@ af:
setting_feeds_limit: "Feed content limit"
setting_file_max_size_displayed: "Max size of text files displayed inline"
setting_host_name: "Host name"
setting_hours_per_day: "Hours per day"
setting_hours_per_day_explanation: >-
This will define what is considered a "day" when displaying duration in a more natural way (for example, if a day is 8 hours, 32 hours would be 4 days).
setting_days_per_week: "Days per week"
setting_days_per_week_explanation: >-
This will define what is considered a "week" when displaying duration in a more natural way (for example, if a week is 5 days, 15 days would be 3 weeks).
setting_invitation_expiration_days: "Activation email expires after"
setting_work_package_done_ratio: "Progress calculation"
setting_work_package_done_ratio_field: "Work-based"
Expand Down Expand Up @@ -3389,12 +3416,12 @@ af:
additional_privileges_project_or_group: "Might have additional privileges (as project or group member)"
working_days:
info: >
Days that are not selected are skipped when scheduling work packages (and not included in the day count). These can be overriden at a work-package level.
Days that are not selected are skipped when scheduling work packages (and not included in the day count). These can be overridden at a work-package level.
instance_wide_info: >
Dates added to the list below are considered non-working and skipped when scheduling work packages.
change_button: "Change working days"
warning: >
Changing which days of the week are considered working days or non-working days can affect the start and finish days of all work packages in all projects in this instance. <br/> Please note that changes are only applied after you click on the apply changes button.
Changing which days of the week are considered working days or non-working days can affect the start and finish days of all work packages in all projects in this instance.
journal_note:
changed: _**Working days** changed (%{changes})._
days:
Expand Down
39 changes: 33 additions & 6 deletions config/locales/crowdin/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,20 @@ ar:
No attributes can be changed with the exception of the status.
<br/>
<strong>Note</strong>: Inherited values (e.g., from children or relations) will still apply.
status_excluded_from_totals_text: |-
Check this option to exclude work packages with this status from totals of Work,
Remaining work, and % Complete in a hierarchy.
status_color_text: |
Click to assign or change the color of this status.
It is shown in the status button and can be used for highlighting work packages in the table.
index:
no_results_title_text: لا يوجد حالياً حالات لحزمة العمل.
no_results_content_text: إضافة حالة جديدة
headers:
is_default: "Default"
is_closed: "Closed"
is_readonly: "Read-only"
excluded_from_totals: "Excluded from totals"
themes:
light: "Light"
light_high_contrast: "Light high contrast"
Expand Down Expand Up @@ -651,6 +659,7 @@ ar:
status:
is_closed: "أغلقت مجموعة العمل"
is_readonly: "Work package read-only"
excluded_from_totals: "Exclude from calculation of totals in hierarchy"
journal:
notes: "ملاحظات"
member:
Expand Down Expand Up @@ -987,6 +996,14 @@ ar:
base:
working_days_are_missing: "At least one day of the week must be defined as a working day."
previous_working_day_changes_unprocessed: "The previous changes to the working days configuration have not been applied yet."
hours_per_day_are_missing: "The number of hours per day must be defined."
days_per_week_are_missing: "The number of days per week must be defined."
days_per_month_are_missing: "The number of days per month must be defined."
durations_are_not_positive_numbers: "The durations must be positive numbers."
hours_per_day_is_out_of_bounds: "Hours per day can't be more than 24"
days_per_week_is_out_of_bounds: "Days per week can't be more than 7"
days_per_month_is_out_of_bounds: "Days per month can't be more than 31"
days_per_week_and_days_per_month_are_inconsistent: "The number of days per week and the number of days per month must be consistent."
time_entry:
attributes:
hours:
Expand Down Expand Up @@ -1790,7 +1807,7 @@ ar:
dates_changed: "Dates changed"
default_attribute_written: "Read-only attributes written"
progress_mode_changed_to_status_based: "Progress calculation updated"
status_p_complete_changed: "Status % Complete changed"
status_changed: "Status '%{status_name}'"
system_update: "OpenProject system update:"
cause_descriptions:
work_package_predecessor_changed_times: by changes to predecessor %{link}
Expand All @@ -1807,8 +1824,9 @@ ar:
working: "%{date} is now working"
non_working: "%{date} is now non-working"
progress_mode_changed_to_status_based: Progress calculation mode set to status-based
status_p_complete_changed: >-
% complete value for status '%{status_name}' changed from %{old_value}% to %{new_value}%
status_excluded_from_totals_set_to_false_message: now included in hierarchy totals
status_excluded_from_totals_set_to_true_message: now excluded from hierarchy totals
status_percent_complete_changed: "% complete changed from %{old_value}% to %{new_value}%"
system_update:
file_links_journal: >
From now on, activity related to file links (files stored in external storages) will appear here in the Activity tab. The following represent activity concerning links that already existed:
Expand Down Expand Up @@ -2465,7 +2483,7 @@ ar:
label_workflow: "سير العمل"
label_workflow_plural: "تدفقات العمل"
label_workflow_summary: "مُلخّص"
label_working_days: "Working days"
label_working_days_and_hours: "Working days and hours"
label_x_closed_work_packages_abbr:
one: "1 مغلقة"
other: "%{count} مغلق"
Expand Down Expand Up @@ -3071,6 +3089,9 @@ ar:
setting_cross_project_work_package_relations: "السماح بعلاقات عبر-المشروع مجموعة العمل"
setting_first_week_of_year: "First week in year contains"
setting_date_format: "التاريخ"
setting_days_per_month: "Days per month"
setting_days_per_month_explanation: >-
This will define what is considered a "week" when displaying duration in a more natural way (for example, if a month is 20 days, 60 days would be 3 months.
setting_default_language: "اللغة الافتراضية"
setting_default_projects_modules: "وحدات التمكين الافتراضية للمشاريع الجديدة"
setting_default_projects_public: "هناك مشاريع جديدة عامة بشكل افتراضي"
Expand All @@ -3086,6 +3107,12 @@ ar:
setting_feeds_limit: "حد محتوى تغذية"
setting_file_max_size_displayed: "عرض الحد الأقصى لحجم الملفات النصية المضمنة في السطر"
setting_host_name: "إسم المضيف"
setting_hours_per_day: "Hours per day"
setting_hours_per_day_explanation: >-
This will define what is considered a "day" when displaying duration in a more natural way (for example, if a day is 8 hours, 32 hours would be 4 days).
setting_days_per_week: "Days per week"
setting_days_per_week_explanation: >-
This will define what is considered a "week" when displaying duration in a more natural way (for example, if a week is 5 days, 15 days would be 3 weeks).
setting_invitation_expiration_days: "Activation email expires after"
setting_work_package_done_ratio: "Progress calculation"
setting_work_package_done_ratio_field: "Work-based"
Expand Down Expand Up @@ -3531,12 +3558,12 @@ ar:
additional_privileges_project_or_group: "Might have additional privileges (as project or group member)"
working_days:
info: >
Days that are not selected are skipped when scheduling work packages (and not included in the day count). These can be overriden at a work-package level.
Days that are not selected are skipped when scheduling work packages (and not included in the day count). These can be overridden at a work-package level.
instance_wide_info: >
Dates added to the list below are considered non-working and skipped when scheduling work packages.
change_button: "Change working days"
warning: >
Changing which days of the week are considered working days or non-working days can affect the start and finish days of all work packages in all projects in this instance. <br/> Please note that changes are only applied after you click on the apply changes button.
Changing which days of the week are considered working days or non-working days can affect the start and finish days of all work packages in all projects in this instance.
journal_note:
changed: _**Working days** changed (%{changes})._
days:
Expand Down
Loading

0 comments on commit 4c70f77

Please sign in to comment.