Merge branch 'i18n/develop' into release/1.1.0

This commit is contained in:
CMK 2021-09-16 18:17:11 +08:00
commit 788f768a68
55 changed files with 826 additions and 188 deletions

View File

@ -1,14 +1,14 @@
"16wxgf" = "Post on Mastodon"; "16wxgf" = "Post on Mastodon";
"751xkl" = "Text Content"; "751xkl" = "محتوى نصي";
"CsR7G2" = "Post on Mastodon"; "CsR7G2" = "انشر على ماستدون";
"HZSGTr" = "What content to post?"; "HZSGTr" = "What content to post?";
"HdGikU" = "Posting failed"; "HdGikU" = "Posting failed";
"KDNTJ4" = "Failure Reason"; "KDNTJ4" = "سبب الإخفاق";
"RHxKOw" = "Send Post with text content"; "RHxKOw" = "Send Post with text content";
@ -20,9 +20,9 @@
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "Visibility"; "ZbSjzC" = "مدى الظهور";
"Zo4jgJ" = "Post Visibility"; "Zo4jgJ" = "مدى ظهور المنشور";
"apSxMG-dYQ5NN" = "There are ${count} options matching Public."; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
@ -32,11 +32,11 @@
"ayoYEb-ehFLjY" = "${content}, Followers Only"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Post on Mastodon"; "dUyuGg" = "النشر على ماستدون";
"dYQ5NN" = "Public"; "dYQ5NN" = "للعامة";
"ehFLjY" = "Followers Only"; "ehFLjY" = "لمتابعيك فقط";
"gfePDu" = "Posting failed. ${failureReason}"; "gfePDu" = "Posting failed. ${failureReason}";
@ -46,6 +46,6 @@
"oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?"; "oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?";
"rM6dvp" = "URL"; "rM6dvp" = "عنوان URL";
"ryJLwG" = "Post was sent successfully. "; "ryJLwG" = "تم إرسال المنشور بنجاح. ";

View File

@ -1,28 +1,28 @@
"16wxgf" = "Post on Mastodon"; "16wxgf" = "Publier sur Mastodon";
"751xkl" = "Text Content"; "751xkl" = "Contenu textuel";
"CsR7G2" = "Post on Mastodon"; "CsR7G2" = "Publier sur Mastodon";
"HZSGTr" = "What content to post?"; "HZSGTr" = "Quel contenu à publier ?";
"HdGikU" = "Posting failed"; "HdGikU" = "Posting failed";
"KDNTJ4" = "Failure Reason"; "KDNTJ4" = "Raison de léchec";
"RHxKOw" = "Send Post with text content"; "RHxKOw" = "Envoyer une publication avec du contenu texte";
"RxSqsb" = "Post"; "RxSqsb" = "Post";
"WCIR3D" = "Post ${content} on Mastodon"; "WCIR3D" = "Publier du ${content} sur Mastodon";
"ZKJSNu" = "Post"; "ZKJSNu" = "Publication";
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "Visibility"; "ZbSjzC" = "Visibilité";
"Zo4jgJ" = "Post Visibility"; "Zo4jgJ" = "Visibilité de la publication";
"apSxMG-dYQ5NN" = "There are ${count} options matching Public."; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
@ -30,15 +30,15 @@
"ayoYEb-dYQ5NN" = "${content}, Public"; "ayoYEb-dYQ5NN" = "${content}, Public";
"ayoYEb-ehFLjY" = "${content}, Followers Only"; "ayoYEb-ehFLjY" = "${content}, abonné·e·s seulement";
"dUyuGg" = "Post on Mastodon"; "dUyuGg" = "Publier sur Mastodon";
"dYQ5NN" = "Public"; "dYQ5NN" = "Public";
"ehFLjY" = "Followers Only"; "ehFLjY" = "Abonné·e·s seulement";
"gfePDu" = "Posting failed. ${failureReason}"; "gfePDu" = "Échec lors de la publication. ${failureReason}";
"k7dbKQ" = "Post was sent successfully."; "k7dbKQ" = "Post was sent successfully.";
@ -48,4 +48,4 @@
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "Post was sent successfully. "; "ryJLwG" = "La publication a été envoyée avec succès. ";

View File

@ -5,7 +5,7 @@
<key>There are ${count} options matching ${content}. - 2</key> <key>There are ${count} options matching ${content}. - 2</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${content}.</string> <string>Il y a %#@count_option@ correspondant à « ${content} ».</string>
<key>count_option</key> <key>count_option</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -21,7 +21,7 @@
<key>There are ${count} options matching ${visibility}.</key> <key>There are ${count} options matching ${visibility}.</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${visibility}.</string> <string>Il y a %#@count_option@ correspondant à « ${visibility} ».</string>
<key>count_option</key> <key>count_option</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>

View File

