1
0
Fork 0

Merge pull request #3068 from pixelfed/l10n_staging

New Crowdin updates
This commit is contained in:
daniel 2021-12-22 01:21:33 -07:00 committed by GitHub
commit 4e8fb2f849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 315 additions and 301 deletions

View File

@ -3,15 +3,15 @@
return [
'common' => [
'comment' => 'Comment',
'comment' => 'Kommentar',
'commented' => 'Kommentiert',
'comments' => 'Kommentare',
'like' => 'Like',
'like' => 'Gefällt',
'liked' => 'Liked',
'likes' => 'Likes',
'likes' => 'Gefällt',
'share' => 'Teilen',
'shared' => 'Geteilt',
'shares' => 'Shares',
'shares' => 'Geteilt',
'unshare' => 'Teilen rückgängig',
'cancel' => 'Abbrechen',
@ -20,7 +20,7 @@ return [
'error' => 'Fehler',
'errorMsg' => 'Etwas ist schief gelaufen. Bitter versuch es später nochmal.',
'oops' => 'Hoppla!',
'other' => 'Other',
'other' => 'Anderes',
'readMore' => 'Mehr lesen',
'success' => 'Erfolgreich',
@ -36,7 +36,7 @@ return [
'navmenu' => [
'search' => 'Suche',
'admin' => 'Admin Dashboard',
'admin' => 'Administrator-Dashboard',
// Timelines
'homeFeed' => 'Startseite',
@ -52,7 +52,7 @@ return [
// Self links
'profile' => 'Profil',
'drive' => 'Drive',
'drive' => 'Festplatte',
'settings' => 'Einstellungen',
'compose' => 'Neu erstellen',
@ -61,7 +61,7 @@ return [
'help' => 'Hilfe',
'language' => 'Sprache',
'privacy' => 'Privatsphäre',
'terms' => 'Terms',
'terms' => 'AGB',
// Temporary links
'backToPreviousDesign' => 'Zurück zum vorherigen Design'
@ -91,7 +91,7 @@ return [
'applicationApproved' => 'wurde genehmigt!',
'applicationRejected' => 'wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.',
'dm' => 'dm',
'dm' => 'PN',
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'Beitrag',
@ -101,7 +101,7 @@ return [
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Mit anderen teilen',
'noLikes' => 'No likes yet',
'noLikes' => 'Noch keine Gefällt mir',
'uploading' => 'Lädt hoch',
],
@ -158,7 +158,7 @@ return [
'toFollowers' => 'to Followers',
'showCaption' => 'Bildunterschrift anzeigen',
'showLikes' => 'Show Likes',
'showLikes' => '"Gefällt mir" anzeigen',
'compactMode' => 'Kompaktmodus',
'embedConfirmText' => 'Mit der Nutzung dieser Einbettung erklärst du dich mit unseren',

View File

@ -3,44 +3,44 @@
return [
'common' => [
'comment' => 'Comment',
'comment' => 'Σχόλιο',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'comments' => 'Σχόλια',
'like' => 'Μου αρέσει',
'liked' => 'Μου άρεσε',
'likes' => 'Αρέσει',
'share' => 'Κοινοποίηση',
'shared' => 'Κοινοποιήθηκε',
'shares' => 'Shares',
'unshare' => 'Unshare',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Ακύρωση',
'copyLink' => 'Αντιγραφή Συνδέσμου',
'delete' => 'Διαγραφή',
'error' => 'Σφάλμα',
'errorMsg' => 'Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε αργότερα.',
'oops' => 'Ουπς!',
'other' => 'Άλλο',
'readMore' => 'Διαβάστε περισσότερα',
'success' => 'Επιτυχής',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Ευαίσθητο',
'sensitiveContent' => 'Ευαίσθητο περιεχόμενο',
'sensitiveContentWarning' => 'Αυτή η δημοσίευση μπορεί να περιέχει ευαίσθητο περιεχόμενο',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Όροι Χρήσης',
'privacy' => 'Πολιτική Απορρήτου',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Αναζήτηση',
'admin' => 'Πίνακας εργαλείων διαχειριστή',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'homeFeed' => 'Αρχική ροή',
'localFeed' => 'Τοπική Ροή',
'globalFeed' => 'Global Feed',
// Core features

View File

@ -56,6 +56,13 @@ return [
'settings' => 'Settings',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],

View File

@ -3,80 +3,80 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'העירו',
'commented' => 'העיר\ה',
'comments' => 'הערות',
'like' => 'אוהב',
'liked' => 'אהבתי',
'likes' => 'אהבות',
'share' => 'שיתוף',
'shared' => 'שיתפו',
'shares' => 'שיתופים',
'unshare' => 'ביטול-שיתוף',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'ביטול',
'copyLink' => 'העתק קישור',
'delete' => 'מחק',
'error' => 'שגיאה',
'errorMsg' => 'משהו השתבש. אנא נסו שוב מאוחר יותר.',
'oops' => 'אופס!',
'other' => 'אחר',
'readMore' => 'קרא עוד',
'success' => 'הצלחה',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'רגיש',
'sensitiveContent' => 'תוכן רגיש',
'sensitiveContentWarning' => 'פוסט זה עלול להכיל תוכן רגיש',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'תנאי שימוש',
'privacy' => 'מדיניות פרטיות',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'חיפוש',
'admin' => 'לוח בקרה לאדמיניסטרציה',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'פיד ביתי',
'localFeed' => 'פיד מקומי',
'globalFeed' => 'פיד גלובאלי',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'גלו',
'directMessages' => 'הודעות אישיות',
'notifications' => 'התראות',
'groups' => 'קבוצות',
'stories' => 'סיפורים',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'פרופיל',
'drive' => 'כונן (דרייב)',
'settings' => 'הגדרות',
'compose' => 'צרו חדש',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'אודות',
'help' => 'עזרה',
'language' => 'שפה',
'privacy' => 'פרטיות',
'terms' => 'תנאים',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'חזרה לעיצוב הקודם'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'הודעות נכנסות',
'sent' => 'הודעות יוצאות',
'requests' => 'בקשות'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'liked' => 'אהבו לך',
'commented' => 'העירו לך על',
'reacted' => 'הגיבו לך על',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
@ -85,16 +85,16 @@ return [
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'you' => 'אתכם',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'בקשתכם להצטרפות',
'applicationApproved' => 'אושרה!',
'applicationRejected' => 'נדחתה. ניתן לשלוח בקשה חוזרת לאחר 6 חודשים.',
'dm' => 'dm',
'groupPost' => 'group post',
'dm' => 'הודעה אישית',
'groupPost' => 'פוסט קבוצתי',
'modlog' => 'modlog',
'post' => 'post',
'post' => 'פוסט',
'story' => 'story',
],
@ -140,16 +140,16 @@ return [
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'confirmReport' => 'אישור דיווח',
'confirmReportText' => 'האם אתם בטוחים שברצונכם לדווח על פוסט זה?',
'reportSent' => 'דיווח נשלח!',
'reportSentText' => 'התקבלה הדיווח.',
'reportSentError' => 'הייתה תקלה בדיווח פוסט זה.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modAddCWConfirm' => 'אתם בטוחים שברצונכם להוסיף אזהרת תוכן לפוסט זה?',
'modCWSuccess' => 'אזהרת תוכן נוספה בהצלחה',
'modRemoveCWConfirm' => 'אתם בטוחים שברצונכם להסיר את אזהרת התוכן מפוסט זה?',
'modRemoveCWSuccess' => 'אזהרת תוכן הוסרה בהצלחה',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',

View File

@ -3,43 +3,43 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'comment' => 'Komentar',
'commented' => 'Mengomentari',
'comments' => 'Komentar',
'like' => 'Menyukai',
'liked' => 'Menyukai',
'likes' => 'Suka',
'share' => 'Bagikan',
'shared' => 'Dibagikan',
'shares' => 'Shares',
'unshare' => 'Unshare',
'unshare' => 'Batalkan berbagi',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'cancel' => 'Batal',
'copyLink' => 'Salin tautan',
'delete' => 'Hapus',
'error' => 'Kesalahan',
'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'other' => 'Lainnya',
'readMore' => 'Baca lebih lanjut',
'success' => 'Berhasil',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensitif',
'sensitiveContent' => 'Konten Sensitif',
'sensitiveContentWarning' => 'Postingan ini mengandung konten sensitif',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Ketentuan Penggunaan',
'privacy' => 'Kebijakan Privasi',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Cari',
'admin' => 'Dasbor Admin',
// Timelines
'homeFeed' => 'Home Feed',
'homeFeed' => 'Beranda',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
@ -56,6 +56,13 @@ return [
'settings' => 'Settings',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],

View File

@ -3,176 +3,176 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'shares' => 'Shares',
'unshare' => 'Unshare',
'comment' => 'Reactie',
'commented' => 'Heeft gereageerd',
'comments' => 'Reacties',
'like' => 'Leuk',
'liked' => 'Leuk gevonden',
'likes' => 'Leuk gevonden',
'share' => 'Delen',
'shared' => 'Gedeeld',
'shares' => 'Gedeeld door',
'unshare' => 'Niet meer delen',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Annuleren',
'copyLink' => 'Link kopiëren',
'delete' => 'Verwijderen',
'error' => 'Fout',
'errorMsg' => 'Er is iets misgegaan. Probeer het later opnieuw.',
'oops' => 'Oeps!',
'other' => 'Anders',
'readMore' => 'Lees meer',
'success' => 'Geslaagd',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Gevoelig',
'sensitiveContent' => 'Gevoelige inhoud',
'sensitiveContentWarning' => 'Deze post kan gevoelige inhoud bevatten',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Gebruiksvoorwaarden',
'privacy' => 'Privacy beleid',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Zoeken',
'admin' => 'Beheerdersdashboard',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Thuis Feed',
'localFeed' => 'Lokale Feed',
'globalFeed' => 'Globale feed',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Ontdekken',
'directMessages' => 'Directe berichten',
'notifications' => 'Notificaties',
'groups' => 'Groepen',
'stories' => 'Verhalen',
// Self links
'profile' => 'Profile',
'profile' => 'Profiel',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'settings' => 'Instellingen',
'compose' => 'Nieuwe aanmaken',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'about' => 'Over',
'help' => 'Hulp',
'language' => 'Taal',
'privacy' => 'Privacy',
'terms' => 'Terms',
'terms' => 'Voorwaarden',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Ga terug naar het vorige ontwerp'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'sent' => 'Verzonden',
'requests' => 'Verzoeken'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'liked' => 'vond leuk je',
'commented' => 'reageerde op je',
'reacted' => 'heeft gereageerd op je',
'shared' => 'deelde je',
'tagged' => 'heeft je gatagged in',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'updatedA' => 'heeft bijgewerkt een',
'sentA' => 'stuurde een',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'followed' => 'volgde',
'mentioned' => 'noemde',
'you' => 'jou',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'Uw aanvraag om toe te treden',
'applicationApproved' => 'werd goedgekeurd!',
'applicationRejected' => 'werd afgekeurd. Je kunt over 6 maanden opnieuw aanmelden.',
'dm' => 'dm',
'groupPost' => 'group post',
'modlog' => 'modlog',
'groupPost' => 'groepspost',
'modlog' => 'modlogboek',
'post' => 'post',
'story' => 'story',
'story' => 'verhaal',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
'shareToFollowers' => 'Deel met volgers',
'shareToOther' => 'Deel met anderen',
'noLikes' => 'Nog geen leuks',
'uploading' => 'Uploaden',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
'followers' => 'Volgers',
'following' => 'Aan het volgen',
'admin' => 'Beheerder',
'collections' => 'Collecties',
'follow' => 'Volgen',
'unfollow' => 'Ontvolgen',
'editProfile' => 'Profiel bewerken',
'followRequested' => 'Volgen verzocht',
'joined' => 'Lid geworden',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'embed' => 'Embed',
'viewPost' => 'Post bekijken',
'viewProfile' => 'Profiel bekijken',
'moderationTools' => 'Moderatiegereedschappen',
'report' => 'Rapporteren',
'archive' => 'Archief',
'unarchive' => 'Dearchiveren',
'embed' => 'Insluiten',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'selectOneOption' => 'Selecteer een van de volgende opties',
'unlistFromTimelines' => 'Uit tijdlijnen halen',
'addCW' => 'Inhoudswaarschuwing toevoegen',
'removeCW' => 'Inhoudswaarschuwing verwijderen',
'markAsSpammer' => 'Markeren als spammer',
'markAsSpammerText' => 'Uit lijst halen + inhoudswaarschuwing bestaande en toekomstige posts',
'spam' => 'Spam',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'sensitive' => 'Gevoelige inhoud',
'abusive' => 'Beledigend of Schadelijk',
'underageAccount' => 'Minderjarig account',
'copyrightInfringement' => 'Auteursrechtenschending',
'impersonation' => 'Impersonatie',
'scamOrFraud' => 'Oplichting of fraude',
'confirmReport' => 'Bevestig Rapport',
'confirmReportText' => 'Weet je zeker dat je deze post wilt rapporteren?',
'reportSent' => 'Rapport verzonden!',
'reportSentText' => 'We hebben uw rapport met succes ontvangen.',
'reportSentError' => 'Er is een probleem opgetreden bij het rapporteren van deze post.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'modAddCWConfirm' => 'Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan deze post?',
'modCWSuccess' => 'Inhoudswaarschuwing succesvol toegevoegd',
'modRemoveCWConfirm' => 'Weet u zeker dat u de waarschuwing voor inhoud wilt verwijderen van deze post?',
'modRemoveCWSuccess' => 'Succesvol de inhoudswaarschuwing verwijderd',
'modUnlistConfirm' => 'Weet je zeker dat je deze post uit de lijst wilt halen?',
'modUnlistSuccess' => 'Post met succes uit de lijst gehaald',
'modMarkAsSpammerConfirm' => 'Weet u zeker dat u deze gebruiker wilt markeren als spammer? Alle bestaande en toekomstige posts worden niet vermeld op tijdlijnen en een waarschuwing over de inhoud zal worden toegepast.',
'modMarkAsSpammerSuccess' => 'Account succesvol gemarkeerd als spammer',
'toFollowers' => 'to Followers',
'toFollowers' => 'naar volgers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'showCaption' => 'Onderschrift tonen',
'showLikes' => 'Leuks tonen',
'compactMode' => 'Compacte modus',
'embedConfirmText' => 'Door deze embed te gebruiken, gaat u akkoord met onze',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
'deletePostConfirm' => 'Weet je zeker dat je deze post wil verwijderen?',
'archivePostConfirm' => 'Weet je zeker dat je deze post wilt archiveren?',
'unarchivePostConfirm' => 'Weet je zeker dat je deze post wilt dearchiveren?',
],
'story' => [
'add' => 'Add Story'
'add' => 'Verhaal toevoegen'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
'peopleYouMayKnow' => 'Mensen die u misschien kent'
]
];

View File

@ -3,74 +3,74 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'comment' => 'Комментарий',
'commented' => 'Прокомментировано',
'comments' => 'Комментарии',
'like' => 'Мне нравится',
'liked' => 'Вы лайкнули',
'likes' => 'Лайки',
'share' => 'Поделиться',
'shared' => 'Поделились',
'shares' => 'Shares',
'unshare' => 'Unshare',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'cancel' => 'Отмена',
'copyLink' => 'Скопировать ссылку',
'delete' => 'Удалить',
'error' => 'Ошибка',
'errorMsg' => 'Что-то пошло не так. Пожалуйста, попробуйте еще раз позже.',
'oops' => 'Упс!',
'other' => 'Прочее',
'readMore' => 'Читать далее',
'success' => 'Успешно',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Чувствительный',
'sensitiveContent' => 'Чувствительный контент',
'sensitiveContentWarning' => 'Этот пост может содержать чувствительный контент',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Условия использования',
'privacy' => 'Политика конфиденциальности',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Поиск',
'admin' => 'Панель администратора',
// Timelines
'homeFeed' => 'Home Feed',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
'homeFeed' => 'Домашняя лента',
'localFeed' => 'Локальная лента',
'globalFeed' => 'Глобальная лента',
// Core features
'discover' => 'Discover',
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
'groups' => 'Groups',
'stories' => 'Stories',
'discover' => 'Общее',
'directMessages' => 'Личные Сообщения',
'notifications' => 'Уведомления',
'groups' => 'Группы',
'stories' => 'Истории',
// Self links
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
'compose' => 'Create New',
'profile' => 'Профиль',
'drive' => 'Диск',
'settings' => 'Настройки',
'compose' => 'Создать новый пост',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
'about' => 'О нас',
'help' => 'Помощь',
'language' => 'Язык',
'privacy' => 'Конфиденциальность',
'terms' => 'Условия использования',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
'backToPreviousDesign' => 'Вернуться к предыдущему дизайну'
],
'directMessages' => [
'inbox' => 'Inbox',
'sent' => 'Sent',
'requests' => 'Requests'
'inbox' => 'Входящие',
'sent' => 'Отправленные',
'requests' => 'Запросы'
],
'notifications' => [
@ -85,16 +85,16 @@ return [
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'you',
'you' => 'вы',
'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
'yourApplication' => 'Ваше заявка на вступление',
'applicationApproved' => 'было одобрено!',
'applicationRejected' => 'было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.',
'dm' => 'dm',
'groupPost' => 'group post',
'groupPost' => 'сообщения группы',
'modlog' => 'modlog',
'post' => 'post',
'post' => 'пост',
'story' => 'story',
],
@ -111,20 +111,20 @@ return [
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Follow',
'unfollow' => 'Unfollow',
'editProfile' => 'Edit Profile',
'follow' => 'Подписаться',
'unfollow' => 'Отписаться',
'editProfile' => 'Редактировать профиль',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'View Profile',
'viewProfile' => 'Посмотреть профиль',
'moderationTools' => 'Moderation Tools',
'report' => 'Report',
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'report' => 'Пожаловаться',
'archive' => 'Архив',
'unarchive' => 'Вернуть из архива',
'embed' => 'Embed',
'selectOneOption' => 'Select one of the following options',
@ -133,7 +133,7 @@ return [
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam',
'spam' => 'Спам',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',