diff --git a/config/locales/crowdin/ar.yml b/config/locales/crowdin/ar.yml index f395fd29d7..d71c0d5507 100644 --- a/config/locales/crowdin/ar.yml +++ b/config/locales/crowdin/ar.yml @@ -72,10 +72,10 @@ ar: required_for_feature: "This feature is only available with an active Enterprise Edition support token." enterprise_link: "For more information, click here." start_trial: 'Start free trial' - book_now: 'Book now' + book_now: 'احجز الآن' get_quote: 'Get a quote' buttons: - upgrade: "Upgrade now" + upgrade: "الترقية الآن" contact: "Contact us for a demo" enterprise_info_html: "is an Enterprise feature." upgrade_info: "Please upgrade to a paid plan to activate and start using it in your team." diff --git a/config/locales/crowdin/js-tr.yml b/config/locales/crowdin/js-tr.yml index efda8f4b76..d3c9f88a67 100644 --- a/config/locales/crowdin/js-tr.yml +++ b/config/locales/crowdin/js-tr.yml @@ -62,7 +62,7 @@ tr: button_confirm: "Onaylamak" button_continue: "Devam et" button_copy: "Kopyalamak" - button_copy_to_other_project: "Copy to other project" + button_copy_to_other_project: "Başka bir projeye kopyala" button_custom-fields: "Özel Alanlar" button_delete: "silmek" button_delete_watcher: "Takipçi sil" @@ -520,7 +520,7 @@ tr: timeline_button: 'You can activate the Gantt chart view to create a timeline for your project.' timeline: 'Here you can edit your project plan, create new work packages, such as tasks, milestones, phases, and more, as well as add dependencies. All team members can see and update the latest plan at any time.' team_planner: - overview: 'The team planner lets you visually assign tasks to team members and get an overview of who is working on what.' + overview: 'Takım planlayıcı, takım üyelerine görsel olarak görevler atamanıza ve kimin ne üzerinde çalıştığına dair bir genel bakış elde etmenize olanak tanır.' calendar: 'The weekly or biweekly planning board displays all work packages assigned to your team members.' add_assignee: 'To get started, add assignees to the team planner.' add_existing: 'Search for existing work packages and drag them to the team planner to instantly assign them to a team member and define start and end dates.' diff --git a/modules/webhooks/config/locales/crowdin/ar.yml b/modules/webhooks/config/locales/crowdin/ar.yml index 77901dd028..73ebfb95a1 100644 --- a/modules/webhooks/config/locales/crowdin/ar.yml +++ b/modules/webhooks/config/locales/crowdin/ar.yml @@ -4,10 +4,10 @@ ar: webhooks/webhook: url: 'Payload URL' secret: 'Signature secret' - events: 'Events' - projects: 'Enabled projects' + events: 'الأحداث' + projects: 'المشاريع الممكنة' webhooks/log: - event_name: 'Event name' + event_name: 'اسم الحدث' url: 'Payload URL' response_code: 'Response code' response_body: 'Response' @@ -26,7 +26,7 @@ ar: label_event_resources: Event resources events: created: "تم إنشاؤه" - updated: "Updated" + updated: "محدث" explanation: text: > Upon the occurrence of an event like the creation of a work package or an update on a project, OpenProject will send a POST request to the configured web endpoints. Oftentimes, the event is sent after the %{link} has passed.