From 54431eccaaa752810fc8c1caebefd543ac6bf38a Mon Sep 17 00:00:00 2001 From: Rawand Jabar <73317192+RawanD201@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:56:33 +0300 Subject: [PATCH] Add ckb translation --- resources/lang/ckb.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 resources/lang/ckb.json diff --git a/resources/lang/ckb.json b/resources/lang/ckb.json new file mode 100644 index 0000000..ad5a9c3 --- /dev/null +++ b/resources/lang/ckb.json @@ -0,0 +1,35 @@ +{ + "Department": "بەش", + "Departments": "بەشەکان", + "name": "ناو", + "desc": "دابەزین", + "ordering": "ڕیزکردن", + "is active": "چالاکە", + "slug": "سڵەگ", + "logo": "لۆگۆ", + "Letter": "نامە", + "Letters": "نامەکان", + "from": "لە", + "title": "ناونیشان", + "department": "بەش", + "status": "دۆخ", + "status_NEW": "نوێ", + "status_READ": "خوێندنەوە", + "status_REPLIED": "وەڵامدراوە", + "reply_message": "پەیامی وەڵامدانەوە", + "reply_title": "ناونیشانی وەڵامدانەوە", + "message": "پەیام", + "email": "ئیمەیڵ", + "re": "دەربارەی", + "Contact us": "پەیوەندیمان پێوەبکە", + "feel free to contact us.": "ئازادانە پەیوەندیمان پێوە بکەن.", + "Send": "ناردن", + "no departments available!": "هیچ بەشێک لەبەردەستدا نییە!", + "Select Department": "بەشێک هەڵبژێرە", + "we received your message, and will get back to you shortly.": "پەیامەکەتمان پێگەیشت، و بەم زووانە پەیوەندیت پێوە دەکەینەوە.", + "Edit": "دەستکاریکردن", + "Open": "کردنەوە", + "Delete": "سڕینەوە", + "sent at": "نێردراوە لە", + "Inactive": "ناچالاک" +}