From 4289ecd0370a70c75658d38b0c2a62700c4b69e5 Mon Sep 17 00:00:00 2001 From: Eugen Rochko <eugen@zeonfederated.com> Date: Thu, 3 Oct 2019 22:41:21 +0200 Subject: [PATCH] New Crowdin translations (#12067) * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.json (Turkish) [ci skip] * New translations en.yml (Turkish) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.json (Japanese) [ci skip] * New translations en.yml (Turkish) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Turkish) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.json (Arabic) [ci skip] * New translations en.yml (Arabic) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Indonesian) [ci skip] * New translations en.yml (Arabic) [ci skip] * New translations simple_form.en.yml (Arabic) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.json (French) [ci skip] * New translations simple_form.en.yml (French) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.json (French) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations simple_form.en.yml (Japanese) [ci skip] * New translations simple_form.en.yml (Japanese) [ci skip] * New translations en.yml (Japanese) [ci skip] * New translations en.yml (Turkish) [ci skip] * New translations en.yml (Turkish) [ci skip] * New translations en.json (Persian) [ci skip] * New translations en.json (Persian) [ci skip] * i18n-tasks normalize * yarn manage:translations --- app/javascript/mastodon/locales/ar.json | 6 +- app/javascript/mastodon/locales/fa.json | 4 +- app/javascript/mastodon/locales/fr.json | 14 ++--- app/javascript/mastodon/locales/ja.json | 8 +-- app/javascript/mastodon/locales/tr.json | 4 +- config/locales/ar.yml | 8 +++ config/locales/id.yml | 76 +++++++++++++++++++++++++ config/locales/ja.yml | 32 +++++------ config/locales/simple_form.ar.yml | 5 ++ config/locales/simple_form.fr.yml | 4 +- config/locales/tr.yml | 53 +++++++++++++++++ 11 files changed, 178 insertions(+), 36 deletions(-) diff --git a/app/javascript/mastodon/locales/ar.json b/app/javascript/mastodon/locales/ar.json index 7202548b6f..1a558e3b80 100644 --- a/app/javascript/mastodon/locales/ar.json +++ b/app/javascript/mastodon/locales/ar.json @@ -38,7 +38,7 @@ "account.unfollow": "إلغاء المتابعة", "account.unmute": "إلغاء الكتم عن @{name}", "account.unmute_notifications": "إلغاء كتم إخطارات @{name}", - "alert.rate_limited.message": "Please retry after {retry_time, time, medium}.", + "alert.rate_limited.message": "يرجى إعادة المØاولة بعد {retry_time, time, medium}.", "alert.rate_limited.title": "Rate limited", "alert.unexpected.message": "لقد طرأ هناك خطأ غير متوقّع.", "alert.unexpected.title": "المعذرة!", @@ -116,7 +116,7 @@ "conversation.open": "اعرض المØادثة", "conversation.with": "بـ {names}", "directory.federated": "From known fediverse", - "directory.local": "From {domain} only", + "directory.local": "Ù…ÙÙ† {domain} Ùقط", "directory.new_arrivals": "الواÙدون الجÙدد", "directory.recently_active": "نشط مؤخرا", "embed.instructions": "يمكنكم إدماج هذا المنشور على موقعكم الإلكتروني عن طريق نسخ الشÙرة أدناه.", @@ -316,7 +316,7 @@ "privacy.public.short": "للعامة", "privacy.unlisted.long": "لا تقم بإدراجه على الخيوط العامة", "privacy.unlisted.short": "غير مدرج", - "refresh": "Refresh", + "refresh": "أنعÙØ´", "regeneration_indicator.label": "جار٠التØميل…", "regeneration_indicator.sublabel": "جار٠تجهيز تغذية صÙØتك الرئيسية!", "relative_time.days": "{number}ÙŠ", diff --git a/app/javascript/mastodon/locales/fa.json b/app/javascript/mastodon/locales/fa.json index fb596b258e..97b7dc00dd 100644 --- a/app/javascript/mastodon/locales/fa.json +++ b/app/javascript/mastodon/locales/fa.json @@ -178,7 +178,7 @@ "home.column_settings.basic": "اصلی", "home.column_settings.show_reblogs": "نمایش بازبوق‌ها", "home.column_settings.show_replies": "نمایش پاسخ‌ها", - "home.column_settings.update_live": "Update in real-time", + "home.column_settings.update_live": "به‌روزرسانی Ù„Øظه‌ای", "intervals.full.days": "{number, plural, one {# روز} other {# روز}}", "intervals.full.hours": "{number, plural, one {# ساعت} other {# ساعت}}", "intervals.full.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}}", @@ -272,7 +272,7 @@ "navigation_bar.preferences": "ترجیØات", "navigation_bar.public_timeline": "نوشته‌های همه‌جا", "navigation_bar.security": "امنیت", - "notification.and_n_others": "and {count, plural, one {# other} other {# others}}", + "notification.and_n_others": "Ùˆ {count, plural, one {# اعلان دیگر} other {# اعلان دیگر}}", "notification.favourite": "‫{name}‬ نوشتهٔ شما را پسندید", "notification.follow": "‫{name}‬ پیگیر شما شد", "notification.mention": "‫{name}‬ از شما نام برد", diff --git a/app/javascript/mastodon/locales/fr.json b/app/javascript/mastodon/locales/fr.json index ea333b4dcf..daa4cc5294 100644 --- a/app/javascript/mastodon/locales/fr.json +++ b/app/javascript/mastodon/locales/fr.json @@ -152,10 +152,10 @@ "empty_column.mutes": "Vous n’avez pas encore mis d'utilisateur·rice·s en silence.", "empty_column.notifications": "Vous n’avez pas encore de notification. Interagissez avec d’autres personnes pour débuter la conversation.", "empty_column.public": "Il n’y a rien ici ! Écrivez quelque chose publiquement, ou bien suivez manuellement des personnes d’autres instances pour le remplir", - "error.unexpected_crash.explanation": "Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.", - "error.unexpected_crash.next_steps": "Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.", - "errors.unexpected_crash.copy_stacktrace": "Copy stacktrace to clipboard", - "errors.unexpected_crash.report_issue": "Report issue", + "error.unexpected_crash.explanation": "En raison d’un bug dans notre code ou d’un problème de compatibilité avec le navigateur, cette page n’a pas pu être affichée correctement.", + "error.unexpected_crash.next_steps": "Essayez de rafraîchir la page. Si cela n’aide pas, vous pouvez toujours utiliser Mastodon via un autre navigateur ou une application native.", + "errors.unexpected_crash.copy_stacktrace": "Copier la trace de pile dans le presse-papier", + "errors.unexpected_crash.report_issue": "Signaler un bogue", "follow_request.authorize": "Accepter", "follow_request.reject": "Rejeter", "getting_started.developers": "Développeur·euse·s", @@ -178,7 +178,7 @@ "home.column_settings.basic": "Base", "home.column_settings.show_reblogs": "Afficher les partages", "home.column_settings.show_replies": "Afficher les réponses", - "home.column_settings.update_live": "Update in real-time", + "home.column_settings.update_live": "Mise à jour en temps réel", "intervals.full.days": "{number, plural, one {# jour} other {# jours}}", "intervals.full.hours": "{number, plural, one {# heure} other {# heures}}", "intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}", @@ -272,7 +272,7 @@ "navigation_bar.preferences": "Préférences", "navigation_bar.public_timeline": "Fil public global", "navigation_bar.security": "Sécurité", - "notification.and_n_others": "and {count, plural, one {# other} other {# others}}", + "notification.and_n_others": "et {count, plural, one {# autre} other {# autres}}", "notification.favourite": "{name} a ajouté à ses favoris :", "notification.follow": "{name} vous suit", "notification.mention": "{name} vous a mentionné :", @@ -316,7 +316,7 @@ "privacy.public.short": "Public", "privacy.unlisted.long": "Ne pas afficher dans les fils publics", "privacy.unlisted.short": "Non listé", - "refresh": "Refresh", + "refresh": "Actualiser", "regeneration_indicator.label": "Chargement…", "regeneration_indicator.sublabel": "Le flux de votre page principale est en cours de préparation !", "relative_time.days": "{number} j", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index ae66449385..22426f5b50 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -103,7 +103,7 @@ "confirmations.logout.confirm": "ãƒã‚°ã‚¢ã‚¦ãƒˆ", "confirmations.logout.message": "本当ã«ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¾ã™ã‹ï¼Ÿ", "confirmations.mute.confirm": "ミュート", - "confirmations.mute.explanation": "ã“ã‚Œã«ã‚ˆã‚Šç›¸æ‰‹ã®ãƒˆã‚¥ãƒ¼ãƒˆã¨è¿”ä¿¡ã¯è¦‹ãˆãªããªã‚Šã¾ã™ãŒã€ç›¸æ‰‹ã¯ã‚ãªãŸã‚’フォãƒãƒ¼ã—続ã‘トゥートを見るã“ã¨ãŒã§ãã¾ã™ã€‚", + "confirmations.mute.explanation": "ã“ã‚Œã«ã‚ˆã‚Šç›¸æ‰‹ã®ãƒˆã‚¥ãƒ¼ãƒˆã¨è¿”ä¿¡ã¯è¦‹ãˆãªããªã‚Šã¾ã™ãŒã€å¼•ã続ãã‚ãªãŸã‚’フォãƒãƒ¼ã—トゥートを見るã“ã¨ã¯ã§ãã¾ã™ã€‚", "confirmations.mute.message": "本当ã«{name}ã•ã‚“をミュートã—ã¾ã™ã‹ï¼Ÿ", "confirmations.redraft.confirm": "削除ã—ã¦ä¸‹æ›¸ãã«æˆ»ã™", "confirmations.redraft.message": "本当ã«ã“ã®ãƒˆã‚¥ãƒ¼ãƒˆã‚’削除ã—ã¦ä¸‹æ›¸ãã«æˆ»ã—ã¾ã™ã‹ï¼Ÿ ã“ã®ãƒˆã‚¥ãƒ¼ãƒˆã¸ã®ãŠæ°—ã«å…¥ã‚Šç™»éŒ²ã‚„ブーストã¯å¤±ã‚ã‚Œã€è¿”ä¿¡ã¯å¤ç«‹ã™ã‚‹ã“ã¨ã«ãªã‚Šã¾ã™ã€‚", @@ -111,7 +111,7 @@ "confirmations.reply.message": "今返信ã™ã‚‹ã¨ç¾åœ¨ä½œæˆä¸ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ãŒä¸Šæ›¸ãã•ã‚Œã¾ã™ã€‚本当ã«å®Ÿè¡Œã—ã¾ã™ã‹ï¼Ÿ", "confirmations.unfollow.confirm": "フォãƒãƒ¼è§£é™¤", "confirmations.unfollow.message": "本当ã«{name}ã•ã‚“ã®ãƒ•ã‚©ãƒãƒ¼ã‚’解除ã—ã¾ã™ã‹ï¼Ÿ", - "conversation.delete": "ã“ã®ã‚„ã‚Šã¨ã‚Šã‚’削除", + "conversation.delete": "ã“ã®ä¼šè©±ã‚’削除", "conversation.mark_as_read": "æ—¢èªã«ã™ã‚‹", "conversation.open": "会話を表示", "conversation.with": "{names}", @@ -396,7 +396,7 @@ "time_remaining.moments": "ã¾ã‚‚ãªã終了", "time_remaining.seconds": "残り{number}秒", "trends.count_by_accounts": "{count}人ãŒãƒˆã‚¥ãƒ¼ãƒˆ", - "trends.trending_now": "トレンド", + "trends.trending_now": "トレンドタグ", "ui.beforeunload": "Mastodonã‹ã‚‰é›¢ã‚Œã‚‹ã¨é€ä¿¡å‰ã®æŠ•ç¨¿ã¯å¤±ã‚ã‚Œã¾ã™ã€‚", "upload_area.title": "ドラッグ&ドãƒãƒƒãƒ—ã§ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰", "upload_button.label": "ãƒ¡ãƒ‡ã‚£ã‚¢ã‚’è¿½åŠ ({formats})", @@ -410,7 +410,7 @@ "upload_modal.description_placeholder": "ã‚ã®ã‚¤ãƒ¼ãƒãƒˆãƒ¼ãƒ´ã‚©ã®ã™ãã¨ãŠã£ãŸé¢¨", "upload_modal.detect_text": "ç”»åƒã‹ã‚‰ãƒ†ã‚ストを検出", "upload_modal.edit_media": "メディアを編集", - "upload_modal.hint": "ç”»åƒã‚’クリックã™ã‚‹ã‹å††ã‚’ドラッグã™ã‚‹ã¨å…¨ã¦ã®ã‚µãƒ ãƒã‚¤ãƒ«ã®ç„¦ç‚¹ã‚’決ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™", + "upload_modal.hint": "サムãƒã‚¤ãƒ«ã®ç„¦ç‚¹ã«ã—ãŸã„å ´æ‰€ã‚’ã‚¯ãƒªãƒƒã‚¯ã™ã‚‹ã‹å††å½¢ã®æž ã‚’ãã®å ´æ‰€ã«ãƒ‰ãƒ©ãƒƒã‚°ã—ã¦ãã ã•ã„。", "upload_modal.preview_label": "プレビュー ({ratio})", "upload_progress.label": "アップãƒãƒ¼ãƒ‰ä¸...", "video.close": "動画を閉ã˜ã‚‹", diff --git a/app/javascript/mastodon/locales/tr.json b/app/javascript/mastodon/locales/tr.json index c4429d1eb4..364b98c89b 100644 --- a/app/javascript/mastodon/locales/tr.json +++ b/app/javascript/mastodon/locales/tr.json @@ -178,7 +178,7 @@ "home.column_settings.basic": "Temel", "home.column_settings.show_reblogs": "Boost edilenleri göster", "home.column_settings.show_replies": "Cevapları göster", - "home.column_settings.update_live": "Update in real-time", + "home.column_settings.update_live": "Gerçek zamanlı güncelle", "intervals.full.days": "{number, plural, one {# gün} other {# gün}}", "intervals.full.hours": "{number, plural, one {# saat} other {# saat}}", "intervals.full.minutes": "{number, plural, one {# dakika} other {# dakika}}", @@ -272,7 +272,7 @@ "navigation_bar.preferences": "Tercihler", "navigation_bar.public_timeline": "Federe zaman tüneli", "navigation_bar.security": "Güvenlik", - "notification.and_n_others": "and {count, plural, one {# other} other {# others}}", + "notification.and_n_others": "ve {count, plural, one {# diÄŸeri} other {# diÄŸerleri}}", "notification.favourite": "{name} senin durumunu favorilere ekledi", "notification.follow": "{name} seni takip ediyor", "notification.mention": "{name} senden bahsetti", diff --git a/config/locales/ar.yml b/config/locales/ar.yml index a725fa3497..f1d9570ad5 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -38,6 +38,7 @@ ar: terms: شروط الخدمة unavailable_content: Ù…Øتوى غير متوÙر unavailable_content_description: + domain: الخادم reason: 'السبب:' user_count_after: few: مستخدمين @@ -245,11 +246,14 @@ ar: delete: ØØ°Ù destroyed_msg: تمت عملية تدمير الإيموجي بنجاØ! disable: تعطيل + disabled: Ù…Ùعطَّل disabled_msg: تمت عملية تعطيل ذلك الإيموجي Ø¨Ù†Ø¬Ø§Ø emoji: إيموجي enable: تÙعيل + enabled: Ù…Ùشغَّل enabled_msg: تم تنشيط ذاك الإيموجي Ø¨Ù†Ø¬Ø§Ø image_hint: مل٠PNG إلى غاية Øجم 50 Ùƒ.ب + list: القائمة listed: Ù…Ùدرَج new: title: إضاÙØ© إيموجي خاص جديد @@ -263,6 +267,7 @@ ar: updated_msg: تم تØديث الإيموجي بنجاØ! upload: رÙع dashboard: + authorized_fetch_mode: الوضع الآمن backlog: الأعمال المتراكمة config: الإعداد feature_deletions: الØسابات المØذوÙØ© @@ -475,6 +480,8 @@ ar: desc_html: يمكنك كتابة سياسة الخصوصية الخاصة بك ØŒ شروط الخدمة أو غيرها من القوانين. يمكنك استخدام علامات HTML title: شروط الخدمة المخصصة site_title: اسم مثيل الخادم + spam_check_enabled: + title: مكاÙØØ© البريد المزعج thumbnail: desc_html: يستخدم للعروض السابقة عبر Open Graph Ùˆ API. 1200x630px موصى به title: الصورة الرمزية المصغرة لمثيل الخادوم @@ -758,6 +765,7 @@ ar: past_migrations: التهجيرات السابقة proceed_with_move: انقل مشارÙكيك redirecting_to: Øسابك موجَّه إلى %{acct}. + set_redirect: تعين إعادة التوجيه moderation: title: الإشرا٠notification_mailer: diff --git a/config/locales/id.yml b/config/locales/id.yml index de8a9f6791..38cb4e95de 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -17,20 +17,39 @@ id: contact_unavailable: Tidak Tersedia discover_users: Temukan pengguna documentation: Dokumentasi + federation_hint_html: Dengan akun di %{instance} Anda dapat mengikuti orang di server Mastodon mana pun dan di luarnya. generic_description: "%{domain} adalah satu server dalam jaringan" + get_apps: Coba aplikasi mobile hosted_on: Mastodon dihosting di %{domain} + instance_actor_flash: 'Akun ini adalah aktor virtual yang dipakai untuk merepresentasikan server, bukan pengguna individu. Ini dipakai untuk tujuan federasi dan jangan diblokir kecuali Anda ingin memblokir seluruh instansi, yang seharusnya Anda pakai blokir domain. + +' learn_more: Pelajari selengkapnya privacy_policy: Kebijakan Privasi + see_whats_happening: Lihat apa yang sedang terjadi + server_stats: 'Statistik server:' source_code: Kode sumber status_count_after: other: status status_count_before: Yang telah menulis + tagline: Ikuti teman dan temukan yang baru terms: Kebijakan layanan + unavailable_content: Konten tak tersedia + unavailable_content_description: + domain: Server + reason: Alasan + rejecting_media: 'Berkas media dari server ini tak akan diproses dan disimpan, dan tak akan ada gambar kecil yang ditampilkan, perlu klik manual utk menuju berkas asli:' + silenced: 'Pos dari server ini akan disembunyikan dari linimasa publik dan percakapan, dan takkan ada notifikasi yang dibuat dari interaksi pengguna mereka, kecuali Anda mengikuti mereka:' + suspended: 'Takkan ada data yang diproses, disimpan, dan ditukarkan dari server ini, sehingga interaksi atau komunikasi dengan pengguna dari server ini tak mungkin dilakukan:' + unavailable_content_html: Mastodon umumnya mengizinkan Anda untuk melihat konten dan berinteraksi dengan pengguna dari server lain di fediverse. Ini adalah pengecualian yang dibuat untuk beberapa server. user_count_after: other: pengguna user_count_before: Tempat bernaung bagi what_is_mastodon: Apa itu Mastodon? accounts: + choices_html: 'Pilihan %{name}:' + endorsements_hint: Anda dapat mempromosikan orang yang Anda ikuti lewat antar muka web, dan mereka akan muncul di sini. + featured_tags_hint: Anda dapat mengunggulkan tagar tertentu yang akan ditampilkan di sini. follow: Ikuti followers: other: Pengikut @@ -38,8 +57,10 @@ id: joined: Bergabung pada %{date} last_active: terakhir aktif link_verified_on: Kepemilikan tautan ini telah dicek pada %{date} + media: Media moved_html: "%{name} telah pindah ke %{new_profile_link}:" network_hidden: Informasi ini tidak tersedia + never_active: Tak pernah nothing_here: Tidak ada apapun disini! people_followed_by: Orang yang diikuti %{name} people_who_follow: Orang-orang yang mengikuti %{name} @@ -51,7 +72,10 @@ id: posts_with_replies: Toot dan balasan reserved_username: Nama pengguna telah dipesan roles: + admin: Admin + bot: Bot moderator: Moderator + unavailable: Profil tidak tersedia unfollow: Berhenti mengikuti admin: account_actions: @@ -63,7 +87,11 @@ id: delete: Hapus destroyed_msg: Catatan moderasi berhasil dihapus! accounts: + approve: Terima + approve_all: Terima semua are_you_sure: Anda yakin? + avatar: Avatar + by_domain: Domian change_email: changed_msg: Email akun ini berhasil diubah! current_email: Email saat ini @@ -75,10 +103,12 @@ id: confirmed: Dikonfirmasi confirming: Mengkonfirmasi deleted: Terhapus + demote: Turunkan disable: Nonaktifkan disable_two_factor_authentication: Nonaktifkan 2FA disabled: Dinonaktifkan display_name: Nama + domain: Domain edit: Ubah email: E-mail email_status: Status Email @@ -88,12 +118,15 @@ id: followers: Pengikut followers_url: URL pengikut follows: Mengikut + header: Tajuk inbox_url: URL Kotak masuk invited_by: Diundang oleh + ip: IP joined: Bergabung location: all: Semua local: Lokal + remote: Remot title: Lokasi login_status: Status login media_attachments: Lampiran media @@ -101,12 +134,14 @@ id: moderation: active: Aktif all: Semua + pending: Tertunda silenced: Didiamkan suspended: Disuspen title: Moderasi moderation_notes: Catatan moderasi most_recent_activity: Aktivitas terbaru most_recent_ip: IP terbaru + no_account_selected: Tak ada akun yang diubah sebab tak ada yang dipilih no_limits_imposed: Tidak ada batasan not_subscribed: Tidak berlangganan outbox_url: URL Kotak keluar @@ -117,20 +152,26 @@ id: public: Publik push_subscription_expires: Langganan PuSH telah kadaluarsa redownload: Muat ulang profil + reject: Tolak + reject_all: Tolak semua remove_avatar: Hapus avatar remove_header: Hapus header resend_confirmation: already_confirmed: Pengguna ini sudah dikonfirmasi send: Kirim ulang email konfirmasi success: Email konfirmasi berhasil dikirim! + reset: Reset reset_password: Reset kata sandi resubscribe: Langganan ulang role: Hak akses roles: + admin: Administrator + moderator: Moderator staff: Staf user: Pengguna salmon_url: URL Salmon search: Cari + shared_inbox_url: URL kotak masuk bersama show: created_reports: Laporan yang dibuat oleh akun ini targeted_reports: Laporan yang dibuat tentang akun ini @@ -139,6 +180,7 @@ id: statuses: Status subscribe: Langganan suspended: Disuspen + time_in_queue: Menunggu dalam antrean %{time} title: Akun unconfirmed_email: Email belum dikonfirmasi undo_silenced: Undo mendiamkan @@ -146,6 +188,40 @@ id: unsubscribe: Berhenti langganan username: Nama pengguna warn: Beri Peringatan + web: Web + whitelisted: Masuk daftar putih + action_logs: + actions: + assigned_to_self_report: "%{name} menugaskan laporan %{target} kpd dirinya sendiri" + custom_emojis: + listed: Terdaftar + new: + title: Tambah emoji kustom baru + overwrite: Timpa + shortcode: Kode pendek + shortcode_hint: Sedikitnya 2 karakter, hanya karakter alfanumerik dan garis bawah + title: Emoji kustom + uncategorized: Tak terkategorikan + unlist: Tak terdaftar + unlisted: Tak terdaftar + update_failed_msg: Tak dapat memperbarui emoji + updated_msg: Emoji berhasil diperbarui! + upload: Unggah + dashboard: + authorized_fetch_mode: Mode aman + config: Konfigurasi + feature_deletions: Penghapusan akun + feature_invites: Tautan undangan + feature_profile_directory: Direktori profil + feature_registrations: Registrasi + feature_relay: Relai federasi + feature_spam_check: Anti-spam + feature_timeline_preview: Pratinjau linimasa + features: Fitur + hidden_service: Federasi dengan layanan tersembunyi + open_reports: buka laporan + pending_tags: tagar menunggu ditinjau + pending_users: pengguna menunggu ditinjau domain_blocks: add_new: Tambah created_msg: Pemblokiran domain sedang diproses diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 7bc627280c..b4b682a844 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -21,7 +21,7 @@ ja: generic_description: "%{domain} ã¯ã€Mastodon サーãƒãƒ¼ã®ä¸€ã¤ã§ã™" get_apps: モãƒã‚¤ãƒ«ã‚¢ãƒ—リを試㙠hosted_on: Mastodon hosted on %{domain} - instance_actor_flash: 'ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ã‚µãƒ¼ãƒãƒ¼ãã®ã‚‚ã®ã‚’示ã™ä»®æƒ³çš„ãªã‚‚ã®ã§ã€å€‹äººã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã§ã¯ã‚ã‚Šã¾ã›ã‚“。ã“ã‚Œã¯ã‚µãƒ¼ãƒãƒ¼ã®é€£åˆã®ãŸã‚ã«ä½¿ç”¨ã•ã‚Œã¾ã™ã€‚サーãƒãƒ¼å…¨ä½“をブãƒãƒƒã‚¯ã™ã‚‹ä»¥å¤–ã®ç›®çš„ã§ãƒ–ãƒãƒƒã‚¯ã—ãªã„ã§ãã ã•ã„。サーãƒãƒ¼å…¨ä½“をブãƒãƒƒã‚¯ã™ã‚‹å ´åˆã€ãƒ‰ãƒ¡ã‚¤ãƒ³ãƒ–ãƒãƒƒã‚¯ã‚’使用ã—ã¦ãã ã•ã„。 + instance_actor_flash: 'ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ã‚µãƒ¼ãƒãƒ¼ãã®ã‚‚ã®ã‚’示ã™ä»®æƒ³çš„ãªã‚‚ã®ã§ã€ç‰¹å®šã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’示ã™ã‚‚ã®ã§ã¯ã‚ã‚Šã¾ã›ã‚“。ã“ã‚Œã¯ã‚µãƒ¼ãƒãƒ¼ã®é€£åˆã®ãŸã‚ã«ä½¿ç”¨ã•ã‚Œã¾ã™ã€‚サーãƒãƒ¼å…¨ä½“をブãƒãƒƒã‚¯ã™ã‚‹ã¨ãã¯ã€ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’ブãƒãƒƒã‚¯ã›ãšã«ã€ãƒ‰ãƒ¡ã‚¤ãƒ³ãƒ–ãƒãƒƒã‚¯ã‚’使用ã—ã¦ãã ã•ã„。 ' learn_more: ã‚‚ã£ã¨è©³ã—ã @@ -40,8 +40,8 @@ ja: reason: 制é™ç†ç”± rejecting_media: 'ã“れらã®ã‚µãƒ¼ãƒãƒ¼ã‹ã‚‰ã®ãƒ¡ãƒ‡ã‚£ã‚¢ãƒ•ã‚¡ã‚¤ãƒ«ã¯å‡¦ç†ã•ã‚Œãšã€ä¿å˜ã‚„変æ›ã‚‚ã•ã‚Œã¾ã›ã‚“。サムãƒã‚¤ãƒ«ã‚‚表示ã•ã‚Œã¾ã›ã‚“。表示ã™ã‚‹ã«ã¯ã‚¯ãƒªãƒƒã‚¯ã—ã¦ãã®ã‚µãƒ¼ãƒãƒ¼ã«ç›´æŽ¥ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™:' silenced: 'ã“れらã®ã‚µãƒ¼ãƒãƒ¼ã‹ã‚‰ã®æŠ•ç¨¿ã¯å…¬é–‹ã‚¿ã‚¤ãƒ ラインã¨ä¼šè©±ã‹ã‚‰éš ã•ã‚Œã¾ã™ã€‚ã¾ãŸè©²å½“ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‹ã‚‰ã®é€šçŸ¥ã¯ç›¸æ‰‹ã‚’フォãƒãƒ¼ã—ã¦ã„ã‚‹å ´åˆã‚’除ã表示ã•ã‚Œã¾ã›ã‚“:' - suspended: 'ã“れらã®ã‚µãƒ¼ãƒãƒ¼ã‹ã‚‰ã®ãƒ‡ãƒ¼ã‚¿ã¯å‡¦ç†ã•ã‚Œãšã€ä¿å˜ã‚„変æ›ã•ã‚Œã¾ã›ã‚“。該当ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¨ã®äº¤æµã‚‚ã§ãã¾ã›ã‚“:' - unavailable_content_html: 通常 Mastodon ã§ã¯é€£åˆå…ˆã®ã©ã‚“ãªã‚µãƒ¼ãƒãƒ¼ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¨ã‚„ã‚Šã¨ã‚Šã§ãã¾ã™ã€‚ãŸã ã—次ã®ã‚µãƒ¼ãƒãƒ¼ã«ã¯ä¾‹å¤–ãŒè¨å®šã•ã‚Œã¦ã„ã¾ã™ã€‚ + suspended: 'ã“れらã®ã‚µãƒ¼ãƒãƒ¼ã‹ã‚‰ã®ãƒ‡ãƒ¼ã‚¿ã¯å‡¦ç†ã•ã‚Œãšã€ä¿å˜ã‚„変æ›ã‚‚ã•ã‚Œã¾ã›ã‚“。該当ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¨ã®äº¤æµã‚‚ã§ãã¾ã›ã‚“:' + unavailable_content_html: 通常 Mastodon ã§ã¯é€£åˆå…ˆã®ã©ã‚“ãªã‚µãƒ¼ãƒãƒ¼ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¨ã§ã‚‚ã‚„ã‚Šã¨ã‚Šã§ãã¾ã™ã€‚ãŸã ã—次ã®ã‚µãƒ¼ãƒãƒ¼ã«ã¯ä¾‹å¤–ãŒè¨å®šã•ã‚Œã¦ã„ã¾ã™ã€‚ user_count_after: other: 人 user_count_before: ユーザー数 @@ -288,7 +288,7 @@ ja: domain_allows: add_new: ホワイトリストã«è¿½åŠ created_msg: ドメインã®ãƒ›ãƒ¯ã‚¤ãƒˆãƒªã‚¹ãƒˆã¸ã®ç™»éŒ²ãŒå®Œäº†ã—ã¾ã—㟠- destroyed_msg: ドメインãŒãƒ›ãƒ¯ã‚¤ãƒˆãƒªã‚¹ãƒˆã‹ã‚‰å‰Šé™¤ã•ã‚Œã¾ã—㟠+ destroyed_msg: ドメインをホワイトリストã‹ã‚‰å‰Šé™¤ã—ã¾ã—㟠undo: ホワイトリストã‹ã‚‰å‰Šé™¤ domain_blocks: add_new: ドメインブãƒãƒƒã‚¯ã‚’è¿½åŠ @@ -309,7 +309,7 @@ ja: private_comment: コメント (éžå…¬é–‹) private_comment_hint: ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã¯åŒã˜ã‚µãƒ¼ãƒãƒ¼ã®ãƒ¢ãƒ‡ãƒ¬ãƒ¼ã‚¿ãƒ¼ã‚‚閲覧ã§ãã¾ã™ã€‚ public_comment: コメント (公開) - public_comment_hint: ドメインブãƒãƒƒã‚¯ã®å…¬é–‹ã‚’有効ã«ã—ã¦ã„ã‚‹å ´åˆã€ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚‚一般ã«å…¬é–‹ã•ã‚Œã¾ã™ã€‚ + public_comment_hint: ドメインブãƒãƒƒã‚¯ã®å…¬é–‹ã‚’有効ã«ã—ã¦ã„ã‚‹å ´åˆã€ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚‚公開ã•ã‚Œã¾ã™ã€‚ reject_media: ãƒ¡ãƒ‡ã‚£ã‚¢ãƒ•ã‚¡ã‚¤ãƒ«ã‚’æ‹’å¦ reject_media_hint: ãƒãƒ¼ã‚«ãƒ«ã«ä¿å˜ã•ã‚ŒãŸãƒ¡ãƒ‡ã‚£ã‚¢ãƒ•ã‚¡ã‚¤ãƒ«ã‚’削除ã—ã€ä»Šå¾Œã®ãƒ€ã‚¦ãƒ³ãƒãƒ¼ãƒ‰ã‚’æ‹’å¦ã—ã¾ã™ã€‚åœæ¢ã¨ã¯ç„¡é–¢ä¿‚ã§ã™ reject_reports: é€šå ±ã‚’æ‹’å¦ @@ -435,8 +435,8 @@ ja: desc_html: ã“ã®è¨å®šã‚’変更ã—ã¦ã„ãªã„全ユーザーã«å½±éŸ¿ã—ã¾ã™ title: デフォルトã§æ¤œç´¢ã‚¨ãƒ³ã‚¸ãƒ³ã«ã‚ˆã‚‹ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ã‚’æ‹’å¦ã™ã‚‹ domain_blocks: - all: 誰ã§ã‚‚è¨±å¯ - disabled: 誰も許å¯ã—ãªã„ + all: 誰ã«ã§ã‚‚è¨±å¯ + disabled: 誰ã«ã‚‚許å¯ã—ãªã„ title: ドメインブãƒãƒƒã‚¯ã‚’表示 users: ãƒã‚°ã‚¤ãƒ³æ¸ˆã¿ãƒãƒ¼ã‚«ãƒ«ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ã¿è¨±å¯ domain_blocks_rationale: @@ -464,12 +464,12 @@ ja: desc_html: 誰ã§ã‚‚自分ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’削除ã§ãるよã†ã«ã—ã¾ã™ title: アカウント削除をå—ã‘付ã‘ã‚‹ min_invite_role: - disabled: 誰も許å¯ã—ãªã„ + disabled: 誰ã«ã‚‚許å¯ã—ãªã„ title: 招待ã®ä½œæˆã‚’è¨±å¯ registrations_mode: modes: approved: 登録ã«ã¯æ‰¿èªãŒå¿…è¦ - none: 誰も許å¯ã—ãªã„ + none: 誰ã«ã‚‚許å¯ã—ãªã„ open: 誰ã§ã‚‚ç™»éŒ²å¯ title: æ–°è¦ç™»éŒ² show_known_fediverse_at_about_page: @@ -492,7 +492,7 @@ ja: title: カスタム利用è¦ç´„ site_title: サーãƒãƒ¼ã®åå‰ spam_check_enabled: - desc_html: 求ã‚られã¦ã„ãªã„メッセージを繰り返ã—é€ä¿¡ã™ã‚‹ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’自動ã§ã‚µã‚¤ãƒ¬ãƒ³ã‚¹ã«ã—é€šå ±ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚誤検知をå«ã‚€å¯èƒ½æ€§ã‚‚ã‚ã‚Šã¾ã™ã€‚ + desc_html: 迷惑ãªãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’ç¹°ã‚Šè¿”ã—é€ä¿¡ã™ã‚‹ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’自動ã§ã‚µã‚¤ãƒ¬ãƒ³ã‚¹ã«ã—é€šå ±ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚誤検知をå«ã‚€å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ title: スパム対ç–を有効ã«ã™ã‚‹ thumbnail: desc_html: OpenGraphã¨APIã«ã‚ˆã‚‹ãƒ—レビューã«ä½¿ç”¨ã•ã‚Œã¾ã™ã€‚サイズã¯1200×630px推奨ã§ã™ @@ -535,7 +535,7 @@ ja: trending_right_now: ç¾åœ¨ã®ãƒˆãƒ¬ãƒ³ãƒ‰ unique_uses_today: 本日 %{count} 人ãŒãƒˆã‚¥ãƒ¼ãƒˆã«ä½¿ç”¨ unreviewed: 未審査 - updated_msg: ãƒãƒƒã‚·ãƒ¥ã‚¿ã‚°è¨å®šã®æ›´æ–°ã«æˆåŠŸã—ã¾ã—㟠+ updated_msg: ãƒãƒƒã‚·ãƒ¥ã‚¿ã‚°è¨å®šãŒæ›´æ–°ã•ã‚Œã¾ã—㟠title: ç®¡ç† warning_presets: add_new: è¿½åŠ @@ -557,7 +557,7 @@ ja: aliases: add_new: ã‚¨ã‚¤ãƒªã‚¢ã‚¹ã‚’ä½œæˆ created_msg: エイリアスを作æˆã—ã¾ã—ãŸã€‚ã“ã‚Œã§ä»¥å‰ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰å¼•ã£è¶Šã—を開始ã§ãã¾ã™ã€‚ - deleted_msg: エイリアスを削除ã—ã¾ã—ãŸã€‚ãã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰ã¯å¼•ã£è¶Šã—ã§ããªããªã‚Šã¾ã™ã€‚ + deleted_msg: エイリアスを削除ã—ã¾ã—ãŸã€‚指定ã•ã‚Œã¦ã„ãŸã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰ã¯å¼•ã£è¶Šã—ã§ããªããªã‚Šã¾ã™ã€‚ hint_html: ä»–ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«ãƒ•ã‚©ãƒãƒ¯ãƒ¼ã‚’引ã継ã„ã§å¼•ã£è¶Šã—ãŸã„å ´åˆã€ã“ã“ã§ã‚¨ã‚¤ãƒªã‚¢ã‚¹ã‚’作æˆã—ã¦ãŠãå¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚エイリアス自体ã¯<strong>無害ã§ã€å–り消ã™</strong>ã“ã¨ãŒã§ãã¾ã™ã€‚<strong>引ã£è¶Šã—ã¯ä»¥å‰ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆå´ã‹ã‚‰é–‹å§‹ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™</strong>。 remove: エイリアスを削除 appearance: @@ -591,7 +591,7 @@ ja: delete_account_html: アカウントを削除ã—ãŸã„å ´åˆã€<a href="%{path}">ã“ã¡ã‚‰</a> ã‹ã‚‰æ‰‹ç¶šããŒè¡Œãˆã¾ã™ã€‚削除ã™ã‚‹å‰ã«ã€ç¢ºèªç”»é¢ãŒã‚ã‚Šã¾ã™ã€‚ description: prefix_invited_by_user: "@%{name} ãŒã‚ãªãŸã‚’ã“ã® Mastodon サーãƒãƒ¼ã«æ‹›å¾…ã—ã¾ã—ãŸ" - prefix_sign_up: 今ã™ã Mastodon ã«ç™»éŒ²ã—ã¾ã—ょã†ï¼ + prefix_sign_up: 今ã™ã Mastodon を始ã‚よã†ï¼ suffix: アカウントãŒã‚ã‚Œã°ã€ã©ã‚“㪠Mastodon 互æ›ã‚µãƒ¼ãƒãƒ¼ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã§ã‚‚フォãƒãƒ¼ã—ãŸã‚Šãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’ã‚„ã‚Šå–ã‚Šã§ãるよã†ã«ãªã‚Šã¾ã™ï¼ didnt_get_confirmation: 確èªãƒ¡ãƒ¼ãƒ«ã‚’å—ä¿¡ã§ãã¾ã›ã‚“ã‹ï¼Ÿ forgot_password: パスワードをãŠå¿˜ã‚Œã§ã™ã‹ï¼Ÿ @@ -633,7 +633,7 @@ ja: web: Web ã‚’é–‹ã title: "%{acct} をフォãƒãƒ¼" challenge: - confirm: 続行ã™ã‚‹ + confirm: 続ã‘ã‚‹ hint_html: 以後 1 時間ã¯ãƒ‘スワードã®å†å…¥åŠ›ã‚’求ã‚ã¾ã›ã‚“ invalid_password: パスワードãŒé–“é•ã£ã¦ã„ã¾ã™ prompt: 続行ã™ã‚‹ã«ã¯ãƒ‘スワードを入力ã—ã¦ãã ã•ã„ @@ -830,9 +830,9 @@ ja: backreference_required: ã¾ãšã¯å¼•ã£è¶Šã—å…ˆã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã§ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«å¯¾ã—エイリアスを作æˆã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ before: '続行ã™ã‚‹å‰ã«ã€æ¬¡ã®ç‚¹ã‚’å†åº¦ç¢ºèªã—ã¦ãã ã•ã„:' cooldown: 引ã£è¶Šã—後ã¯ã‚¯ãƒ¼ãƒ«ãƒ€ã‚¦ãƒ³æœŸé–“ãŒã‚ã‚Šã¾ã™ã€‚ãã®é–“å†åº¦å¼•ã£è¶Šã™ã“ã¨ã¯ã§ãã¾ã›ã‚“ - disabled_account: 引ã£è¶Šã—ãŸå¾Œã¯ãƒ‡ãƒ¼ã‚¿ã®ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã¨æœ€æœ‰åŠ¹åŒ–を除ãã»ã¨ã‚“ã©ã®æ©Ÿèƒ½ãŒåˆ©ç”¨ã§ããªããªã‚Šã¾ã™ + disabled_account: 引ã£è¶Šã—ãŸå¾Œã¯ãƒ‡ãƒ¼ã‚¿ã®ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã¨å†æœ‰åŠ¹åŒ–を除ãã»ã¨ã‚“ã©ã®æ©Ÿèƒ½ãŒåˆ©ç”¨ã§ããªããªã‚Šã¾ã™ followers: ã™ã¹ã¦ã®ãƒ•ã‚©ãƒãƒ¯ãƒ¼ã‚’ç¾åœ¨ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰æ–°ã—ã„アカウントã«å¼•ã継ãŽã¾ã™ - only_redirect_html: ã‚ã‚‹ã„ã¯ã€<a href="%{path}">引ã£è¶Šã—å…ˆã®è¡¨ç¤ºã®ã¿</a>ã‚‚å¯èƒ½ã§ã™ã€‚ + only_redirect_html: ã¾ãŸã¯ã€<a href="%{path}">フォãƒãƒ¯ãƒ¼ã‚’残ã—ãŸã¾ã¾å¼•ã£è¶Šã™</a>ã“ã¨ã‚‚ã§ãã¾ã™ã€‚ other_data: ãã®ä»–ã®ãƒ‡ãƒ¼ã‚¿ã¯è‡ªå‹•çš„ã«å¼•ã継ãŒã‚Œã¾ã›ã‚“ redirect: プãƒãƒ•ã‚£ãƒ¼ãƒ«ã«å¼•ã£è¶Šã—済ã¿ã®é€šçŸ¥ãŒè¡¨ç¤ºã•ã‚Œã€æ¤œç´¢çµæžœã‹ã‚‰é™¤å¤–ã•ã‚Œã¾ã™ moderation: diff --git a/config/locales/simple_form.ar.yml b/config/locales/simple_form.ar.yml index 548d275ba6..27c9e64dca 100644 --- a/config/locales/simple_form.ar.yml +++ b/config/locales/simple_form.ar.yml @@ -50,6 +50,8 @@ ar: value: المØتوى account_alias: acct: Ù…Ùعرّ٠الØساب القديم + account_migration: + acct: Ù…Ùعرّ٠الØساب الجديد account_warning_preset: text: نموذج نصي admin_account_action: @@ -121,6 +123,8 @@ ar: must_be_follower: Øظر الإخطارات القادمة من Øسابات لا تتبعك must_be_following: Øظر الإخطارات القادمة من الØسابات التي لا تتابعها must_be_following_dm: Øظر الرسائل المباشرة القادمة من طر٠أشخاص لا تتبعهم + invite: + comment: التعليق invite_request: text: لماذا ترغب ÙÙŠ الانضمام؟ notification_emails: @@ -134,6 +138,7 @@ ar: tag: listable: Ø§Ø³Ù…Ø Ù„Ù‡Ø°Ø§ الوسم بالظهور ÙÙŠ البØØ« ÙˆÙÙŠ دليل الصÙØات التعريÙية name: الوسم + trendable: Ø§Ù„Ø³Ù…Ø§Ø Ù„Ù‡Ø°Ù‡ الكلمة المÙتاØية بالظهور تØت المتداوَلة usable: Ø§Ø³Ù…Ø Ù„Ù„ØªØ¨ÙˆÙŠÙ‚Ø§Øª باستخدام هذا الوسم 'no': لا recommended: موصى بها diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml index c41292abf3..6bfff0c153 100644 --- a/config/locales/simple_form.fr.yml +++ b/config/locales/simple_form.fr.yml @@ -67,9 +67,9 @@ fr: name: Étiquette value: Contenu account_alias: - acct: Gestion de l'ancien compte + acct: L’identifiant de l’ancien compte account_migration: - acct: Gestion du nouveau compte + acct: L’identifiant du nouveau compte account_warning_preset: text: Texte de présélection admin_account_action: diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 40e230efd4..bdc72c767d 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -39,6 +39,10 @@ tr: unavailable_content_description: domain: Sunucu reason: Sebep + rejecting_media: 'Bu sunuculardaki medya dosyaları iÅŸlenmeyecek ya da saklanmayacak, ve hiçbir küçük resim gösterilmeyecektir, dolayısıyla orjinal dosyaya manuel tıklama gerekecektir:' + silenced: 'Bu sunuculardan gelen gönderiler genel zaman çizelgelerinde ve konuÅŸmalarda gizlenecek ve siz onları takip etmediÄŸiniz sürece, kullanıcıların etkileÅŸimlerinden hiçbir bildirim alınmayacaktır:' + suspended: 'Bu sunuculardaki hiçbir veri iÅŸlenmeyecek, saklanmayacak veya deÄŸiÅŸ tokuÅŸ edilmeyecektir, dolayısıyla bu sunuculardaki kullanıcılarla herhangi bir etkileÅŸim ya da iletiÅŸim imkansız olacaktır:' + unavailable_content_html: Mastodon, genel olarak fediverse'teki herhangi bir sunucudan içerik görüntülemenize ve kullanıcılarıyla etkileÅŸim kurmanıza izin verir. Bunlar, bu sunucuda yapılmış olan istisnalardır. user_count_after: one: kullanıcı other: kullanıcı @@ -597,7 +601,14 @@ tr: follow: Takip et follow_request: 'Åžuna takip isteÄŸi gönderdiniz:' following: 'BaÅŸarılı! Artık ÅŸunu takip ediyorsunuz:' + post_follow: + close: Ya da, sadece bu pencereyi kapatabilirsiniz. + return: Kullanıcının profilini göster title: "%{acct}'i takip et" + challenge: + confirm: Devam et + invalid_password: Geçersiz parola + prompt: Devam etmek parolayı doÄŸrulayın datetime: distance_in_words: about_x_hours: "%{count}sa" @@ -612,6 +623,17 @@ tr: x_minutes: "%{count}dk" x_months: "%{count}ay" x_seconds: "%{count}sn" + deletes: + challenge_not_passed: GirdiÄŸiniz bilgi doÄŸru deÄŸildi + confirm_password: KimliÄŸinizi doÄŸrulamak için mevcut parolanızı girin + confirm_username: Prosedürü doÄŸrulamak için kullanıcı adınızı girin + proceed: Hesabı sil + success_msg: Hesabınız baÅŸarıyla silindi + warning: + before: 'Devam etmeden önce, lütfen bu notları dikkatlice okuyun:' + caches: DiÄŸer sunucular tarafından ön belleÄŸe alınan içerik kalabilir + data_removal: Gönderileriniz ve diÄŸer verileriniz kalıcı olarak silinecektir + email_change_html: Hesabınızı silmeden <a href="%{path}">e-posta adresinizi deÄŸiÅŸtirebilirsiniz</a> directories: directory: Profil dizini explanation: Kullanıcıları ilgi alanlarına göre keÅŸfedin @@ -693,6 +715,7 @@ tr: inactive: Pasif publicize_toot: 'Ä°spatlandı! Ben %{service} üzerinde %{username}: %{url}' status: DoÄŸrulama durumu + view_proof: Kanıt görüntüle imports: modes: merge: BirleÅŸtir @@ -739,6 +762,24 @@ tr: too_many: 4'ten fazla dosya ekleyemezsiniz migrations: acct: Taşındı + cancel: Yönlendirmeyi iptal et + cancelled_msg: Yönlendirme baÅŸarıyla iptal edildi. + errors: + already_moved: zaten taşındığınızla aynı hesap + move_to_self: mevcut hesap olamaz + not_found: bulunamadı + on_cooldown: SoÄŸuma aÅŸamasındasınız + followers_count: Taşınma zamanındaki takipçiler + incoming_migrations: Farklı bir hesaptan taşınma + past_migrations: GeçmiÅŸ taşınmalar + proceed_with_move: Takipçileri taşı + redirecting_to: Hesabınız %{acct} hesabına yönlendirilmektedir. + set_redirect: Yönlendirme ayarla + warning: + before: 'Devam etmeden önce, lütfen bu notları dikkatlice okuyun:' + cooldown: Taşındıktan sonra, yeniden taşınma imkanınızın olmayacağı bir soÄŸuma periyodu vardır + followers: Bu eylem tüm takipçileri ÅŸu anki hesaptan yeni hesaba taşıyacaktır + other_data: BaÅŸka bir veri otomatik olarak taşınmayacaktır moderation: title: Yönetim notification_mailer: @@ -770,6 +811,7 @@ tr: action: Yanıt body: "%{name} sizden bahsetti:" subject: "%{name} sizden bahsetti" + title: Yeni bahsetme reblog: body: "%{name} durumunuzu boost etti:" subject: "%{name} durumunuzu boost etti" @@ -799,6 +841,7 @@ tr: too_many_options: "%{max} öğeden fazla öğe içeremez" preferences: other: DiÄŸer + posting_defaults: Gönderi varsayılanları public_timelines: Genel zaman çizelgeleri relationships: activity: Hesap etkinliÄŸi @@ -819,6 +862,16 @@ tr: no_account_html: Hesabınız yok mu? <a href='%{sign_up_path}' target='_blank'>Buradan kaydolabilirsiniz</a> proceed: Takip onayı prompt: Bu kullanıcıyı takip etmek istediÄŸinize emin misiniz? + remote_interaction: + favourite: + proceed: Favorilere eklemek için ilerle + prompt: 'Bu gönderiyi favorilerinize eklemek istiyorsunuz:' + reblog: + proceed: Yinelemek için ilerle + prompt: 'Bu gönderiyi yinelemek istiyorsunuz:' + reply: + proceed: Cevap vermek için ilerle + prompt: 'Bu gönderiye cevap vermek istiyorsunuz:' sessions: activity: Son aktivite browser: Tarayıcı -- GitLab