diff --git a/js/locale/ar.json b/js/locale/ar.json index f759f03f..d7affaae 100644 --- a/js/locale/ar.json +++ b/js/locale/ar.json @@ -90,6 +90,7 @@ "discover_open_source": "مفتوح المصدر", "discover_international": "دولي", "discover_recent": "الحديثة", + "discover_ai": "الذكاء الاصطناعي", "active_counts": "%{active_users} من المستخدمين النشطين", "ok": "موافق", "cancel": "إلغاء", @@ -106,5 +107,7 @@ "hot_topics": "الموضوعات الرائجة", "sites": "المواقع", "find_new_communities": "العثور على مجتمعات جديدة للانضمام إليها", - "no_hot_topics": "لم يتم العثور على موضوعات رائجة لهذا الموقع." + "no_hot_topics": "لم يتم العثور على موضوعات رائجة لهذا الموقع.", + "oops": "عذرًا، حدث خطأ ما.", + "still_loading": "لا يزال التحميل مستمرًا..." } diff --git a/js/locale/de.json b/js/locale/de.json index fa429e3d..c5ddec06 100644 --- a/js/locale/de.json +++ b/js/locale/de.json @@ -93,5 +93,5 @@ "find_new_communities": "Finde neue Communitys, denen du beitreten kannst", "no_hot_topics": "Für diese Website wurden keine heißen Themen gefunden.", "oops": "Ups, da ist etwas schiefgelaufen.", - "still_loading": "Wird immer noch geladen..." + "still_loading": "Wird immer noch geladen …" } diff --git a/js/locale/ja.json b/js/locale/ja.json index 4bb3fa77..21a3baa4 100644 --- a/js/locale/ja.json +++ b/js/locale/ja.json @@ -70,6 +70,7 @@ "discover_open_source": "オープンソース", "discover_international": "海外", "discover_recent": "最近", + "discover_ai": "AI", "active_counts": "%{active_users} アクティブユーザー", "ok": "OK", "cancel": "キャンセル", @@ -86,5 +87,7 @@ "hot_topics": "ホットなトピック", "sites": "サイト", "find_new_communities": "参加できる新しいコミュニティーを探す", - "no_hot_topics": "このサイトにはホットなトピックがありません。" + "no_hot_topics": "このサイトにはホットなトピックがありません。", + "oops": "エラーが発生しました。", + "still_loading": "まだ読み込み中..." } diff --git a/js/locale/zh_CN.json b/js/locale/zh_CN.json index c57757a9..0f971f69 100644 --- a/js/locale/zh_CN.json +++ b/js/locale/zh_CN.json @@ -70,6 +70,7 @@ "discover_open_source": "开源", "discover_international": "国际", "discover_recent": "最近", + "discover_ai": "ai", "active_counts": "%{active_users} 个活跃用户", "ok": "确定", "cancel": "取消", @@ -86,5 +87,7 @@ "hot_topics": "热门话题", "sites": "站点", "find_new_communities": "查找可以加入的新社区", - "no_hot_topics": "未在此站点上找到热门话题。" + "no_hot_topics": "未在此站点上找到热门话题。", + "oops": "糟糕,出错了。", + "still_loading": "仍在加载…" }