diff --git a/config/locales/crowdin/bg.yml b/config/locales/crowdin/bg.yml new file mode 100644 index 0000000000..71def211fe --- /dev/null +++ b/config/locales/crowdin/bg.yml @@ -0,0 +1,143 @@ +bg: + activerecord: + attributes: + work_package: + position: "Position" + remaining_hours: "Remaining Hours" + remaining_time: "Remaining hours" + story_points: "Story Points" + backlogs_work_package_type: "Backlog type" + errors: + models: + work_package: + attributes: + blocks_ids: + can_only_contain_work_packages_of_current_sprint: "can only contain IDs of work packages in the current sprint." + must_block_at_least_one_work_package: "must contain the ID of at least one ticket." + parent_id: + type_must_be_one_of_the_following: "Type must be one of the following: %{type_names}." + sprint: + cannot_end_before_it_starts: "Sprint cannot end before it starts." + activemodel: + errors: + models: + work_package: + attributes: + fixed_version_id: + task_version_must_be_the_same_as_story_version: "must be the same as the parent story's version." + parent_id: + parent_child_relationship_across_projects: "is invalid because the work package '%{work_package_name}' is a backlog task and therefore cannot have a parent outside of the current project." + backlogs: + add_new_story: "New Story" + any: "any" + backlog_settings: "Backlog Settings" + burndown_graph: "Burndown Graph" + card_paper_size: "Paper size for card printing" + chart_options: "Chart options" + close: "Close" + column_width: "Column width:" + date: "Day" + definition_of_done: "Definition of Done" + generating_chart: "Generating Graph..." + hours: "Hours" + impediment: "Impediment" + label_versions_default_fold_state: "Show versions folded" + work_package_is_closed: "Work package is done, when" + label_is_done_status: "Status %{status_name} means done" + no_burndown_data: "No burndown data available. It is necessary to have the sprint start- and end dates set." + points: "Points" + positions_could_not_be_rebuilt: "Positions could not be rebuilt." + positions_rebuilt_successfully: "Positions rebuilt successfully." + properties: "Properties" + rebuild: "Rebuild" + rebuild_positions: "Rebuild positions" + remaining_hours: "Remaining hours" + remaining_hours_ideal: "Remaining hours (ideal)" + show_burndown_chart: "Burndown Chart" + story: "Story" + story_points: "Story Points" + story_points_ideal: "Story Points (ideal)" + task: "Task" + task_color: "Task color" + unassigned: "Unassigned" + x_more: "%{count} more..." + backlogs_active: "active" + backlogs_any: "any" + backlogs_card_specification: "Label types for card printing" + backlogs_inactive: "Project shows no activity" + backlogs_points_burn_direction: "Points burn up/down" + backlogs_product_backlog: "Product backlog" + backlogs_product_backlog_is_empty: "Product backlog is empty" + backlogs_product_backlog_unsized: "The top of the product backlog has unsized stories" + backlogs_sizing_inconsistent: "Story sizes vary against their estimates" + backlogs_sprint_notes_missing: "Closed sprints without retrospective/review notes" + backlogs_sprint_unestimated: "Closed or active sprints with unestimated stories" + backlogs_sprint_unsized: "Project has stories on active or recently closed sprints that were not sized" + backlogs_sprints: "Sprints" + backlogs_story: "Story" + backlogs_story_type: "Story types" + backlogs_task: "Task" + backlogs_task_type: "Task type" + backlogs_velocity_missing: "No velocity could be calculated for this project" + backlogs_velocity_varies: "Velocity varies significantly over sprints" + backlogs_wiki_template: "Template for sprint wiki page" + backlogs_empty_title: "No versions are defined to be used in backlogs" + backlogs_empty_action_text: "To get started with backlogs, create a new version and assign it to a backlogs column." + button_edit_wiki: "Edit wiki page" + error_intro_plural: "The following errors were encountered:" + error_intro_singular: "The following error was encountered:" + error_outro: "Please correct the above errors before submitting again." + event_sprint_description: "%{summary}: %{url}\n%{description}" + event_sprint_summary: "%{project}: %{summary}" + ideal: "ideal" + inclusion: "is not included in the list" + label_back_to_project: "Back to project page" + label_backlog: "Backlog" + label_backlogs: "Backlogs" + label_backlogs_unconfigured: "You have not configured Backlogs yet. Please go to %{administration} > %{plugins}, then click on the %{configure} link for this plugin. Once you have set the fields, come back to this page to start using the tool." + label_blocks_ids: "IDs of blocked work packages" + label_burndown: "Burndown" + label_column_in_backlog: "Column in backlog" + label_hours: "hours" + label_work_package_hierarchy: "Work package Hierarchy" + label_master_backlog: "Master Backlog" + label_not_prioritized: "not prioritized" + label_points: "points" + label_points_burn_down: "Down" + label_points_burn_up: "Up" + label_product_backlog: "product backlog" + label_select_all: "Select all" + label_sprint_backlog: "sprint backlog" + label_sprint_cards: "Export cards" + label_sprint_impediments: "Sprint Impediments" + label_sprint_name: "Sprint \"%{name}\"" + label_sprint_velocity: "Velocity %{velocity}, based on %{sprints} sprints with an average %{days} days" + label_stories: "Stories" + label_stories_tasks: "Stories/Tasks" + label_task_board: "Task board" + label_version_setting: "Versions" + label_webcal: "Webcal Feed" + label_wiki: "Wiki" + permission_view_master_backlog: "View master backlog" + permission_view_taskboards: "View taskboards" + permission_update_sprints: "Update sprints" + points_accepted: "points accepted" + points_committed: "points committed" + points_resolved: "points resolved" + points_to_accept: "points not accepted" + points_to_resolve: "points not resolved" + project_module_backlogs: "Backlogs" + rb_label_copy_tasks: "Copy work packages" + rb_label_copy_tasks_all: "All" + rb_label_copy_tasks_none: "None" + rb_label_copy_tasks_open: "Open" + rb_label_link_to_original: "Include link to original story" + remaining_hours: "remaining hours" + required_burn_rate_hours: "required burn rate (hours)" + required_burn_rate_points: "required burn rate (points)" + todo_work_package_description: "%{summary}: %{url}\n%{description}" + todo_work_package_summary: "%{type}: %{summary}" + version_settings_display_label: "Column in backlog" + version_settings_display_option_left: "left" + version_settings_display_option_none: "none" + version_settings_display_option_right: "right" diff --git a/config/locales/crowdin/hu.yml b/config/locales/crowdin/hu.yml new file mode 100644 index 0000000000..167e4a5580 --- /dev/null +++ b/config/locales/crowdin/hu.yml @@ -0,0 +1,143 @@ +hu: + activerecord: + attributes: + work_package: + position: "Pozició" + remaining_hours: "Hátralévő óra" + remaining_time: "Fennmaradó órák" + story_points: "Story pontok" + backlogs_work_package_type: "Backlog típus" + errors: + models: + work_package: + attributes: + blocks_ids: + can_only_contain_work_packages_of_current_sprint: "csak a jelenlegi sprint munkacsomagjainak azonosítóit tartalmazhatja." + must_block_at_least_one_work_package: "legalább egy munkacsomag azonosítóját tartalmaznia kell." + parent_id: + type_must_be_one_of_the_following: "A következő típusok egyikének kell lennie: %{type_names}." + sprint: + cannot_end_before_it_starts: "Sprint nem érhet véget, mielőtt elindul." + activemodel: + errors: + models: + work_package: + attributes: + fixed_version_id: + task_version_must_be_the_same_as_story_version: "must be the same as the parent story's version." + parent_id: + parent_child_relationship_across_projects: "érvénytelen, mert a munka csomag \"%{work_package_name}\" egy backlog feladat, ezért nem lehet a szülő nem az aktuális projektben." + backlogs: + add_new_story: "Új story" + any: "bármely" + backlog_settings: "Backlog beállítások" + burndown_graph: "Burndown ábra" + card_paper_size: "Papír méret kártya nyomtatáshoz" + chart_options: "Chart options" + close: "Bezár" + column_width: "Oszlopszélesség:" + date: "Nap" + definition_of_done: "A \"Kész\" meghatározása" + generating_chart: "Ábra létrehozása..." + hours: "Óra" + impediment: "Akadály" + label_versions_default_fold_state: "Összecsukott verziók mutatása" + work_package_is_closed: "A munkacsomag készen áll, ekkor" + label_is_done_status: "Státusz %{status_name} kész állapotot jelöl" + no_burndown_data: "Nincs megjeleníthető napi teendő adat. Szükség van a sprint kezdési és befejezési időpontjára." + points: "Pontok" + positions_could_not_be_rebuilt: "A pozíciókat nem lehet újraépíteni." + positions_rebuilt_successfully: "A pozíciók újraépítése sikerült." + properties: "Tulajdonságok" + rebuild: "Újraépítés" + rebuild_positions: "Pozíciók újraépítése" + remaining_hours: "Fennmaradó órák" + remaining_hours_ideal: "Fennmaradó órák (ideális)" + show_burndown_chart: "Napi teendő ábra" + story: "Sztori" + story_points: "Story pontok" + story_points_ideal: "Sztori pontok (ideális)" + task: "Feladat" + task_color: "Feladat színe" + unassigned: "Nincs hozzárendelés" + x_more: "további %{count}..." + backlogs_active: "aktív" + backlogs_any: "bármely" + backlogs_card_specification: "A kártya nyomtatásához használt címke típusok" + backlogs_inactive: "A projekt nem mutat tevékenységet" + backlogs_points_burn_direction: "Pontok teendő fel/le" + backlogs_product_backlog: "Termék backlog" + backlogs_product_backlog_is_empty: "Termék backlog üres" + backlogs_product_backlog_unsized: "The top of the product backlog has unsized stories" + backlogs_sizing_inconsistent: "Story sizes vary against their estimates" + backlogs_sprint_notes_missing: "Closed sprints without retrospective/review notes" + backlogs_sprint_unestimated: "Closed or active sprints with unestimated stories" + backlogs_sprint_unsized: "Project has stories on active or recently closed sprints that were not sized" + backlogs_sprints: "Sprints" + backlogs_story: "Sztori" + backlogs_story_type: "Story types" + backlogs_task: "Feladat" + backlogs_task_type: "Task type" + backlogs_velocity_missing: "No velocity could be calculated for this project" + backlogs_velocity_varies: "Velocity varies significantly over sprints" + backlogs_wiki_template: "Template for sprint wiki page" + backlogs_empty_title: "No versions are defined to be used in backlogs" + backlogs_empty_action_text: "To get started with backlogs, create a new version and assign it to a backlogs column." + button_edit_wiki: "Edit wiki page" + error_intro_plural: "The following errors were encountered:" + error_intro_singular: "The following error was encountered:" + error_outro: "Please correct the above errors before submitting again." + event_sprint_description: "%{summary}: %{url}\n%{description}" + event_sprint_summary: "%{project}: %{summary}" + ideal: "ideális" + inclusion: "nem szerepel a listán" + label_back_to_project: "Back to project page" + label_backlog: "Elvégzendő feladatok" + label_backlogs: "Backlogs" + label_backlogs_unconfigured: "You have not configured Backlogs yet. Please go to %{administration} > %{plugins}, then click on the %{configure} link for this plugin. Once you have set the fields, come back to this page to start using the tool." + label_blocks_ids: "IDs of blocked work packages" + label_burndown: "Burndown" + label_column_in_backlog: "Column in backlog" + label_hours: "hours" + label_work_package_hierarchy: "Work package Hierarchy" + label_master_backlog: "Master Backlog" + label_not_prioritized: "not prioritized" + label_points: "points" + label_points_burn_down: "Le" + label_points_burn_up: "Fel" + label_product_backlog: "termék backlog" + label_select_all: "Összes kijelölése" + label_sprint_backlog: "sprint backlog" + label_sprint_cards: "Kártyák exportálása" + label_sprint_impediments: "Sprint akadályai" + label_sprint_name: "Sprint \"%{name}\"" + label_sprint_velocity: "Velocity %{velocity}, based on %{sprints} sprints with an average %{days} days" + label_stories: "Storyk" + label_stories_tasks: "Storyk/Feladatok" + label_task_board: "Task board" + label_version_setting: "Versions" + label_webcal: "Webcal Feed" + label_wiki: "Wiki" + permission_view_master_backlog: "View master backlog" + permission_view_taskboards: "View taskboards" + permission_update_sprints: "Update sprints" + points_accepted: "points accepted" + points_committed: "points committed" + points_resolved: "points resolved" + points_to_accept: "points not accepted" + points_to_resolve: "points not resolved" + project_module_backlogs: "Backlogs" + rb_label_copy_tasks: "Copy work packages" + rb_label_copy_tasks_all: "Mind" + rb_label_copy_tasks_none: "None" + rb_label_copy_tasks_open: "Open" + rb_label_link_to_original: "Include link to original story" + remaining_hours: "remaining hours" + required_burn_rate_hours: "required burn rate (hours)" + required_burn_rate_points: "required burn rate (points)" + todo_work_package_description: "%{summary}: %{url}\n%{description}" + todo_work_package_summary: "%{type}: %{summary}" + version_settings_display_label: "Column in backlog" + version_settings_display_option_left: "balra" + version_settings_display_option_none: "none" + version_settings_display_option_right: "jobbra" diff --git a/config/locales/crowdin/js-bg.yml b/config/locales/crowdin/js-bg.yml new file mode 100644 index 0000000000..3226c504d4 --- /dev/null +++ b/config/locales/crowdin/js-bg.yml @@ -0,0 +1,6 @@ +bg: + js: + work_packages: + properties: + storyPoints: "Story Points" + remainingTime: "Remaining Hours" diff --git a/config/locales/crowdin/js-hu.yml b/config/locales/crowdin/js-hu.yml new file mode 100644 index 0000000000..9b97c49f69 --- /dev/null +++ b/config/locales/crowdin/js-hu.yml @@ -0,0 +1,6 @@ +hu: + js: + work_packages: + properties: + storyPoints: "Story pontok" + remainingTime: "Hátralévő óra"