From bba3a10fdb233579c4a118359dd08881f4ff65a4 Mon Sep 17 00:00:00 2001 From: Raddah Date: Wed, 15 Jun 2016 11:02:54 +0300 Subject: [PATCH] for Arabic Translation for Client and Server (#32) * for arabic pull update for Arabic local * Create client.ar.yml * Delete client.ar.yml * for Arabic Translation --- config/locales/client.ar.yml | 11 +++++++++++ config/locales/server.ar.yml | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 config/locales/client.ar.yml create mode 100644 config/locales/server.ar.yml diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml new file mode 100644 index 0000000..91fe49b --- /dev/null +++ b/config/locales/client.ar.yml @@ -0,0 +1,11 @@ +ar: + js: + solved: + allow_accepted_answers: "السماح لصاحب الموضوع وفريق العمل الرد كـحل للموضوع" + accept_answer: "هذا الرد حل المشكلة" + has_accepted_answer: "هذا الموضوع فيه الحل" + unaccept_answer: "هذا الرد لم يعد يحل المشكلة" + accepted_answer: "الحل" + solution: "الحل" + accepted_html: " تم حلها بواسطة {{username}} in رقم المشاركة#{{post_number}}" + accepted_notification: "

{{username}} {{description}}

" diff --git a/config/locales/server.ar.yml b/config/locales/server.ar.yml new file mode 100644 index 0000000..a54730e --- /dev/null +++ b/config/locales/server.ar.yml @@ -0,0 +1,21 @@ +ar: + js: + solved: + allow_accepted_answers: "اسمح لمالك الموضوع والفريق بوضع علامة \"حل\" على الرد" + accept_answer: "هذا الرد حل المشكلة" + has_accepted_answer: "لهذا الموضوع حل" + unaccept_answer: "لم يعد هذا الرد يحل المشكلة" + accepted_answer: "الحل" + solution: "الحل" + accepted_html: " حُلّت المشكلة بردّ {{username}} والحل في المنشور #{{post_number}}" + accepted_notification: "

{{username}} {{description}}

" +AND: +ar: + site_settings: + allow_solved_on_all_topics: "اسمح للمستخدمين باختيار الحلول في كل المواضيع (إذ أنك تتحكم في هذا افتراضيا بتحرير الفئات)" + accept_all_solutions_trust_level: "أدنى حد مطلوب للثقة وذلك لقبول الحلول في أي موضوع (حتى لو لم يكن OP)" + reports: + accepted_solutions: + title: "الحلول المقبولة" + xaxis: "اليوم" + yaxis: "المجموع"