Browse Source

Merge pull request #5907 from pixelfed/l10n_staging

New Crowdin updates
daniel 2 months ago
parent
commit
2b268b80bb
5 changed files with 161 additions and 160 deletions
  1. 2 2
      resources/lang/it/web.php
  2. 9 9
      resources/lang/nl/web.php
  3. 13 12
      resources/lang/pt/web.php
  4. 1 1
      resources/lang/tr/web.php
  5. 136 136
      resources/lang/zh/web.php

+ 2 - 2
resources/lang/it/web.php

@@ -27,7 +27,7 @@ return [
 		'proceed' => 'Procedi',
 		'next' => 'Avanti',
 		'close' => 'Chiudi',
-		'clickHere' => 'cclicca qui',
+		'clickHere' => 'clicca qui',
 
 		'sensitive' => 'Sensibile',
 		'sensitiveContent' => 'Contenuto Sensibile',
@@ -82,7 +82,7 @@ return [
 	'notifications' => [
 		'liked' => 'ha messo like a',
 		'commented' => 'ha commentato il tuo',
-		'reacted' => 'ha reagito a',
+		'reacted' => 'ha reagito al tuo',
 		'shared' => 'ha condiviso il tuo',
 		'tagged' => 'ti ha taggato in',
 

+ 9 - 9
resources/lang/nl/web.php

@@ -98,9 +98,9 @@ return [
 		'applicationRejected' => 'werd afgekeurd. Je kunt over 6 maanden opnieuw aanmelden.',
 
 		'dm' => 'dm',
-		'groupPost' => 'groepspost',
+		'groupPost' => 'groepsbericht',
 		'modlog' => 'modlogboek',
-		'post' => 'post',
+		'post' => 'bericht',
 		'story' => 'verhaal',
 		'noneFound' => 'Geen notificaties gevonden',
 	],
@@ -108,7 +108,7 @@ return [
 	'post' => [
 		'shareToFollowers' => 'Deel met volgers',
 		'shareToOther' => 'Deel met anderen',
-		'noLikes' => 'Nog geen leuks',
+		'noLikes' => 'Nog geen likes',
 		'uploading' => 'Uploaden',
 	],
 
@@ -125,11 +125,11 @@ return [
 		'joined' => 'Lid geworden',
 
 		'emptyCollections' => 'We kunnen geen collecties vinden',
-		'emptyPosts' => 'We kunnen geen posts vinden',
+		'emptyPosts' => 'We kunnen geen berichten vinden',
 	],
 
 	'menu' => [
-		'viewPost' => 'Post bekijken',
+		'viewPost' => 'Berichten bekijken',
 		'viewProfile' => 'Profiel bekijken',
 		'moderationTools' => 'Moderatiegereedschappen',
 		'report' => 'Rapporteren',
@@ -151,14 +151,14 @@ return [
 		'impersonation' => 'Impersonatie',
 		'scamOrFraud' => 'Oplichting of fraude',
 		'confirmReport' => 'Bevestig Rapport',
-		'confirmReportText' => 'Weet je zeker dat je deze post wilt rapporteren?',
+		'confirmReportText' => 'Weet je zeker dat je dit bericht 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.',
+		'reportSentError' => 'Er is een probleem opgetreden bij het rapporteren van dit bericht.',
 
-		'modAddCWConfirm' => 'Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan deze post?',
+		'modAddCWConfirm' => 'Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan dit bericht?',
 		'modCWSuccess' => 'Inhoudswaarschuwing succesvol toegevoegd',
-		'modRemoveCWConfirm' => 'Weet u zeker dat u de waarschuwing voor inhoud wilt verwijderen van deze post?',
+		'modRemoveCWConfirm' => 'Weet u zeker dat u de inhoudswaarschuwing wilt verwijderen van dit bericht?',
 		'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',

+ 13 - 12
resources/lang/pt/web.php

@@ -6,18 +6,18 @@ return [
 		'comment' => 'Comentar',
 		'commented' => 'Comentado',
 		'comments' => 'Comentários',
-		'like' => 'Gosto',
-		'liked' => 'Gostei',
-		'likes' => 'Gostos',
+		'like' => 'Curtir',
+		'liked' => 'Curtiu',
+		'likes' => 'Curtidas',
 		'share' => 'Compartilhar',
 		'shared' => 'Compartilhado',
-		'shares' => 'Partilhas',
-		'unshare' => 'Despartilhar',
+		'shares' => 'Compartilhamentos',
+		'unshare' => 'Remover compartilhamento',
 		'bookmark' => 'Favorito',
 
 		'cancel' => 'Cancelar',
 		'copyLink' => 'Copiar link',
-		'delete' => 'Eliminar',
+		'delete' => 'Excluir',
 		'error' => 'Erro',
 		'errorMsg' => 'Algo correu mal. Por favor, tente novamente mais tarde.',
 		'oops' => 'Opa!',
@@ -43,7 +43,7 @@ return [
 
 	'navmenu' => [
 		'search' => 'Pesquisa',
-		'admin' => 'Painel de Administração',
+		'admin' => 'Painel Administrativo',
 
 		// Timelines
 		'homeFeed' => 'Inicio',
@@ -51,7 +51,7 @@ return [
 		'globalFeed' => 'Feed global',
 
 		// Core features
-		'discover' => 'Descobrir',
+		'discover' => 'Explorar',
 		'directMessages' => 'Mensagens Diretas',
 		'notifications' => 'Notificações',
 		'groups' => 'Grupos',
@@ -61,10 +61,11 @@ return [
 		'profile' => 'Perfil',
 		'drive' => 'Drive',
 		'settings' => 'Definições',
-        'appearance' => 'Aparência',
+    'appearance' => 'Aparência',
 		'compose' => 'Criar novo',
 		'logout' => 'Terminar Sessão',
-        "createStory" => "Criar Story",
+     "createStory" => "Criar Story",
+
 
 		// Nav footer
 		'about' => 'Sobre',
@@ -174,11 +175,11 @@ return [
 		'embed' => 'Incorporar',
 
 		'selectOneOption' => 'Selecione uma das seguintes opções',
-		'unlistFromTimelines' => 'Remover das cronologias',
+		'unlistFromTimelines' => 'Remover das Timelines',
 		'addCW' => 'Adicionar aviso de conteúdo',
 		'removeCW' => 'Remover aviso de conteúdo',
 		'markAsSpammer' => 'Marcar como Spammer',
-		'markAsSpammerText' => 'Remover das cronologias e adicionar um aviso de conteúdo às publicações existentes e futuras',
+		'markAsSpammerText' => 'Remover das timelines e adicionar um aviso de conteúdo às publicações existentes e futuras',
 		'spam' => 'Lixo Eletrônico',
 		'sensitive' => 'Conteúdo Sensível',
 		'abusive' => 'Abusivo ou prejudicial',

+ 1 - 1
resources/lang/tr/web.php

@@ -124,7 +124,7 @@ return [
 		'followRequested' => 'Takip İsteği',
 		'joined' => 'Katıldı',
 
-		'emptyCollections' => 'Herhangi bir koleksiyon bulunmuyor',
+		'emptyCollections' => 'Herhangi bir derleme bulunmuyor',
 		'emptyPosts' => 'Herhangi bir gönderi bulunmuyor',
 	],
 

+ 136 - 136
resources/lang/zh/web.php

@@ -3,206 +3,206 @@
 return [
 
 	'common' => [
-		'comment' => '評論',
-		'commented' => '已評論',
-		'comments' => '條意見評論',
-		'like' => '按讚',
-		'liked' => '已按讚',
-		'likes' => '個人已按讚',
+		'comment' => '评论',
+		'commented' => '已评论',
+		'comments' => '评论',
+		'like' => '',
+		'liked' => '已',
+		'likes' => '点赞',
 		'share' => '分享',
-		'shared' => '已分享',
-		'shares' => '分享',
+		'shared' => '已分享',
+		'shares' => '分享',
 		'unshare' => '取消分享',
-		'bookmark' => '書籤',
+		'bookmark' => '收藏',
 
 		'cancel' => '取消',
-		'copyLink' => '複製連結',
+		'copyLink' => '复制链接',
 		'delete' => '删除',
-		'error' => '錯誤',
-		'errorMsg' => '出了點小問題,請稍後重試。',
-		'oops' => '呃…',
-		'other' => '其',
-		'readMore' => '繼續讀下去',
+		'error' => '错误',
+		'errorMsg' => '出错了。请稍后再试。',
+		'oops' => '哎呀!',
+		'other' => '其',
+		'readMore' => '阅读更多',
 		'success' => '成功',
-		'proceed' => '繼續',
-		'next' => '下一',
-		'close' => '關閉',
-		'clickHere' => '點擊此處',
-
-		'sensitive' => '敏感內容',
-		'sensitiveContent' => '敏感容',
-		'sensitiveContentWarning' => '這篇文可能包含敏感內容',
+		'proceed' => '继续',
+		'next' => '下一',
+		'close' => '关闭',
+		'clickHere' => '点击此处',
+
+		'sensitive' => '敏感',
+		'sensitiveContent' => '敏感容',
+		'sensitiveContentWarning' => '此帖文可能包含敏感内容',
 	],
 
 	'site' => [
-		'terms' => '使用款',
-		'privacy' => '隱私權政策',
+		'terms' => '使用款',
+		'privacy' => '隐私政策',
 	],
 
 	'navmenu' => [
-		'search' => '搜',
-		'admin' => '管理儀表板',
+		'search' => '搜',
+		'admin' => '管理板',
 
 		// Timelines
-		'homeFeed' => '首頁動態',
-		'localFeed' => '站內動態',
-		'globalFeed' => '聯邦動態',
+		'homeFeed' => '主页',
+		'localFeed' => '本站动态',
+		'globalFeed' => '跨站动态',
 
 		// Core features
 		'discover' => '探索',
-		'directMessages' => '私人訊息',
+		'directMessages' => '私',
 		'notifications' => '通知',
-		'groups' => '群',
-		'stories' => '限時動態',
+		'groups' => '群',
+		'stories' => '故事',
 
 		// Self links
-		'profile' => '個人檔案',
-		'drive' => 'Drive',
-		'settings' => '設定',
-		'compose' => '新增',
+		'profile' => '个人资料',
+		'drive' => '网盘',
+		'settings' => '设置',
+		'compose' => '创建',
 		'logout' => '登出',
 
 		// Nav footer
-		'about' => '關於',
-		'help' => '説明',
-		'language' => '言',
-		'privacy' => '隱私權',
-		'terms' => '款',
+		'about' => '关于',
+		'help' => '帮助',
+		'language' => '言',
+		'privacy' => '隐私',
+		'terms' => '使用条款',
 
 		// Temporary links
-		'backToPreviousDesign' => '回到先前的設計'
+		'backToPreviousDesign' => '返回上一个设计'
 	],
 
 	'directMessages' => [
-		'inbox' => '收件',
-		'sent' => '寄件夾',
-		'requests' => '求'
+		'inbox' => '收件',
+		'sent' => '已发送',
+		'requests' => '求'
 	],
 
 	'notifications' => [
-		'liked' => '喜歡你的',
-		'commented' => '評論了你的',
-		'reacted' => '反應了你的',
-		'shared' => '分享了你的',
-		'tagged' => 'tagged you in a',
+		'liked' => '点赞了你的',
+		'commented' => '评论了你的',
+		'reacted' => '回应了你的',
+		'shared' => '转发了你的',
+		'tagged' => '在帖子中标记了你',
 
-		'updatedA' => 'updated a',
-		'sentA' => 'sent a',
+		'updatedA' => '更新了一个',
+		'sentA' => '发送了一个',
 
-		'followed' => '已注',
-		'mentioned' => '提及',
+		'followed' => '已注',
+		'mentioned' => '提及',
 		'you' => '你',
 
-		'yourApplication' => '您的加入申請',
-		'applicationApproved' => '被批准了!',
-		'applicationRejected' => '被拒絕。您可以在 6 個月後再次申請加入。',
+		'yourApplication' => '您想要加入',
+		'applicationApproved' => '的申请被批准了!',
+		'applicationRejected' => '的申请被拒绝。您可以在 6 个月后重新申请加入。',
 
-		'dm' => '直接訊息',
-		'groupPost' => 'group post',
-		'modlog' => 'modlog',
-		'post' => 'post',
-		'story' => 'story',
-		'noneFound' => 'No notifications found',
+		'dm' => '私信',
+		'groupPost' => '群组贴文',
+		'modlog' => '管理日志',
+		'post' => '帖文',
+		'story' => '故事',
+		'noneFound' => '暂无通知',
 	],
 
 	'post' => [
-		'shareToFollowers' => 'Share to followers',
-		'shareToOther' => 'Share to other',
-		'noLikes' => 'No likes yet',
-		'uploading' => '上中',
+		'shareToFollowers' => '分享给关注者',
+		'shareToOther' => '与他人分享',
+		'noLikes' => '尚无点赞',
+		'uploading' => '上中',
 	],
 
 	'profile' => [
-		'posts' => 'Posts',
-		'followers' => '跟隨者',
-		'following' => '追蹤中',
-		'admin' => '管理',
-		'collections' => 'Collections',
-		'follow' => '追蹤',
-		'unfollow' => '取消追蹤',
-		'editProfile' => '編輯個人檔案',
-		'followRequested' => '追蹤請求',
-		'joined' => 'Joined',
-
-		'emptyCollections' => 'We can\'t seem to find any collections',
-		'emptyPosts' => 'We can\'t seem to find any posts',
+		'posts' => '帖子',
+		'followers' => '关注者',
+		'following' => '正在关注',
+		'admin' => '管理',
+		'collections' => '影集',
+		'follow' => '关注',
+		'unfollow' => '取消关注',
+		'editProfile' => '编辑个人资料',
+		'followRequested' => '已发送关注请求',
+		'joined' => '已加入',
+
+		'emptyCollections' => '我们似乎找不到任何影集',
+		'emptyPosts' => '我们似乎未能找到任何帖文',
 	],
 
 	'menu' => [
-		'viewPost' => 'View Post',
-		'viewProfile' => 'View Profile',
-		'moderationTools' => 'Moderation Tools',
-		'report' => '檢舉',
+		'viewPost' => '查看帖文',
+		'viewProfile' => '查看个人资料',
+		'moderationTools' => '管理工具',
+		'report' => '举报',
 		'archive' => '封存',
 		'unarchive' => '取消封存',
 		'embed' => '嵌入',
 
-		'selectOneOption' => '選擇以下選項之一',
-		'unlistFromTimelines' => '不在時間軸中上顯示',
-		'addCW' => '增加內容警告',
-		'removeCW' => '移除容警告',
-		'markAsSpammer' => '標記為垃圾訊息來源者',
-		'markAsSpammerText' => '對計有及未來貼文設定成不列出和增加內容警告',
-		'spam' => '垃圾訊息',
-		'sensitive' => '敏感容',
-		'abusive' => '辱罵或有害',
-		'underageAccount' => '未成年帳號',
-		'copyrightInfringement' => '侵犯版權',
-		'impersonation' => '假冒帳號',
-		'scamOrFraud' => '詐騙內容',
-		'confirmReport' => '確認檢舉',
-		'confirmReportText' => '你確定要檢舉這篇貼文?',
-		'reportSent' => '檢舉已送出!',
-		'reportSentText' => '我們已經收到你的檢舉。',
-		'reportSentError' => '檢舉此貼文時出現問題。',
-
-		'modAddCWConfirm' => '您確定要為此貼文添加內容警告嗎?',
-		'modCWSuccess' => '成功添加內容警告',
-		'modRemoveCWConfirm' => '您確定要刪除此貼文上的內容警告嗎?',
-		'modRemoveCWSuccess' => '已成功刪除內容警告',
-		'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
-		'modUnlistSuccess' => 'Successfully unlisted post',
-		'modMarkAsSpammerConfirm' => '您確定要將此使用者標記為垃圾訊息發送者嗎?所有現有和未來的貼文將改為非公開,並將加上內容警告。',
-		'modMarkAsSpammerSuccess' => '已成功將帳戶標記為垃圾訊息發送者',
-
-		'toFollowers' => '給關注者',
-
-		'showCaption' => '顯示文字說明',
-		'showLikes' => '顯示喜歡',
-		'compactMode' => '緊湊模式',
-		'embedConfirmText' => '使用此嵌入式內容即表示您同意我們的',
-
-		'deletePostConfirm' => '你確定要刪除此貼文?',
-		'archivePostConfirm' => '您確定要封存此貼文嗎?',
-		'unarchivePostConfirm' => '您確定要解除封存此貼文嗎?',
+		'selectOneOption' => '请从下列选项中选择一个',
+		'unlistFromTimelines' => '从时间线中隐藏',
+		'addCW' => '添加内容警告',
+		'removeCW' => '移除容警告',
+		'markAsSpammer' => '标记为骚扰信息发送者',
+		'markAsSpammerText' => '将所有目前及未来的帖子隐藏并添加内容警告',
+		'spam' => '骚扰信息',
+		'sensitive' => '敏感容',
+		'abusive' => '恶意或有害的',
+		'underageAccount' => '未成年账户',
+		'copyrightInfringement' => '版权侵犯',
+		'impersonation' => '冒充他人',
+		'scamOrFraud' => '骚扰或欺诈行为',
+		'confirmReport' => '确认举报',
+		'confirmReportText' => '您确定要举报这篇帖文吗?',
+		'reportSent' => '举报已发送!',
+		'reportSentText' => '我们已成功收到您的举报。',
+		'reportSentError' => '举报这个帖子时出现问题。',
+
+		'modAddCWConfirm' => '您确定要为这个帖文添加内容警告?',
+		'modCWSuccess' => '内容警告已成功添加',
+		'modRemoveCWConfirm' => '您确定要移除这个帖文上的内容警告吗?',
+		'modRemoveCWSuccess' => '内容警告已被成功移除',
+		'modUnlistConfirm' => '您确定要隐藏这个帖文吗?',
+		'modUnlistSuccess' => '帖文已被成功隐藏',
+		'modMarkAsSpammerConfirm' => '您确定要将此用户标记为垃圾信息发送者?所有此用户的现有和未来的帖子都将被隐藏,并添加内容警告。',
+		'modMarkAsSpammerSuccess' => '成功地将帐户标记为垃圾信息发送者',
+
+		'toFollowers' => '至关注者',
+
+		'showCaption' => '显示标题',
+		'showLikes' => '显示点赞',
+		'compactMode' => '紧凑模式',
+		'embedConfirmText' => '使用这段嵌入内容代表您将同意我们的',
+
+		'deletePostConfirm' => '您确定要删除该贴吗?',
+		'archivePostConfirm' => '您确定要封存此贴文吗?',
+		'unarchivePostConfirm' => '您确定要取消封存此贴文吗?',
 	],
 
 	'story' => [
-		'add' => '新增故事'
+		'add' => '添加故事'
 	],
 
 	'timeline' => [
-		'peopleYouMayKnow' => '你可能認識',
+		'peopleYouMayKnow' => '您可能认识的人',
 
 		'onboarding' => [
-			'welcome' => '迎',
-			'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
-			'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
-			'refreshFeed' => '更新我的源',
+			'welcome' => '迎',
+			'thisIsYourHomeFeed' => '这是你的主页时间线,它会按时间顺序排列你所关注的账户的帖子。',
+			'letUsHelpYouFind' => '让我们帮你找一些有趣的人来关注',
+			'refreshFeed' => '刷新动态列表',
 		],
 	],
 
 	'hashtags' => [
-		'emptyFeed' => '我們似乎找不到此主題標籤的任何貼文'
+		'emptyFeed' => '我们似乎找不到这个标签的任何帖子'
 	],
 
 	'report' => [
-		'report' => '檢舉',
-		'selectReason' => '選擇一個理由',
-		'reported' => '已檢舉',
-		'sendingReport' => '送出檢舉',
-		'thanksMsg' => '感謝你的檢舉讓世界更美好!',
-		'contactAdminMsg' => '如果你想要提供更多有關本次檢舉的內容給管理員',
+		'report' => '举报',
+		'selectReason' => '选择理由',
+		'reported' => '已举报',
+		'sendingReport' => '正在提交举报',
+		'thanksMsg' => '感谢你的举报,这有助于维护我们社区的安全!',
+		'contactAdminMsg' => '如果你想就这个帖子联系管理员或管理员举报',
 	],
 
 ];