@ -24,9 +24,9 @@
"Zo4jgJ" = "Faicsinneachd a phuist"; "Zo4jgJ" = "Faicsinneachd a phuist";
"apSxMG-dYQ5NN" = "There are ${count} options matching Public."; "apSxMG-dYQ5NN" = "Tha ${count} roghainn(ean) dha “Poblach” ann.";
"apSxMG-ehFLjY" = "There are ${count} options matching Followers Only."; "apSxMG-ehFLjY" = "Tha ${count} roghainn(ean) dha “Luchd-leantainn a-mhàin” ann.";
"ayoYEb-dYQ5NN" = "${content}, poblach"; "ayoYEb-dYQ5NN" = "${content}, poblach";

View File

@ -13,11 +13,11 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>%ld</string> <string>%ld</string>
<key>one</key> <key>one</key>
<string>1 option</string> <string>%ld roghainn</string>
<key>two</key> <key>two</key>
<string>%ld options</string> <string>%ld roghainn</string>
<key>few</key> <key>few</key>
<string>%ld options</string> <string>%ld roghainnean</string>
<key>other</key> <key>other</key>
<string>%ld roghainn</string> <string>%ld roghainn</string>
</dict> </dict>
@ -33,11 +33,11 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>%ld</string> <string>%ld</string>
<key>one</key> <key>one</key>
<string>1 option</string> <string>%ld roghainn</string>
<key>two</key> <key>two</key>
<string>%ld options</string> <string>%ld roghainn</string>
<key>few</key> <key>few</key>
<string>%ld options</string> <string>%ld roghainnean</string>
<key>other</key> <key>other</key>
<string>%ld roghainn</string> <string>%ld roghainn</string>
</dict> </dict>

View File

