New Crowdin updates (#1119)
This commit is contained in:
parent
a77db7c1ea
commit
9816376369
|
@ -0,0 +1,51 @@
|
|||
"16wxgf" = "Post on Mastodon";
|
||||
|
||||
"751xkl" = "Text Content";
|
||||
|
||||
"CsR7G2" = "Post on Mastodon";
|
||||
|
||||
"HZSGTr" = "What content to post?";
|
||||
|
||||
"HdGikU" = "Posting failed";
|
||||
|
||||
"KDNTJ4" = "Failure Reason";
|
||||
|
||||
"RHxKOw" = "Send Post with text content";
|
||||
|
||||
"RxSqsb" = "Post";
|
||||
|
||||
"WCIR3D" = "Post ${content} on Mastodon";
|
||||
|
||||
"ZKJSNu" = "Post";
|
||||
|
||||
"ZS1XaK" = "${content}";
|
||||
|
||||
"ZbSjzC" = "Visibility";
|
||||
|
||||
"Zo4jgJ" = "Post Visibility";
|
||||
|
||||
"apSxMG-dYQ5NN" = "There are ${count} options matching ‘Public’.";
|
||||
|
||||
"apSxMG-ehFLjY" = "There are ${count} options matching ‘Followers Only’.";
|
||||
|
||||
"ayoYEb-dYQ5NN" = "${content}, Public";
|
||||
|
||||
"ayoYEb-ehFLjY" = "${content}, Followers Only";
|
||||
|
||||
"dUyuGg" = "Post on Mastodon";
|
||||
|
||||
"dYQ5NN" = "Public";
|
||||
|
||||
"ehFLjY" = "Followers Only";
|
||||
|
||||
"gfePDu" = "Posting failed. ${failureReason}";
|
||||
|
||||
"k7dbKQ" = "Post was sent successfully.";
|
||||
|
||||
"oGiqmY-dYQ5NN" = "Just to confirm, you wanted ‘Public’?";
|
||||
|
||||
"oGiqmY-ehFLjY" = "Just to confirm, you wanted ‘Followers Only’?";
|
||||
|
||||
"rM6dvp" = "URL";
|
||||
|
||||
"ryJLwG" = "Post was sent successfully. ";
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>There are ${count} options matching ‘${content}’. - 2</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>There are %#@count_option@ matching ‘${content}’.</string>
|
||||
<key>count_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>%ld</string>
|
||||
<key>one</key>
|
||||
<string>1 option</string>
|
||||
<key>other</key>
|
||||
<string>%ld options</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>There are ${count} options matching ‘${visibility}’.</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>There are %#@count_option@ matching ‘${visibility}’.</string>
|
||||
<key>count_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>%ld</string>
|
||||
<key>one</key>
|
||||
<string>1 option</string>
|
||||
<key>other</key>
|
||||
<string>%ld options</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Супадзенне паведамленняў \"%s\"",
|
||||
"people": "Супадзенне профіляў \"%s\"",
|
||||
"profile": "Перайсці да @%s@%s",
|
||||
"url": "Адкрыць спасылку ў Mastodon",
|
||||
"hashtag": "Перайсці да #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Няма вынікаў"
|
||||
},
|
||||
"recent_search": "Нядаўнія запыты",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Ачысціць усё",
|
||||
"clear": "Ачысціць"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -98,10 +98,10 @@
|
|||
"unknown_language": "Unbekannt"
|
||||
},
|
||||
"edit_post": "Bearbeiten",
|
||||
"bookmark": "Bookmark",
|
||||
"remove_bookmark": "Remove Bookmark",
|
||||
"follow": "Follow %s",
|
||||
"unfollow": "Unfollow %s"
|
||||
"bookmark": "Lesezeichen",
|
||||
"remove_bookmark": "Lesezeichen entfernen",
|
||||
"follow": "%s folgen",
|
||||
"unfollow": "%s entfolgen"
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Startseite",
|
||||
|
@ -265,7 +265,7 @@
|
|||
"welcome": {
|
||||
"log_in": "Anmelden",
|
||||
"learn_more": "Mehr erfahren",
|
||||
"join_default_server": "Join %@",
|
||||
"join_default_server": "%@ beitreten",
|
||||
"pick_server": "Einen anderen Server auswählen",
|
||||
"separator": {
|
||||
"or": "oder"
|
||||
|
@ -462,8 +462,8 @@
|
|||
}
|
||||
},
|
||||
"suggestion_account": {
|
||||
"title": "Popular on Mastodon",
|
||||
"follow_all": "Follow all"
|
||||
"title": "Beliebt auf Mastodon",
|
||||
"follow_all": "Allen folgen"
|
||||
},
|
||||
"compose": {
|
||||
"title": {
|
||||
|
@ -653,13 +653,13 @@
|
|||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"url": "URL in Mastodon öffnen",
|
||||
"hashtag": "Wechseln zu #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Keine Ergebnisse"
|
||||
},
|
||||
"recent_search": "Zuletzt gesucht",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Alles löschen",
|
||||
"clear": "Zurücksetzen"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Αναρτήσεις που ταιριάζουν με «%s»",
|
||||
"people": "Άτομα που ταιριάζουν με «%s»",
|
||||
"profile": "Μετάβαση στο @%s@%s",
|
||||
"url": "Άνοιγμα URL στο Mastodon",
|
||||
"hashtag": "Μετάβαση στο #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Κανένα αποτέλεσμα"
|
||||
},
|
||||
"recent_search": "Πρόσφατες αναζητήσεις",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Εκκαθάριση όλων",
|
||||
"clear": "Εκκαθάριση"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -168,9 +168,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 edelleen jako</string>
|
||||
<string>Yksi edelleenjulkaisu</string>
|
||||
<key>other</key>
|
||||
<string>%ld edelleen jakoa</string>
|
||||
<string>%ld edelleenjulkaisua</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reblog_a11y</key>
|
||||
|
@ -184,9 +184,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 edelleenjako</string>
|
||||
<string>Yksi edelleenjulkaisu</string>
|
||||
<key>other</key>
|
||||
<string>%ld edelleenjakoa</string>
|
||||
<string>%ld edelleenjulkaisua</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reply</key>
|
||||
|
|
|
@ -125,10 +125,10 @@
|
|||
"next_status": "Seuraava julkaisu",
|
||||
"open_status": "Avaa julkaisu",
|
||||
"open_author_profile": "Avaa tekijän profiili",
|
||||
"open_reblogger_profile": "Avaa edelleen jakajan profiili",
|
||||
"open_reblogger_profile": "Avaa edelleenjulkaisijan profiili",
|
||||
"reply_status": "Vastaa julkaisuun",
|
||||
"toggle_reblog": "Toggle Reblog on Post",
|
||||
"toggle_favorite": "Toggle Favorite on Post",
|
||||
"toggle_reblog": "Kytke julkaisun jakaminen",
|
||||
"toggle_favorite": "Kytke julkaisun suosikkivalinta",
|
||||
"toggle_content_warning": "Vaihda sisältövaroitus",
|
||||
"preview_image": "Esikatsele kuvaa"
|
||||
},
|
||||
|
@ -138,7 +138,7 @@
|
|||
}
|
||||
},
|
||||
"status": {
|
||||
"user_reblogged": "%s jakoi edelleen",
|
||||
"user_reblogged": "%s julkaisi edelleen",
|
||||
"user_replied_to": "Vastasi %s:lle",
|
||||
"show_post": "Näytä julkaisu",
|
||||
"show_user_profile": "Näytä tili",
|
||||
|
@ -160,8 +160,8 @@
|
|||
},
|
||||
"actions": {
|
||||
"reply": "Vastaa",
|
||||
"reblog": "Jaa edelleen",
|
||||
"unreblog": "Peru edelleen jako",
|
||||
"reblog": "Julkaise uudelleen",
|
||||
"unreblog": "Peru uudelleenjulkaisu",
|
||||
"favorite": "Merkitse suosikiksi",
|
||||
"unfavorite": "Poista suosikkimerkintä",
|
||||
"menu": "Valikko",
|
||||
|
@ -172,8 +172,8 @@
|
|||
"share_link_in_post": "Jaa linkki julkaisussa",
|
||||
"tap_then_hold_to_show_menu": "Näytä valikko pitkällä painalluksella",
|
||||
"a11y_labels": {
|
||||
"reblog": "Edelleenjaa",
|
||||
"unreblog": "Peru edelleenjako"
|
||||
"reblog": "Edelleenjulkaise",
|
||||
"unreblog": "Peru edelleenjulkaisu"
|
||||
}
|
||||
},
|
||||
"tag": {
|
||||
|
@ -204,7 +204,7 @@
|
|||
},
|
||||
"posted_via_application": "%s sovelluksella %s",
|
||||
"buttons": {
|
||||
"reblogs_title": "Edelleenjaot",
|
||||
"reblogs_title": "Uudelleenjulkaisut",
|
||||
"favorites_title": "Suosikit",
|
||||
"edit_history_title": "Muokkaushistoria",
|
||||
"edit_history_detail": "Muokattiin viimeksi %s"
|
||||
|
@ -232,8 +232,8 @@
|
|||
"unmute_user": "Poista mykistys tililtä %s",
|
||||
"muted": "Mykistetty",
|
||||
"edit_info": "Muokkaa profiilia",
|
||||
"show_reblogs": "Show Reblogs",
|
||||
"hide_reblogs": "Hide Reblogs"
|
||||
"show_reblogs": "Näytä uudelleenjulkaisut",
|
||||
"hide_reblogs": "Piilota uudelleenjulkaisut"
|
||||
},
|
||||
"timeline": {
|
||||
"filtered": "Suodatettu",
|
||||
|
@ -597,38 +597,38 @@
|
|||
"message": "Vahvista tilin %s eston poisto"
|
||||
},
|
||||
"confirm_show_reblogs": {
|
||||
"title": "Show Reblogs",
|
||||
"message": "Confirm to show reblogs"
|
||||
"title": "Näytä uudelleenjulkaisut",
|
||||
"message": "Vahvista edelleenjulkaisujen näyttö"
|
||||
},
|
||||
"confirm_hide_reblogs": {
|
||||
"title": "Hide Reblogs",
|
||||
"message": "Confirm to hide reblogs"
|
||||
"title": "Piilota edelleenjulkaisut",
|
||||
"message": "Vahvista edelleenjulkaisujen piilotus"
|
||||
}
|
||||
},
|
||||
"accessibility": {
|
||||
"show_avatar_image": "Show avatar image",
|
||||
"edit_avatar_image": "Edit avatar image",
|
||||
"show_banner_image": "Show banner image",
|
||||
"show_avatar_image": "Näytä profiilikuvat",
|
||||
"edit_avatar_image": "Muokkaa profiilikuvaa",
|
||||
"show_banner_image": "Näytä bannerin kuva",
|
||||
"double_tap_to_open_the_list": "Avaa lista napauttamalla kahdesti"
|
||||
}
|
||||
},
|
||||
"follower": {
|
||||
"title": "follower",
|
||||
"title": "seuraajaa",
|
||||
"footer": "Seuraajia muilta palvelimilta ei näytetä."
|
||||
},
|
||||
"following": {
|
||||
"title": "following",
|
||||
"title": "seurataan",
|
||||
"footer": "Seurauksia muilta palvelimilta ei näytetä."
|
||||
},
|
||||
"familiarFollowers": {
|
||||
"title": "Followers you familiar",
|
||||
"followed_by_names": "Followed by %s"
|
||||
"followed_by_names": "%s seuraa"
|
||||
},
|
||||
"favorited_by": {
|
||||
"title": "Favorited By"
|
||||
"title": "Lisännyt suosikkeihinsä"
|
||||
},
|
||||
"reblogged_by": {
|
||||
"title": "Reblogged By"
|
||||
"title": "Edelleenjulkaissut"
|
||||
},
|
||||
"search": {
|
||||
"title": "Haku",
|
||||
|
@ -650,8 +650,8 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"posts": "Julkaisut haulla \"%s\"",
|
||||
"people": "Käyttäjät haulla \"%s\"",
|
||||
"profile": "Avaa profiilii @%s@%s",
|
||||
"url": "Avaa URL Mastodonissa",
|
||||
"hashtag": "Siirry #%s",
|
||||
|
@ -665,13 +665,13 @@
|
|||
},
|
||||
"discovery": {
|
||||
"tabs": {
|
||||
"posts": "Posts",
|
||||
"hashtags": "Hashtags",
|
||||
"news": "News",
|
||||
"community": "Community",
|
||||
"for_you": "For You"
|
||||
"posts": "Julkaisut",
|
||||
"hashtags": "Aihetunnisteet",
|
||||
"news": "Uutiset",
|
||||
"community": "Yhteisö",
|
||||
"for_you": "Sinulle"
|
||||
},
|
||||
"intro": "These are the posts gaining traction in your corner of Mastodon."
|
||||
"intro": "Nämä julkaisut saavat huomiota Mastodonin nurkassasi."
|
||||
},
|
||||
"favorite": {
|
||||
"title": "Suosikit"
|
||||
|
@ -682,22 +682,22 @@
|
|||
"Mentions": "Maininnat"
|
||||
},
|
||||
"notification_description": {
|
||||
"followed_you": "followed you",
|
||||
"favorited_your_post": "favorited your post",
|
||||
"reblogged_your_post": "reblogged your post",
|
||||
"mentioned_you": "mentioned you",
|
||||
"request_to_follow_you": "request to follow you",
|
||||
"poll_has_ended": "poll has ended"
|
||||
"followed_you": "seurasi sinua",
|
||||
"favorited_your_post": "lisäsi julkaisusi suosikkeihinsa",
|
||||
"reblogged_your_post": "edelleenjulkaisi julkaisusi",
|
||||
"mentioned_you": "mainitsi sinut",
|
||||
"request_to_follow_you": "haluaa seurata sinua",
|
||||
"poll_has_ended": "kysely on päättynyt"
|
||||
},
|
||||
"keyobard": {
|
||||
"show_everything": "Näytä kaikki",
|
||||
"show_mentions": "Näytä maininnat"
|
||||
},
|
||||
"follow_request": {
|
||||
"accept": "Accept",
|
||||
"accepted": "Accepted",
|
||||
"reject": "reject",
|
||||
"rejected": "Rejected"
|
||||
"accept": "Hyväksy",
|
||||
"accepted": "Hyväksytty",
|
||||
"reject": "Hylkää",
|
||||
"rejected": "Hylätty"
|
||||
}
|
||||
},
|
||||
"thread": {
|
||||
|
@ -714,8 +714,8 @@
|
|||
"dark": "Tumma"
|
||||
},
|
||||
"look_and_feel": {
|
||||
"title": "Look and Feel",
|
||||
"use_system": "Use System",
|
||||
"title": "Ulkoasu ja tuntuma",
|
||||
"use_system": "Seuraa järjestelmää",
|
||||
"really_dark": "Erittäin tumma",
|
||||
"sorta_dark": "Tummahko",
|
||||
"light": "Vaalea"
|
||||
|
@ -724,7 +724,7 @@
|
|||
"title": "Ilmoitukset",
|
||||
"favorites": "Lisää julkaisuni suosikkeihinsa",
|
||||
"follows": "Seuraa minua",
|
||||
"boosts": "Omien julkaisujen edelleen jaot",
|
||||
"boosts": "Omien julkaisujen edelleenjulkaisut",
|
||||
"mentions": "Mainitsee minut",
|
||||
"trigger": {
|
||||
"anyone": "kuka tahansa",
|
||||
|
@ -761,7 +761,7 @@
|
|||
}
|
||||
},
|
||||
"report": {
|
||||
"title_report": "Raportoi",
|
||||
"title_report": "Ilmoita",
|
||||
"title": "Ilmianna %s",
|
||||
"step1": "Vaihe 1/2",
|
||||
"step2": "Vaihe 2/2",
|
||||
|
@ -809,7 +809,7 @@
|
|||
"unfollowed": "Seuraaminen lopetettiin",
|
||||
"unfollow_user": "Lopeta käyttäjän %s seuraaminen",
|
||||
"mute_user": "Mykistä %s",
|
||||
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted": "Et näe heidän julkaisujaan tai jatkojulkaisujaan kotisyötteessäsi. He eivät tiedä sinun mykistäneen heidät.",
|
||||
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted": "Et näe heidän julkaisujaan tai edelleenjulkaisujaan kotisyötteessäsi. He eivät tiedä sinun mykistäneen heidät.",
|
||||
"block_user": "Estä %s",
|
||||
"they_will_no_longer_be_able_to_follow_or_see_your_posts_but_they_can_see_if_theyve_been_blocked": "He eivät enää voi seurata tai nähdä julkaisujasi, eivätkä myöskään tiedä sinun estäneen heidät.",
|
||||
"while_we_review_this_you_can_take_action_against_user": "Sillä välin kun tarkistamme tätä, voit ryhtyä toimenpiteisiin käyttäjää %s vastaan"
|
||||
|
|
|
@ -650,11 +650,11 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"posts": "Publications ayant « %s »",
|
||||
"people": "Personnes ayant « %s »",
|
||||
"profile": "Aller à @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"url": "Ouvrir l’URL dans Mastodon",
|
||||
"hashtag": "Aller à #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Aucun résultat"
|
||||
},
|
||||
|
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Publicacións coincidentes con \"%s\"",
|
||||
"people": "Perfís coincidentes con \"%s\"",
|
||||
"profile": "Ir a @%s@%s",
|
||||
"url": "Abrir URL en Mastodon",
|
||||
"hashtag": "Ir a #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Sen resultados"
|
||||
},
|
||||
"recent_search": "Buscas recentes",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Limpar todo",
|
||||
"clear": "Limpar"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -0,0 +1,481 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<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 notifications</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>a11y.plural.count.input_limit_exceeds</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>Input limit exceeds %#@character_count@</string>
|
||||
<key>character_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 character</string>
|
||||
<key>other</key>
|
||||
<string>%ld characters</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>a11y.plural.count.input_limit_remains</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>Input limit remains %#@character_count@</string>
|
||||
<key>character_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 character</string>
|
||||
<key>other</key>
|
||||
<string>%ld characters</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>a11y.plural.count.characters_left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@character_count@</string>
|
||||
<key>character_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 character left</string>
|
||||
<key>other</key>
|
||||
<string>%ld characters left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.followed_by_and_mutual</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@names@%#@count_mutual@</string>
|
||||
<key>names</key>
|
||||
<dict>
|
||||
<key>one</key>
|
||||
<string></string>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>other</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
<key>count_mutual</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>Followed by %1$@, and another mutual</string>
|
||||
<key>other</key>
|
||||
<string>Followed by %1$@, and %ld mutuals</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.metric_formatted.post</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%@ %#@post_count@</string>
|
||||
<key>post_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>post</string>
|
||||
<key>other</key>
|
||||
<string>posts</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.media</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@media_count@</string>
|
||||
<key>media_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 media</string>
|
||||
<key>other</key>
|
||||
<string>%ld media</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.post</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@post_count@</string>
|
||||
<key>post_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 post</string>
|
||||
<key>other</key>
|
||||
<string>%ld posts</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.favorite</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@favorite_count@</string>
|
||||
<key>favorite_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 favorite</string>
|
||||
<key>other</key>
|
||||
<string>%ld favorites</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reblog</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@reblog_count@</string>
|
||||
<key>reblog_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 reblog</string>
|
||||
<key>other</key>
|
||||
<string>%ld reblogs</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reblog_a11y</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@reblog_count@</string>
|
||||
<key>reblog_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 re-blog</string>
|
||||
<key>other</key>
|
||||
<string>%ld re-blogs</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reply</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@reply_count@</string>
|
||||
<key>reply_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 reply</string>
|
||||
<key>other</key>
|
||||
<string>%ld replies</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.vote</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@vote_count@</string>
|
||||
<key>vote_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 vote</string>
|
||||
<key>other</key>
|
||||
<string>%ld votes</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.voter</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@voter_count@</string>
|
||||
<key>voter_count</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 voter</string>
|
||||
<key>other</key>
|
||||
<string>%ld voters</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.people_talking</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_people_talking@</string>
|
||||
<key>count_people_talking</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 people talking</string>
|
||||
<key>other</key>
|
||||
<string>%ld people talking</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.following</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_following@</string>
|
||||
<key>count_following</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 following</string>
|
||||
<key>other</key>
|
||||
<string>%ld following</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.follower</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_follower@</string>
|
||||
<key>count_follower</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 follower</string>
|
||||
<key>other</key>
|
||||
<string>%ld followers</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.year.left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_year_left@</string>
|
||||
<key>count_year_left</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 year left</string>
|
||||
<key>other</key>
|
||||
<string>%ld years left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.month.left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_month_left@</string>
|
||||
<key>count_month_left</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 months left</string>
|
||||
<key>other</key>
|
||||
<string>%ld months left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.day.left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_day_left@</string>
|
||||
<key>count_day_left</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 day left</string>
|
||||
<key>other</key>
|
||||
<string>%ld days left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.hour.left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_hour_left@</string>
|
||||
<key>count_hour_left</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 hour left</string>
|
||||
<key>other</key>
|
||||
<string>%ld hours left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.minute.left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_minute_left@</string>
|
||||
<key>count_minute_left</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 minute left</string>
|
||||
<key>other</key>
|
||||
<string>%ld minutes left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.second.left</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_second_left@</string>
|
||||
<key>count_second_left</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 second left</string>
|
||||
<key>other</key>
|
||||
<string>%ld seconds left</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.year.ago.abbr</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_year_ago_abbr@</string>
|
||||
<key>count_year_ago_abbr</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1y ago</string>
|
||||
<key>other</key>
|
||||
<string>%ldy ago</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.month.ago.abbr</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_month_ago_abbr@</string>
|
||||
<key>count_month_ago_abbr</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1M ago</string>
|
||||
<key>other</key>
|
||||
<string>%ldM ago</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.day.ago.abbr</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_day_ago_abbr@</string>
|
||||
<key>count_day_ago_abbr</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1d ago</string>
|
||||
<key>other</key>
|
||||
<string>%ldd ago</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.hour.ago.abbr</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_hour_ago_abbr@</string>
|
||||
<key>count_hour_ago_abbr</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1h ago</string>
|
||||
<key>other</key>
|
||||
<string>%ldh ago</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.minute.ago.abbr</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_minute_ago_abbr@</string>
|
||||
<key>count_minute_ago_abbr</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1m ago</string>
|
||||
<key>other</key>
|
||||
<string>%ldm ago</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>date.second.ago.abbr</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@count_second_ago_abbr@</string>
|
||||
<key>count_second_ago_abbr</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1s ago</string>
|
||||
<key>other</key>
|
||||
<string>%lds ago</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,893 @@
|
|||
{
|
||||
"common": {
|
||||
"alerts": {
|
||||
"common": {
|
||||
"please_try_again": "Փորձիր նորից",
|
||||
"please_try_again_later": "Փորձիր մի փոքր ուշ"
|
||||
},
|
||||
"sign_up_failure": {
|
||||
"title": "Գրանցումը ձախողուեց"
|
||||
},
|
||||
"server_error": {
|
||||
"title": "Սպասարկիչի խնդիր"
|
||||
},
|
||||
"vote_failure": {
|
||||
"title": "Vote Failure",
|
||||
"poll_ended": "Հարցումդ աւարտուեց"
|
||||
},
|
||||
"publish_post_failure": {
|
||||
"title": "Publish Failure",
|
||||
"message": "Failed to publish the post.\nPlease check your internet connection.",
|
||||
"attachments_message": {
|
||||
"video_attach_with_photo": "Cannot attach a video to a post that already contains images.",
|
||||
"more_than_one_video": "Cannot attach more than one video."
|
||||
}
|
||||
},
|
||||
"edit_profile_failure": {
|
||||
"title": "Edit Profile Error",
|
||||
"message": "Cannot edit profile. Please try again."
|
||||
},
|
||||
"sign_out": {
|
||||
"title": "Դուրս գալ",
|
||||
"message": "Համոզո՞ւած ես, որ ուզում ես դուրս գալ",
|
||||
"confirm": "Դուրս գալ"
|
||||
},
|
||||
"block_domain": {
|
||||
"title": "Are you really, really sure you want to block the entire %s? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain and any of your followers from that domain will be removed.",
|
||||
"block_entire_domain": "Block Domain"
|
||||
},
|
||||
"save_photo_failure": {
|
||||
"title": "Save Photo Failure",
|
||||
"message": "Please enable the photo library access permission to save the photo."
|
||||
},
|
||||
"delete_post": {
|
||||
"title": "Ջնջել գրառումը",
|
||||
"message": "Վստա՞հ ես, որ ուզում ես ջնջել այս գրառումը։"
|
||||
},
|
||||
"clean_cache": {
|
||||
"title": "Clean Cache",
|
||||
"message": "Successfully cleaned %s cache."
|
||||
},
|
||||
"translation_failed": {
|
||||
"title": "Նշում",
|
||||
"message": "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.",
|
||||
"button": "Լաւ"
|
||||
}
|
||||
},
|
||||
"controls": {
|
||||
"actions": {
|
||||
"back": "Ետ",
|
||||
"next": "Յաջորդ",
|
||||
"previous": "Նախորդ",
|
||||
"open": "Բացել",
|
||||
"add": "Աւելացնել",
|
||||
"remove": "Ջնջել",
|
||||
"edit": "Խմբագրել",
|
||||
"save": "Պահպանել",
|
||||
"ok": "Լաւ",
|
||||
"done": "Աւարտել",
|
||||
"confirm": "Հաստատել",
|
||||
"continue": "Շարունակել",
|
||||
"compose": "Compose",
|
||||
"cancel": "Չեղարկել",
|
||||
"discard": "Չեղարկել",
|
||||
"try_again": "Կրկին փորձիր",
|
||||
"take_photo": "Լուսանկարել",
|
||||
"save_photo": "Save Photo",
|
||||
"copy_photo": "Copy Photo",
|
||||
"sign_in": "Մտնել",
|
||||
"see_more": "Տեսնել աւելին",
|
||||
"preview": "Նախադիտում",
|
||||
"copy": "Պատճէնել",
|
||||
"share": "Տարածել",
|
||||
"share_user": "Share %s",
|
||||
"share_post": "Share Post",
|
||||
"open_in_safari": "Open in Safari",
|
||||
"open_in_browser": "Open in Browser",
|
||||
"find_people": "Find people to follow",
|
||||
"manually_search": "Manually search instead",
|
||||
"skip": "Skip",
|
||||
"reply": "Reply",
|
||||
"report_user": "Report %s",
|
||||
"block_domain": "Block %s",
|
||||
"unblock_domain": "Unblock %s",
|
||||
"settings": "Settings",
|
||||
"delete": "Delete",
|
||||
"translate_post": {
|
||||
"title": "Translate from %s",
|
||||
"unknown_language": "Unknown"
|
||||
},
|
||||
"edit_post": "Edit",
|
||||
"bookmark": "Bookmark",
|
||||
"remove_bookmark": "Remove Bookmark",
|
||||
"follow": "Follow %s",
|
||||
"unfollow": "Unfollow %s"
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Home",
|
||||
"search_and_explore": "Search and Explore",
|
||||
"notifications": "Notifications",
|
||||
"profile": "Profile",
|
||||
"a11y": {
|
||||
"search": "Search",
|
||||
"explore": "Explore"
|
||||
}
|
||||
},
|
||||
"keyboard": {
|
||||
"common": {
|
||||
"switch_to_tab": "Switch to %s",
|
||||
"compose_new_post": "Compose New Post",
|
||||
"show_favorites": "Show Favorites",
|
||||
"open_settings": "Open Settings"
|
||||
},
|
||||
"timeline": {
|
||||
"previous_status": "Previous Post",
|
||||
"next_status": "Next Post",
|
||||
"open_status": "Open Post",
|
||||
"open_author_profile": "Open Author's Profile",
|
||||
"open_reblogger_profile": "Open Reblogger's Profile",
|
||||
"reply_status": "Reply to Post",
|
||||
"toggle_reblog": "Toggle Reblog on Post",
|
||||
"toggle_favorite": "Toggle Favorite on Post",
|
||||
"toggle_content_warning": "Toggle Content Warning",
|
||||
"preview_image": "Preview Image"
|
||||
},
|
||||
"segmented_control": {
|
||||
"previous_section": "Previous Section",
|
||||
"next_section": "Next Section"
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"user_reblogged": "%s reblogged",
|
||||
"user_replied_to": "Replied to %s",
|
||||
"show_post": "Show Post",
|
||||
"show_user_profile": "Show user profile",
|
||||
"content_warning": "Content Warning",
|
||||
"sensitive_content": "Sensitive Content",
|
||||
"media_content_warning": "Tap anywhere to reveal",
|
||||
"tap_to_reveal": "Tap to reveal",
|
||||
"load_embed": "Load Embed",
|
||||
"link_via_user": "%s via %s",
|
||||
"poll": {
|
||||
"vote": "Քուէարկել",
|
||||
"closed": "Closed"
|
||||
},
|
||||
"meta_entity": {
|
||||
"url": "Link: %s",
|
||||
"hashtag": "Hashtag: %s",
|
||||
"mention": "Show Profile: %s",
|
||||
"email": "Email address: %s"
|
||||
},
|
||||
"actions": {
|
||||
"reply": "Պատասխանել",
|
||||
"reblog": "Reblog",
|
||||
"unreblog": "Undo reblog",
|
||||
"favorite": "Favorite",
|
||||
"unfavorite": "Unfavorite",
|
||||
"menu": "Ցանկ",
|
||||
"hide": "Թաքցնել",
|
||||
"show_image": "Show image",
|
||||
"show_gif": "Show GIF",
|
||||
"show_video_player": "Show video player",
|
||||
"share_link_in_post": "Share Link in Post",
|
||||
"tap_then_hold_to_show_menu": "Tap then hold to show menu",
|
||||
"a11y_labels": {
|
||||
"reblog": "Re-blog",
|
||||
"unreblog": "Undo re-blog"
|
||||
}
|
||||
},
|
||||
"tag": {
|
||||
"url": "URL",
|
||||
"mention": "Նշել",
|
||||
"link": "Յղում",
|
||||
"hashtag": "Պիտակ",
|
||||
"email": "Էլ. փոստ",
|
||||
"emoji": "Զմայլիկ"
|
||||
},
|
||||
"visibility": {
|
||||
"unlisted": "Everyone can see this post but not display in the public timeline.",
|
||||
"private": "Only their followers can see this post.",
|
||||
"private_from_me": "Only my followers can see this post.",
|
||||
"direct": "Only mentioned user can see this post."
|
||||
},
|
||||
"translation": {
|
||||
"translated_from": "Translated from %s using %s",
|
||||
"unknown_language": "Unknown",
|
||||
"unknown_provider": "Unknown",
|
||||
"show_original": "Show Original"
|
||||
},
|
||||
"media": {
|
||||
"accessibility_label": "%s, attachment %d of %d",
|
||||
"expand_image_hint": "Expands the image. Double-tap and hold to show actions",
|
||||
"expand_gif_hint": "Expands the GIF. Double-tap and hold to show actions",
|
||||
"expand_video_hint": "Shows the video player. Double-tap and hold to show actions"
|
||||
},
|
||||
"posted_via_application": "%s via %s",
|
||||
"buttons": {
|
||||
"reblogs_title": "Reblogs",
|
||||
"favorites_title": "Favorites",
|
||||
"edit_history_title": "Խմբագրման պատմութիւնը",
|
||||
"edit_history_detail": "Last edit %s"
|
||||
},
|
||||
"edited_at_timestamp_prefix": "Խմբագրուել է՝ %s",
|
||||
"edit_history": {
|
||||
"title": "Խմբագրման պատմութիւնը",
|
||||
"original_post": "Original Post · %s"
|
||||
}
|
||||
},
|
||||
"friendship": {
|
||||
"follow": "Հետեւել",
|
||||
"following": "Following",
|
||||
"request": "Request",
|
||||
"pending": "Pending",
|
||||
"block": "Block",
|
||||
"block_user": "Block %s",
|
||||
"block_domain": "Block %s",
|
||||
"unblock": "Unblock",
|
||||
"unblock_user": "Unblock %s",
|
||||
"blocked": "Blocked",
|
||||
"mute": "Լռեցնել",
|
||||
"mute_user": "Լռեցնել %s֊ին",
|
||||
"unmute": "Unmute",
|
||||
"unmute_user": "Unmute %s",
|
||||
"muted": "Լռեցուած",
|
||||
"edit_info": "Edit Info",
|
||||
"show_reblogs": "Show Reblogs",
|
||||
"hide_reblogs": "Hide Reblogs"
|
||||
},
|
||||
"timeline": {
|
||||
"filtered": "Զտուած",
|
||||
"timestamp": {
|
||||
"now": "Հիմա"
|
||||
},
|
||||
"loader": {
|
||||
"load_missing_posts": "Load missing posts",
|
||||
"loading_missing_posts": "Loading missing posts...",
|
||||
"show_more_replies": "Ցուցադրել պատասխանները"
|
||||
},
|
||||
"header": {
|
||||
"no_status_found": "No Post Found",
|
||||
"blocking_warning": "You can’t view this user's profile\nuntil you unblock them.\nYour profile looks like this to them.",
|
||||
"user_blocking_warning": "You can’t view %s’s profile\nuntil you unblock them.\nYour profile looks like this to them.",
|
||||
"blocked_warning": "You can’t view this user’s profile\nuntil they unblock you.",
|
||||
"user_blocked_warning": "You can’t view %s’s profile\nuntil they unblock you.",
|
||||
"suspended_warning": "This user has been suspended.",
|
||||
"user_suspended_warning": "%s’s account has been suspended."
|
||||
}
|
||||
}
|
||||
},
|
||||
"user_list": {
|
||||
"no_verified_link": "No verified link",
|
||||
"followers_count": "%@ followers"
|
||||
}
|
||||
},
|
||||
"scene": {
|
||||
"welcome": {
|
||||
"log_in": "Մտնել",
|
||||
"learn_more": "Իմանալ աւելին",
|
||||
"join_default_server": "Միանալ %@-ին",
|
||||
"pick_server": "Ընտրել ուրիշ սերուեր",
|
||||
"separator": {
|
||||
"or": "կամ"
|
||||
},
|
||||
"education": {
|
||||
"mastodon": {
|
||||
"title": "Բարի գալուստ Մաստոդոն",
|
||||
"description": "Mastodon is a decentralized social network, meaning no single company controls it. It’s 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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"title": "Բարի վերադարձ",
|
||||
"subtitle": "Log you in on the server you created your account on.",
|
||||
"server_search_field": {
|
||||
"placeholder": "Enter URL or search for your server"
|
||||
}
|
||||
},
|
||||
"server_picker": {
|
||||
"title": "Pick Server",
|
||||
"button": {
|
||||
"language": "Language",
|
||||
"signup_speed": "Sign-up Speed",
|
||||
"category": {
|
||||
"all": "All",
|
||||
"all_accessiblity_description": "Category: All",
|
||||
"academia": "academia",
|
||||
"activism": "activism",
|
||||
"food": "food",
|
||||
"furry": "furry",
|
||||
"games": "games",
|
||||
"general": "general",
|
||||
"journalism": "journalism",
|
||||
"lgbt": "lgbt",
|
||||
"regional": "regional",
|
||||
"art": "art",
|
||||
"music": "music",
|
||||
"tech": "tech"
|
||||
},
|
||||
"see_less": "See Less",
|
||||
"see_more": "Տեսնել աւելին"
|
||||
},
|
||||
"label": {
|
||||
"language": "LANGUAGE",
|
||||
"users": "USERS",
|
||||
"category": "CATEGORY"
|
||||
},
|
||||
"input": {
|
||||
"search_servers_or_enter_url": "Search communities or enter URL"
|
||||
},
|
||||
"empty_state": {
|
||||
"finding_servers": "Finding available servers...",
|
||||
"bad_network": "Something went wrong while loading the data. Check your internet connection.",
|
||||
"no_results": "No results"
|
||||
},
|
||||
"signup_speed": {
|
||||
"all": "Բոլորը",
|
||||
"instant": "Instant Sign-up",
|
||||
"manually_reviewed": "Manual Review"
|
||||
},
|
||||
"language": {
|
||||
"all": "Բոլորը"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Search name or URL"
|
||||
},
|
||||
"no_server_selected_hint": "We’ll pick a server based on your language if you continue without making a selection."
|
||||
},
|
||||
"privacy": {
|
||||
"title": "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 server’s privacy policy.",
|
||||
"policy": {
|
||||
"ios": "Privacy Policy - Mastodon for iOS",
|
||||
"server": "Privacy Policy - %s"
|
||||
},
|
||||
"button": {
|
||||
"confirm": "Համաձայն եմ"
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"title": "Ստեղծել հաշիւ",
|
||||
"input": {
|
||||
"avatar": {
|
||||
"delete": "Delete"
|
||||
},
|
||||
"username": {
|
||||
"placeholder": "մուտքանուն",
|
||||
"duplicate_prompt": "Օգտանունը զբաղուած է։",
|
||||
"suggestion": "amazing_%@"
|
||||
},
|
||||
"display_name": {
|
||||
"placeholder": "ցուցադրուող անուն"
|
||||
},
|
||||
"email": {
|
||||
"placeholder": "էլ. փոստ"
|
||||
},
|
||||
"password": {
|
||||
"placeholder": "գաղտնաբառ",
|
||||
"confirmation_placeholder": "Հաստատել գաղտնաբառը",
|
||||
"require": "Your password needs at least:",
|
||||
"character_limit": "8 characters",
|
||||
"accessibility": {
|
||||
"checked": "checked",
|
||||
"unchecked": "unchecked"
|
||||
},
|
||||
"hint": "Your password needs at least eight characters"
|
||||
},
|
||||
"invite": {
|
||||
"registration_user_invite_request": "Why do you want to join?"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"item": {
|
||||
"username": "Մուտքանուն",
|
||||
"email": "Էլ. փոստ",
|
||||
"password": "Գաղտնաբառ",
|
||||
"agreement": "Agreement",
|
||||
"locale": "Locale",
|
||||
"reason": "Պատճառ"
|
||||
},
|
||||
"reason": {
|
||||
"blocked": "%s contains a disallowed email provider",
|
||||
"unreachable": "%s does not seem to exist",
|
||||
"taken": "%s is already taken. How about:",
|
||||
"reserved": "%s is a reserved keyword",
|
||||
"accepted": "%s must be accepted",
|
||||
"blank": "%s is required",
|
||||
"invalid": "%s is invalid",
|
||||
"too_long": "%s is too long",
|
||||
"too_short": "%s is too short",
|
||||
"inclusion": "%s is not a supported value"
|
||||
},
|
||||
"special": {
|
||||
"username_invalid": "Username must only contain alphanumeric characters and underscores",
|
||||
"username_too_long": "Username is too long (can’t be longer than 30 characters)",
|
||||
"email_invalid": "This is not a valid email address",
|
||||
"password_too_short": "Password is too short (must be at least 8 characters)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"server_rules": {
|
||||
"title": "Some ground rules.",
|
||||
"subtitle": "These are set and enforced by the %s moderators.",
|
||||
"prompt": "By continuing, you’re subject to the terms of service and privacy policy for %s.",
|
||||
"terms_of_service": "terms of service",
|
||||
"privacy_policy": "privacy policy",
|
||||
"button": {
|
||||
"confirm": "I Agree"
|
||||
}
|
||||
},
|
||||
"confirm_email": {
|
||||
"title": "Check Your Inbox",
|
||||
"tap_the_link_we_emailed_to_you_to_verify_your_account": "Tap the link we sent you to verify %@. We’ll wait right here.",
|
||||
"button": {
|
||||
"resend": "Resend"
|
||||
},
|
||||
"dont_receive_email": {
|
||||
"title": "Check your Email",
|
||||
"description": "Check if your email address is correct as well as your junk folder if you haven’t.",
|
||||
"resend_email": "Նորից ուղարկել էլ. նամակ"
|
||||
},
|
||||
"open_email_app": {
|
||||
"title": "Check your Inbox.",
|
||||
"description": "We just sent you an email. Check your junk folder if you haven’t.",
|
||||
"mail": "Փոստ",
|
||||
"open_email_client": "Open Email Client"
|
||||
},
|
||||
"didnt_get_link": {
|
||||
"prefix": "Didn’t get a link?",
|
||||
"resend_in": "Resend (%@)",
|
||||
"resend_now": "Resend now."
|
||||
}
|
||||
},
|
||||
"home_timeline": {
|
||||
"title": "Հիմնական",
|
||||
"navigation_bar_state": {
|
||||
"offline": "Անցանց",
|
||||
"new_posts": "See new posts",
|
||||
"published": "Published!",
|
||||
"Publishing": "Publishing post...",
|
||||
"accessibility": {
|
||||
"logo_label": "Mastodon",
|
||||
"logo_hint": "Tap to scroll to top and tap again to previous location"
|
||||
}
|
||||
}
|
||||
},
|
||||
"suggestion_account": {
|
||||
"title": "Popular on Mastodon",
|
||||
"follow_all": "Follow all"
|
||||
},
|
||||
"compose": {
|
||||
"title": {
|
||||
"new_post": "New Post",
|
||||
"new_reply": "New Reply",
|
||||
"edit_post": "Edit Post"
|
||||
},
|
||||
"media_selection": {
|
||||
"camera": "Take Photo",
|
||||
"photo_library": "Photo Library",
|
||||
"browse": "Browse"
|
||||
},
|
||||
"content_input_placeholder": "Type or paste what’s on your mind",
|
||||
"compose_action": "Հրապարակել",
|
||||
"replying_to_user": "replying to %s",
|
||||
"attachment": {
|
||||
"photo": "photo",
|
||||
"video": "video",
|
||||
"attachment_broken": "This %s is broken and can’t be\nuploaded to Mastodon.",
|
||||
"description_photo": "Describe the photo for the visually-impaired...",
|
||||
"description_video": "Describe the video for the visually-impaired...",
|
||||
"load_failed": "Load Failed",
|
||||
"upload_failed": "Upload Failed",
|
||||
"can_not_recognize_this_media_attachment": "Can not recognize this media attachment",
|
||||
"attachment_too_large": "Attachment too large",
|
||||
"compressing_state": "Compressing...",
|
||||
"server_processing_state": "Server Processing..."
|
||||
},
|
||||
"poll": {
|
||||
"title": "Poll",
|
||||
"duration_time": "Duration: %s",
|
||||
"thirty_minutes": "30 minutes",
|
||||
"one_hour": "1 Hour",
|
||||
"six_hours": "6 Hours",
|
||||
"one_day": "1 Day",
|
||||
"three_days": "3 Days",
|
||||
"seven_days": "7 Days",
|
||||
"option_number": "Option %ld",
|
||||
"the_poll_is_invalid": "The poll is invalid",
|
||||
"the_poll_has_empty_option": "The poll has empty option",
|
||||
"add_option": "Add Option",
|
||||
"remove_option": "Remove Option",
|
||||
"move_up": "Move Up",
|
||||
"move_down": "Move Down"
|
||||
},
|
||||
"content_warning": {
|
||||
"placeholder": "Write an accurate warning here..."
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
"private": "Followers only",
|
||||
"direct": "Only people I mention"
|
||||
},
|
||||
"auto_complete": {
|
||||
"space_to_add": "Space to add"
|
||||
},
|
||||
"accessibility": {
|
||||
"append_attachment": "Add Attachment",
|
||||
"append_poll": "Add Poll",
|
||||
"remove_poll": "Remove Poll",
|
||||
"custom_emoji_picker": "Custom Emoji Picker",
|
||||
"enable_content_warning": "Enable Content Warning",
|
||||
"disable_content_warning": "Disable Content Warning",
|
||||
"post_visibility_menu": "Post Visibility Menu",
|
||||
"post_options": "Post Options",
|
||||
"posting_as": "Posting as %s"
|
||||
},
|
||||
"keyboard": {
|
||||
"discard_post": "Discard Post",
|
||||
"publish_post": "Publish Post",
|
||||
"toggle_poll": "Toggle Poll",
|
||||
"toggle_content_warning": "Toggle Content Warning",
|
||||
"append_attachment_entry": "Add Attachment - %s",
|
||||
"select_visibility_entry": "Select Visibility - %s"
|
||||
},
|
||||
"language": {
|
||||
"title": "Post Language",
|
||||
"suggested": "Suggested",
|
||||
"recent": "Recent",
|
||||
"other": "Other Language…"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"header": {
|
||||
"follows_you": "Follows You"
|
||||
},
|
||||
"dashboard": {
|
||||
"my_posts": "posts",
|
||||
"my_following": "following",
|
||||
"my_followers": "followers",
|
||||
"other_posts": "posts",
|
||||
"other_following": "following",
|
||||
"other_followers": "followers",
|
||||
"familiar_followers": "mutuals"
|
||||
},
|
||||
"fields": {
|
||||
"joined": "Joined",
|
||||
"add_row": "Add Row",
|
||||
"placeholder": {
|
||||
"label": "Label",
|
||||
"content": "Content"
|
||||
},
|
||||
"verified": {
|
||||
"short": "Verified on %s",
|
||||
"long": "Ownership of this link was checked on %s"
|
||||
}
|
||||
},
|
||||
"segmented_control": {
|
||||
"posts": "Գրառումներ",
|
||||
"replies": "Replies",
|
||||
"posts_and_replies": "Posts and Replies",
|
||||
"media": "Media",
|
||||
"about": "Մասին"
|
||||
},
|
||||
"relationship_action_alert": {
|
||||
"confirm_mute_user": {
|
||||
"title": "Mute Account",
|
||||
"message": "Confirm to mute %s"
|
||||
},
|
||||
"confirm_unmute_user": {
|
||||
"title": "Unmute Account",
|
||||
"message": "Confirm to unmute %s"
|
||||
},
|
||||
"confirm_block_user": {
|
||||
"title": "Block Account",
|
||||
"message": "Confirm to block %s"
|
||||
},
|
||||
"confirm_unblock_user": {
|
||||
"title": "Unblock Account",
|
||||
"message": "Confirm to unblock %s"
|
||||
},
|
||||
"confirm_show_reblogs": {
|
||||
"title": "Show Reblogs",
|
||||
"message": "Confirm to show reblogs"
|
||||
},
|
||||
"confirm_hide_reblogs": {
|
||||
"title": "Hide Reblogs",
|
||||
"message": "Confirm to hide reblogs"
|
||||
}
|
||||
},
|
||||
"accessibility": {
|
||||
"show_avatar_image": "Show avatar image",
|
||||
"edit_avatar_image": "Edit avatar image",
|
||||
"show_banner_image": "Show banner image",
|
||||
"double_tap_to_open_the_list": "Double tap to open the list"
|
||||
}
|
||||
},
|
||||
"follower": {
|
||||
"title": "follower",
|
||||
"footer": "Followers from other servers are not displayed."
|
||||
},
|
||||
"following": {
|
||||
"title": "following",
|
||||
"footer": "Follows from other servers are not displayed."
|
||||
},
|
||||
"familiarFollowers": {
|
||||
"title": "Followers you familiar",
|
||||
"followed_by_names": "Followed by %s"
|
||||
},
|
||||
"favorited_by": {
|
||||
"title": "Favorited By"
|
||||
},
|
||||
"reblogged_by": {
|
||||
"title": "Reblogged By"
|
||||
},
|
||||
"search": {
|
||||
"title": "Search",
|
||||
"search_bar": {
|
||||
"placeholder": "Search hashtags and users",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"recommend": {
|
||||
"button_text": "See All",
|
||||
"hash_tag": {
|
||||
"title": "Trending on Mastodon",
|
||||
"description": "Hashtags that are getting quite a bit of attention",
|
||||
"people_talking": "%s people are talking"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Accounts you might like",
|
||||
"description": "You may like to follow these accounts",
|
||||
"follow": "Follow"
|
||||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"empty_state": {
|
||||
"no_results": "No results"
|
||||
},
|
||||
"recent_search": "Recent searches",
|
||||
"clear_all": "Clear all",
|
||||
"clear": "Clear"
|
||||
}
|
||||
},
|
||||
"discovery": {
|
||||
"tabs": {
|
||||
"posts": "Posts",
|
||||
"hashtags": "Hashtags",
|
||||
"news": "News",
|
||||
"community": "Community",
|
||||
"for_you": "For You"
|
||||
},
|
||||
"intro": "These are the posts gaining traction in your corner of Mastodon."
|
||||
},
|
||||
"favorite": {
|
||||
"title": "Favorites"
|
||||
},
|
||||
"notification": {
|
||||
"title": {
|
||||
"Everything": "Everything",
|
||||
"Mentions": "Mentions"
|
||||
},
|
||||
"notification_description": {
|
||||
"followed_you": "followed you",
|
||||
"favorited_your_post": "favorited your post",
|
||||
"reblogged_your_post": "reblogged your post",
|
||||
"mentioned_you": "mentioned you",
|
||||
"request_to_follow_you": "request to follow you",
|
||||
"poll_has_ended": "poll has ended"
|
||||
},
|
||||
"keyobard": {
|
||||
"show_everything": "Show Everything",
|
||||
"show_mentions": "Show Mentions"
|
||||
},
|
||||
"follow_request": {
|
||||
"accept": "Accept",
|
||||
"accepted": "Accepted",
|
||||
"reject": "reject",
|
||||
"rejected": "Rejected"
|
||||
}
|
||||
},
|
||||
"thread": {
|
||||
"back_title": "Post",
|
||||
"title": "Post from %s"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"section": {
|
||||
"appearance": {
|
||||
"title": "Appearance",
|
||||
"automatic": "Automatic",
|
||||
"light": "Always Light",
|
||||
"dark": "Always Dark"
|
||||
},
|
||||
"look_and_feel": {
|
||||
"title": "Look and Feel",
|
||||
"use_system": "Use System",
|
||||
"really_dark": "Really Dark",
|
||||
"sorta_dark": "Sorta Dark",
|
||||
"light": "Light"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
"favorites": "Favorites my post",
|
||||
"follows": "Follows me",
|
||||
"boosts": "Reblogs my post",
|
||||
"mentions": "Mentions me",
|
||||
"trigger": {
|
||||
"anyone": "anyone",
|
||||
"follower": "a follower",
|
||||
"follow": "anyone I follow",
|
||||
"noone": "no one",
|
||||
"title": "Notify me when"
|
||||
}
|
||||
},
|
||||
"preference": {
|
||||
"title": "Preferences",
|
||||
"disable_avatar_animation": "Disable animated avatars",
|
||||
"disable_emoji_animation": "Disable animated emojis",
|
||||
"using_default_browser": "Use default browser to open links",
|
||||
"open_links_in_mastodon": "Open links in Mastodon"
|
||||
},
|
||||
"boring_zone": {
|
||||
"title": "The Boring Zone",
|
||||
"account_settings": "Account Settings",
|
||||
"terms": "Terms of Service",
|
||||
"privacy": "Privacy Policy"
|
||||
},
|
||||
"spicy_zone": {
|
||||
"title": "The Spicy Zone",
|
||||
"clear": "Clear Media Cache",
|
||||
"signout": "Sign Out"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"mastodon_description": "Mastodon is open source software. You can report issues on GitHub at %s (%s)"
|
||||
},
|
||||
"keyboard": {
|
||||
"close_settings_window": "Close Settings Window"
|
||||
}
|
||||
},
|
||||
"report": {
|
||||
"title_report": "Report",
|
||||
"title": "Report %s",
|
||||
"step1": "Step 1 of 2",
|
||||
"step2": "Step 2 of 2",
|
||||
"content1": "Are there any other posts you’d like to add to the report?",
|
||||
"content2": "Is there anything the moderators should know about this report?",
|
||||
"report_sent_title": "Thanks for reporting, we’ll look into this.",
|
||||
"send": "Send Report",
|
||||
"skip_to_send": "Send without comment",
|
||||
"text_placeholder": "Type or paste additional comments",
|
||||
"reported": "REPORTED",
|
||||
"step_one": {
|
||||
"step_1_of_4": "Step 1 of 4",
|
||||
"whats_wrong_with_this_post": "What's wrong with this post?",
|
||||
"whats_wrong_with_this_account": "What's wrong with this account?",
|
||||
"whats_wrong_with_this_username": "What's wrong with %s?",
|
||||
"select_the_best_match": "Select the best match",
|
||||
"i_dont_like_it": "I don’t like it",
|
||||
"it_is_not_something_you_want_to_see": "It is not something you want to see",
|
||||
"its_spam": "It’s spam",
|
||||
"malicious_links_fake_engagement_or_repetetive_replies": "Malicious links, fake engagement, or repetetive replies",
|
||||
"it_violates_server_rules": "It violates server rules",
|
||||
"you_are_aware_that_it_breaks_specific_rules": "You are aware that it breaks specific rules",
|
||||
"its_something_else": "It’s something else",
|
||||
"the_issue_does_not_fit_into_other_categories": "The issue does not fit into other categories"
|
||||
},
|
||||
"step_two": {
|
||||
"step_2_of_4": "Step 2 of 4",
|
||||
"which_rules_are_being_violated": "Which rules are being violated?",
|
||||
"select_all_that_apply": "Select all that apply",
|
||||
"i_just_don’t_like_it": "I just don’t like it"
|
||||
},
|
||||
"step_three": {
|
||||
"step_3_of_4": "Step 3 of 4",
|
||||
"are_there_any_posts_that_back_up_this_report": "Are there any posts that back up this report?",
|
||||
"select_all_that_apply": "Select all that apply"
|
||||
},
|
||||
"step_four": {
|
||||
"step_4_of_4": "Step 4 of 4",
|
||||
"is_there_anything_else_we_should_know": "Is there anything else we should know?"
|
||||
},
|
||||
"step_final": {
|
||||
"dont_want_to_see_this": "Don’t want to see this?",
|
||||
"when_you_see_something_you_dont_like_on_mastodon_you_can_remove_the_person_from_your_experience.": "When you see something you don’t like on Mastodon, you can remove the person from your experience.",
|
||||
"unfollow": "Unfollow",
|
||||
"unfollowed": "Unfollowed",
|
||||
"unfollow_user": "Unfollow %s",
|
||||
"mute_user": "Mute %s",
|
||||
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted": "You won’t see their posts or reblogs in your home feed. They won’t know they’ve been muted.",
|
||||
"block_user": "Block %s",
|
||||
"they_will_no_longer_be_able_to_follow_or_see_your_posts_but_they_can_see_if_theyve_been_blocked": "They will no longer be able to follow or see your posts, but they can see if they’ve been blocked.",
|
||||
"while_we_review_this_you_can_take_action_against_user": "While we review this, you can take action against %s"
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
"keyboard": {
|
||||
"close_preview": "Close Preview",
|
||||
"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"
|
||||
},
|
||||
"bookmark": {
|
||||
"title": "Bookmarks"
|
||||
},
|
||||
"followed_tags": {
|
||||
"title": "Followed Tags",
|
||||
"header": {
|
||||
"posts": "posts",
|
||||
"participants": "participants",
|
||||
"posts_today": "posts today"
|
||||
},
|
||||
"actions": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extension": {
|
||||
"open_in": {
|
||||
"invalid_link_error": "This doesn't seem to be a valid Mastodon link."
|
||||
}
|
||||
},
|
||||
"widget": {
|
||||
"common": {
|
||||
"unsupported_widget_family": "Sorry but this Widget family is unsupported.",
|
||||
"user_not_logged_in": "Please open Mastodon to log in to an Account."
|
||||
},
|
||||
"followers_count": {
|
||||
"configuration_display_name": "Followers",
|
||||
"configuration_description": "Show number of followers.",
|
||||
"title": "FOLLOWERS",
|
||||
"followers_today": "%s followers today"
|
||||
},
|
||||
"multiple_followers": {
|
||||
"configuration_display_name": "Multiple followers",
|
||||
"configuration_description": "Show number of followers for multiple accounts.",
|
||||
"mock_user": {
|
||||
"display_name": "Another follower",
|
||||
"account_name": "another@follower.social"
|
||||
}
|
||||
},
|
||||
"latest_followers": {
|
||||
"configuration_display_name": "Latest followers",
|
||||
"configuration_description": "Show latest followers.",
|
||||
"title": "Latest followers",
|
||||
"last_update": "Last update: %s"
|
||||
},
|
||||
"hashtag": {
|
||||
"configuration": {
|
||||
"display_name": "Hashtag",
|
||||
"description": "Shows a recent post with the selected hashtag."
|
||||
},
|
||||
"not_found": {
|
||||
"account_name": "John Mastodon",
|
||||
"account": "@johnMastodon@no-such.account",
|
||||
"content": "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings."
|
||||
},
|
||||
"placeholder": {
|
||||
"account_name": "John Mastodon",
|
||||
"account": "@johnMastodon@no-such.account",
|
||||
"content": "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"NSCameraUsageDescription": "Used to take photo for post status",
|
||||
"NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library",
|
||||
"NewPostShortcutItemTitle": "New Post",
|
||||
"SearchShortcutItemTitle": "Search"
|
||||
}
|
|
@ -650,11 +650,11 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Færslur sem samsvara \"%s\"",
|
||||
"people": "Fólk sem samsvarar \"%s\"",
|
||||
"profile": "Fara á @%s@%s",
|
||||
"url": "Opna slóð í Mastodon",
|
||||
"hashtag": "Fara á #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Engar niðurstöður"
|
||||
},
|
||||
|
|
|
@ -650,8 +650,8 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"posts": "Post corrispondenti a \"%s\"",
|
||||
"people": "Persone corrispondenti a \"%s\"",
|
||||
"profile": "Vai a @%s@%s",
|
||||
"url": "Apri l'URL su Mastodon",
|
||||
"hashtag": "Vai a #%s",
|
||||
|
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "「%s」に一致する投稿",
|
||||
"people": "「%s」に一致するアカウント",
|
||||
"profile": "@%s@%s へ移動",
|
||||
"url": "URL を Mastodon で開く",
|
||||
"hashtag": "#%s へ移動",
|
||||
"empty_state": {
|
||||
"no_results": "なし"
|
||||
},
|
||||
"recent_search": "最近の検索",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "すべて消去",
|
||||
"clear": "クリア"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -97,20 +97,20 @@
|
|||
"title": "Translate from %s",
|
||||
"unknown_language": "Unknown"
|
||||
},
|
||||
"edit_post": "Edit",
|
||||
"edit_post": "Editar",
|
||||
"bookmark": "Bookmark",
|
||||
"remove_bookmark": "Remove Bookmark",
|
||||
"follow": "Follow %s",
|
||||
"unfollow": "Unfollow %s"
|
||||
"follow": "Seguir %s",
|
||||
"unfollow": "Deixar de seguir %s"
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Início",
|
||||
"search_and_explore": "Search and Explore",
|
||||
"notifications": "Notifications",
|
||||
"search_and_explore": "Buscar e Explorar",
|
||||
"notifications": "Notificações",
|
||||
"profile": "Perfil",
|
||||
"a11y": {
|
||||
"search": "Search",
|
||||
"explore": "Explore"
|
||||
"search": "Buscar",
|
||||
"explore": "Explorar"
|
||||
}
|
||||
},
|
||||
"keyboard": {
|
||||
|
@ -272,7 +272,7 @@
|
|||
},
|
||||
"education": {
|
||||
"mastodon": {
|
||||
"title": "Welcome to Mastodon",
|
||||
"title": "Boas-vindas ao Mastodon",
|
||||
"description": "Mastodon is a decentralized social network, meaning no single company controls it. It’s made up of many independently-run servers, all connected together."
|
||||
},
|
||||
"servers": {
|
||||
|
|
|
@ -577,7 +577,7 @@
|
|||
"replies": "Replies",
|
||||
"posts_and_replies": "Posts and Replies",
|
||||
"media": "මාධ්ය",
|
||||
"about": "පිලිබඳව"
|
||||
"about": "පිළිබඳව"
|
||||
},
|
||||
"relationship_action_alert": {
|
||||
"confirm_mute_user": {
|
||||
|
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Objave, ki se ujemajo s/z »%s«",
|
||||
"people": "Osebe, ki se ujemajo s/z »%s«",
|
||||
"profile": "Pojdi na @%s@%s",
|
||||
"url": "Odpri URL v Mastodonu",
|
||||
"hashtag": "Pojdi na #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Ni rezultatov"
|
||||
},
|
||||
"recent_search": "Nedavna iskanja",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Počisti vse",
|
||||
"clear": "Počisti"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "โพสต์ที่ตรงกับ \"%s\"",
|
||||
"people": "ผู้คนที่ตรงกับ \"%s\"",
|
||||
"profile": "ไปยัง @%s@%s",
|
||||
"url": "เปิด URL ใน Mastodon",
|
||||
"hashtag": "ไปยัง #%s",
|
||||
"empty_state": {
|
||||
"no_results": "ไม่มีผลลัพธ์"
|
||||
},
|
||||
"recent_search": "การค้นหาล่าสุด",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "ล้างทั้งหมด",
|
||||
"clear": "ล้าง"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -105,12 +105,12 @@
|
|||
},
|
||||
"tabs": {
|
||||
"home": "Головна",
|
||||
"search_and_explore": "Search and Explore",
|
||||
"search_and_explore": "Пошук і дослідження",
|
||||
"notifications": "Сповіщення",
|
||||
"profile": "Профіль",
|
||||
"a11y": {
|
||||
"search": "Пошук",
|
||||
"explore": "Explore"
|
||||
"explore": "Огляд"
|
||||
}
|
||||
},
|
||||
"keyboard": {
|
||||
|
@ -146,7 +146,7 @@
|
|||
"sensitive_content": "Контент 18+",
|
||||
"media_content_warning": "Натисніть будь-де, щоб показати більше",
|
||||
"tap_to_reveal": "Натисніть, щоб відобразити",
|
||||
"load_embed": "Load Embed",
|
||||
"load_embed": "Завантажити вбудований файл",
|
||||
"link_via_user": "%s через %s",
|
||||
"poll": {
|
||||
"vote": "Проголосувати",
|
||||
|
@ -169,7 +169,7 @@
|
|||
"show_image": "Показати зображення",
|
||||
"show_gif": "Показати GIF",
|
||||
"show_video_player": "Показати відеоплеєр",
|
||||
"share_link_in_post": "Share Link in Post",
|
||||
"share_link_in_post": "Поділіться посиланням у повідомленні",
|
||||
"tap_then_hold_to_show_menu": "Натисніть та утримуйте, щоб показати меню",
|
||||
"a11y_labels": {
|
||||
"reblog": "Репост",
|
||||
|
@ -199,7 +199,7 @@
|
|||
"media": {
|
||||
"accessibility_label": "%s, вкладення %d із %d",
|
||||
"expand_image_hint": "Розгортає зображення. Двічі торкніться та утримуйте, щоб показати дії",
|
||||
"expand_gif_hint": "Expands the GIF. Double-tap and hold to show actions",
|
||||
"expand_gif_hint": "Розгортання GIF-файлу. Двічі торкніться і утримуйте, щоб показати дії",
|
||||
"expand_video_hint": "Показує відеоплеєр. Натисніть двічі і утримуйте, щоб показати дії"
|
||||
},
|
||||
"posted_via_application": "%s через %s",
|
||||
|
@ -553,12 +553,12 @@
|
|||
},
|
||||
"dashboard": {
|
||||
"my_posts": "публікації",
|
||||
"my_following": "following",
|
||||
"my_following": "підписки",
|
||||
"my_followers": "підписники",
|
||||
"other_posts": "публікації",
|
||||
"other_following": "підписок",
|
||||
"other_followers": "підписники",
|
||||
"familiar_followers": "mutuals"
|
||||
"familiar_followers": "спільні"
|
||||
},
|
||||
"fields": {
|
||||
"joined": "Приєднався",
|
||||
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Збіг дописів %s\"",
|
||||
"people": "Збіг профілів %s\"",
|
||||
"profile": "Перейти в @%s@%s",
|
||||
"url": "Відкрити URL-адресу в Mastodon",
|
||||
"hashtag": "Перейти до %s",
|
||||
"empty_state": {
|
||||
"no_results": "Жодних результатів"
|
||||
},
|
||||
"recent_search": "Нещодавні запити",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Очистити все",
|
||||
"clear": "Очистити"
|
||||
}
|
||||
},
|
||||
|
@ -845,13 +845,13 @@
|
|||
},
|
||||
"extension": {
|
||||
"open_in": {
|
||||
"invalid_link_error": "This doesn't seem to be a valid Mastodon link."
|
||||
"invalid_link_error": "Здається, це не дійсне посилання Mastodon."
|
||||
}
|
||||
},
|
||||
"widget": {
|
||||
"common": {
|
||||
"unsupported_widget_family": "Sorry but this Widget family is unsupported.",
|
||||
"user_not_logged_in": "Please open Mastodon to log in to an Account."
|
||||
"unsupported_widget_family": "Вибачте, але це сімейство віджетів не підтримується.",
|
||||
"user_not_logged_in": "Будь ласка, відкрийте Mastodon, щоб увійти в обліковий запис."
|
||||
},
|
||||
"followers_count": {
|
||||
"configuration_display_name": "Підписники",
|
||||
|
@ -860,8 +860,8 @@
|
|||
"followers_today": "%s підписників сьогодні"
|
||||
},
|
||||
"multiple_followers": {
|
||||
"configuration_display_name": "Multiple followers",
|
||||
"configuration_description": "Show number of followers for multiple accounts.",
|
||||
"configuration_display_name": "Кілька підписників",
|
||||
"configuration_description": "Показати кількість підписників на кількох акаунтах.",
|
||||
"mock_user": {
|
||||
"display_name": "Інший підписник",
|
||||
"account_name": "another@follower.social"
|
||||
|
@ -876,12 +876,12 @@
|
|||
"hashtag": {
|
||||
"configuration": {
|
||||
"display_name": "Хештеґ",
|
||||
"description": "Shows a recent post with the selected hashtag."
|
||||
"description": "Показує останні публікації з вибраним хештегом."
|
||||
},
|
||||
"not_found": {
|
||||
"account_name": "John Mastodon",
|
||||
"account": "@johnMastodon@no-such.account",
|
||||
"content": "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings."
|
||||
"content": "Вибачте, ми не знайшли публікацій за хештегом<a>#%@</a>. Будь ласка, спробуйте <a>#ІншийХештег</a> або перевірте налаштування віджету."
|
||||
},
|
||||
"placeholder": {
|
||||
"account_name": "John Mastodon",
|
||||
|
|
|
@ -650,16 +650,16 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"profile": "Go to @%s@%s",
|
||||
"url": "Open URL in Mastodon",
|
||||
"hashtag": "Go to #%s",
|
||||
"posts": "Tút nhắc đến \"%s\"",
|
||||
"people": "Người có tên \"%s\"",
|
||||
"profile": "Đến @%s@%s",
|
||||
"url": "Mở liên kết trong Mastodon",
|
||||
"hashtag": "Đến #%s",
|
||||
"empty_state": {
|
||||
"no_results": "Không có kết quả"
|
||||
},
|
||||
"recent_search": "Tìm kiếm gần đây",
|
||||
"clear_all": "Clear all",
|
||||
"clear_all": "Xóa tất cả",
|
||||
"clear": "Xóa"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -650,8 +650,8 @@
|
|||
}
|
||||
},
|
||||
"searching": {
|
||||
"posts": "Posts matching \"%s\"",
|
||||
"people": "People matching \"%s\"",
|
||||
"posts": "符合「%s」之嘟文",
|
||||
"people": "符合「%s」之個人檔案",
|
||||
"profile": "前往 @%s@%s",
|
||||
"url": "於 Mastodon 中開啟連結",
|
||||
"hashtag": "前往 #%s",
|
||||
|
|
Loading…
Reference in New Issue