diff --git a/l10n/ar.js b/l10n/ar.js index 066d20c568..45d827181d 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -16,7 +16,7 @@ OC.L10N.register( "Create new text file" : "إنشاء ملف نصّي جديد", "Editing session has expired. Please reload the page." : "جلسة التحرير انتهت صلاحيتها. قم رجاءً بإعادة تحميل الصفحة.", "{user} has mentioned you in the text document {node}" : "{user} أشار إليك في المستند النصّي {node}", - "This file cannot be displayed as download is disabled by the share" : "لا يمكن عرض الملف بسبب أن التحميل موقوف من قِبَل المُشارَكة", + "This file cannot be displayed as download is disabled by the share" : "لا يمكن عرض الملف لإن التحميل معطل من قبل المشاركة", "File not found" : "تعذر العثور على الملف", "Readme" : "إقرأني", "Text" : "نص", diff --git a/l10n/ar.json b/l10n/ar.json index d5e1212e92..6be9c8cb96 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -14,7 +14,7 @@ "Create new text file" : "إنشاء ملف نصّي جديد", "Editing session has expired. Please reload the page." : "جلسة التحرير انتهت صلاحيتها. قم رجاءً بإعادة تحميل الصفحة.", "{user} has mentioned you in the text document {node}" : "{user} أشار إليك في المستند النصّي {node}", - "This file cannot be displayed as download is disabled by the share" : "لا يمكن عرض الملف بسبب أن التحميل موقوف من قِبَل المُشارَكة", + "This file cannot be displayed as download is disabled by the share" : "لا يمكن عرض الملف لإن التحميل معطل من قبل المشاركة", "File not found" : "تعذر العثور على الملف", "Readme" : "إقرأني", "Text" : "نص", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 414da54dc0..734e9f5273 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -185,6 +185,11 @@ OC.L10N.register( "To-Do list" : "待辦事項清單", "Increase indentation" : "增加縮排", "Decrease indentation" : "減少縮排", + "Blocks" : "區塊", + "Info callout" : "資訊標記", + "Success callout" : "成功標記", + "Warning callout" : "警告標記", + "Danger callout" : "危險標記", "Table" : "表", "Details" : "細節", "Insert link" : "插入連結", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 9e462cfd1e..5eb1a51da4 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -183,6 +183,11 @@ "To-Do list" : "待辦事項清單", "Increase indentation" : "增加縮排", "Decrease indentation" : "減少縮排", + "Blocks" : "區塊", + "Info callout" : "資訊標記", + "Success callout" : "成功標記", + "Warning callout" : "警告標記", + "Danger callout" : "危險標記", "Table" : "表", "Details" : "細節", "Insert link" : "插入連結",