Update localizations

This commit is contained in:
Nathan Mattes 2023-04-08 23:46:12 +02:00
parent 33be46dc00
commit b52e57ad1a
28 changed files with 410 additions and 632 deletions

View File

@ -80,7 +80,6 @@
"save_photo": "Save Photo",
"copy_photo": "Copy Photo",
"sign_in": "Log in",
"sign_up": "Create account",
"see_more": "See More",
"preview": "Preview",
"copy": "Copy",
@ -103,6 +102,7 @@
"unknown_language": "Unknown"
},
"edit_post": "Edit"
},
"tabs": {
"home": "Home",
@ -261,34 +261,34 @@
},
"scene": {
"welcome": {
"slogan": "Social networking\nback in your hands.",
"get_started": "Get Started",
"log_in": "Log In",
"learn_more": "Learn more",
"join_default_server": "Join mastodon.social",
"pick_server": "Pick my own Server",
"separator": {
"or": "or"
},
"education": {
"what_is_mastodon": {
"title": "What is",
"description": "Imagine you have an email address that ends with @example.com.\n\nYou can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com."
},
"mastodon_is_like_that": {
"title": "Mastodon is like that",
"description": "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online."
},
"how_do_i_pick_a_server": {
"title": "How do I pick a server?",
"description": "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.\n\nYou cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere."
},
"mastodon": {
"title": "Welcome to Mastodon",
"description": "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together."
},
"servers": {
"title": "What are servers?",
"description": "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server."
},
"a11y": {
"what_is_mastodon": {
"title": "What is Mastodon?"
}
}
"title": "What is Mastodon?"
}
}
}
},
"login": {
"title": "Welcome back",
"subtitle": "Log you in on the server you created your account on.",
"server_search_field": {
"placeholder": "Enter URL or search for your server"
"placeholder": "Enter URL or search for your server"
}
},
"server_picker": {
@ -349,11 +349,11 @@
"server": "Privacy Policy - %s"
},
"button": {
"confirm": "I agree"
"confirm": "I Agree"
}
},
"register": {
"title": "Create account",
"title": "Create Account",
"input": {
"avatar": {
"delete": "Delete"
@ -396,7 +396,7 @@
"reason": {
"blocked": "%s contains a disallowed email provider",
"unreachable": "%s does not seem to exist",
"taken": "%s is already in use",
"taken": "%s is already taken. How about:",
"reserved": "%s is a reserved keyword",
"accepted": "%s must be accepted",
"blank": "%s is required",
@ -420,7 +420,7 @@
"terms_of_service": "terms of service",
"privacy_policy": "privacy policy",
"button": {
"confirm": "I agree"
"confirm": "I Agree"
}
},
"confirm_email": {
@ -430,18 +430,18 @@
"resend": "Resend"
},
"dont_receive_email": {
"title": "Check your email",
"title": "Check your Email",
"description": "Check if your email address is correct as well as your junk folder if you havent.",
"resend_email": "Resend Email"
},
"open_email_app": {
"title": "Check your inbox.",
"title": "Check your Inbox.",
"description": "We just sent you an email. Check your junk folder if you havent.",
"mail": "Mail",
"open_email_client": "Open Email Client"
},
"didnt_get_link": {
"prefix": "Didn't get a Link?",
"prefix": "Didnt get a link?",
"resend_in": "Resend (%@)",
"resend_now": "Resend now."
}

View File

@ -136,8 +136,6 @@ public enum L10n {
public static let editPost = L10n.tr("Localizable", "Common.Controls.Actions.EditPost", fallback: "Edit")
/// Find people to follow
public static let findPeople = L10n.tr("Localizable", "Common.Controls.Actions.FindPeople", fallback: "Find people to follow")
/// Join mastodon.social
public static let joinDefaultServer = L10n.tr("Localizable", "Common.Controls.Actions.JoinDefaultServer", fallback: "Join mastodon.social")
/// Manually search instead
public static let manuallySearch = L10n.tr("Localizable", "Common.Controls.Actions.ManuallySearch", fallback: "Manually search instead")
/// Next
@ -1492,16 +1490,14 @@ public enum L10n {
}
}
public enum Welcome {
/// Get Started
public static let getStarted = L10n.tr("Localizable", "Scene.Welcome.GetStarted", fallback: "Get Started")
/// Join mastodon.social
public static let joinDefaultServer = L10n.tr("Localizable", "Scene.Welcome.JoinDefault_server", fallback: "Join mastodon.social")
public static let joinDefaultServer = L10n.tr("Localizable", "Scene.Welcome.JoinDefaultServer", fallback: "Join mastodon.social")
/// Learn more
public static let learnMore = L10n.tr("Localizable", "Scene.Welcome.LearnMore", fallback: "Learn more")
/// Log In
public static let logIn = L10n.tr("Localizable", "Scene.Welcome.LogIn", fallback: "Log In")
/// Pick my own server
public static let pickServer = L10n.tr("Localizable", "Scene.Welcome.PickServer", fallback: "Pick my own server")
/// Pick my own Server
public static let pickServer = L10n.tr("Localizable", "Scene.Welcome.PickServer", fallback: "Pick my own Server")
public enum Education {
public enum A11Y {
public enum WhatIsMastodon {
@ -1523,8 +1519,8 @@ public enum L10n {
}
}
public enum Separator {
/// Or
public static let or = L10n.tr("Localizable", "Scene.Welcome.Separator.Or", fallback: "Or")
/// or
public static let or = L10n.tr("Localizable", "Scene.Welcome.Separator.Or", fallback: "or")
}
}
}

View File

@ -67,7 +67,6 @@ Please check your internet connection.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Try Again";
"Common.Controls.Actions.UnblockDomain" = "Unblock %@";
"Common.Controls.Actions.JoinDefaultServer" = "Join mastodon.social";
"Common.Controls.Friendship.Block" = "Block";
"Common.Controls.Friendship.BlockDomain" = "Block %@";
"Common.Controls.Friendship.BlockUser" = "Block %@";
@ -520,19 +519,16 @@ uploaded to Mastodon.";
"Scene.SuggestionAccount.Title" = "Find People to Follow";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.GetStarted" = "Get Started";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.JoinDefault_server" = "Join mastodon.social";
"Scene.Welcome.PickServer" = "Pick my own server";
"Scene.Welcome.Separator.Or" = "Or";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
@ -546,4 +542,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "مشارك المنشور";
"Common.Controls.Actions.ShareUser" = "مُشارَكَةُ %@";
"Common.Controls.Actions.SignIn" = "تسجيلُ الدخول";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "تخطي";
"Common.Controls.Actions.TakePhoto" = "اِلتِقاطُ صُورَة";
"Common.Controls.Actions.TranslatePost.Title" = "الترجَمَة مِن %@";
@ -249,16 +248,16 @@
"Scene.Compose.Visibility.Public" = "لِلعَامَّة";
"Scene.Compose.Visibility.Unlisted" = "غير مُدرَج";
"Scene.ConfirmEmail.Button.Resend" = "إعادَةُ الإرسال";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "تحقق ممَّ إذا كان عنوان بريدك الإلكتروني صحيحًا، وكذلك تأكد مِن مجلد البريد غير الهام إذا لم تكن قد فعلت ذلك.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "إعادة إرسال البريد الإلكتروني";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "تحقق من بريدك الإلكتروني";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "لقد أرسلنا لك بريدًا إلكترونيًا للتو. تحقق من مجلد البريد غير الهام الخاص بك إذا لم تكن قد فعلت ذلك.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "البريد";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "فتح عميل البريد الإلكتروني";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "تحقَّق من بريدك الوارِد.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "هَذِهِ هِيَ المَنشُوراتُ الَّتي تَكْتَسِبُ شَعبِيَّةً فِي الرُّكنِ الخاصِّ بِكَ مِن مَاستُودون.";
@ -361,7 +360,7 @@
"Scene.Register.Error.Reason.Inclusion" = "إنَّ %@ قيمة غير مدعومة";
"Scene.Register.Error.Reason.Invalid" = "%@ غير صالح";
"Scene.Register.Error.Reason.Reserved" = "إنَّ %@ عبارة عن كلمة مفتاحيَّة محجوزة";
"Scene.Register.Error.Reason.Taken" = "إنَّ %@ مُستخدَمٌ بالفعل";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ طَويلٌ جِدًّا";
"Scene.Register.Error.Reason.TooShort" = "%@ قَصِيرٌ جِدًا";
"Scene.Register.Error.Reason.Unreachable" = "يبدوا أنَّ %@ غير موجود";
@ -383,7 +382,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "اِسم المُستَخدِم هذا مأخوذٌ بالفعل.";
"Scene.Register.Input.Username.Placeholder" = "اِسمُ مُستَخدِم";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "هل ترغب في إضافة أي منشورات أُخرى إلى البلاغ؟";
"Scene.Report.Content2" = "هل هناك أي شيء يجب أن يعرفه المُراقبين حول هذا البلاغ؟";
"Scene.Report.ReportSentTitle" = "شُكرًا لَكَ على الإبلاغ، سَوفَ نَنظُرُ فِي هَذَا الأمر.";
@ -521,23 +520,15 @@
"Scene.Thread.BackTitle" = "منشور";
"Scene.Thread.Title" = "مَنشور مِن %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "ابدأ الآن";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "تسجيلُ الدخول";
"Scene.Welcome.Slogan" = "شبكات التواصل الاجتماعي
مرة أُخرى بين يديك.";
"Scene.Wizard.AccessibilityHint" = "انقر نقرًا مزدوجًا لتجاهُل النافذة المنبثقة";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "بدِّل بين حسابات متعددة عبر الاستمرار بالضغط على زر الملف الشخصي.";
"Scene.Wizard.NewInMastodon" = "جديد في ماستودون";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.SharePost" = "Comparteix la publicació";
"Common.Controls.Actions.ShareUser" = "Comparteix %@";
"Common.Controls.Actions.SignIn" = "Inicia sessió";
"Common.Controls.Actions.SignUp" = "Crea un compte";
"Common.Controls.Actions.Skip" = "Omet";
"Common.Controls.Actions.TakePhoto" = "Fes una foto";
"Common.Controls.Actions.TranslatePost.Title" = "Traduït del %@";
@ -254,7 +253,7 @@ carregat a Mastodon.";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Reenvia ara.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comprova que la teva adreça de correu electrònic és correcte i revisa la carpeta de correu brossa si encara no ho has fet.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Torna a enviar el correu";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Comprova el teu correu";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Revisa el teu correu";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Acabem d'enviar-te un correu electrònic. Revisa la carpeta de correu brossa si encara no ho has fet.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correu electrònic";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Obre el Client de Correu electrònic";
@ -361,7 +360,7 @@ carregat a Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ no és un valor suportat";
"Scene.Register.Error.Reason.Invalid" = "%@ no és vàlid";
"Scene.Register.Error.Reason.Reserved" = "%@ és una paraula clau reservada";
"Scene.Register.Error.Reason.Taken" = "%@ ja sestà fent servir";
"Scene.Register.Error.Reason.Taken" = "%@ ja està agafat. Què et sembla:";
"Scene.Register.Error.Reason.TooLong" = "%@ és massa llarg";
"Scene.Register.Error.Reason.TooShort" = "%@ és massa curt";
"Scene.Register.Error.Reason.Unreachable" = "%@ sembla que no existeix";
@ -383,7 +382,7 @@ carregat a Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Aquest nom d'usuari ja està en ús.";
"Scene.Register.Input.Username.Placeholder" = "nom d'usuari";
"Scene.Register.Input.Username.Suggestion" = "increible_%@";
"Scene.Register.Title" = "Crea un compte";
"Scene.Register.Title" = "Crear un compte";
"Scene.Report.Content1" = "Hi ha algun altre tut que vulguis afegir a l'informe?";
"Scene.Report.Content2" = "Hi ha alguna cosa que els moderadors hagin de saber sobre aquest informe?";
"Scene.Report.ReportSentTitle" = "Gràcies per informar, ho investigarem.";
@ -522,23 +521,15 @@ Elegiremos un servidor basado en su idioma si continúa sin hacer una selección
"Scene.Thread.BackTitle" = "Tut";
"Scene.Thread.Title" = "Tut de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Què és Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Diferents persones trien diferents servidors per qualsevol número de motius. art.exemple és un bon lloc per els artistes mentres que glasgow.example podria seru una bona elecció per els escocesos.
No et pots equivocar amb cap dels nostres servidors recomanats així que independentment de quin hagis triat (o si tecleges el teu propi servidor en la barra de cerca) no et perderàs res d'enlloc.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Com trio un servidor?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "El teu usuari podria ser @maria@exemple.cat però encara pots seguir, impulsar i xatejar amb @joan@exemple.social.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon és així";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagina't que tens un adreça de correu electrònic que acaba amb @exemple.com.
Encara pots enviar i rebre correus de qualsevol, inclòs si el seu correu acaba amb @gmail.com o @icloud.com o @exemple.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Què és";
"Scene.Welcome.GetStarted" = "Comença";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon és un xarxa social descentralitzada, el que significa que cap empresa la controla. Es composa de molts servidors administrats independentment, tots interconnectats.";
"Scene.Welcome.Education.Mastodon.Title" = "Benvingut a Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "Què son els servidors?";
"Scene.Welcome.JoinDefaultServer" = "Uneix-te a mastodon.social";
"Scene.Welcome.LearnMore" = "Més informació";
"Scene.Welcome.LogIn" = "Inicia sessió";
"Scene.Welcome.Slogan" = "Xarxa social
de nou a les teves mans.";
"Scene.Wizard.AccessibilityHint" = "Toca dues vegades per descartar l'assistent";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Commuta entre diversos comptes mantenint premut el botó del perfil.";
"Scene.Wizard.NewInMastodon" = "Nou a Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "o";
"Widget.Common.UnsupportedWidgetFamily" = "Ho sentim però aquesta familia de ginys no està suportada.";
"Widget.Common.UserNotLoggedIn" = "Si us plau obre Mastodon per a iniciar sessió en un Compte.";
"Widget.FollowersCount.ConfigurationDescription" = "Mostra el número de seguidors.";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "هاوبەشی بکە";
"Common.Controls.Actions.ShareUser" = "%@ هاوبەش بکە";
"Common.Controls.Actions.SignIn" = "Log in";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "بیپەڕێنە";
"Common.Controls.Actions.TakePhoto" = "وێنە بگرە";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
@ -248,16 +247,16 @@
"Scene.Compose.Visibility.Public" = "گشتی";
"Scene.Compose.Visibility.Unlisted" = "پێشنیارنەکراو";
"Scene.ConfirmEmail.Button.Resend" = "بینێرەوە";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "دڵنیا بە لەوەی ئیمێڵەکەت دروستە و هەموو بوخچەکانت بگەڕێ.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "ئیمێڵەکە بنێرەوە";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "ئیمێڵەکەت ببینە";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "ئیمێڵێکمان بۆ ناردیت. هەموو بوخچەکانت ببینە.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "بەرنامەی ئیمێڵەکەت بکەوە";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "ئیمێڵەکانت ببینە.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "پۆست هەیە سەرنجیان لەسەرە لە گۆشەکەی تۆ.";
@ -360,7 +359,7 @@
"Scene.Register.Error.Reason.Inclusion" = "%@ پشتگیرینەکراوە";
"Scene.Register.Error.Reason.Invalid" = "%@ نادروستە";
"Scene.Register.Error.Reason.Reserved" = "%@ وشەیەکی گیراوە";
"Scene.Register.Error.Reason.Taken" = "%@ بەکار هێنراوە لەلایەن یەکێکی تر";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ زۆر درێژە";
"Scene.Register.Error.Reason.TooShort" = "%@ زۆر کورتە";
"Scene.Register.Error.Reason.Unreachable" = "%@ بوونی نییە";
@ -382,7 +381,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "ئەم ناوە گیراوە.";
"Scene.Register.Input.Username.Placeholder" = "ناوی بەکارهێنەر";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "پۆستی تر هەیە بتەوێت سکاڵایان لێ بکەیت؟";
"Scene.Report.Content2" = "هیچ شتێکی هەیە بە چاودێرەکان بیزانن دەربارەی ئەم سکاڵایە؟";
"Scene.Report.ReportSentTitle" = "سپاس بۆ سکاڵاکات، پێیدا دەچینەوە.";
@ -520,23 +519,15 @@
"Scene.Thread.BackTitle" = "پۆستەکە";
"Scene.Thread.Title" = "پۆستی %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "دەست پێ بکە";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "بچۆ ژوورەوە";
"Scene.Welcome.Slogan" = "تۆڕی کۆمەڵایەتی
لەژێر دەستەکانت.";
"Scene.Wizard.AccessibilityHint" = "دوو جار دەستی پیا بنێ بۆ داخستنی";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "هەژمارەکەت بگۆڕە بە دەستڕاگرتن لەسەر دوگمەی پرۆفایلەکە.";
"Scene.Wizard.NewInMastodon" = "نوێ";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.SharePost" = "Sdílet příspěvek";
"Common.Controls.Actions.ShareUser" = "Sdílet %@";
"Common.Controls.Actions.SignIn" = "Přihlásit se";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Přeskočit";
"Common.Controls.Actions.TakePhoto" = "Vyfotit";
"Common.Controls.Actions.TranslatePost.Title" = "Přeložit z %@";
@ -245,16 +244,16 @@ nahrán do Mastodonu.";
"Scene.Compose.Visibility.Public" = "Veřejný";
"Scene.Compose.Visibility.Unlisted" = "Neuvedeno";
"Scene.ConfirmEmail.Button.Resend" = "Poslat znovu";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Zkontrolujte, zda je vaše e-mailová adresa správná, stejně jako složka nevyžádané pošty, pokud ji máte.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Znovu odeslat e-mail";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Zkontrolujte svůj e-mail";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Právě jsme vám poslali e-mail. Zkontrolujte složku nevyžádané zprávy, pokud ji máte.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Pošta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Otevřít e-mailového klienta";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Zkontrolujte doručenou poštu.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Toto jsou příspěvky, které získávají pozornost ve vašem koutu Mastodonu.";
@ -357,7 +356,7 @@ nahrán do Mastodonu.";
"Scene.Register.Error.Reason.Inclusion" = "%@ není podporovaná hodnota";
"Scene.Register.Error.Reason.Invalid" = "%@ je neplatné";
"Scene.Register.Error.Reason.Reserved" = "%@ je rezervované klíčové slovo";
"Scene.Register.Error.Reason.Taken" = "%@ se již používá";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ je příliš dlouhé";
"Scene.Register.Error.Reason.TooShort" = "%@ je příliš krátké";
"Scene.Register.Error.Reason.Unreachable" = "%@ pravděpodobně neexistuje";
@ -379,7 +378,7 @@ nahrán do Mastodonu.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Toto uživatelské jméno je použito.";
"Scene.Register.Input.Username.Placeholder" = "uživatelské jméno";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Existují nějaké další příspěvky, které byste chtěli přidat do zprávy?";
"Scene.Report.Content2" = "Je o tomto hlášení něco, co by měli vědět moderátoři?";
"Scene.Report.ReportSentTitle" = "Děkujeme za nahlášení, podíváme se na to.";
@ -517,22 +516,15 @@ nahrán do Mastodonu.";
"Scene.Thread.BackTitle" = "Příspěvek";
"Scene.Thread.Title" = "Příspěvek od %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Začínáme";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Přihlásit se";
"Scene.Welcome.Slogan" = "Sociální sítě opět ve vašich rukou.";
"Scene.Wizard.AccessibilityHint" = "Dvojitým poklepáním tohoto průvodce odmítnete";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Přepínání mezi více účty podržením tlačítka profilu.";
"Scene.Wizard.NewInMastodon" = "Nový v Mastodonu";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.SharePost" = "Beitrag teilen";
"Common.Controls.Actions.ShareUser" = "%@ teilen";
"Common.Controls.Actions.SignIn" = "Anmelden";
"Common.Controls.Actions.SignUp" = "Konto erstellen";
"Common.Controls.Actions.Skip" = "Überspringen";
"Common.Controls.Actions.TakePhoto" = "Foto aufnehmen";
"Common.Controls.Actions.TranslatePost.Title" = "Von %@ übersetzen";
@ -102,8 +101,8 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Inhaltswarnung umschalten";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Favorit vom Beitrag umschalten";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Teilen vom Beitrag umschalten";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Teilen";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Nicht mehr teilen";
"Common.Controls.Status.Actions.Favorite" = "Favorit";
"Common.Controls.Status.Actions.Hide" = "Verstecken";
"Common.Controls.Status.Actions.Menu" = "Menü";
@ -119,7 +118,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Geteilte Beiträge";
"Common.Controls.Status.ContentWarning" = "Inhaltswarnung";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
@ -249,16 +248,16 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Compose.Visibility.Public" = "Öffentlich";
"Scene.Compose.Visibility.Unlisted" = "Nicht gelistet";
"Scene.ConfirmEmail.Button.Resend" = "Erneut senden";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Überprüfe, ob deine E-Mail-Adresse korrekt ist und sieh im Spam-Ordner nach, falls du es noch nicht getan hast.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-Mail erneut versenden";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Bitte überprüfe deine E-Mails";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Wir haben dir gerade eine E-Mail geschickt. Überprüfe deinen Spam-Ordner, falls du es noch nicht getan hast.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-Mail-Client öffnen";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Überprüfe deinen Posteingang.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Dies sind die Beiträge, die in deiner Umgebung auf Mastodon beliebter werden.";
@ -361,7 +360,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Register.Error.Reason.Inclusion" = "%@ ist kein unterstützter Wert";
"Scene.Register.Error.Reason.Invalid" = "%@ ist ungültig";
"Scene.Register.Error.Reason.Reserved" = "%@ ist ein reserviertes Schlüsselwort";
"Scene.Register.Error.Reason.Taken" = "%@ wird bereits verwendet";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ ist zu lang";
"Scene.Register.Error.Reason.TooShort" = "%@ ist zu kurz";
"Scene.Register.Error.Reason.Unreachable" = "%@ scheint nicht zu existieren";
@ -383,7 +382,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Dieser Benutzername ist vergeben.";
"Scene.Register.Input.Username.Placeholder" = "Benutzername";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Konto erstellen";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Gibt es noch weitere Beiträge, die du der Meldung hinzufügen möchtest?";
"Scene.Report.Content2" = "Gibt es etwas, was die Moderatoren über diese Meldung wissen sollten?";
"Scene.Report.ReportSentTitle" = "Danke für deine Meldung, wir werden uns damit beschäftigen.";
@ -521,22 +520,15 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Thread.BackTitle" = "Beitrag";
"Scene.Thread.Title" = "Beitrag von %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Registrieren";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Anmelden";
"Scene.Welcome.Slogan" = "Soziale Netzwerke wieder in deinen Händen.";
"Scene.Wizard.AccessibilityHint" = "Doppeltippen, um diesen Assistenten zu schließen";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Wechsel zwischen mehreren Konten durch Drücken der Profil-Schaltfläche.";
"Scene.Wizard.NewInMastodon" = "Neu in Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -67,7 +67,6 @@ Please check your internet connection.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Try Again";
"Common.Controls.Actions.UnblockDomain" = "Unblock %@";
"Common.Controls.Actions.JoinDefaultServer" = "Join mastodon.social";
"Common.Controls.Friendship.Block" = "Block";
"Common.Controls.Friendship.BlockDomain" = "Block %@";
"Common.Controls.Friendship.BlockUser" = "Block %@";
@ -520,19 +519,16 @@ uploaded to Mastodon.";
"Scene.SuggestionAccount.Title" = "Find People to Follow";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.GetStarted" = "Get Started";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.JoinDefault_server" = "Join mastodon.social";
"Scene.Welcome.PickServer" = "Pick my own server";
"Scene.Welcome.Separator.Or" = "Or";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
@ -546,4 +542,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -61,7 +61,6 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Actions.SharePost" = "Compartir publicación";
"Common.Controls.Actions.ShareUser" = "Compartir %@";
"Common.Controls.Actions.SignIn" = "Iniciar sesión";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Omitir";
"Common.Controls.Actions.TakePhoto" = "Tomar foto";
"Common.Controls.Actions.TranslatePost.Title" = "Traducir desde %@";
@ -249,16 +248,16 @@ subirse a Mastodon.";
"Scene.Compose.Visibility.Public" = "Pública";
"Scene.Compose.Visibility.Unlisted" = "Sin listar";
"Scene.ConfirmEmail.Button.Resend" = "Reenviar";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comprueba que tu dirección de correo electrónico sea correcta y revisa la carpeta de correo no deseado si no lo has hecho ya.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Volver a Enviar Correo Electrónico";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Revisa tu correo electrónico";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Te acabamos de enviar un correo electrónico. Revisa tu carpeta de correo no deseado si no lo has hecho ya.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correo";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Abrir Cliente de Correo Electrónico";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Revisa tu bandeja de entrada.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Estas son las publicaciones que están ganando tracción en tu rincón de Mastodon.";
@ -361,7 +360,7 @@ subirse a Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ no es un valor admitido";
"Scene.Register.Error.Reason.Invalid" = "%@ no es válido";
"Scene.Register.Error.Reason.Reserved" = "%@ es una palabra clave reservada";
"Scene.Register.Error.Reason.Taken" = "%@ ya está en uso";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ es demasiado largo";
"Scene.Register.Error.Reason.TooShort" = "%@ es demasiado corto";
"Scene.Register.Error.Reason.Unreachable" = "%@ parece no existir";
@ -383,7 +382,7 @@ subirse a Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Este nombre de usuario ya está en uso.";
"Scene.Register.Input.Username.Placeholder" = "nombre de usuario";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "¿Hay alguna otra publicación que te gustaría añadir al reporte?";
"Scene.Report.Content2" = "¿Hay algo que los moderadores deberían saber acerca de este reporte?";
"Scene.Report.ReportSentTitle" = "Gracias por reportar, estudiaremos esto.";
@ -521,23 +520,15 @@ subirse a Mastodon.";
"Scene.Thread.BackTitle" = "Publicación";
"Scene.Thread.Title" = "Publicación de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Empezar";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Iniciar sesión";
"Scene.Welcome.Slogan" = "Las redes sociales
de nuevo en tus manos.";
"Scene.Wizard.AccessibilityHint" = "Haz doble toque para descartar este asistente";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Cambie entre varias cuentas manteniendo presionado el botón de perfil.";
"Scene.Wizard.NewInMastodon" = "Nuevo en Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Actions.SharePost" = "Partekatu bidalketa";
"Common.Controls.Actions.ShareUser" = "Partekatu %@";
"Common.Controls.Actions.SignIn" = "Hasi saioa";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Saltatu";
"Common.Controls.Actions.TakePhoto" = "Atera argazkia";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
@ -249,16 +248,16 @@ Mastodonera igo.";
"Scene.Compose.Visibility.Public" = "Publikoa";
"Scene.Compose.Visibility.Unlisted" = "Zerrendatu gabea";
"Scene.ConfirmEmail.Button.Resend" = "Berbidali";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Egiaztatu zure eposta helbidea zuzena den eta begiratu zaborraren karpeta.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Birbidali eposta";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Begiratu zure eposta";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Eposta bat bidali dizugu. Egiaztatu zure zaborraren karpeta.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ireki eposta bezeroa";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Egiaztatu zure sarrerako ontzia.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Hauek dira zure Mastodon txokoan beraien lekua hartzen ari diren argitalpenak.";
@ -361,7 +360,7 @@ Mastodonera igo.";
"Scene.Register.Error.Reason.Inclusion" = "%@ ez da onartutako balio bat";
"Scene.Register.Error.Reason.Invalid" = "%@ baliogabea da";
"Scene.Register.Error.Reason.Reserved" = "%@ gako-hitz erreserbatu bat da";
"Scene.Register.Error.Reason.Taken" = "%@ dagoeneko erabiltzen da";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ luzeegia da";
"Scene.Register.Error.Reason.TooShort" = "%@ laburregia da";
"Scene.Register.Error.Reason.Unreachable" = "dirudienez %@ ez da existitzen";
@ -383,7 +382,7 @@ Mastodonera igo.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Erabiltzaile-izen hau hartuta dago.";
"Scene.Register.Input.Username.Placeholder" = "erabiltzaile-izena";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Salaketan beste bidalketarik gehitu nahi duzu?";
"Scene.Report.Content2" = "Moderatzaileek besterik jakin behar dute salaketa honi buruz?";
"Scene.Report.ReportSentTitle" = "Mila esker salaketagatik, berrikusiko dugu.";
@ -521,23 +520,15 @@ Mastodonera igo.";
"Scene.Thread.BackTitle" = "Bidalketa";
"Scene.Thread.Title" = "%@(e)n bidalketa";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Nola hasi";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Hasi saioa";
"Scene.Welcome.Slogan" = "Sare sozialak
berriz zure eskuetan.";
"Scene.Wizard.AccessibilityHint" = "Ukitu birritan morroi hau baztertzeko";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Aldatu hainbat konturen artean profilaren botoia sakatuta edukiz.";
"Scene.Wizard.NewInMastodon" = "Berria Mastodonen";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -34,7 +34,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Compose" = "Koosta";
"Common.Controls.Actions.Confirm" = "Vahvista";
"Common.Controls.Actions.Continue" = "Jatka";
"Common.Controls.Actions.Copy" = "Copy";
"Common.Controls.Actions.Copy" = "Kopioi";
"Common.Controls.Actions.CopyPhoto" = "Kopioi kuva";
"Common.Controls.Actions.Delete" = "Poista";
"Common.Controls.Actions.Discard" = "Hylkää";
@ -42,11 +42,11 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Edit" = "Muokkaa";
"Common.Controls.Actions.EditPost" = "Muokkaa";
"Common.Controls.Actions.FindPeople" = "Löydä tilejä seurattavaksi";
"Common.Controls.Actions.ManuallySearch" = "Manually search instead";
"Common.Controls.Actions.ManuallySearch" = "Etsi sen sijaan manuaalisesti";
"Common.Controls.Actions.Next" = "Seuraava";
"Common.Controls.Actions.Ok" = "OK";
"Common.Controls.Actions.Open" = "Avaa";
"Common.Controls.Actions.OpenInBrowser" = "Open in Browser";
"Common.Controls.Actions.OpenInBrowser" = "Avaa selaimessa";
"Common.Controls.Actions.OpenInSafari" = "Avaa Safarissa";
"Common.Controls.Actions.Preview" = "Esikatselu";
"Common.Controls.Actions.Previous" = "Edellinen";
@ -60,12 +60,11 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Share" = "Jaa";
"Common.Controls.Actions.SharePost" = "Jaa julkaisu";
"Common.Controls.Actions.ShareUser" = "Jaa %@";
"Common.Controls.Actions.SignIn" = "Log in";
"Common.Controls.Actions.SignUp" = "Luo tili";
"Common.Controls.Actions.SignIn" = "Kirjaudu sisään";
"Common.Controls.Actions.Skip" = "Ohita";
"Common.Controls.Actions.TakePhoto" = "Ota kuva";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TranslatePost.Title" = "Käännetty kielestä %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Tuntematon";
"Common.Controls.Actions.TryAgain" = "Yritä uudelleen";
"Common.Controls.Actions.UnblockDomain" = "Poista esto %@";
"Common.Controls.Friendship.Block" = "Estä";
@ -83,7 +82,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Friendship.Request" = "Pyydä";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Poista esto";
"Common.Controls.Friendship.UnblockUser" = "Unblock %@";
"Common.Controls.Friendship.UnblockUser" = "Poista käyttäjän %@ esto";
"Common.Controls.Friendship.Unmute" = "Poista mykistys";
"Common.Controls.Friendship.UnmuteUser" = "Poista mykistys tililtä %@";
"Common.Controls.Keyboard.Common.ComposeNewPost" = "Koosta uusi julkaisu";
@ -91,12 +90,12 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Keyboard.Common.ShowFavorites" = "Näytä suosikit";
"Common.Controls.Keyboard.Common.SwitchToTab" = "Vaihda %@";
"Common.Controls.Keyboard.SegmentedControl.NextSection" = "Seuraava lohko";
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Previous Section";
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Edellinen osio";
"Common.Controls.Keyboard.Timeline.NextStatus" = "Seuraava julkaisu";
"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Avaa tekijän profiili";
"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Avaa edelleen jakajan profiili";
"Common.Controls.Keyboard.Timeline.OpenStatus" = "Avaa julkaisu";
"Common.Controls.Keyboard.Timeline.PreviewImage" = "Preview Image";
"Common.Controls.Keyboard.Timeline.PreviewImage" = "Esikatsele kuvaa";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Edellinen julkaisu";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Vastaa julkaisuun";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Vaihda sisältövaroitus";
@ -104,17 +103,17 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Edelleenjaa";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Peru edelleenjako";
"Common.Controls.Status.Actions.Favorite" = "Favorite";
"Common.Controls.Status.Actions.Hide" = "Hide";
"Common.Controls.Status.Actions.Favorite" = "Merkitse suosikiksi";
"Common.Controls.Status.Actions.Hide" = "Piilota";
"Common.Controls.Status.Actions.Menu" = "Valikko";
"Common.Controls.Status.Actions.Reblog" = "Jaa edelleen";
"Common.Controls.Status.Actions.Reply" = "Vastaa";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post";
"Common.Controls.Status.Actions.ShowGif" = "Show GIF";
"Common.Controls.Status.Actions.ShowImage" = "Show image";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Show video player";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu";
"Common.Controls.Status.Actions.Unfavorite" = "Unfavorite";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Jaa linkki julkaisussa";
"Common.Controls.Status.Actions.ShowGif" = "Näytä GIF";
"Common.Controls.Status.Actions.ShowImage" = "Näytä kuva";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Näytä videosoitin";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Näytä valikko pitkällä painalluksella";
"Common.Controls.Status.Actions.Unfavorite" = "Poista suosikkimerkintä";
"Common.Controls.Status.Actions.Unreblog" = "Peru edelleen jako";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Muokattiin viimeksi %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Muokkaushistoria";
@ -125,32 +124,32 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.EditHistory.Title" = "Muokkaushistoria";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Muokattiin %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.LoadEmbed" = "Lataa upotus";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, liite %d/%d";
"Common.Controls.Status.Media.ExpandGifHint" = "Laajentaa GIF-kuvan. Näytä toiminnot kaksoisnapautuksella ja painamalla";
"Common.Controls.Status.Media.ExpandImageHint" = "Laajentaa kuvan. Näytä toiminnot kaksoisnapautuksella ja painamalla";
"Common.Controls.Status.Media.ExpandVideoHint" = "Näyttää videosoittimen. Näytä toiminnot kaksoisnapautuksella ja painamalla";
"Common.Controls.Status.MediaContentWarning" = "Napauta mistä tahansa paljastaaksesi";
"Common.Controls.Status.MetaEntity.Email" = "Email address: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
"Common.Controls.Status.MetaEntity.Mention" = "Show Profile: %@";
"Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.MetaEntity.Email" = "Sähköpostiosoite: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Aihetunniste: %@";
"Common.Controls.Status.MetaEntity.Mention" = "Näytä profiili: %@";
"Common.Controls.Status.MetaEntity.Url" = "Linkki: %@";
"Common.Controls.Status.Poll.Closed" = "Suljettu";
"Common.Controls.Status.Poll.Vote" = "Vote";
"Common.Controls.Status.Poll.Vote" = "Äänestä";
"Common.Controls.Status.PostedViaApplication" = "%@ sovelluksella %@";
"Common.Controls.Status.SensitiveContent" = "Sensitive Content";
"Common.Controls.Status.SensitiveContent" = "Arkaluonteista sisältöä";
"Common.Controls.Status.ShowPost" = "Näytä julkaisu";
"Common.Controls.Status.ShowUserProfile" = "Näytä tili";
"Common.Controls.Status.Tag.Email" = "Sähköposti";
"Common.Controls.Status.Tag.Emoji" = "Emoji";
"Common.Controls.Status.Tag.Hashtag" = "Hashtagi";
"Common.Controls.Status.Tag.Link" = "Linkki";
"Common.Controls.Status.Tag.Mention" = "Mention";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tap to reveal";
"Common.Controls.Status.Tag.Mention" = "Mainitse";
"Common.Controls.Status.Tag.Url" = "URL-osoite";
"Common.Controls.Status.TapToReveal" = "Paljasta napauttamalla";
"Common.Controls.Status.Translation.ShowOriginal" = "Näytä alkuperäinen";
"Common.Controls.Status.Translation.TranslatedFrom" = "Käännetty kielestä %@ palvelulla %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownLanguage" = "Tuntematon";
"Common.Controls.Status.Translation.UnknownProvider" = "Tuntematon";
"Common.Controls.Status.UserReblogged" = "%@ jakoi edelleen";
"Common.Controls.Status.UserRepliedTo" = "Vastasi %@:lle";
@ -161,9 +160,9 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Tabs.A11Y.Explore" = "Selaa";
"Common.Controls.Tabs.A11Y.Search" = "Haku";
"Common.Controls.Tabs.Home" = "Koti";
"Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Notifications" = "Ilmoitukset";
"Common.Controls.Tabs.Profile" = "Profiili";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore";
"Common.Controls.Tabs.SearchAndExplore" = "Etsi ja korvaa";
"Common.Controls.Timeline.Filtered" = "Suodatettu";
"Common.Controls.Timeline.Header.BlockedWarning" = "Et voi tarkastella tämän tilin profiilia
ennen kuin hän poistaa eston.";
@ -200,7 +199,7 @@ Profiilisi näyttää tältä hänelle.";
uploaded to Mastodon.";
"Scene.Compose.Attachment.AttachmentTooLarge" = "Attachment too large";
"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "Can not recognize this media attachment";
"Scene.Compose.Attachment.CompressingState" = "Compressing...";
"Scene.Compose.Attachment.CompressingState" = "Pakataan...";
"Scene.Compose.Attachment.DescriptionPhoto" = "Kuvaile kuva näkövammaisille...";
"Scene.Compose.Attachment.DescriptionVideo" = "Kuvaile video näkövammaisille...";
"Scene.Compose.Attachment.LoadFailed" = "Load Failed";
@ -248,13 +247,13 @@ uploaded to Mastodon.";
"Scene.Compose.Visibility.Private" = "Vain seuraajat";
"Scene.Compose.Visibility.Public" = "Julkinen";
"Scene.Compose.Visibility.Unlisted" = "Listaamaton";
"Scene.ConfirmEmail.Button.Resend" = "Resend";
"Scene.ConfirmEmail.Button.Resend" = "Lähetä uudelleen";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Etkö saanut linkkiä?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Lähetä uudelleen (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Lähetä uudelleen nyt.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Tarkista, että sähköpostiosoitteesi on oikea, sekä roskapostikansiosi, jos et vielä ole.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Lähetä sähköposti uudelleen";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Tarkista sähköpostisi";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Tarkasta sähköpostisi";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Lähetimme sinulle juuri sähköpostin. Tarkista myös roskapostikansiosi, jos et vielä ole.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Sähköposti";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Avaa sähköpostisovellus";
@ -313,7 +312,7 @@ uploaded to Mastodon.";
"Scene.Privacy.Policy.Ios" = "Tietosuojakäytäntö - Mastodon iOS:lle";
"Scene.Privacy.Policy.Server" = "Tietosuojakäytäntö - %@";
"Scene.Privacy.Title" = "Yksityisyys";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Double tap to open the list";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Avaa lista napauttamalla kahdesti";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
@ -332,18 +331,18 @@ uploaded to Mastodon.";
"Scene.Profile.Fields.Verified.Short" = "Verified on %@";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Block Account";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Estä tili";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirm to mute %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mute Account";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Vahvista käyttäjän %@ mykistys";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mykistä tili";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Vahvista, että haluat poistaa mykistyksen tililtä %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Poista tilin mykistys";
"Scene.Profile.SegmentedControl.About" = "About";
"Scene.Profile.SegmentedControl.About" = "Tietoja";
"Scene.Profile.SegmentedControl.Media" = "Media";
"Scene.Profile.SegmentedControl.Posts" = "Julkaisut";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Posts and Replies";
@ -351,7 +350,7 @@ uploaded to Mastodon.";
"Scene.RebloggedBy.Title" = "Reblogged By";
"Scene.Register.Error.Item.Agreement" = "Hyväksy";
"Scene.Register.Error.Item.Email" = "Sähköposti";
"Scene.Register.Error.Item.Locale" = "Locale";
"Scene.Register.Error.Item.Locale" = "Alue";
"Scene.Register.Error.Item.Password" = "Salasana";
"Scene.Register.Error.Item.Reason" = "Syy";
"Scene.Register.Error.Item.Username" = "Käyttäjänimi";
@ -360,8 +359,8 @@ uploaded to Mastodon.";
"Scene.Register.Error.Reason.Blocked" = "%@ sisältää estetyn sähköpostipalveluntarjoajan";
"Scene.Register.Error.Reason.Inclusion" = "%@ ei ole tuettu arvo";
"Scene.Register.Error.Reason.Invalid" = "%@ on virheellinen";
"Scene.Register.Error.Reason.Reserved" = "%@ is a reserved keyword";
"Scene.Register.Error.Reason.Taken" = "%@ on jo käytössä";
"Scene.Register.Error.Reason.Reserved" = "%@ on varattu avainsana";
"Scene.Register.Error.Reason.Taken" = "%@ on jo varattu. Entäpä:";
"Scene.Register.Error.Reason.TooLong" = "%@ on liian pitkä";
"Scene.Register.Error.Reason.TooShort" = "%@ on liian lyhyt";
"Scene.Register.Error.Reason.Unreachable" = "%@ ei näytä olevan olemassa";
@ -373,9 +372,9 @@ uploaded to Mastodon.";
"Scene.Register.Input.DisplayName.Placeholder" = "näyttönimi";
"Scene.Register.Input.Email.Placeholder" = "sähköposti";
"Scene.Register.Input.Invite.RegistrationUserInviteRequest" = "Miksi haluat liittyä?";
"Scene.Register.Input.Password.Accessibility.Checked" = "checked";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "unchecked";
"Scene.Register.Input.Password.CharacterLimit" = "8 characters";
"Scene.Register.Input.Password.Accessibility.Checked" = "tarkastettu";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "tarkastamaton";
"Scene.Register.Input.Password.CharacterLimit" = "8 merkkiä";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Vahvista salasana";
"Scene.Register.Input.Password.Hint" = "Salasanassasi on oltava vähintään kahdeksan merkkiä";
"Scene.Register.Input.Password.Placeholder" = "salasana";
@ -521,23 +520,15 @@ uploaded to Mastodon.";
"Scene.Thread.BackTitle" = "Julkaisu";
"Scene.Thread.Title" = "Julkaisu tililtä %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mikä Mastodon on?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Eri henkilöt valitsevat eri palvelimia vaihtelevista syistä. taide.esimerkki on loistava paikka taiteilijoille, kun taas maarianhamina.esimerkki voi olla hyvä valinta ahvenanmaalaisille.
Mikään suosittelemistamme palvelimista ei vie sinua metsään, joten valinnastasi riippumatta (tai vaikka syöttäisit oman vaihtoehdon palvelinhakuun) et jää koskaan paitsi mistään.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Miten valitsen palvelimen?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Tunnuksesi saattaa olla @gothgirl654@esimerkki.social, mutta voit silti seurata, edelleenjakaa ja keskustella tunnuksen @fallout5ever@esimerkki.online kanssa.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon on sellainen";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Kuvittele, että sinulla on sähköpostiosoite, joka päättyy @esimerkki.fi.
Voit silti lähettää ja vastaanottaa viestejä kenelle/keneltä tahansa, vaikka heidän osoitteensa päättyvät @gmail.com, @icloud.com tai @esimerkki.fi.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Mikä on";
"Scene.Welcome.GetStarted" = "Get Started";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.Slogan" = "Sosiaalinen verkostoituminen
takaisin käsissäsi.";
"Scene.Wizard.AccessibilityHint" = "Hylkää tämä ohjattu toiminto kaksoisnapauttamalla";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Vaihda useiden tilien välillä pitämällä profiilipainiketta painettuna.";
"Scene.Wizard.NewInMastodon" = "Uutta Mastodonissa";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon on hajautettu sosiaalinen verkosto, joka tarkoittaa sitä, ettei sitä hallitse mikään yksittäinen yritys. Se koostuu monista itsenäisesti ylläpidetyistä palvelimista, jotka on liitetty yhteen.";
"Scene.Welcome.Education.Mastodon.Title" = "Tervetuloa Mastodoniin";
"Scene.Welcome.Education.Servers.Description" = "Jokainen Mastodon-tili sijaitsee jollakin palvelimella, joilla on kaikilla omat arvot, säännöt ja ylläpitäjät. Palvelinvalinnastasi riippumatta voit seurata kaikkien palvelinten käyttäjiä ja viestiä heidän kanssaan.";
"Scene.Welcome.Education.Servers.Title" = "Mitä palvelimet ovat?";
"Scene.Welcome.JoinDefaultServer" = "Liity mastodon.social-palvelimelle";
"Scene.Welcome.LearnMore" = "Lue lisää";
"Scene.Welcome.LogIn" = "Kirjaudu sisään";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "tai";
"Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta.";
"Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille.";
"Widget.FollowersCount.ConfigurationDescription" = "Näytä seuraajien määrä.";

View File

@ -61,7 +61,6 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Actions.SharePost" = "Partager la publication";
"Common.Controls.Actions.ShareUser" = "Partager %@";
"Common.Controls.Actions.SignIn" = "Se connecter";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Passer";
"Common.Controls.Actions.TakePhoto" = "Prendre une photo";
"Common.Controls.Actions.TranslatePost.Title" = "Traduit depuis %@";
@ -249,16 +248,16 @@ téléversé sur Mastodon.";
"Scene.Compose.Visibility.Public" = "Public";
"Scene.Compose.Visibility.Unlisted" = "Non listé";
"Scene.ConfirmEmail.Button.Resend" = "Renvoyer";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Vérifiez que votre adresse courriel est valide ainsi que votre fichier spam si ce nest pas déjà fait.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Renvoyer le courriel";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Vérifier vos courriels";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Nous venons de vous envoyer un courriel. Vérifier votre fichier spam si vous ne lavez pas déjà fait.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Courriel";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ouvrir le client de messagerie";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Vérifier votre boîte aux lettres.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Ce sont les messages qui gagnent en popularité sur votre serveur Mastodon.";
@ -361,7 +360,7 @@ téléversé sur Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ nest pas une valeur acceptée";
"Scene.Register.Error.Reason.Invalid" = "%@ est invalide";
"Scene.Register.Error.Reason.Reserved" = "%@ est un mot clé réservé";
"Scene.Register.Error.Reason.Taken" = "%@ est déjà utilisé";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ est trop long";
"Scene.Register.Error.Reason.TooShort" = "%@ est trop court";
"Scene.Register.Error.Reason.Unreachable" = "%@ ne semble pas exister";
@ -383,7 +382,7 @@ téléversé sur Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Ce nom d'utilisateur est déjà pris.";
"Scene.Register.Input.Username.Placeholder" = "nom d'utilisateur";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Y a-t-il dautres messages que vous aimeriez ajouter au signalement?";
"Scene.Report.Content2" = "Y a-t-il quelque chose que les modérateurs devraient savoir sur ce rapport ?";
"Scene.Report.ReportSentTitle" = "Merci de nous lavoir signalé, nous allons examiner cela.";
@ -521,22 +520,15 @@ téléversé sur Mastodon.";
"Scene.Thread.BackTitle" = "Publication";
"Scene.Thread.Title" = "Publication de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Prise en main";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Se connecter";
"Scene.Welcome.Slogan" = "Le réseau social qui vous rend le contrôle.";
"Scene.Wizard.AccessibilityHint" = "Tapotez deux fois pour fermer cet assistant";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Basculez entre plusieurs comptes en appuyant de maniere prolongée sur le bouton profil.";
"Scene.Wizard.NewInMastodon" = "Nouveau dans Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.SharePost" = "Co-roinn am post";
"Common.Controls.Actions.ShareUser" = "Co-roinn %@";
"Common.Controls.Actions.SignIn" = "Clàraich a-steach";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Leum thairis air";
"Common.Controls.Actions.TakePhoto" = "Tog dealbh";
"Common.Controls.Actions.TranslatePost.Title" = "Eadar-theangaich o: %@";
@ -249,16 +248,16 @@ a luchdadh suas gu Mastodon.";
"Scene.Compose.Visibility.Public" = "Poblach";
"Scene.Compose.Visibility.Unlisted" = "Falaichte o liostaichean";
"Scene.ConfirmEmail.Button.Resend" = "Ath-chuir";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Dearbh gu bheil an seòladh puist-d agad mar bu chòir agus nach eil dad ann am pasgan an truilleis.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Cuir am post-d a-rithist";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Thoir sùil air a phost-d agad";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Tha sinn air post-d a chur thugad. Thoir sùil air pasgan an truilleis agad mura d fhuair thu e.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Post";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Fosgail cliant puist-d";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Thoir sùil air a bhogsa a-steach agad.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Seo na postaichean fèillmhor nad cheàrnaidh de Mhastodon.";
@ -361,7 +360,7 @@ a luchdadh suas gu Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "Cha chuir sinn taic ri luach %@";
"Scene.Register.Error.Reason.Invalid" = "Chan eil %@ dligheach";
"Scene.Register.Error.Reason.Reserved" = "S e facal glèidhte a th ann an %@";
"Scene.Register.Error.Reason.Taken" = "Tha %@ ga chleachdadh mu thràth";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "Tha %@ ro fhada";
"Scene.Register.Error.Reason.TooShort" = "Tha %@ ro ghoirid";
"Scene.Register.Error.Reason.Unreachable" = "Tha coltas nach eil %@ ann";
@ -383,7 +382,7 @@ a luchdadh suas gu Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Tha an t-ainm-cleachdaiche seo aig cuideigin eile.";
"Scene.Register.Input.Username.Placeholder" = "ainm-cleachdaiche";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "A bheil post sam bith eile ann a bu mhiann leat cur ris a ghearan?";
"Scene.Report.Content2" = "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?";
"Scene.Report.ReportSentTitle" = "Mòran taing airson a ghearain, bheir sinn sùil air.";
@ -521,23 +520,15 @@ a luchdadh suas gu Mastodon.";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post le %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Dèan toiseach-tòiseachaidh";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Clàraich a-steach";
"Scene.Welcome.Slogan" = "A cur nan lìonraidhean sòisealta
nad làmhan fhèin.";
"Scene.Wizard.AccessibilityHint" = "Thoir gnogag dhùbailte a leigeil seachad an draoidh seo";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Geàrr leum eadar iomadh cunntas le cumail sìos putan na pròifil.";
"Scene.Wizard.NewInMastodon" = "Na tha ùr ann am Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Comproba a conexión a internet.";
"Common.Controls.Actions.SharePost" = "Compartir publicación";
"Common.Controls.Actions.ShareUser" = "Compartir %@";
"Common.Controls.Actions.SignIn" = "Acceder";
"Common.Controls.Actions.SignUp" = "Crear conta";
"Common.Controls.Actions.Skip" = "Omitir";
"Common.Controls.Actions.TakePhoto" = "Facer foto";
"Common.Controls.Actions.TranslatePost.Title" = "Traducido do %@";
@ -249,7 +248,7 @@ ser subido a Mastodon.";
"Scene.Compose.Visibility.Public" = "Público";
"Scene.Compose.Visibility.Unlisted" = "Non listado";
"Scene.ConfirmEmail.Button.Resend" = "Reenviar";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Non recibiches a Ligazón?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Non recibiches unha ligazón?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Reenviar (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Reenviar agora.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comproba que o enderezo de email é correcto e que non vaia directo ao cartafol de spam.";
@ -258,7 +257,7 @@ ser subido a Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Enviámosche un email. Se non aparece, mira no cartafol do lixo.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correo";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Abrir cliente de email";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Mira na caixa de correo.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Comproba a Caixa de correo.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Preme na ligazón que che enviamos para verificar a conta %@. Agardamos por ti.";
"Scene.ConfirmEmail.Title" = "Mira na caixa de correo";
"Scene.Discovery.Intro" = "Estas son as publicacións en voga no teu recuncho de Mastodon.";
@ -361,7 +360,7 @@ ser subido a Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ non é un valor soportado";
"Scene.Register.Error.Reason.Invalid" = "%@ non é válido";
"Scene.Register.Error.Reason.Reserved" = "%@ é unha palabra reservada";
"Scene.Register.Error.Reason.Taken" = "%@ xa está en uso";
"Scene.Register.Error.Reason.Taken" = "%@ xa está pillado. Que tal:";
"Scene.Register.Error.Reason.TooLong" = "%@ é demasiado longo";
"Scene.Register.Error.Reason.TooShort" = "%@ é demasiado curto";
"Scene.Register.Error.Reason.Unreachable" = "%@ semella que non existe";
@ -521,23 +520,15 @@ ser subido a Mastodon.";
"Scene.Thread.BackTitle" = "Publicación";
"Scene.Thread.Title" = "Publicación de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Que é Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Pode haber moitas razóns para elexir un servidor. art.exemplo é un bo lugar para artistas, mentras glasgow.exemplo podería ser axeitado para persoas escocesas.
Non terás problemas con calquera dos servidores recomendados, así que independentemente do que elixas (ou se escribes o teu propio na caixa de busca) non botarás nada en falta.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Como elexir un servidor?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "O teu identificador pode ser @rula654@exemplo.social, pero podes seguir, promover e conversar con @gz4libre@exemplo.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon é o mesmo";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imaxina que tes un enderezo de email que remata con @exemplo.com.
Podes intercambiar mensaxes con calquera persoa, incluso se o seu email remata en @gmail.com ou @icloud.com ou @exemplo.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Que é";
"Scene.Welcome.GetStarted" = "Crear conta";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Acceder";
"Scene.Welcome.Slogan" = "Comunicación social
de volta ás túas mans.";
"Scene.Wizard.AccessibilityHint" = "Dobre toque para desbotar este asistente";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Cambia dunha conta a outra mantendo preso o botón do perfil.";
"Scene.Wizard.NewInMastodon" = "Novidade en Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Unha mágoa, pero hai soporte para esta familia de Widgets.";
"Widget.Common.UserNotLoggedIn" = "Abre Mastodon para iniciar sesión coa Conta.";
"Widget.FollowersCount.ConfigurationDescription" = "Mostrar o número de seguidoras.";

View File

@ -61,7 +61,6 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Actions.SharePost" = "Condividi il post";
"Common.Controls.Actions.ShareUser" = "Condividi %@";
"Common.Controls.Actions.SignIn" = "Accedi";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Salta";
"Common.Controls.Actions.TakePhoto" = "Scatta foto";
"Common.Controls.Actions.TranslatePost.Title" = "Traduci da %@";
@ -290,7 +289,7 @@ caricato su Mastodon.";
"Scene.HomeTimeline.Title" = "Inizio";
"Scene.Login.ServerSearchField.Placeholder" = "Inserisci l'URL o cerca il tuo server";
"Scene.Login.Subtitle" = "Accedi al server sul quale hai creato il tuo account.";
"Scene.Login.Title" = "Welcome back";
"Scene.Login.Title" = "Bentornato/a";
"Scene.Notification.FollowRequest.Accept" = "Accetta";
"Scene.Notification.FollowRequest.Accepted" = "Richiesta accettata";
"Scene.Notification.FollowRequest.Reject" = "rifiuta";
@ -309,7 +308,7 @@ caricato su Mastodon.";
"Scene.Preview.Keyboard.ShowNext" = "Mostra successivo";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostra precedente";
"Scene.Privacy.Button.Confirm" = "Sono d'accordo";
"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.";
"Scene.Privacy.Description" = "Sebbene l'app Mastodon non raccolga alcun dato, il server tramite il quale ti registri potrebbe avere una politica diversa. Prenditi un minuto per rivedere e accettare l'informativa sulla privacy dell'app Mastodon e l'informativa sulla privacy del tuo server.";
"Scene.Privacy.Policy.Ios" = "Informativa sulla privacy - Mastodon per iOS";
"Scene.Privacy.Policy.Server" = "Informativa sulla privacy - %@";
"Scene.Privacy.Title" = "Privacy";
@ -361,7 +360,7 @@ caricato su Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ non è un valore supportato";
"Scene.Register.Error.Reason.Invalid" = "%@ non è valido";
"Scene.Register.Error.Reason.Reserved" = "%@ è una parola chiave riservata";
"Scene.Register.Error.Reason.Taken" = "%@ è già in uso";
"Scene.Register.Error.Reason.Taken" = "%@ è già preso. Che ne pensi di:";
"Scene.Register.Error.Reason.TooLong" = "%@ è troppo lungo";
"Scene.Register.Error.Reason.TooShort" = "%@ è troppo corto";
"Scene.Register.Error.Reason.Unreachable" = "%@ non sembra esistere";
@ -383,7 +382,7 @@ caricato su Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Questo nome utente è già stato preso.";
"Scene.Register.Input.Username.Placeholder" = "nome utente";
"Scene.Register.Input.Username.Suggestion" = "incredibile_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Crea un account";
"Scene.Report.Content1" = "Ci sono altri post che vorresti aggiungere alla segnalazione?";
"Scene.Report.Content2" = "C'è qualcosa che i moderatori dovrebbero sapere su questa segnalazione?";
"Scene.Report.ReportSentTitle" = "Grazie per la segnalazione, esamineremo questo aspetto.";
@ -470,7 +469,7 @@ caricato su Mastodon.";
"Scene.ServerPicker.Label.Language" = "LINGUA";
"Scene.ServerPicker.Label.Users" = "UTENTI";
"Scene.ServerPicker.Language.All" = "Tutte";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.NoServerSelectedHint" = "Sceglieremo un server in base alla tua lingua se continui senza effettuare una selezione.";
"Scene.ServerPicker.Search.Placeholder" = "Cerca il nome o URL";
"Scene.ServerPicker.SignupSpeed.All" = "Tutte";
"Scene.ServerPicker.SignupSpeed.Instant" = "Iscrizione istantanea";
@ -521,22 +520,15 @@ caricato su Mastodon.";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post da %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Cosa è Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Persone diverse scelgono server diversi per una serie di motivi. art.example è un ottimo posto per gli artisti, mentre glasgow.example potrebbe essere una buona scelta per gli scozzesi.
Non puoi sbagliare con nessuno dei nostri server consigliati, quindi indipendentemente da quale scegli (o se inserisci il tuo nella barra di ricerca dei server), non perderai mai un colpo da nessuna parte.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Come scelgo un server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Il tuo account potrebbe essere @gothgirl654@esempio.social, ma puoi comunque seguire, condividere e chattare con @fallout5ever@esempio.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon è così";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Immagina di avere un indirizzo email che termini con @esempio.com.
Puoi comunque inviare e ricevere email da chiunque, anche se la loro email terminasse con @gmail.com o @icloud.com o @esempio.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Cos'è";
"Scene.Welcome.GetStarted" = "Inizia";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon è un social network decentralizzato, il che significa che nessuna singola azienda lo controlla. È composto da molti server gestiti in modo indipendente, tutti collegati tra loro.";
"Scene.Welcome.Education.Mastodon.Title" = "Benvenuto/a su Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "Cosa sono i server?";
"Scene.Welcome.JoinDefaultServer" = "Unisciti a mastodon.social";
"Scene.Welcome.LearnMore" = "Scopri di più";
"Scene.Welcome.LogIn" = "Accedi";
"Scene.Welcome.Slogan" = "Il social network, di nuovo nelle tue mani.";
"Scene.Wizard.AccessibilityHint" = "Doppio tocco per eliminare questa procedura guidata";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Passa tra più account tenendo premuto il pulsante del profilo.";
"Scene.Wizard.NewInMastodon" = "Nuovo su Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "o";
"Widget.Common.UnsupportedWidgetFamily" = "Siamo spiacenti, ma questa famiglia di widget non è supportata.";
"Widget.Common.UserNotLoggedIn" = "Per favore apri Mastodon per accedere ad un account.";
"Widget.FollowersCount.ConfigurationDescription" = "Mostra il numero dei seguaci.";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "投稿を共有";
"Common.Controls.Actions.ShareUser" = "%@を共有";
"Common.Controls.Actions.SignIn" = "ログイン";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "スキップ";
"Common.Controls.Actions.TakePhoto" = "写真を撮る";
"Common.Controls.Actions.TranslatePost.Title" = "%@から翻訳";
@ -213,30 +212,30 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "公開設定を選択 - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "閲覧注意を切り替える";
"Scene.Compose.Keyboard.TogglePoll" = "投票を切り替える";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.Language.Other" = "その他の言語…";
"Scene.Compose.Language.Recent" = "最近使った言語";
"Scene.Compose.Language.Suggested" = "推奨される言語";
"Scene.Compose.Language.Title" = "投稿の言語";
"Scene.Compose.MediaSelection.Browse" = "ブラウズ";
"Scene.Compose.MediaSelection.Camera" = "写真を撮る";
"Scene.Compose.MediaSelection.PhotoLibrary" = "フォトライブラリ";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.AddOption" = "項目を追加";
"Scene.Compose.Poll.DurationTime" = "期間: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.MoveDown" = "項目を下に移動";
"Scene.Compose.Poll.MoveUp" = "項目を上に移動";
"Scene.Compose.Poll.OneDay" = "1日";
"Scene.Compose.Poll.OneHour" = "1時間";
"Scene.Compose.Poll.OptionNumber" = "オプション %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.RemoveOption" = "項目を削除";
"Scene.Compose.Poll.SevenDays" = "7日";
"Scene.Compose.Poll.SixHours" = "6時間";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "アンケートに空のオプションがあります";
"Scene.Compose.Poll.ThePollIsInvalid" = "アンケートが無効です";
"Scene.Compose.Poll.ThirtyMinutes" = "30分";
"Scene.Compose.Poll.ThreeDays" = "3日";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.Poll.Title" = "投票";
"Scene.Compose.ReplyingToUser" = "%@に返信";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.EditPost" = "投稿の編集";
"Scene.Compose.Title.NewPost" = "新しい投稿";
"Scene.Compose.Title.NewReply" = "新しい返信";
"Scene.Compose.Visibility.Direct" = "ダイレクト";
@ -285,7 +284,7 @@
"Scene.HomeTimeline.Title" = "ホーム";
"Scene.Login.ServerSearchField.Placeholder" = "URLを入力またはサーバーを検索";
"Scene.Login.Subtitle" = "アカウントを作成したサーバーにログインします。";
"Scene.Login.Title" = "Welcome back";
"Scene.Login.Title" = "アカウントでログイン";
"Scene.Notification.FollowRequest.Accept" = "承認";
"Scene.Notification.FollowRequest.Accepted" = "承諾済み";
"Scene.Notification.FollowRequest.Reject" = "拒否";
@ -304,7 +303,7 @@
"Scene.Preview.Keyboard.ShowNext" = "次を見る";
"Scene.Preview.Keyboard.ShowPrevious" = "前を見る";
"Scene.Privacy.Button.Confirm" = "同意する";
"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.";
"Scene.Privacy.Description" = "Mastodonアプリはデータを収集しません。一方で、登録するサーバーはそれぞれが異なるポリシーを掲げていることがあります。両方のプライバシーポリシーをよく読み、同意のうえ次へ進んでください。";
"Scene.Privacy.Policy.Ios" = "プライバシーポリシー - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "プライバシーポリシー - %@";
"Scene.Privacy.Title" = "プライバシーポリシー";
@ -356,7 +355,7 @@
"Scene.Register.Error.Reason.Inclusion" = "%@ はサポートされていない値です";
"Scene.Register.Error.Reason.Invalid" = "%@は無効です";
"Scene.Register.Error.Reason.Reserved" = "%@は予約語です";
"Scene.Register.Error.Reason.Taken" = "%@は既に使われています";
"Scene.Register.Error.Reason.Taken" = "%@ はすでに使われています。こちらはいかがですか:";
"Scene.Register.Error.Reason.TooLong" = "%@は長すぎます";
"Scene.Register.Error.Reason.TooShort" = "%@は短すぎます";
"Scene.Register.Error.Reason.Unreachable" = "%@は存在しないようです";
@ -378,7 +377,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "このユーザー名は使用されています";
"Scene.Register.Input.Username.Placeholder" = "ユーザー名";
"Scene.Register.Input.Username.Suggestion" = "%@_don";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "アカウントを作成";
"Scene.Report.Content1" = "他に通報したい投稿はありますか?";
"Scene.Report.Content2" = "この通報についてモデレーターに伝達しておきたい事項はありますか?";
"Scene.Report.ReportSentTitle" = "ご報告ありがとうございます、追って確認します。";
@ -465,7 +464,7 @@
"Scene.ServerPicker.Label.Language" = "言語";
"Scene.ServerPicker.Label.Users" = "ユーザー";
"Scene.ServerPicker.Language.All" = "すべての言語";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.NoServerSelectedHint" = "選択せずに次へ進むと、利用中の言語に基づいてサーバーを自動選択します。";
"Scene.ServerPicker.Search.Placeholder" = "サーバー名またはURL";
"Scene.ServerPicker.SignupSpeed.All" = "指定しない";
"Scene.ServerPicker.SignupSpeed.Instant" = "開放";
@ -516,22 +515,15 @@
"Scene.Thread.BackTitle" = "投稿";
"Scene.Thread.Title" = "%@の投稿";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "つながりあうMastodon";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "サーバーの選びかたは十人十色です。アーティスト同士が集まるサーバーもあれば、とある鉄道の沿線住民が集うサーバーもあります。
アカウント作成に進むと、検索バーとおすすめのサーバーが表示されます。参加したいサーバーが決まっていない場合は、おすすめから選んでみましょう。どのサーバーを選んでも、どこの誰とでもつながれます。";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "サーバーをさがしてみよう";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "電子メールと同様に、@gothgirl654@example.social というMastodonアカウントがあれば、ほかのサーバーの @fallout5ever@example.online をフォローして投稿をブーストしたり、メンションを送ることができます。";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "サーバーからサーバーへ";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Mastodonのしくみは電子メールとよく似ています。
電子メールは ○○@example.com のようなメールアドレスを持っていれば、 □□@gmail.com や △△@icloud.com はもちろん、同じプロバイダの ◇◇@example.com など、どんな相手にもメールを送れます。";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "つながりあう";
"Scene.Welcome.GetStarted" = "はじめる";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "ログイン";
"Scene.Welcome.Slogan" = "ソーシャルネットワーキングを、あなたの手の中に.";
"Scene.Wizard.AccessibilityHint" = "チュートリアルを閉じるには、ダブルタップしてください";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "プロフィールボタンを押して複数のアカウントを切り替えます。";
"Scene.Wizard.NewInMastodon" = "Mastodon の新機能";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Actions.SharePost" = "Bḍu tasuffeɣt";
"Common.Controls.Actions.ShareUser" = "Bḍu %@";
"Common.Controls.Actions.SignIn" = "Qqen";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Zgel";
"Common.Controls.Actions.TakePhoto" = "Ṭṭef tawlaft";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
@ -249,16 +248,16 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Compose.Visibility.Public" = "Azayez";
"Scene.Compose.Visibility.Unlisted" = "War tabdert";
"Scene.ConfirmEmail.Button.Resend" = "Ales tuzna";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Senqed ma yella tansa-inek n imayl d tameɣut akked uspam ma yella ur t-tufiḍ ara.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Ales tuzna n yimayl";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Senqed imayl-ik·im";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Akken kan i ak-n-nuzen imayl. Sefqed aspam ma yella ur t-tufiḍ ara.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Imayl";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ldi amsaɣ n yimayl";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Sefqed Tanaka-inek.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Tigi d tisuffaɣ i d-ijebbden s waṭas deg tama-inek•inem n Mastodon.";
@ -361,7 +360,7 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ mačči d azal yettusefraken";
"Scene.Register.Error.Reason.Invalid" = "%@ d arameɣtu";
"Scene.Register.Error.Reason.Reserved" = "%@ d awal uffir yettwaḥarren";
"Scene.Register.Error.Reason.Taken" = "%@ yettwaseqdec yakan";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ ɣezzif aṭas";
"Scene.Register.Error.Reason.TooShort" = "%@ wezzil aṭas";
"Scene.Register.Error.Reason.Unreachable" = "%@ ur yettban ara yella";
@ -383,7 +382,7 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Isem-ayi n umseqdac yettwaṭṭef yakan.";
"Scene.Register.Input.Username.Placeholder" = "isem n useqdac";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Tebɣiḍ ad ternuḍ tisuffaɣ-nniḍen ɣer uneqqis?";
"Scene.Report.Content2" = "Yella wayen i ilaqen ad teẓren yimḍebbren ɣef uneqqis-a?";
"Scene.Report.ReportSentTitle" = "Tanemmirt ɣef uneqqis, ad nwali deg waya.";
@ -521,23 +520,15 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Thread.BackTitle" = "Amagrad";
"Scene.Thread.Title" = "Tasuffeɣt sɣur %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Aha bdu tura";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Qqen";
"Scene.Welcome.Slogan" = "Izeḍwa inmettiyen
uɣalen-d ɣer ufus-ik.";
"Scene.Wizard.AccessibilityHint" = "Sin isitiyen i usefsex n umarag-a";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Beddel gar waṭas n yimiḍanen s tussda ɣezzifen ɣef tqeffalt n umaɣnu.";
"Scene.Wizard.NewInMastodon" = "Amaynut deg Maṣṭudun";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.SharePost" = "Şandiyê parve bike";
"Common.Controls.Actions.ShareUser" = "%@ parve bike";
"Common.Controls.Actions.SignIn" = "Têkeve";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Derbas bike";
"Common.Controls.Actions.TakePhoto" = "Wêne bikişîne";
"Common.Controls.Actions.TranslatePost.Title" = "Ji %@ wergerîne";
@ -249,16 +248,16 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Compose.Visibility.Public" = "Gelemperî";
"Scene.Compose.Visibility.Unlisted" = "Nerêzokkirî";
"Scene.ConfirmEmail.Button.Resend" = "Ji nû ve bişîne";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrol bike ka navnîşana e-nameya te rast e û her wiha peldanka xwe ya spam.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-namyê yê dîsa bişîne";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "E-nameyê xwe kontrol bike";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Me tenê ji te re e-nameyek şand. Heke nehatiye peldanka xwe ya spamê kontrol bike.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-name";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Rajegirê e-nameyê veke";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Nameyên xwe yên wergirtî kontrol bike.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Ev şandiyên ku di quncika Mastodon balê dikişîne.";
@ -361,7 +360,7 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Register.Error.Reason.Inclusion" = "%@ ne nirxek piştgirî ye";
"Scene.Register.Error.Reason.Invalid" = "%@ ne derbasdar e";
"Scene.Register.Error.Reason.Reserved" = "%@ peyveke parastî ye";
"Scene.Register.Error.Reason.Taken" = "%@ jixwe tê bikaranîn";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ pir dirêj e";
"Scene.Register.Error.Reason.TooShort" = "%@ pir kurt e";
"Scene.Register.Error.Reason.Unreachable" = "%@ xuya ye ku tune ye";
@ -383,7 +382,7 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Navê vê bikarhêner tê girtin.";
"Scene.Register.Input.Username.Placeholder" = "navê bikarhêner";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Şandiyên din hene ku tu dixwazî tevlî ragihandinê bikî?";
"Scene.Report.Content2" = "Derbarê vê ragihandinê de tiştek heye ku divê çavdêr bizanin?";
"Scene.Report.ReportSentTitle" = "Spas ji bo ragihandina te, em ê binirxînin.";
@ -521,23 +520,15 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Thread.BackTitle" = "Şandî";
"Scene.Thread.Title" = "Şandî ji %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Dest pê bike";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Têkeve";
"Scene.Welcome.Slogan" = "Torên civakî
di destên te de.";
"Scene.Wizard.AccessibilityHint" = "Du caran bitikîne da ku çarçoveyahilpekok ji holê rakî";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Dest bide ser bişkoja profîlê da ku di navbera gelek ajimêrann de biguherînî.";
"Scene.Wizard.NewInMastodon" = "Nû di Mastodon de";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -60,7 +60,6 @@
"Common.Controls.Actions.SharePost" = "Deel bericht";
"Common.Controls.Actions.ShareUser" = "Delen %@";
"Common.Controls.Actions.SignIn" = "Inloggen";
"Common.Controls.Actions.SignUp" = "Account aanmaken";
"Common.Controls.Actions.Skip" = "Overslaan";
"Common.Controls.Actions.TakePhoto" = "Maak foto";
"Common.Controls.Actions.TranslatePost.Title" = "Vertaald uit het %@";
@ -243,16 +242,16 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.Compose.Visibility.Public" = "Openbaar";
"Scene.Compose.Visibility.Unlisted" = "Niet-vermeld";
"Scene.ConfirmEmail.Button.Resend" = "Verstuur opnieuw";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Controleer of uw emailadres correct is en of the email in de ongewenste email filter terecht is gekomen.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Email Opnieuw Versturen";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Controleer uw emailadres";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "We hebben u een e-mail gestuurd. Controleer ook uw de ongewenste email filter.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Applicatie";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Ga naar uw inbox.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Dit zijn de berichten die populair zijn in jouw Mastodon-kringen.";
@ -355,7 +354,7 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.Register.Error.Reason.Inclusion" = "%@ is een niet-ondersteunde waarde";
"Scene.Register.Error.Reason.Invalid" = "%@ is ongeldig";
"Scene.Register.Error.Reason.Reserved" = "%@ is een gereserveerd woord";
"Scene.Register.Error.Reason.Taken" = "%@ is reeds in gebruik";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ is te lang";
"Scene.Register.Error.Reason.TooShort" = "%@ is te kort";
"Scene.Register.Error.Reason.Unreachable" = "%@ lijkt niet te bestaan";
@ -377,7 +376,7 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Deze gebruikersnaam is al in gebruik.";
"Scene.Register.Input.Username.Placeholder" = "gebruikersnaam";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Account aanmaken";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Zijn er nog meer berichten die u aan het rapport wilt toevoegen?";
"Scene.Report.Content2" = "Is er iets anders over dit rapport dat de moderators zouden moeten weten?";
"Scene.Report.ReportSentTitle" = "Bedankt voor het rapporteren, we zullen hiernaar kijken.";
@ -515,22 +514,15 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.Thread.BackTitle" = "Bericht";
"Scene.Thread.Title" = "Bericht van %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Aan de slag";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Log in";
"Scene.Welcome.Slogan" = "Sociale media terug in uw handen.";
"Scene.Wizard.AccessibilityHint" = "Tik tweemaal om het popup-scherm te sluiten";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Schakel tussen meerdere accounts door de profielknop in te drukken en vast te houden.";
"Scene.Wizard.NewInMastodon" = "Nieuw in Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "Поделиться постом";
"Common.Controls.Actions.ShareUser" = "Поделиться %@";
"Common.Controls.Actions.SignIn" = "Log in";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Пропустить";
"Common.Controls.Actions.TakePhoto" = "Сделать фото";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
@ -257,16 +256,16 @@
"Scene.Compose.Visibility.Public" = "Публичный";
"Scene.Compose.Visibility.Unlisted" = "Скрытый";
"Scene.ConfirmEmail.Button.Resend" = "Отправить заново";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Проверьте, правильно ли указан ваш e-mail адрес, а также папку «спам», если ещё не сделали этого.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Отправить ещё раз";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Проверьте свой e-mail адрес";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Мы только что отправили вам e-mail. Проверьте спам, если не нашли его.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Почта";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Открыть почтовый клиент";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Проверьте вашу почту.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "These are the posts gaining traction in your corner of Mastodon.";
@ -369,7 +368,7 @@
"Scene.Register.Error.Reason.Inclusion" = "Неподдерживаемое значение «%@»";
"Scene.Register.Error.Reason.Invalid" = "Недопустимое значение поля «%@»";
"Scene.Register.Error.Reason.Reserved" = "%@ является зарезервированным ключевым словом";
"Scene.Register.Error.Reason.Taken" = "%@ уже используется";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ слишком длинный";
"Scene.Register.Error.Reason.TooShort" = "%@ слишком короткий";
"Scene.Register.Error.Reason.Unreachable" = "%@ не существует";
@ -391,7 +390,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "Это имя пользователя занято.";
"Scene.Register.Input.Username.Placeholder" = "имя пользователя";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Есть ли другие сообщения, которые вы хотите добавить в отчёт?";
"Scene.Report.Content2" = "Есть ли что-то, что модераторы должны знать об этом сообщении?";
"Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this.";
@ -529,23 +528,15 @@
"Scene.Thread.BackTitle" = "Пост";
"Scene.Thread.Title" = "Пост %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Присоединиться";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Вход";
"Scene.Welcome.Slogan" = "Социальная сеть
под вашим контролем.";
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button.";
"Scene.Wizard.NewInMastodon" = "Новое в Мастодоне";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Actions.SharePost" = "Deli objavo";
"Common.Controls.Actions.ShareUser" = "Deli %@";
"Common.Controls.Actions.SignIn" = "Prijava";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Preskoči";
"Common.Controls.Actions.TakePhoto" = "Posnemi fotografijo";
"Common.Controls.Actions.TranslatePost.Title" = "Prevedi iz: %@";
@ -249,7 +248,7 @@ možno naložiti v Mastodon.";
"Scene.Compose.Visibility.Public" = "Javno";
"Scene.Compose.Visibility.Unlisted" = "Ni prikazano";
"Scene.ConfirmEmail.Button.Resend" = "Ponovno pošlji";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Niste dobili povezave?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Niste prejeli povezave?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Znova pošlji (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Ponovno pošlji zdaj.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Preverite, ali je vaš e-naslov pravilen, pa tudi vsebino mape neželene pošte, če tega še niste storili.";
@ -290,7 +289,7 @@ možno naložiti v Mastodon.";
"Scene.HomeTimeline.Title" = "Domov";
"Scene.Login.ServerSearchField.Placeholder" = "Vnesite URL ali poiščite svoj strežnik";
"Scene.Login.Subtitle" = "Prijavite se na strežniku, na katerem ste ustvarili račun.";
"Scene.Login.Title" = "Welcome back";
"Scene.Login.Title" = "Dobrodošli nazaj";
"Scene.Notification.FollowRequest.Accept" = "Sprejmi";
"Scene.Notification.FollowRequest.Accepted" = "Sprejeto";
"Scene.Notification.FollowRequest.Reject" = "Zavrni";
@ -309,7 +308,7 @@ možno naložiti v Mastodon.";
"Scene.Preview.Keyboard.ShowNext" = "Pokaži naslednje";
"Scene.Preview.Keyboard.ShowPrevious" = "Pokaži prejšnje";
"Scene.Privacy.Button.Confirm" = "Strinjam se";
"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.";
"Scene.Privacy.Description" = "Čeprav program Mastodon ne zbira podatkov, ima lahko strežnik, na katerem ste prijavljeni, drugačno politiko. Vzemite si malo časa in preglejte ter potrdite pravilnik o zasebnosti programa Mastodon ter pravilnik o zasebnosti svojega strežnika.";
"Scene.Privacy.Policy.Ios" = "Pravilnik o zasebnosti - Mastodon za iOS";
"Scene.Privacy.Policy.Server" = "Pravilnik o zasebnosti - %@";
"Scene.Privacy.Title" = "Zasebnost";
@ -361,7 +360,7 @@ možno naložiti v Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ ni podprta vrednost";
"Scene.Register.Error.Reason.Invalid" = "%@ ni veljavno";
"Scene.Register.Error.Reason.Reserved" = "%@ je rezervirana ključna beseda";
"Scene.Register.Error.Reason.Taken" = "%@ je že v uporabi";
"Scene.Register.Error.Reason.Taken" = "%@ je že zasedeno. Kaj pravite na:";
"Scene.Register.Error.Reason.TooLong" = "%@ je predolgo";
"Scene.Register.Error.Reason.TooShort" = "%@ je prekratko";
"Scene.Register.Error.Reason.Unreachable" = "%@ kot kaže ne obstaja";
@ -383,7 +382,7 @@ možno naložiti v Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "To ime je že zasedeno.";
"Scene.Register.Input.Username.Placeholder" = "uporabniško ime";
"Scene.Register.Input.Username.Suggestion" = "super_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Ustvari račun";
"Scene.Report.Content1" = "Ali so še kakšne druge objave, ki bi jih želeli dodati k prijavi?";
"Scene.Report.Content2" = "Je kaj, kar bi moderatorji morali vedeti o tem poročilu?";
"Scene.Report.ReportSentTitle" = "Hvala za poročilo, bomo preverili.";
@ -470,7 +469,7 @@ možno naložiti v Mastodon.";
"Scene.ServerPicker.Label.Language" = "JEZIK";
"Scene.ServerPicker.Label.Users" = "UPORABNIKI";
"Scene.ServerPicker.Language.All" = "Vse";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.NoServerSelectedHint" = "Izbrali bomo strežnik na osnovi vašega jezika, če nadaljujete brez izbire.";
"Scene.ServerPicker.Search.Placeholder" = "Iščite po imenu ali URL-ju";
"Scene.ServerPicker.SignupSpeed.All" = "Vse";
"Scene.ServerPicker.SignupSpeed.Instant" = "Takojšnja prijava";
@ -521,23 +520,15 @@ možno naložiti v Mastodon.";
"Scene.Thread.BackTitle" = "Objavi";
"Scene.Thread.Title" = "Objavil/a";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Kaj je Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Različni ljudje izbirajo različne strežnike iz najrazličnejših razlogov. art.example je krasno mesto za uemtnike, medtem ko je glasgow.example dobra izbira za Škode.
Nič ne morete storiti narobe s katerim koli od naših priporočenih strežnikov, tako da je povsem nepomembno, katerega ste izbrali (ali če vnesete lastnega v iskalno vrstico strežnikov) - nikoli ne boste zamudili niti najmanjših vsebin.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Kako izberem strežnik?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Vaša ročica je morda @veselodekle654@primer.social, vendar lahko še vedno sledite, poobjavljate objave in klepetate z @nikoli2prepozno@primer.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon je takšen";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Predstavljajte si, da imate e-poštni naslov, ki se konča s @primer.com.
Še vedno lahko pošiljate in prejemate e-sporočilo od vsakogar, tudi če se njihov e-naslov konča @gmail.com, @icloud.com ali @primer.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Kaj je";
"Scene.Welcome.GetStarted" = "Začnite";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Prijava";
"Scene.Welcome.Slogan" = "Družbeno mreženje
spet v vaših rokah.";
"Scene.Wizard.AccessibilityHint" = "Dvakrat tapnite, da zapustite tega čarovnika";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Preklopite med več računi s pritiskom gumba profila.";
"Scene.Wizard.NewInMastodon" = "Novo v Mastodonu";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Žal ta družina gradnikov ni podprta.";
"Widget.Common.UserNotLoggedIn" = "Odprite Mastodon, da se prijavite v račun.";
"Widget.FollowersCount.ConfigurationDescription" = "Pokaži število sledilcev.";

View File

@ -61,7 +61,6 @@ Kontrollera din internetanslutning.";
"Common.Controls.Actions.SharePost" = "Dela inlägg";
"Common.Controls.Actions.ShareUser" = "Dela %@";
"Common.Controls.Actions.SignIn" = "Logga in";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Hoppa över";
"Common.Controls.Actions.TakePhoto" = "Ta foto";
"Common.Controls.Actions.TranslatePost.Title" = "Översätt från %@";
@ -249,16 +248,16 @@ laddas upp till Mastodon.";
"Scene.Compose.Visibility.Public" = "Offentlig";
"Scene.Compose.Visibility.Unlisted" = "Olistad";
"Scene.ConfirmEmail.Button.Resend" = "Skicka igen";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrollera om din e-postadress är korrekt samt din skräppostmapp om du inte har gjort det.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Skicka e-postmeddelande igen";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kolla din e-post";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Vi har precis skickat ett e-postmeddelande till dig. Kontrollera din skräpmapp om du inte har gjort det.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-post";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Öppna e-postklient";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Kolla din inkorg.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Detta är de inlägg som engagerar i ditt hörn av Mastodon.";
@ -361,7 +360,7 @@ laddas upp till Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ är inte ett värde som stöds";
"Scene.Register.Error.Reason.Invalid" = "%@ är ogiltig";
"Scene.Register.Error.Reason.Reserved" = "%@ är ett reserverat nyckelord";
"Scene.Register.Error.Reason.Taken" = "%@ används redan";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ är för långt";
"Scene.Register.Error.Reason.TooShort" = "%@ är för kort";
"Scene.Register.Error.Reason.Unreachable" = "%@ verkar inte existera";
@ -383,7 +382,7 @@ laddas upp till Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Det här användarnamnet är redan taget.";
"Scene.Register.Input.Username.Placeholder" = "användarnamn";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Finns det några andra inlägg du vill lägga till i rapporten?";
"Scene.Report.Content2" = "Finns det något som moderatorerna borde känna till om denna rapport?";
"Scene.Report.ReportSentTitle" = "Tack för din rapport, vi ska titta på det.";
@ -521,23 +520,15 @@ laddas upp till Mastodon.";
"Scene.Thread.BackTitle" = "Inlägg";
"Scene.Thread.Title" = "Inlägg från %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Kom igång";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Logga in";
"Scene.Welcome.Slogan" = "Socialt nätverkande
tillbaka i dina händer.";
"Scene.Wizard.AccessibilityHint" = "Dubbeltryck för att avvisa den här guiden";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Växla mellan flera konton genom att hålla inne profilknappen.";
"Scene.Wizard.NewInMastodon" = "Nytt i Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "แบ่งปันโพสต์";
"Common.Controls.Actions.ShareUser" = "แบ่งปัน %@";
"Common.Controls.Actions.SignIn" = "เข้าสู่ระบบ";
"Common.Controls.Actions.SignUp" = "สร้างบัญชี";
"Common.Controls.Actions.Skip" = "ข้าม";
"Common.Controls.Actions.TakePhoto" = "ถ่ายรูป";
"Common.Controls.Actions.TranslatePost.Title" = "แปลจาก %@";
@ -309,7 +308,7 @@
"Scene.Preview.Keyboard.ShowNext" = "แสดงถัดไป";
"Scene.Preview.Keyboard.ShowPrevious" = "แสดงก่อนหน้า";
"Scene.Privacy.Button.Confirm" = "ฉันเห็นด้วย";
"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.";
"Scene.Privacy.Description" = "แม้ว่าแอป Mastodon ไม่เก็บรวบรวมข้อมูลใด ๆ เซิร์ฟเวอร์ที่คุณลงทะเบียนผ่านอาจมีนโยบายที่แตกต่างกัน ใช้เวลาสักครู่เพื่อตรวจทานและเห็นด้วยกับนโยบายความเป็นส่วนตัวของแอป Mastodon และนโยบายความเป็นส่วนตัวของเซิร์ฟเวอร์ของคุณ";
"Scene.Privacy.Policy.Ios" = "นโยบายความเป็นส่วนตัว - Mastodon สำหรับ iOS";
"Scene.Privacy.Policy.Server" = "นโยบายความเป็นส่วนตัว - %@";
"Scene.Privacy.Title" = "ความเป็นส่วนตัว";
@ -329,7 +328,7 @@
"Scene.Profile.Fields.Placeholder.Content" = "เนื้อหา";
"Scene.Profile.Fields.Placeholder.Label" = "ป้ายชื่อ";
"Scene.Profile.Fields.Verified.Long" = "ตรวจสอบความเป็นเจ้าของของลิงก์นี้เมื่อ %@";
"Scene.Profile.Fields.Verified.Short" = "ตรวจสอบเมื่อ %@";
"Scene.Profile.Fields.Verified.Short" = "ยืนยันเมื่อ %@";
"Scene.Profile.Header.FollowsYou" = "ติดตามคุณ";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "ยืนยันเพื่อปิดกั้น %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "ปิดกั้นบัญชี";
@ -361,7 +360,7 @@
"Scene.Register.Error.Reason.Inclusion" = "%@ ไม่ใช่ค่าที่รองรับ";
"Scene.Register.Error.Reason.Invalid" = "%@ ไม่ถูกต้อง";
"Scene.Register.Error.Reason.Reserved" = "%@ เป็นคำสำคัญที่สงวนไว้";
"Scene.Register.Error.Reason.Taken" = "มีการใช้ %@ อยู่แล้ว";
"Scene.Register.Error.Reason.Taken" = "มีการใช้ %@ ไปแล้ว แล้วถ้าเป็น:";
"Scene.Register.Error.Reason.TooLong" = "%@ ยาวเกินไป";
"Scene.Register.Error.Reason.TooShort" = "%@ สั้นเกินไป";
"Scene.Register.Error.Reason.Unreachable" = "ดูเหมือนว่าจะไม่มี %@ อยู่";
@ -383,7 +382,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "มีการใช้ชื่อผู้ใช้นี้แล้ว";
"Scene.Register.Input.Username.Placeholder" = "ชื่อผู้ใช้";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "สร้างบัญชี";
"Scene.Report.Content1" = "มีโพสต์อื่นใดที่คุณต้องการเพิ่มไปยังรายงานหรือไม่?";
"Scene.Report.Content2" = "มีสิ่งใดที่ผู้ควบคุมควรทราบเกี่ยวกับรายงานนี้หรือไม่?";
"Scene.Report.ReportSentTitle" = "ขอบคุณสำหรับการรายงาน เราจะตรวจสอบสิ่งนี้";
@ -470,7 +469,7 @@
"Scene.ServerPicker.Label.Language" = "ภาษา";
"Scene.ServerPicker.Label.Users" = "ผู้ใช้";
"Scene.ServerPicker.Language.All" = "ทั้งหมด";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.NoServerSelectedHint" = "เราจะเลือกเซิร์ฟเวอร์ตามภาษาของคุณหากคุณดำเนินการต่อโดยไม่ได้ทำการเลือก";
"Scene.ServerPicker.Search.Placeholder" = "ค้นหาชื่อหรือ URL";
"Scene.ServerPicker.SignupSpeed.All" = "ทั้งหมด";
"Scene.ServerPicker.SignupSpeed.Instant" = "การลงทะเบียนทันที";
@ -521,23 +520,15 @@
"Scene.Thread.BackTitle" = "โพสต์";
"Scene.Thread.Title" = "โพสต์จาก %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon คืออะไร?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "ต่างคนต่างเลือกเซิร์ฟเวอร์ด้วยเหตุผลต่าง ๆ art.example เป็นสถานที่ที่ยอดเยี่ยมสำหรับศิลปิน ขณะที่ glasgow.example อาจเป็นตัวเลือกที่ดีสำหรับชาวสกอต
รับรองว่าคุณต้องชอบเซิร์ฟเวอร์ที่แนะนำของเราใดก็ตาม ดังนั้นไม่ว่าเซิร์ฟเวอร์ใดที่คุณเลือก (หรือหากคุณป้อนของคุณเองในแถบค้นหาเซิร์ฟเวอร์) คุณจะไม่พลาดความเคลื่อนไหวที่ใดก็ตาม";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "ฉันจะเลือกเซิร์ฟเวอร์อย่างไร?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "นามของคุณอาจเป็น @gothgirl654@example.social แต่คุณยังคงสามารถติดตาม ดัน และแชทกับ @fallout5ever@example.online";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon เป็นเช่นนั้น";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "จินตนาการว่าคุณมีที่อยู่อีเมลที่ลงท้ายด้วย @example.com
คุณยังคงสามารถส่งและรับอีเมลจากใครก็ตาม แม้ว่าอีเมลของเขาจะลงท้ายด้วย @gmail.com หรือ @icloud.com หรือ @example.com ก็ตาม";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "คืออะไร";
"Scene.Welcome.GetStarted" = "เริ่มต้นใช้งาน";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "เข้าสู่ระบบ";
"Scene.Welcome.Slogan" = "เครือข่ายสังคม
กลับมาอยู่ในมือของคุณ";
"Scene.Wizard.AccessibilityHint" = "แตะสองครั้งเพื่อปิดตัวช่วยสร้างนี้";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "สลับระหว่างหลายบัญชีโดยกดปุ่มโปรไฟล์ค้างไว้";
"Scene.Wizard.NewInMastodon" = "มาใหม่ใน Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "ขออภัยแต่ไม่รองรับตระกูลวิดเจ็ตนี้";
"Widget.Common.UserNotLoggedIn" = "โปรดเปิด Mastodon เพื่อเข้าสู่ระบบบัญชี";
"Widget.FollowersCount.ConfigurationDescription" = "แสดงจำนวนผู้ติดตาม";

View File

@ -60,7 +60,6 @@
"Common.Controls.Actions.SharePost" = "Gönderiyi Paylaş";
"Common.Controls.Actions.ShareUser" = "%@ ile paylaş";
"Common.Controls.Actions.SignIn" = "Giriş Yap";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Atla";
"Common.Controls.Actions.TakePhoto" = "Fotoğraf Çek";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
@ -248,16 +247,16 @@ yüklenemiyor.";
"Scene.Compose.Visibility.Public" = "Herkese açık";
"Scene.Compose.Visibility.Unlisted" = "Listelenmemiş";
"Scene.ConfirmEmail.Button.Resend" = "Yeniden gönder";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "E-posta adresinizin doğru olup olmadığını ve doğru ise gereksiz klasörünüzü kontrol edin.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-postayı Yeniden Gönder";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Posta kutunuzu kontrol edin";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Size bir e-posta gönderdik. Eğer e-postayı almadıysanız, gereksiz klasörünü kontrol edin.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-posta İstemcisini Aç";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Gelen kutunuzu kontrol edin.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "Bunlar, Mastodon'un köşesinde ilgi çeken gönderilerdir.";
@ -360,7 +359,7 @@ yüklenemiyor.";
"Scene.Register.Error.Reason.Inclusion" = "%@ desteklenen bir değer değil";
"Scene.Register.Error.Reason.Invalid" = "%@ geçersiz";
"Scene.Register.Error.Reason.Reserved" = "%@ rezerve edilen bir kelime";
"Scene.Register.Error.Reason.Taken" = "%@ zaten kullanımda";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ çok uzun";
"Scene.Register.Error.Reason.TooShort" = "%@ çok kısa";
"Scene.Register.Error.Reason.Unreachable" = "%@ mevcut değil";
@ -382,7 +381,7 @@ yüklenemiyor.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Bu kullanıcı adı alınmış.";
"Scene.Register.Input.Username.Placeholder" = "kullanıcı adı";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "Bu rapora eklemek istediğiniz başka gönderiler var mı?";
"Scene.Report.Content2" = "Bu rapor hakkında moderatörlerin bilmesi gerektiği bir şey var mı?";
"Scene.Report.ReportSentTitle" = "Rapor için teşekkürler, bununla ilgileneceğiz.";
@ -520,23 +519,15 @@ yüklenemiyor.";
"Scene.Thread.BackTitle" = "Gönderi";
"Scene.Thread.Title" = "%@ kullanıcının gönderisi";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Başlayın";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Oturum Aç";
"Scene.Welcome.Slogan" = "Sosyal ağ,
tekrardan ellerinizde.";
"Scene.Wizard.AccessibilityHint" = "Bu yardımı kapatmak için çift tıklayın";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Profil butonuna basılı tutarak birden fazla hesap arasında geçiş yapın.";
"Scene.Wizard.NewInMastodon" = "Mastodon'da Yeni";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Actions.SharePost" = "Chia sẻ tút";
"Common.Controls.Actions.ShareUser" = "Chia sẻ %@";
"Common.Controls.Actions.SignIn" = "Đăng nhập";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Bỏ qua";
"Common.Controls.Actions.TakePhoto" = "Chụp ảnh";
"Common.Controls.Actions.TranslatePost.Title" = "Dịch từ %@";
@ -249,12 +248,12 @@ tải lên Mastodon.";
"Scene.Compose.Visibility.Public" = "Công khai";
"Scene.Compose.Visibility.Unlisted" = "Hạn chế";
"Scene.ConfirmEmail.Button.Resend" = "Gửi lại";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Không nhận được mã?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kiểm tra địa chỉ email của bạn đúng chưa hoặc có bị chuyển vào thư rác.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Gửi lại email";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kiểm tra email";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kiểm tra email của bạn";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Chúng tôi vừa gửi email cho bạn. Kiểm tra thư rác nếu bạn không thấy.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Email";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Mở ứng dụng email";
@ -290,7 +289,7 @@ tải lên Mastodon.";
"Scene.HomeTimeline.Title" = "Bảng tin";
"Scene.Login.ServerSearchField.Placeholder" = "Nhập URL hoặc tìm máy chủ";
"Scene.Login.Subtitle" = "Đăng nhập vào máy chủ mà bạn đã tạo tài khoản.";
"Scene.Login.Title" = "Welcome back";
"Scene.Login.Title" = "Chào mừng trở lại!";
"Scene.Notification.FollowRequest.Accept" = "Chấp nhận";
"Scene.Notification.FollowRequest.Accepted" = "Đã chấp nhận";
"Scene.Notification.FollowRequest.Reject" = "từ chối";
@ -309,7 +308,7 @@ tải lên Mastodon.";
"Scene.Preview.Keyboard.ShowNext" = "Hiện kế tiếp";
"Scene.Preview.Keyboard.ShowPrevious" = "Hiện trước đó";
"Scene.Privacy.Button.Confirm" = "I Agree";
"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.";
"Scene.Privacy.Description" = "Mặc dù ứng dụng Mastodon không thu thập thông tin của bạn, máy chủ mà bạn dùng để đăng kí tài khoản có thể có một điều khoản sử dụng khác. Dành một chút thời gian để đọc và chấp nhận điều khoản riêng tư của ứng dụng Mastodon và máy chủ của bạn.";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Privacy.Title" = "Privacy";
@ -361,7 +360,7 @@ tải lên Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ chứa ký tự không được hỗ trợ";
"Scene.Register.Error.Reason.Invalid" = "%@ không hợp lệ";
"Scene.Register.Error.Reason.Reserved" = "%@ là một từ khóa hạn chế";
"Scene.Register.Error.Reason.Taken" = "%@ đã tồn tại";
"Scene.Register.Error.Reason.Taken" = "%@ đã có người dùng. Gợi ý cho bạn:";
"Scene.Register.Error.Reason.TooLong" = "%@ quá dài";
"Scene.Register.Error.Reason.TooShort" = "%@ quá ngắn";
"Scene.Register.Error.Reason.Unreachable" = "%@ không tồn tại";
@ -383,7 +382,7 @@ tải lên Mastodon.";
"Scene.Register.Input.Username.DuplicatePrompt" = "Tên người dùng đã tồn tại.";
"Scene.Register.Input.Username.Placeholder" = "tên người dùng";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Tạo tài khoản";
"Scene.Report.Content1" = "Bạn muốn thêm tút nào vào báo cáo nữa không?";
"Scene.Report.Content2" = "Kiểm duyệt viên cần biết gì về báo cáo này?";
"Scene.Report.ReportSentTitle" = "Cảm ơn đã báo cáo, chúng tôi sẽ xem xét kỹ.";
@ -470,13 +469,13 @@ tải lên Mastodon.";
"Scene.ServerPicker.Label.Language" = "NGÔN NGỮ";
"Scene.ServerPicker.Label.Users" = "NGƯỜI";
"Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.NoServerSelectedHint" = "Chúng tôi sẽ chọn một máy chủ dựa trên ngôn ngữ của bạn nếu bạn tiếp tục mà không lựa chọn.";
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "Tôi đồng ý";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "chính sách bảo mật";
"Scene.ServerRules.Prompt" = "Tiếp tục nghĩa là bạn đồng ý điều khoản dịch vụ và chính sách bảo mật của %@.";
"Scene.ServerRules.Subtitle" = "Được ban hành và áp dụng bởi quản trị viên %@";
@ -521,23 +520,15 @@ tải lên Mastodon.";
"Scene.Thread.BackTitle" = "Tút";
"Scene.Thread.Title" = "Tút của %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Bắt đầu";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Đăng nhập";
"Scene.Welcome.Slogan" = "Mạng xã hội
do bạn kiểm soát.";
"Scene.Wizard.AccessibilityHint" = "Nhấn hai lần để bỏ qua";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Chuyển đổi giữa nhiều tài khoản bằng cách đè giữ nút tài khoản.";
"Scene.Wizard.NewInMastodon" = "Mới trên Mastodon";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "分享帖子";
"Common.Controls.Actions.ShareUser" = "分享 %@";
"Common.Controls.Actions.SignIn" = "登录";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "跳过";
"Common.Controls.Actions.TakePhoto" = "拍照";
"Common.Controls.Actions.TranslatePost.Title" = "翻译自 %@";
@ -249,16 +248,16 @@
"Scene.Compose.Visibility.Public" = "公开";
"Scene.Compose.Visibility.Unlisted" = "不公开";
"Scene.ConfirmEmail.Button.Resend" = "重新发送";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didnt get a link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "检查您的电子邮件地址是否正确,同时请检查你的垃圾箱。";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新发送邮件";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "请检查你的邮箱。";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
"Scene.ConfirmEmail.OpenEmailApp.Description" = "我们刚刚向你发送了一封电子邮件。如果未收到,请检查你的垃圾箱。";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "邮件";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "打开邮件客户端";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "检查你的邮箱";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.Discovery.Intro" = "这些嘟文在你的长毛象小宇宙中备受关注。";
@ -361,7 +360,7 @@
"Scene.Register.Error.Reason.Inclusion" = "%@ 是不支持的值";
"Scene.Register.Error.Reason.Invalid" = "%@ 无效";
"Scene.Register.Error.Reason.Reserved" = "%@ 是一个保留的关键字";
"Scene.Register.Error.Reason.Taken" = "%@ 已被使用";
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
"Scene.Register.Error.Reason.TooLong" = "%@ 长度过长";
"Scene.Register.Error.Reason.TooShort" = "%@ 长度太短";
"Scene.Register.Error.Reason.Unreachable" = "%@ 似乎不存在";
@ -383,7 +382,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "此用户名已被使用";
"Scene.Register.Input.Username.Placeholder" = "用户名";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Register.Title" = "Create Account";
"Scene.Report.Content1" = "是否有帖子需要举报?";
"Scene.Report.Content2" = "是否有关于此举报的详细描述信息?";
"Scene.Report.ReportSentTitle" = "感谢提交举报,我们将会进行处理。";
@ -476,7 +475,7 @@
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.Button.Confirm" = "我同意";
"Scene.ServerRules.PrivacyPolicy" = "隐私政策";
"Scene.ServerRules.Prompt" = "如果继续,你必须遵守 %@ 的服务条款和隐私政策。";
"Scene.ServerRules.Subtitle" = "这些规则由 %@ 的管理员设置。";
@ -521,23 +520,15 @@
"Scene.Thread.BackTitle" = "帖子";
"Scene.Thread.Title" = "来自 %@ 的帖子";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "开始使用";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "登录";
"Scene.Welcome.Slogan" = "社交网络
回到你的手中。";
"Scene.Wizard.AccessibilityHint" = "双击关闭此向导";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "按住个人资料标签按钮,即可在多个账户之间进行切换。";
"Scene.Wizard.NewInMastodon" = "新功能";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";

View File

@ -61,7 +61,6 @@
"Common.Controls.Actions.SharePost" = "分享嘟文";
"Common.Controls.Actions.ShareUser" = "分享 %@";
"Common.Controls.Actions.SignIn" = "登入";
"Common.Controls.Actions.SignUp" = "新增帳號";
"Common.Controls.Actions.Skip" = "跳過";
"Common.Controls.Actions.TakePhoto" = "拍攝照片";
"Common.Controls.Actions.TranslatePost.Title" = "翻譯自 %@";
@ -253,7 +252,7 @@
"Scene.ConfirmEmail.OpenEmailApp.Description" = "我們剛寄送您一封電子郵件。請檢查您的垃圾信件夾。";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "電子郵件";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "請開啟電子郵件程式";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "請檢查您的收件夾";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "請檢查您的收件夾.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "請點擊我們寄給您連結以驗證 %@。我們將於此稍候。";
"Scene.ConfirmEmail.Title" = "請檢查您的收件夾";
"Scene.Discovery.Intro" = "這些嘟文正在您 Mastodon 的角落受到注目。";
@ -356,7 +355,7 @@
"Scene.Register.Error.Reason.Inclusion" = "%@ 是不被支援的值";
"Scene.Register.Error.Reason.Invalid" = "%@ 是無效的";
"Scene.Register.Error.Reason.Reserved" = "%@ 是一個保留的關鍵字";
"Scene.Register.Error.Reason.Taken" = "%@ 已被使用";
"Scene.Register.Error.Reason.Taken" = "%@ 已被註冊。這個帳號如何:";
"Scene.Register.Error.Reason.TooLong" = "%@ 太長了";
"Scene.Register.Error.Reason.TooShort" = "%@ 太短了";
"Scene.Register.Error.Reason.Unreachable" = "%@ 似乎並不存在";
@ -477,7 +476,7 @@
"Scene.ServerRules.Subtitle" = "這些被 %@ 的管管們制定以及實施。";
"Scene.ServerRules.TermsOfService" = "服務條款";
"Scene.ServerRules.Title" = "一些基本守則。";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon 是開源軟體。您可以在 GitHub %@ (%@) 上回報問題。";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon 是開源軟體。您可以於 GitHub %@ (%@) 回報問題。";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "關閉設定視窗";
"Scene.Settings.Section.Appearance.Automatic" = "自動";
"Scene.Settings.Section.Appearance.Dark" = "深色佈景主題";
@ -504,7 +503,7 @@
"Scene.Settings.Section.Notifications.Trigger.Title" = "以下狀況請通知我";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "停用動畫大頭貼";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "停用動畫 emoji";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = " Mastodon 中開啟連結";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = " Mastodon 中開啟連結";
"Scene.Settings.Section.Preference.Title" = "偏好設定";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "使用預設瀏覽器開啟連結";
"Scene.Settings.Section.SpicyZone.Clear" = "清除媒體快取";
@ -516,23 +515,15 @@
"Scene.Thread.BackTitle" = "嘟文";
"Scene.Thread.Title" = "來自 %@ 的嘟文";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "什麼是 Mastodon";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "不同人基於各式各樣的原因挑選不同的伺服器。art.example 也許對藝術家來說是個好地方glasgow.example 也許對於蘇格蘭人來說是個好選擇。
任何我們推薦的伺服器都是不錯的選擇(或著您也能從搜尋欄中輸入您自己的伺服器),您不會錯過任何來自聯邦宇宙角落的嘟嘟聲。";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "如何挑選伺服器?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "您的帳號可以是 @gothgirl654@example.social但您仍可跟隨、轉嘟或是與 @fallout5ever@example.online 聊天互動。";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon 就像這樣";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "想像您擁有以 @example.com 結尾的 email 信箱地址。
您仍可發送及接收來自任何人的電子郵件,無論他們的信箱是來自 @gmail.com 或 @icloud.com 或 @example.com。";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "什麼是";
"Scene.Welcome.GetStarted" = "新手上路";
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.";
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "登入";
"Scene.Welcome.Slogan" = "社群網路
還權於您。";
"Scene.Wizard.AccessibilityHint" = "點兩下以關閉此設定精靈";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "按住個人檔案按鈕以於多個帳號間切換。";
"Scene.Wizard.NewInMastodon" = "Mastodon 新功能";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "很抱歉,不支援此小工具尺寸";
"Widget.Common.UserNotLoggedIn" = "請開啟 Mastodon 以登入帳號。";
"Widget.FollowersCount.ConfigurationDescription" = "顯示跟隨者數量。";