Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion js/locale/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,15 @@
"discover_communities": "المجتمعات",
"discover_pick_tag": "ما الذي يثير اهتمامك؟",
"discover_pick_tag_description": "اطلع على ما يناقشه الناس في مجتمعات Discourse مؤخرًا، وانضم إلى المجتمعات التي تتناسب مع اهتماماتك.",
"discover_explore_more": "استكشف موضوعًا آخر",
"discover_communities_section": "مجتمعات %{tag}",
"discover_topics_section": "المناقشات الأخيرة في %{tag}",
"discover_see_all_communities": "عرض كل المجتمعات",
"discover_community_directory": "دليل المجتمع",
"remove_from_home_screen": "إزالة",
"preview": "معاينة",
"community_recent_topics": "الموضوعات الرائجة",
"oops": "عذرًا، حدث خطأ ما.",
"still_loading": "لا يزال التحميل مستمرًا..."
"still_loading": "لا يزال التحميل مستمرًا...",
"tag_label_programming_language": "البرمجة"
}
15 changes: 14 additions & 1 deletion js/locale/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"discover_open_source": "open source",
"discover_international": "internationaal",
"discover_recent": "recent",
"discover_ai": "ai",
"active_counts": "%{active_users} actieve gebruikers",
"ok": "OK",
"cancel": "Annuleren",
Expand All @@ -91,6 +92,18 @@
"sites": "Sites",
"find_new_communities": "Vind nieuwe community's om lid van te worden",
"no_hot_topics": "Er zijn geen populaire topics gevonden voor deze site.",
"discover_communities": "Community's",
"discover_pick_tag": "Waar ben je in geïnteresseerd?",
"discover_pick_tag_description": "Kijk waar mensen de laatste tijd over hebben gediscussieerd in Discourse-community's en sluit je aan bij de community's die het best aansluiten bij je interesses.",
"discover_explore_more": "Ander onderwerp verkennen",
"discover_communities_section": "%{tag} community's",
"discover_topics_section": "Recente discussies in %{tag}",
"discover_see_all_communities": "Alle communities bekijken",
"discover_community_directory": "Communitydirectory",
"remove_from_home_screen": "Verwijderen",
"preview": "Voorbeeld"
"preview": "Voorbeeld",
"community_recent_topics": "Populaire topics",
"oops": "Oeps, er is iets misgegaan.",
"still_loading": "Nog steeds aan het laden...",
"tag_label_programming_language": "programmeren"
}
Loading