@ -2,6 +2,30 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ld unread notification</string>
<key>one</key>
<string>1 unread notification</string>
<key>two</key>
<string>%ld unread notification</string>
<key>few</key>
<string>%ld unread notification</string>
<key>many</key>
<string>%ld unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "فشل التصويت", "title": "فشل التصويت",
"poll_ended": "The poll has ended" "poll_ended": "انتهى استطلاع الرأي"
}, },
"discard_post_content": { "discard_post_content": {
"title": "تجاهل المسودة", "title": "تجاهل المسودة",
@ -29,7 +29,7 @@
}, },
"edit_profile_failure": { "edit_profile_failure": {
"title": "Edit Profile Error", "title": "Edit Profile Error",
"message": "Cannot edit profile. Please try again." "message": "لا يمكن تعديل الملف الشخصي. الرجاء المحاولة مرة أخرى."
}, },
"sign_out": { "sign_out": {
"title": "تسجيل الخروج", "title": "تسجيل الخروج",
@ -123,43 +123,43 @@
}, },
"status": { "status": {
"user_reblogged": "%s reblogged", "user_reblogged": "%s reblogged",
"user_replied_to": "Replied to %s", "user_replied_to": "رد على %s",
"show_post": "Show Post", "show_post": "اظهر المنشور",
"show_user_profile": "Show user profile", "show_user_profile": "اظهر الملف التعريفي للمستخدم",
"content_warning": "Content Warning", "content_warning": "تحذير عن المحتوى",
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "صَوّت",
"closed": "Closed" "closed": "انتهى"
}, },
"actions": { "actions": {
"reply": "Reply", "reply": "رد",
"reblog": "Reblog", "reblog": "إعادة النشر",
"unreblog": "Undo reblog", "unreblog": "تراجع عن إعادة النشر",
"favorite": "Favorite", "favorite": "إضافة إلى المفضلة",
"unfavorite": "Unfavorite", "unfavorite": "إزالة من المفضلة",
"menu": "Menu" "menu": "القائمة"
}, },
"tag": { "tag": {
"url": "URL", "url": "عنوان URL",
"mention": "Mention", "mention": "أشر إلى",
"link": "Link", "link": "الرابط",
"hashtag": "Hashtag", "hashtag": "الوسم",
"email": "البريد الإلكتروني", "email": "البريد الإلكتروني",
"emoji": "Emoji" "emoji": "إيموجي"
} }
}, },
"friendship": { "friendship": {
"follow": "Follow", "follow": "اتبع",
"following": "Following", "following": "مُتابَع",
"request": "Request", "request": "Request",
"pending": "Pending", "pending": "Pending",
"block": "Block", "block": "حظر",
"block_user": "Block %s", "block_user": "حظر %s",
"block_domain": "Block %s", "block_domain": "حظر %s",
"unblock": "Unblock", "unblock": "إلغاء الحَظر",
"unblock_user": "Unblock %s", "unblock_user": "إلغاء حظر %s",
"blocked": "Blocked", "blocked": "محظور",
"mute": "أكتم", "mute": "أكتم",
"mute_user": "أكتم %s", "mute_user": "أكتم %s",
"unmute": "إلغاء الكتم", "unmute": "إلغاء الكتم",
@ -268,24 +268,24 @@
"taken": "%s is already in use", "taken": "%s is already in use",
"reserved": "%s is a reserved keyword", "reserved": "%s is a reserved keyword",
"accepted": "%s must be accepted", "accepted": "%s must be accepted",
"blank": "%s is required", "blank": "%s مطلوب",
"invalid": "%s is invalid", "invalid": "%s غير صالح",
"too_long": "%s is too long", "too_long": "%s طويل جداً",
"too_short": "%s is too short", "too_short": "%s قصير جدا",
"inclusion": "%s is not a supported value" "inclusion": "%s is not a supported value"
}, },
"special": { "special": {
"username_invalid": "Username must only contain alphanumeric characters and underscores", "username_invalid": "Username must only contain alphanumeric characters and underscores",
"username_too_long": "Username is too long (cant be longer than 30 characters)", "username_too_long": "Username is too long (cant be longer than 30 characters)",
"email_invalid": "This is not a valid email address", "email_invalid": "هذا عنوان بريد إلكتروني غير صالح",
"password_too_short": "Password is too short (must be at least 8 characters)" "password_too_short": "كلمة المرور قصيرة جداً (يجب أن تكون 8 أحرف على الأقل)"
} }
} }
}, },
"server_rules": { "server_rules": {
"title": "Some ground rules.", "title": "بعض القواعد الأساسية.",
"subtitle": "These rules are set by the admins of %s.", "subtitle": "تم سنّ هذه القواعد من قبل مشرفي %s.",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.", "prompt": "إن اخترت المواصلة، فإنك تخضع لشروط الخدمة وسياسة الخصوصية لـ %s.",
"terms_of_service": "شروط الخدمة", "terms_of_service": "شروط الخدمة",
"privacy_policy": "سياسة الخصوصية", "privacy_policy": "سياسة الخصوصية",
"button": { "button": {
@ -294,13 +294,13 @@
}, },
"confirm_email": { "confirm_email": {
"title": "شيء واحد أخير.", "title": "شيء واحد أخير.",
"subtitle": "We just sent an email to %s,\ntap the link to confirm your account.", "subtitle": "لقد أرسلنا للتو رسالة بريد إلكتروني إلى %s،\nاضغط على الرابط لتأكيد حسابك.",
"button": { "button": {
"open_email_app": "Open Email App", "open_email_app": "افتح تطبيق البريد الإلكتروني",
"dont_receive_email": "I never got an email" "dont_receive_email": "لم أستلم أبدًا بريدا إلكترونيا"
}, },
"dont_receive_email": { "dont_receive_email": {
"title": "Check your email", "title": "تحقق من بريدك الإلكتروني",
"description": "Check if your email address is correct as well as your junk folder if you havent.", "description": "Check if your email address is correct as well as your junk folder if you havent.",
"resend_email": "Resend Email" "resend_email": "Resend Email"
}, },
@ -316,12 +316,12 @@
"navigation_bar_state": { "navigation_bar_state": {
"offline": "غير متصل", "offline": "غير متصل",
"new_posts": "See new posts", "new_posts": "See new posts",
"published": "Published!", "published": "تم نشره!",
"Publishing": "Publishing post..." "Publishing": "جارٍ نشر المشاركة…"
} }
}, },
"suggestion_account": { "suggestion_account": {
"title": "Find People to Follow", "title": "ابحث عن أشخاص لمتابعتهم",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"compose": { "compose": {
@ -345,23 +345,23 @@
"description_video": "Describe the video for the visually-impaired..." "description_video": "Describe the video for the visually-impaired..."
}, },
"poll": { "poll": {
"duration_time": "Duration: %s", "duration_time": "المدة: %s",
"thirty_minutes": "30 دقيقة", "thirty_minutes": "30 دقيقة",
"one_hour": "ساعة واحدة", "one_hour": "ساعة واحدة",
"six_hours": "6 ساعات", "six_hours": "6 ساعات",
"one_day": "يوم واحد", "one_day": "يوم واحد",
"three_days": "3 أيام", "three_days": "3 أيام",
"seven_days": "7 أيام", "seven_days": "7 أيام",
"option_number": "Option %ld" "option_number": "الخيار %ld"
}, },
"content_warning": { "content_warning": {
"placeholder": "Write an accurate warning here..." "placeholder": "Write an accurate warning here..."
}, },
"visibility": { "visibility": {
"public": "Public", "public": "للعامة",
"unlisted": "Unlisted", "unlisted": "غير مُدرَج",
"private": "Followers only", "private": "لمتابعيك فقط",
"direct": "Only people I mention" "direct": "ففط للأشخاص المشار إليهم"
}, },
"auto_complete": { "auto_complete": {
"space_to_add": "Space to add" "space_to_add": "Space to add"
@ -381,7 +381,7 @@
"toggle_poll": "Toggle Poll", "toggle_poll": "Toggle Poll",
"toggle_content_warning": "Toggle Content Warning", "toggle_content_warning": "Toggle Content Warning",
"append_attachment_entry": "Add Attachment - %s", "append_attachment_entry": "Add Attachment - %s",
"select_visibility_entry": "Select Visibility - %s" "select_visibility_entry": "اختر مدى الظهور - %s"
} }
}, },
"profile": { "profile": {
@ -427,8 +427,8 @@
"people_talking": "%s people are talking" "people_talking": "%s people are talking"
}, },
"accounts": { "accounts": {
"title": "Accounts you might like", "title": "حسابات قد تعجبك",
"description": "You may like to follow these accounts", "description": "قد ترغب في متابعة هذه الحسابات",
"follow": "تابع" "follow": "تابع"
} }
}, },
@ -440,28 +440,28 @@
"posts": "المنشورات" "posts": "المنشورات"
}, },
"empty_state": { "empty_state": {
"no_results": "No results" "no_results": "ليس هناك أية نتيجة"
}, },
"recent_search": "Recent searches", "recent_search": "عمليات البحث الأخيرة",
"clear": "Clear" "clear": "امسح"
} }
}, },
"favorite": { "favorite": {
"title": "Your Favorites" "title": "مفضلتك"
}, },
"notification": { "notification": {
"title": { "title": {
"Everything": "Everything", "Everything": "الكل",
"Mentions": "Mentions" "Mentions": "الإشارات"
}, },
"user_followed_you": "%s followed you", "user_followed_you": "يتابعك %s",
"user_favorited your post": "%s favorited your post", "user_favorited your post": "أضاف %s منشورك إلى مفضلته",
"user_reblogged_your_post": "%s reblogged your post", "user_reblogged_your_post": "أعاد %s تدوين مشاركتك",
"user_mentioned_you": "%s mentioned you", "user_mentioned_you": "أشار إليك %s",
"user_requested_to_follow_you": "%s requested to follow you", "user_requested_to_follow_you": "طلب %s متابعتك",
"user_your_poll_has_ended": "%s Your poll has ended", "user_your_poll_has_ended": "%s Your poll has ended",
"keyobard": { "keyobard": {
"show_everything": "Show Everything", "show_everything": "إظهار كل شيء",
"show_mentions": "Show Mentions" "show_mentions": "Show Mentions"
} }
}, },
@ -481,12 +481,12 @@
"notifications": { "notifications": {
"title": "الإشعارات", "title": "الإشعارات",
"favorites": "Favorites my post", "favorites": "Favorites my post",
"follows": "Follows me", "follows": "يتابعني",
"boosts": "Reblogs my post", "boosts": "Reblogs my post",
"mentions": "Mentions me", "mentions": "Mentions me",
"trigger": { "trigger": {
"anyone": "anyone", "anyone": "anyone",
"follower": "a follower", "follower": "مشترِك",
"follow": "anyone I follow", "follow": "anyone I follow",
"noone": "no one", "noone": "no one",
"title": "Notify me when" "title": "Notify me when"
@ -500,14 +500,14 @@
"using_default_browser": "Use default browser to open links" "using_default_browser": "Use default browser to open links"
}, },
"boring_zone": { "boring_zone": {
"title": "The Boring Zone", "title": "المنطقة المملة",
"account_settings": "إعدادات الحساب", "account_settings": "إعدادات الحساب",
"terms": "شروط الخدمة", "terms": "شروط الخدمة",
"privacy": "سياسة الخصوصية" "privacy": "سياسة الخصوصية"
}, },
"spicy_zone": { "spicy_zone": {
"title": "The Spicy Zone", "title": "المنطقة الحارة",
"clear": "Clear Media Cache", "clear": "مسح ذاكرة التخزين المؤقت للوسائط",
"signout": "تسجيل الخروج" "signout": "تسجيل الخروج"
} }
}, },
@ -524,8 +524,8 @@
"step2": "الخطوة 2 من 2", "step2": "الخطوة 2 من 2",
"content1": "Are there any other posts youd like to add to the report?", "content1": "Are there any other posts youd like to add to the report?",
"content2": "Is there anything the moderators should know about this report?", "content2": "Is there anything the moderators should know about this report?",
"send": "Send Report", "send": "ارسل الشكوى",
"skip_to_send": "Send without comment", "skip_to_send": "إرسال بدون تعليق",
"text_placeholder": "Type or paste additional comments" "text_placeholder": "Type or paste additional comments"
}, },
"preview": { "preview": {
@ -534,6 +534,16 @@
"show_next": "إظهار التالي", "show_next": "إظهار التالي",
"show_previous": "إظهار السابق" "show_previous": "إظهار السابق"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"NSCameraUsageDescription": "Used to take photo for post status", "NSCameraUsageDescription": "Used to take photo for post status",
"NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library", "NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library",
"NewPostShortcutItemTitle": "New Post", "NewPostShortcutItemTitle": "منشور جديد",
"SearchShortcutItemTitle": "البحث" "SearchShortcutItemTitle": "البحث"
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Mostrar Següent", "show_next": "Mostrar Següent",
"show_previous": "Mostrar Anterior" "show_previous": "Mostrar Anterior"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,30 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ld unread notification</string>
<key>one</key>
<string>1 unread notification</string>
<key>two</key>
<string>%ld unread notification</string>
<key>few</key>
<string>%ld unread notification</string>
<key>many</key>
<string>%ld unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Nächstes anzeigen", "show_next": "Nächstes anzeigen",
"show_previous": "Vorheriges anzeigen" "show_previous": "Vorheriges anzeigen"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Mostrar siguiente", "show_next": "Mostrar siguiente",
"show_previous": "Mostrar anterior" "show_previous": "Mostrar anterior"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Mostrar Siguiente", "show_next": "Mostrar Siguiente",
"show_previous": "Mostrar Anterior" "show_previous": "Mostrar Anterior"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -13,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 caractère</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld caractères</string>
</dict> </dict>
</dict> </dict>
<key>a11y.plural.count.input_limit_remains</key> <key>a11y.plural.count.input_limit_remains</key>
@ -29,9 +45,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 caractère</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld caractères</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -61,9 +77,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 post</string> <string>1 publication</string>
<key>other</key> <key>other</key>
<string>%ld posts</string> <string>%ld publications</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
@ -157,9 +173,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 following</string> <string>1 abonnement</string>
<key>other</key> <key>other</key>
<string>%ld following</string> <string>%ld abonnements</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.follower</key> <key>plural.count.follower</key>
@ -173,9 +189,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 follower</string> <string>1 abonné·e</string>
<key>other</key> <key>other</key>
<string>%ld followers</string> <string>%ld abonné·e·s</string>
</dict> </dict>
</dict> </dict>
<key>date.year.left</key> <key>date.year.left</key>
@ -189,9 +205,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 year left</string> <string>Il reste 1 an</string>
<key>other</key> <key>other</key>
<string>%ld years left</string> <string>%ld ans restants</string>
</dict> </dict>
</dict> </dict>
<key>date.month.left</key> <key>date.month.left</key>
@ -205,9 +221,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 months left</string> <string>1 mois restant</string>
<key>other</key> <key>other</key>
<string>%ld months left</string> <string>%ld mois restants</string>
</dict> </dict>
</dict> </dict>
<key>date.day.left</key> <key>date.day.left</key>
@ -221,9 +237,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 day left</string> <string>Il reste 1 jour</string>
<key>other</key> <key>other</key>
<string>%ld days left</string> <string>il reste %ld jours</string>
</dict> </dict>
</dict> </dict>
<key>date.hour.left</key> <key>date.hour.left</key>
@ -237,9 +253,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 hour left</string> <string>1 heure restante</string>
<key>other</key> <key>other</key>
<string>%ld hours left</string> <string>%ld heures restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.minute.left</key> <key>date.minute.left</key>
@ -253,9 +269,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 minute left</string> <string>1 minute restante</string>
<key>other</key> <key>other</key>
<string>%ld minutes left</string> <string>%ld minutes restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.second.left</key> <key>date.second.left</key>
@ -269,9 +285,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 second left</string> <string>Il reste 1 seconde</string>
<key>other</key> <key>other</key>
<string>%ld seconds left</string> <string>%ld secondes restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key> <key>date.year.ago.abbr</key>
@ -285,9 +301,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1y ago</string> <string>il y a 1 année</string>
<key>other</key> <key>other</key>
<string>%ldy ago</string> <string>il y a %ld ans</string>
</dict> </dict>
</dict> </dict>
<key>date.month.ago.abbr</key> <key>date.month.ago.abbr</key>
@ -301,9 +317,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1M ago</string> <string>il y a 1 mois</string>
<key>other</key> <key>other</key>
<string>%ldM ago</string> <string>il y a %ld mois</string>
</dict> </dict>
</dict> </dict>
<key>date.day.ago.abbr</key> <key>date.day.ago.abbr</key>
@ -317,9 +333,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1d ago</string> <string>il y a 1j</string>
<key>other</key> <key>other</key>
<string>%ldd ago</string> <string>il y a %ldj</string>
</dict> </dict>
</dict> </dict>
<key>date.hour.ago.abbr</key> <key>date.hour.ago.abbr</key>
@ -333,9 +349,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1h ago</string> <string>il y a 1h</string>
<key>other</key> <key>other</key>
<string>%ldh ago</string> <string>il y a %ldh</string>
</dict> </dict>
</dict> </dict>
<key>date.minute.ago.abbr</key> <key>date.minute.ago.abbr</key>
@ -349,9 +365,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1m ago</string> <string>Il y a 1 m</string>
<key>other</key> <key>other</key>
<string>%ldm ago</string> <string>il y a %ld m</string>
</dict> </dict>
</dict> </dict>
<key>date.second.ago.abbr</key> <key>date.second.ago.abbr</key>
@ -365,9 +381,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1s ago</string> <string>Il y a 1 s</string>
<key>other</key> <key>other</key>
<string>%lds ago</string> <string>il y a %ld s</string>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -105,10 +105,10 @@
"open_settings": "Ouvrir les paramètres" "open_settings": "Ouvrir les paramètres"
}, },
"timeline": { "timeline": {
"previous_status": "Article précédent", "previous_status": "Publication précédente",
"next_status": "Article suivant", "next_status": "Publication suivante",
"open_status": "Ouvrir la publication", "open_status": "Ouvrir la publication",
"open_author_profile": "Ouvrir le profil de l'auteur", "open_author_profile": "Ouvrir le profil de lauteur·rice",
"open_reblogger_profile": "Ouvrir le profil du rebloggeur", "open_reblogger_profile": "Ouvrir le profil du rebloggeur",
"reply_status": "Répondre à la publication", "reply_status": "Répondre à la publication",
"toggle_reblog": "Basculer le reblogue lors de la publication", "toggle_reblog": "Basculer le reblogue lors de la publication",
@ -122,10 +122,10 @@
} }
}, },
"status": { "status": {
"user_reblogged": "%s à reblogué", "user_reblogged": "%s a reblogué",
"user_replied_to": "À répondu à %s", "user_replied_to": "À répondu à %s",
"show_post": "Montrer la publication", "show_post": "Montrer la publication",
"show_user_profile": "Montrer le profil de lutilisateur", "show_user_profile": "Montrer le profil de lutilisateur·rice",
"content_warning": "Avertissement de contenu", "content_warning": "Avertissement de contenu",
"media_content_warning": "Tapotez nimporte où pour révéler la publication", "media_content_warning": "Tapotez nimporte où pour révéler la publication",
"poll": { "poll": {
@ -180,9 +180,9 @@
"header": { "header": {
"no_status_found": "Aucune publication trouvée", "no_status_found": "Aucune publication trouvée",
"blocking_warning": "Vous ne pouvez pas voir le profil de cet utilisateur\n tant que vous ne lavez pas débloqué\nVotre profil ressemble à ça pour lui.", "blocking_warning": "Vous ne pouvez pas voir le profil de cet utilisateur\n tant que vous ne lavez pas débloqué\nVotre profil ressemble à ça pour lui.",
"user_blocking_warning": "Vous ne pouvez pas voir le profil de %s tant que vous ne lavez pas débloqué\nVotre profil ressemble à ça pour lui.", "user_blocking_warning": "Vous ne pouvez pas voir le profil de %s\ntant que vous ne lavez pas débloqué\nVotre profil ressemble à ça pour lui.",
"blocked_warning": "Vous ne pouvez pas voir le profil de cet utilisateur\n tant qu'il ne vous aura pas débloqué.", "blocked_warning": "Vous ne pouvez pas voir le profil de cet utilisateur\n tant qu'il ne vous aura pas débloqué.",
"user_blocked_warning": "Vous ne pouvez pas voir le profil de %s\n tant qu'il ne vous aura pas débloqué.", "user_blocked_warning": "Vous ne pouvez pas voir le profil de %s\ntant quil ne vous aura pas débloqué.",
"suspended_warning": "Cet utilisateur a été suspendu.", "suspended_warning": "Cet utilisateur a été suspendu.",
"user_suspended_warning": "Le compte de %s à été suspendu." "user_suspended_warning": "Le compte de %s à été suspendu."
} }
@ -217,7 +217,7 @@
}, },
"label": { "label": {
"language": "LANGUE", "language": "LANGUE",
"users": "UTILISATEURS", "users": "UTILISATEUR·RICE·S",
"category": "CATÉGORIE" "category": "CATÉGORIE"
}, },
"input": { "input": {
@ -255,7 +255,7 @@
}, },
"error": { "error": {
"item": { "item": {
"username": "Nom d'utilisateur", "username": "Nom dutilisateur",
"email": "Courriel", "email": "Courriel",
"password": "Mot de passe", "password": "Mot de passe",
"agreement": "Accord", "agreement": "Accord",
@ -370,7 +370,7 @@
"append_attachment": "Joindre un document", "append_attachment": "Joindre un document",
"append_poll": "Ajouter un Sondage", "append_poll": "Ajouter un Sondage",
"remove_poll": "Retirer le sondage", "remove_poll": "Retirer le sondage",
"custom_emoji_picker": "Sélecteur démojis personnalisé", "custom_emoji_picker": "Sélecteur démojis personnalisés",
"enable_content_warning": "Basculer lavertissement de contenu", "enable_content_warning": "Basculer lavertissement de contenu",
"disable_content_warning": "Désactiver l'avertissement de contenu", "disable_content_warning": "Désactiver l'avertissement de contenu",
"post_visibility_menu": "Menu de Visibilité de la publication" "post_visibility_menu": "Menu de Visibilité de la publication"
@ -405,7 +405,7 @@
"relationship_action_alert": { "relationship_action_alert": {
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Ne plus mettre en sourdine ce compte", "title": "Ne plus mettre en sourdine ce compte",
"message": "Êtes-vous sûr de vouloir mettre en sourdine %s" "message": "Êtes-vous sûr de vouloir désactiver la sourdine de %s"
}, },
"confirm_unblock_usre": { "confirm_unblock_usre": {
"title": "Débloquer le compte", "title": "Débloquer le compte",
@ -454,12 +454,12 @@
"Everything": "Tout", "Everything": "Tout",
"Mentions": "Mentions" "Mentions": "Mentions"
}, },
"user_followed_you": "%s followed you", "user_followed_you": "%s sest abonné à vous",
"user_favorited your post": "%s favorited your post", "user_favorited your post": "%s a mis votre pouet en favori",
"user_reblogged_your_post": "%s reblogged your post", "user_reblogged_your_post": "%s a partagé votre publication",
"user_mentioned_you": "%s mentioned you", "user_mentioned_you": "%s vous a mentionné",
"user_requested_to_follow_you": "%s requested to follow you", "user_requested_to_follow_you": "%s a demandé à vous suivre",
"user_your_poll_has_ended": "%s Your poll has ended", "user_your_poll_has_ended": "%s votre sondage est terminé",
"keyobard": { "keyobard": {
"show_everything": "Tout Afficher", "show_everything": "Tout Afficher",
"show_mentions": "Afficher les mentions" "show_mentions": "Afficher les mentions"
@ -496,7 +496,7 @@
"title": "Préférences", "title": "Préférences",
"true_black_dark_mode": "Vrai mode sombre", "true_black_dark_mode": "Vrai mode sombre",
"disable_avatar_animation": "Désactiver les avatars animés", "disable_avatar_animation": "Désactiver les avatars animés",
"disable_emoji_animation": "Désactiver les émoticônes animées", "disable_emoji_animation": "Désactiver les émojis animées",
"using_default_browser": "Utiliser le navigateur par défaut pour ouvrir les liens" "using_default_browser": "Utiliser le navigateur par défaut pour ouvrir les liens"
}, },
"boring_zone": { "boring_zone": {
@ -534,6 +534,16 @@
"show_next": "Afficher le suivant", "show_next": "Afficher le suivant",
"show_previous": "Afficher le précédent" "show_previous": "Afficher le précédent"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,26 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>two</key>
<string>%ld unread notification</string>
<key>few</key>
<string>%ld unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Air adhart", "show_next": "Air adhart",
"show_previous": "Air ais" "show_previous": "Air ais"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "次を見る", "show_next": "次を見る",
"show_previous": "前を見る" "show_previous": "前を見る"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "다음 보기", "show_next": "다음 보기",
"show_previous": "이전 보기" "show_previous": "이전 보기"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Volgende", "show_next": "Volgende",
"show_previous": "Vorige" "show_previous": "Vorige"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,24 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>few</key>
<string>%ld unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,10 +2,30 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>few</key>
<string>%ld unread notification</string>
<key>many</key>
<string>%ld unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string> <string>Лимит превышен на %#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -13,19 +33,19 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>%ld символ</string>
<key>few</key> <key>few</key>
<string>%ld characters</string> <string>%ld символа</string>
<key>many</key> <key>many</key>
<string>%ld characters</string> <string>%ld символов</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld символа</string>
</dict> </dict>
</dict> </dict>
<key>a11y.plural.count.input_limit_remains</key> <key>a11y.plural.count.input_limit_remains</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit remains %#@character_count@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -33,13 +53,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>%ld символ остался</string>
<key>few</key> <key>few</key>
<string>%ld characters</string> <string>%ld символа осталось</string>
<key>many</key> <key>many</key>
<string>%ld characters</string> <string>%ld символов осталось</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld символа осталось</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -53,13 +73,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>post</string> <string>пост</string>
<key>few</key> <key>few</key>
<string>posts</string> <string>поста</string>
<key>many</key> <key>many</key>
<string>posts</string> <string>постов</string>
<key>other</key> <key>other</key>
<string>posts</string> <string>поста</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.post</key> <key>plural.count.post</key>
@ -133,13 +153,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 vote</string> <string>%ld голос</string>
<key>few</key> <key>few</key>
<string>%ld votes</string> <string>%ld голоса</string>
<key>many</key> <key>many</key>
<string>%ld votes</string> <string>%ld голосов</string>
<key>other</key> <key>other</key>
<string>%ld votes</string> <string>%ld голоса</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.voter</key> <key>plural.count.voter</key>

View File

@ -534,6 +534,16 @@
"show_next": "Следующее изображение", "show_next": "Следующее изображение",
"show_previous": "Предыдущее изображение" "show_previous": "Предыдущее изображение"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,5 +2,5 @@
"NSCameraUsageDescription": "Used to take photo for post status", "NSCameraUsageDescription": "Used to take photo for post status",
"NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library", "NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library",
"NewPostShortcutItemTitle": "New Post", "NewPostShortcutItemTitle": "New Post",
"SearchShortcutItemTitle": "Search" "SearchShortcutItemTitle": "Поиск"
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -454,12 +454,12 @@
"Everything": "Everything", "Everything": "Everything",
"Mentions": "Mentions" "Mentions": "Mentions"
}, },
"user_followed_you": "%s followed you", "user_followed_you": "%s följde dig",
"user_favorited your post": "%s favorited your post", "user_favorited your post": "%s favorited your post",
"user_reblogged_your_post": "%s reblogged your post", "user_reblogged_your_post": "%s reblogged your post",
"user_mentioned_you": "%s mentioned you", "user_mentioned_you": "%s nämnde dig",
"user_requested_to_follow_you": "%s requested to follow you", "user_requested_to_follow_you": "%s har begärt att följa dig",
"user_your_poll_has_ended": "%s Your poll has ended", "user_your_poll_has_ended": "%s Omröstningen har avslutats",
"keyobard": { "keyobard": {
"show_everything": "Show Everything", "show_everything": "Show Everything",
"show_mentions": "Show Mentions" "show_mentions": "Show Mentions"
@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 unread notification</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -179,10 +179,10 @@
}, },
"header": { "header": {
"no_status_found": "ไม่พบโพสต์", "no_status_found": "ไม่พบโพสต์",
"blocking_warning": "You cant view this user's profile\nuntil you unblock them.\nYour profile looks like this to them.", "blocking_warning": "คุณไม่สามารถดูโปรไฟล์ของผู้ใช้นี้\nจนกว่าคุณจะเลิกปิดกั้นผู้ใช้นี้\nผู้ใช้นี้เห็นโปรไฟล์ของคุณเหมือนกับที่คุณเห็น",
"user_blocking_warning": "You cant view %ss profile\nuntil you unblock them.\nYour profile looks like this to them.", "user_blocking_warning": "คุณไม่สามารถดูโปรไฟล์ของ %s\nจนกว่าคุณจะเลิกปิดกั้นผู้ใช้นี้\nผู้ใช้นี้เห็นโปรไฟล์ของคุณเหมือนกับที่คุณเห็น",
"blocked_warning": "You cant view this users profile\nuntil they unblock you.", "blocked_warning": "คุณไม่สามารถดูโปรไฟล์ของผู้ใช้นี้\nจนกว่าผู้ใช้นี้จะเลิกปิดกั้นคุณ",
"user_blocked_warning": "You cant view %ss profile\nuntil they unblock you.", "user_blocked_warning": "คุณไม่สามารถดูโปรไฟล์ของ %s\nจนกว่าผู้ใช้นี้จะเลิกปิดกั้นคุณ",
"suspended_warning": "ผู้ใช้นี้ถูกระงับการใช้งาน", "suspended_warning": "ผู้ใช้นี้ถูกระงับการใช้งาน",
"user_suspended_warning": "บัญชีของ %s ถูกระงับการใช้งาน" "user_suspended_warning": "บัญชีของ %s ถูกระงับการใช้งาน"
} }
@ -210,7 +210,7 @@
"regional": "ภูมิภาค", "regional": "ภูมิภาค",
"art": "ศิลปะ", "art": "ศิลปะ",
"music": "ดนตรี", "music": "ดนตรี",
"tech": "tech" "tech": "เทคโนโลยี"
}, },
"see_less": "ดูน้อยลง", "see_less": "ดูน้อยลง",
"see_more": "ดูเพิ่มเติม" "see_more": "ดูเพิ่มเติม"
@ -285,7 +285,7 @@
"server_rules": { "server_rules": {
"title": "กฎพื้นฐานบางประการ", "title": "กฎพื้นฐานบางประการ",
"subtitle": "กฎเหล่านี้ถูกตั้งโดยผู้ดูแลของ %s", "subtitle": "กฎเหล่านี้ถูกตั้งโดยผู้ดูแลของ %s",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.", "prompt": "เมื่อคุณดำเนินการต่อ คุณอยู่ภายใต้เงื่อนไขการให้บริการและนโยบายความเป็นส่วนตัวสำหรับ %s",
"terms_of_service": "เงื่อนไขการให้บริการ", "terms_of_service": "เงื่อนไขการให้บริการ",
"privacy_policy": "นโยบายความเป็นส่วนตัว", "privacy_policy": "นโยบายความเป็นส่วนตัว",
"button": { "button": {
@ -534,6 +534,16 @@
"show_next": "แสดงถัดไป", "show_next": "แสดงถัดไป",
"show_previous": "แสดงก่อนหน้า" "show_previous": "แสดงก่อนหน้า"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 条未读通知</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "显示下一个", "show_next": "显示下一个",
"show_previous": "显示前一个" "show_previous": "显示前一个"
} }
},
"account_list": {
"tab_bar_hint": "当前账户:%s。 双击并按住来打开账户切换页面",
"dismiss_account_switcher": "关闭账户切换页面",
"add_account": "添加账户"
},
"wizard": {
"new_in_mastodon": "新功能",
"multiple_account_switch_intro_description": "按住个人资料标签按钮,即可在多个账户之间进行切换。",
"accessibility_hint": "双击关闭此向导"
} }
} }
} }

View File

@ -2,6 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.unread.notification</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@notification_count_unread_notification@</string>
<key>notification_count_unread_notification</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld unread notification</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -534,6 +534,16 @@
"show_next": "Show Next", "show_next": "Show Next",
"show_previous": "Show Previous" "show_previous": "Show Previous"
} }
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account"
},
"wizard": {
"new_in_mastodon": "New in Mastodon",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }