Merge branch 'l10n_develop' into release/1.3.0

This commit is contained in:
CMK 2022-03-10 16:22:00 +08:00
commit b82ab9244f
15 changed files with 1428 additions and 347 deletions

View File

@ -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. ";

View File

@ -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>

View File

@ -1,51 +1,51 @@
"16wxgf" = "Asuffeɣ deg Matodon";
"751xkl" = "Text Content";
"751xkl" = "Agbur n uḍris";
"CsR7G2" = "Asuffeɣ deg Matodon";
"HZSGTr" = "What content to post?";
"HZSGTr" = "Anwa agbur ara d-yettwasuffɣen?";
"HdGikU" = "Posting failed";
"HdGikU" = "Yecceḍ usuffeɣ";
"KDNTJ4" = "Failure Reason";
"KDNTJ4" = "Ssebba n tuccḍa";
"RHxKOw" = "Send Post with text content";
"RHxKOw" = "Azen tasuffeɣt s ugbur n uḍris";
"RxSqsb" = "Tasuffeɣt";
"WCIR3D" = "Post ${content} on Mastodon";
"WCIR3D" = "Suffeɣ ${content} deg Mastodon";
"ZKJSNu" = "Tasuffeɣt";
"ZS1XaK" = "${content}";
"ZbSjzC" = "Visibility";
"ZbSjzC" = "Abani";
"Zo4jgJ" = "Post Visibility";
"Zo4jgJ" = "Abani n tsuffeɣt";
"apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
"apSxMG-dYQ5NN" = "Yella ${count} n textiṛiyin yemṣadan d 'Uzayaz'.";
"apSxMG-ehFLjY" = "There are ${count} options matching Followers Only.";
"apSxMG-ehFLjY" = "Yella ${count} n textiṛiyin yemṣadan d 'Yineḍfaren kan'.";
"ayoYEb-dYQ5NN" = "${content}, Public";
"ayoYEb-dYQ5NN" = "${content}, azayaz";
"ayoYEb-ehFLjY" = "${content}, Followers Only";
"ayoYEb-ehFLjY" = "${content}, ineḍfaren kan";
"dUyuGg" = "Asuffeɣ deg Maṣṭudun";
"dYQ5NN" = "Azayez";
"ehFLjY" = "Followers Only";
"ehFLjY" = "Imeḍfaṛen kan";
"gfePDu" = "Posting failed. ${failureReason}";
"gfePDu" = "Asuffeɣ yecceḍ. ${failureReason}";
"k7dbKQ" = "Post was sent successfully.";
"k7dbKQ" = "Tasuffeɣt tettwazen akken iwata.";
"oGiqmY-dYQ5NN" = "Just to confirm, you wanted Public?";
"oGiqmY-dYQ5NN" = "I usentem kan, tebɣiḍ 'Azayaz'?";
"oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?";
"oGiqmY-ehFLjY" = "I usentem kan, tebɣiḍ 'Ineḍfaren kan'?";
"rM6dvp" = "URL";
"ryJLwG" = "Post was sent successfully. ";
"ryJLwG" = "Tasuffeɣt tettwazen akken iwata. ";

View File

@ -13,9 +13,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>1 textiṛt</string>
<key>other</key>
<string>%ld iɣewwaṛen</string>
<string>%ld textiṛiyin</string>
</dict>
</dict>
<key>There are ${count} options matching ${visibility}.</key>

View File

@ -46,7 +46,7 @@
},
"delete_post": {
"title": "Bist du dir sicher, dass du diesen Beitrag löschen möchtest?",
"message": "Are you sure you want to delete this post?"
"message": "Bist du dir sicher, dass du diesen Beitrag löschen willst?"
},
"clean_cache": {
"title": "Zwischenspeicher leeren",
@ -141,7 +141,7 @@
"favorite": "Favorit",
"unfavorite": "Aus Favoriten entfernen",
"menu": "Menü",
"hide": "Hide"
"hide": "Verstecken"
},
"tag": {
"url": "URL",
@ -152,10 +152,10 @@
"emoji": "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."
"unlisted": "Jeder kann diesen Post sehen, aber nicht in der öffentlichen Timeline zeigen.",
"private": "Nur Follower des Authors können diesen Beitrag sehen.",
"private_from_me": "Nur meine Follower können diesen Beitrag sehen.",
"direct": "Nur erwähnte Benutzer können diesen Beitrag sehen."
}
},
"friendship": {
@ -419,26 +419,26 @@
"segmented_control": {
"posts": "Beiträge",
"replies": "Antworten",
"posts_and_replies": "Posts and Replies",
"posts_and_replies": "Beiträge und Antworten",
"media": "Medien",
"about": "About"
"about": "Über"
},
"relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
"title": "Konto stummschalten",
"message": "Bestätige %s stumm zu schalten"
},
"confirm_unmute_user": {
"title": "Ton einschalten",
"message": "Bestätige um %s nicht mehr stummzuschalten"
},
"confirm_block_user": {
"title": "Block Account",
"message": "Confirm to block %s"
"title": "Konto blockieren",
"message": "Bestätige %s zu blockieren"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
"title": "Konto entsperren",
"message": "Bestätige %s zu entsperren"
}
}
},
@ -490,12 +490,12 @@
"Mentions": "Erwähnungen"
},
"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": "folgt dir",
"favorited_your_post": "hat deinen Beitrag favorisiert",
"reblogged_your_post": "hat deinen Beitrag geteilt",
"mentioned_you": "hat dich erwähnt",
"request_to_follow_you": "Folgeanfrage",
"poll_has_ended": "Umfrage wurde beendet"
},
"keyobard": {
"show_everything": "Alles anzeigen",
@ -516,11 +516,11 @@
"dark": "Immer dunkel"
},
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
"title": "Erscheinungsbild",
"use_system": "Systemeinstellung benutzen",
"really_dark": "Wirklich dunkel",
"sorta_dark": "Ziemlich dunkel",
"light": "Hell"
},
"notifications": {
"title": "Benachrichtigungen",
@ -544,7 +544,7 @@
"using_default_browser": "Standardbrowser zum Öffnen von Links verwenden"
},
"boring_zone": {
"title": "Der Langweiliger Bereich",
"title": "Der langweilige Bereich",
"account_settings": "Kontoeinstellungen",
"terms": "Allgemeine Geschäftsbedingungen",
"privacy": "Datenschutzerklärung"
@ -563,17 +563,17 @@
}
},
"report": {
"title_report": "Report",
"title_report": "Melden",
"title": "%s melden",
"step1": "Schritt 1 von 2",
"step2": "Schritt 2 von 2",
"content1": "Gibt es noch weitere Beiträge, die du der Meldung hinzufügen möchtest?",
"content2": "Gibt es etwas, was die Moderatoren über diese Meldung wissen sollten?",
"report_sent_title": "Thanks for reporting, well look into this.",
"report_sent_title": "Danke für deine Meldung, wir werden uns damit beschäftigen.",
"send": "Meldung abschicken",
"skip_to_send": "Ohne Kommentar abschicken",
"text_placeholder": "Zusätzliche Kommentare eingeben oder einfügen",
"reported": "REPORTED"
"reported": "GEMELDET"
},
"preview": {
"keyboard": {

View File

@ -46,7 +46,7 @@
},
"delete_post": {
"title": "¿Estás seguro de que deseas eliminar esta publicación?",
"message": "Are you sure you want to delete this post?"
"message": "¿Estás seguro de que quieres borrar esta publicación?"
},
"clean_cache": {
"title": "Limpiar Caché",
@ -141,7 +141,7 @@
"favorite": "Favorito",
"unfavorite": "No favorito",
"menu": "Menú",
"hide": "Hide"
"hide": "Ocultar"
},
"tag": {
"url": "URL",
@ -152,10 +152,10 @@
"emoji": "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."
"unlisted": "Todo el mundo puede ver este post pero no mostrar en la línea de tiempo pública.",
"private": "Sólo sus seguidores pueden ver este mensaje.",
"private_from_me": "Sólo mis seguidores pueden ver este mensaje.",
"direct": "Sólo el usuario mencionado puede ver este mensaje."
}
},
"friendship": {
@ -419,26 +419,26 @@
"segmented_control": {
"posts": "Publicaciones",
"replies": "Respuestas",
"posts_and_replies": "Posts and Replies",
"posts_and_replies": "Publicaciones y respuestas",
"media": "Multimedia",
"about": "About"
"about": "Acerca de"
},
"relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
"title": "Silenciar cuenta",
"message": "Confirmar para silenciar %s"
},
"confirm_unmute_user": {
"title": "Dejar de Silenciar Cuenta",
"message": "Confirmar para dejar de silenciar a %s"
},
"confirm_block_user": {
"title": "Block Account",
"message": "Confirm to block %s"
"title": "Bloquear cuenta",
"message": "Confirmar para bloquear a %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
"title": "Desbloquear cuenta",
"message": "Confirmar para desbloquear a %s"
}
}
},
@ -490,12 +490,12 @@
"Mentions": "Menciones"
},
"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": "te siguió",
"favorited_your_post": "ha marcado como favorita tu publicación",
"reblogged_your_post": "reblogueó tu publicación",
"mentioned_you": "te mencionó",
"request_to_follow_you": "solicitó seguirte",
"poll_has_ended": "encuesta ha terminado"
},
"keyobard": {
"show_everything": "Mostrar Todo",
@ -516,11 +516,11 @@
"dark": "Siempre Oscura"
},
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
"title": "Apariencia",
"use_system": "Uso del sistema",
"really_dark": "Realmente Oscuro",
"sorta_dark": "Más o Menos Oscuro",
"light": "Claro"
},
"notifications": {
"title": "Notificaciones",
@ -563,17 +563,17 @@
}
},
"report": {
"title_report": "Report",
"title_report": "Reportar",
"title": "Reportar %s",
"step1": "Paso 1 de 2",
"step2": "Paso 2 de 2",
"content1": "¿Hay alguna otra publicación que te gustaría añadir al reporte?",
"content2": "¿Hay algo que los moderadores deberían saber acerca de este reporte?",
"report_sent_title": "Thanks for reporting, well look into this.",
"report_sent_title": "Gracias por reportar, estudiaremos esto.",
"send": "Enviar Reporte",
"skip_to_send": "Enviar sin comentarios",
"text_placeholder": "Escribe o pega comentarios adicionales",
"reported": "REPORTED"
"reported": "REPORTADO"
},
"preview": {
"keyboard": {

View File

@ -46,7 +46,7 @@
},
"delete_post": {
"title": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?",
"message": "Are you sure you want to delete this post?"
"message": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?"
},
"clean_cache": {
"title": "Falamhaich an tasgadan",
@ -141,7 +141,7 @@
"favorite": "Cuir ris na h-annsachdan",
"unfavorite": "Thoir air falbh o na h-annsachdan",
"menu": "Clàr-taice",
"hide": "Hide"
"hide": "Falaich"
},
"tag": {
"url": "URL",
@ -152,10 +152,10 @@
"emoji": "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."
"unlisted": "Chì a h-uile duine am post seo ach cha nochd e air an loidhne-ama phoblach.",
"private": "Chan fhaic ach an luchd-leantainn aca am post seo.",
"private_from_me": "Chan fhaic ach an luchd-leantainn agam am post seo.",
"direct": "Chan fhaic ach an cleachdaiche air an dugadh iomradh am post seo."
}
},
"friendship": {
@ -419,26 +419,26 @@
"segmented_control": {
"posts": "Postaichean",
"replies": "Freagairtean",
"posts_and_replies": "Posts and Replies",
"posts_and_replies": "Postaichean s freagairtean",
"media": "Meadhanan",
"about": "About"
"about": "Mu dhèidhinn"
},
"relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
"title": "Mùch an cunntas",
"message": "Dearbh mùchadh %s"
},
"confirm_unmute_user": {
"title": "Dì-mhùch an cunntas",
"message": "Dearbh dì-mhùchadh %s"
},
"confirm_block_user": {
"title": "Block Account",
"message": "Confirm to block %s"
"title": "Bac an cunntas",
"message": "Dearbh bacadh %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
"title": "Dì-bhac an cunntas",
"message": "Dearbh dì-bhacadh %s"
}
}
},
@ -490,12 +490,12 @@
"Mentions": "Iomraidhean"
},
"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": " s iad gad leantainn a-nis",
"favorited_your_post": " s iad air am post agad a chur ris na h-annsachdan aca",
"reblogged_your_post": " s iad air am post agad a bhrosnachadh",
"mentioned_you": " s iad air iomradh a thoirt ort",
"request_to_follow_you": "iarrtas leantainn ort",
"poll_has_ended": "thàinig cunntas-bheachd gu crìoch"
},
"keyobard": {
"show_everything": "Seall a h-uile càil",
@ -516,11 +516,11 @@
"dark": "Dorcha an-còmhnaidh"
},
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
"title": "Coltas",
"use_system": "Cleachd coltas an t-siostaim",
"really_dark": "Glè dhorcha",
"sorta_dark": "Caran dorcha",
"light": "Soilleir"
},
"notifications": {
"title": "Brathan",
@ -563,17 +563,17 @@
}
},
"report": {
"title_report": "Report",
"title_report": "Dèan gearan",
"title": "Dèan gearan mu %s",
"step1": "Ceum 1 à 2",
"step2": "Ceum 2 à 2",
"content1": "A bheil post sam bith eile ann a bu mhiann leat cur ris a ghearan?",
"content2": "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?",
"report_sent_title": "Thanks for reporting, well look into this.",
"report_sent_title": "Mòran taing airson a ghearain, bheir sinn sùil air.",
"send": "Cuir an gearan",
"skip_to_send": "Cuir gun bheachd ris",
"text_placeholder": "Sgrìobh no cuir ann beachdan a bharrachd",
"reported": "REPORTED"
"reported": "CHAIDH GEARAN A DHÈANAMH"
},
"preview": {
"keyboard": {

View File

@ -0,0 +1,390 @@
<?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 notification</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>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.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.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>

View File

@ -0,0 +1,596 @@
{
"common": {
"alerts": {
"common": {
"please_try_again": "Please try again.",
"please_try_again_later": "Please try again later."
},
"sign_up_failure": {
"title": "Sign Up Failure"
},
"server_error": {
"title": "Server Error"
},
"vote_failure": {
"title": "Vote Failure",
"poll_ended": "The poll has ended"
},
"discard_post_content": {
"title": "Discard Draft",
"message": "Confirm to discard composed post content."
},
"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": "Sign Out",
"message": "Are you sure you want to sign out?",
"confirm": "Sign Out"
},
"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": "Delete Post",
"message": "Are you sure you want to delete this post?"
},
"clean_cache": {
"title": "Clean Cache",
"message": "Successfully cleaned %s cache."
}
},
"controls": {
"actions": {
"back": "Back",
"next": "Next",
"previous": "Previous",
"open": "Open",
"add": "Add",
"remove": "Remove",
"edit": "Edit",
"save": "Save",
"ok": "OK",
"done": "Done",
"confirm": "Confirm",
"continue": "Continue",
"compose": "Compose",
"cancel": "Cancel",
"discard": "Discard",
"try_again": "Try Again",
"take_photo": "Take Photo",
"save_photo": "Save Photo",
"copy_photo": "Copy Photo",
"sign_in": "Sign In",
"sign_up": "Sign Up",
"see_more": "See More",
"preview": "Preview",
"share": "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"
},
"tabs": {
"home": "Home",
"search": "Search",
"notification": "Notification",
"profile": "Profile"
},
"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",
"media_content_warning": "Tap anywhere to reveal",
"poll": {
"vote": "Vote",
"closed": "Closed"
},
"actions": {
"reply": "Reply",
"reblog": "Reblog",
"unreblog": "Undo reblog",
"favorite": "Favorite",
"unfavorite": "Unfavorite",
"menu": "Menu",
"hide": "Hide"
},
"tag": {
"url": "URL",
"mention": "Mention",
"link": "Link",
"hashtag": "Hashtag",
"email": "Email",
"emoji": "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."
}
},
"friendship": {
"follow": "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",
"mute_user": "Mute %s",
"unmute": "Unmute",
"unmute_user": "Unmute %s",
"muted": "Muted",
"edit_info": "Edit Info"
},
"timeline": {
"filtered": "Filtered",
"timestamp": {
"now": "Now"
},
"loader": {
"load_missing_posts": "Load missing posts",
"loading_missing_posts": "Loading missing posts...",
"show_more_replies": "Show more replies"
},
"header": {
"no_status_found": "No Post Found",
"blocking_warning": "You cant view this user's profile\nuntil you unblock them.\nYour profile looks like this to them.",
"user_blocking_warning": "You cant view %ss profile\nuntil you unblock them.\nYour profile looks like this to them.",
"blocked_warning": "You cant view this users profile\nuntil they unblock you.",
"user_blocked_warning": "You cant view %ss profile\nuntil they unblock you.",
"suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended."
}
}
}
},
"scene": {
"welcome": {
"slogan": "Social networking\nback in your hands.",
"get_started": "Get Started",
"log_in": "Log In"
},
"server_picker": {
"title": "Mastodon is made of users in different communities.",
"subtitle": "Pick a community based on your interests, region, or a general purpose one.",
"subtitle_extend": "Pick a community based on your interests, region, or a general purpose one. Each community is operated by an entirely independent organization or individual.",
"button": {
"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": "See More"
},
"label": {
"language": "LANGUAGE",
"users": "USERS",
"category": "CATEGORY"
},
"input": {
"placeholder": "Search communities"
},
"empty_state": {
"finding_servers": "Finding available servers...",
"bad_network": "Something went wrong while loading the data. Check your internet connection.",
"no_results": "No results"
}
},
"register": {
"title": "Lets get you set up on %s",
"input": {
"avatar": {
"delete": "Delete"
},
"username": {
"placeholder": "username",
"duplicate_prompt": "This username is taken."
},
"display_name": {
"placeholder": "display name"
},
"email": {
"placeholder": "email"
},
"password": {
"placeholder": "password",
"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": "Username",
"email": "Email",
"password": "Password",
"agreement": "Agreement",
"locale": "Locale",
"reason": "Reason"
},
"reason": {
"blocked": "%s contains a disallowed email provider",
"unreachable": "%s does not seem to exist",
"taken": "%s is already in use",
"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 (cant 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, youre 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": "One last thing.",
"subtitle": "Tap the link we emailed to you to verify your account.",
"button": {
"open_email_app": "Open Email App",
"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 havent.",
"resend_email": "Resend Email"
},
"open_email_app": {
"title": "Check your inbox.",
"description": "We just sent you an email. Check your junk folder if you havent.",
"mail": "Mail",
"open_email_client": "Open Email Client"
}
},
"home_timeline": {
"title": "Home",
"navigation_bar_state": {
"offline": "Offline",
"new_posts": "See new posts",
"published": "Published!",
"Publishing": "Publishing post..."
}
},
"suggestion_account": {
"title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed."
},
"compose": {
"title": {
"new_post": "New Post",
"new_reply": "New Reply"
},
"media_selection": {
"camera": "Take Photo",
"photo_library": "Photo Library",
"browse": "Browse"
},
"content_input_placeholder": "Type or paste whats on your mind",
"compose_action": "Publish",
"replying_to_user": "replying to %s",
"attachment": {
"photo": "photo",
"video": "video",
"attachment_broken": "This %s is broken and cant be\nuploaded to Mastodon.",
"description_photo": "Describe the photo for the visually-impaired...",
"description_video": "Describe the video for the visually-impaired..."
},
"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"
},
"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"
},
"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"
}
},
"profile": {
"dashboard": {
"posts": "posts",
"following": "following",
"followers": "followers"
},
"fields": {
"add_row": "Add Row",
"placeholder": {
"label": "Label",
"content": "Content"
}
},
"segmented_control": {
"posts": "Posts",
"replies": "Replies",
"posts_and_replies": "Posts and Replies",
"media": "Media",
"about": "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"
}
}
},
"follower": {
"footer": "Followers from other servers are not displayed."
},
"following": {
"footer": "Follows from other servers are not displayed."
},
"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": {
"segment": {
"all": "All",
"people": "People",
"hashtags": "Hashtags",
"posts": "Posts"
},
"empty_state": {
"no_results": "No results"
},
"recent_search": "Recent searches",
"clear": "Clear"
}
},
"favorite": {
"title": "Your 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"
}
},
"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",
"true_black_dark_mode": "True black dark mode",
"disable_avatar_animation": "Disable animated avatars",
"disable_emoji_animation": "Disable animated emojis",
"using_default_browser": "Use default browser to open links"
},
"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 youd like to add to the report?",
"content2": "Is there anything the moderators should know about this report?",
"report_sent_title": "Thanks for reporting, well look into this.",
"send": "Send Report",
"skip_to_send": "Send without comment",
"text_placeholder": "Type or paste additional comments",
"reported": "REPORTED"
},
"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"
},
"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

@ -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"
}

View File

@ -46,7 +46,7 @@
},
"delete_post": {
"title": "この投稿を消去しますか?",
"message": "Are you sure you want to delete this post?"
"message": "本当に削除しますか?"
},
"clean_cache": {
"title": "キャッシュを消去",
@ -141,7 +141,7 @@
"favorite": "お気に入り",
"unfavorite": "お気に入り登録を取り消す",
"menu": "メニュー",
"hide": "Hide"
"hide": "非表示"
},
"tag": {
"url": "URL",
@ -152,10 +152,10 @@
"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."
"unlisted": "この投稿は誰でも見ることができますが、公開タイムラインには表示されません。",
"private": "この投稿はフォロワーに限り見ることができます。",
"private_from_me": "この投稿はフォロワーに限り見ることができます。",
"direct": "この投稿はメンションされたユーザーに限り見ることができます。"
}
},
"friendship": {
@ -202,12 +202,12 @@
"welcome": {
"slogan": "ソーシャルネットワーキングを、あなたの手の中に.",
"get_started": "Get Started",
"log_in": "Log In"
"log_in": "ログイン"
},
"server_picker": {
"title": "サーバーを選択",
"subtitle": "Pick a community based on your interests, region, or a general purpose one.",
"subtitle_extend": "Pick a community based on your interests, region, or a general purpose one. Each community is operated by an entirely independent organization or individual.",
"subtitle": "あなたの興味分野・地域に合ったコミュニティや、汎用のものを選択してください。",
"subtitle_extend": "あなたの興味分野・地域に合ったコミュニティや、汎用のものを選択してください。各コミュニティはそれぞれ完全に独立した組織や個人によって運営されています。",
"button": {
"category": {
"all": "すべて",

View File

@ -13,15 +13,15 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 n ulɣu ur nettwaɣra</string>
<string>1 wulɣu ur nettwaɣra</string>
<key>other</key>
<string>%ld ilɣa ur nettwaɣra</string>
<string>%ld yilɣa ur nettwaɣra</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_exceeds</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string>
<string>Talast n unekcum tɛedda %#@character_count@</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -29,15 +29,15 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 character</string>
<string>1 usekkil</string>
<key>other</key>
<string>%ld iskillen</string>
<string>%ld yisekkilen</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_remains</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Input limit remains %#@character_count@</string>
<string>Talast n unekcum yeqqim-d seg-s %#@character_count@</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -45,9 +45,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 character</string>
<string>1 usekkil</string>
<key>other</key>
<string>%ld iskillen</string>
<string>%ld yisekkilen</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key>
@ -61,7 +61,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>tasuffeγt</string>
<string>tasuffeɣt</string>
<key>other</key>
<string>tisuffaɣ</string>
</dict>
@ -77,7 +77,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 post</string>
<string>1 tsuffeɣt</string>
<key>other</key>
<string>%ld n tsuffaɣ</string>
</dict>
@ -93,9 +93,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 favorite</string>
<string>1unurif</string>
<key>other</key>
<string>%ld favorites</string>
<string>%ld yinurifen</string>
</dict>
</dict>
<key>plural.count.reblog</key>
@ -109,9 +109,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 reblog</string>
<string>1uɛiwed n usuffeɣ</string>
<key>other</key>
<string>%ld reblogs</string>
<string>%ld n uɛiwed n usuffeɣ</string>
</dict>
</dict>
<key>plural.count.vote</key>
@ -125,9 +125,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 vote</string>
<string>1 tefrant</string>
<key>other</key>
<string>%ld votes</string>
<string>%ld tefranin</string>
</dict>
</dict>
<key>plural.count.voter</key>
@ -141,9 +141,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 voter</string>
<string>1umefran</string>
<key>other</key>
<string>%ld voters</string>
<string>%ld imefranen</string>
</dict>
</dict>
<key>plural.people_talking</key>
@ -157,9 +157,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 people talking</string>
<string>1 umdan i yettmeslayen</string>
<key>other</key>
<string>%ld people talking</string>
<string>%ld yimdanen i yettmeslayen</string>
</dict>
</dict>
<key>plural.count.following</key>
@ -173,9 +173,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 following</string>
<string>1 uneḍfar</string>
<key>other</key>
<string>%ld following</string>
<string>%ld yineḍfaren</string>
</dict>
</dict>
<key>plural.count.follower</key>
@ -189,9 +189,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 follower</string>
<string>1 uneḍfar</string>
<key>other</key>
<string>%ld followers</string>
<string>%ld yineḍfaren</string>
</dict>
</dict>
<key>date.year.left</key>
@ -205,9 +205,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 year left</string>
<string>Yeqqim-d 1 useggas</string>
<key>other</key>
<string>%ld years left</string>
<string>Qqimen-d %ld yiseggasen</string>
</dict>
</dict>
<key>date.month.left</key>
@ -221,9 +221,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 months left</string>
<string>1 wayyur i d-yeqqimen</string>
<key>other</key>
<string>%ld months left</string>
<string>%ld wayyuren i d-yeqqimen</string>
</dict>
</dict>
<key>date.day.left</key>
@ -237,9 +237,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 day left</string>
<string>Yeqqim-d 1 wass</string>
<key>other</key>
<string>%ld days left</string>
<string>Qqimen-d %ld wussan</string>
</dict>
</dict>
<key>date.hour.left</key>
@ -253,9 +253,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 hour left</string>
<string>Yeqqim-d 1 usrag</string>
<key>other</key>
<string>%ld hours left</string>
<string>Qqimen-d %ld yisragen</string>
</dict>
</dict>
<key>date.minute.left</key>
@ -269,9 +269,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 minute left</string>
<string>1 tesdat i d-yeqqimen</string>
<key>other</key>
<string>%ld minutes left</string>
<string>%ld tesdatin i d-yeqqimen</string>
</dict>
</dict>
<key>date.second.left</key>
@ -285,9 +285,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 second left</string>
<string>1 tasint i d-yeqqimen</string>
<key>other</key>
<string>%ld seconds left</string>
<string>%ld tsinin i d-yeqqimen</string>
</dict>
</dict>
<key>date.year.ago.abbr</key>
@ -301,9 +301,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1y ago</string>
<string>1 useggas aya</string>
<key>other</key>
<string>%ldy ago</string>
<string>%ld yiseggasen aya</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
@ -317,9 +317,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1M ago</string>
<string>1 wayyur aya</string>
<key>other</key>
<string>%ldM ago</string>
<string>%ld wayyuren aya</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
@ -333,9 +333,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1d ago</string>
<string>1 wass aya</string>
<key>other</key>
<string>%ldd ago</string>
<string>%ld wussan aya</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
@ -349,9 +349,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1h ago</string>
<string>1 usrag aya</string>
<key>other</key>
<string>%ldh ago</string>
<string>%ld yisragen aya</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
@ -365,9 +365,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1m ago</string>
<string>1 tesdat aya</string>
<key>other</key>
<string>%ldm ago</string>
<string>%ld tesdatin aya</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
@ -381,9 +381,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1s ago</string>
<string>1 tasint aya</string>
<key>other</key>
<string>%lds ago</string>
<string>%ld tsinin aya</string>
</dict>
</dict>
</dict>

View File

@ -6,30 +6,30 @@
"please_try_again_later": "Ttxil εreḍ tikelt-nniḍen ticki."
},
"sign_up_failure": {
"title": "Sign Up Failure"
"title": "Tuccḍa deg unekcum"
},
"server_error": {
"title": "Tuccḍa n uqeddac"
},
"vote_failure": {
"title": "Vote Failure",
"title": "Tuccḍa deg ufran",
"poll_ended": "Tafrant tfuk"
},
"discard_post_content": {
"title": "Kkes arewway",
"message": "Confirm to discard composed post content."
"message": "Sentem i wakken ad yettusefsax ugbur n tsuffeɣt."
},
"publish_post_failure": {
"title": "Publish Failure",
"message": "Failed to publish the post.\nPlease check your internet connection.",
"title": "Yecceḍ usuffeɣ",
"message": "Yecceḍ usuffeɣ n tsuffeɣt.\nMa ulac aɣilif, senqed tuqqna-inek internet.",
"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."
"video_attach_with_photo": "Ur tezmireḍ ara ad tsedduḍ tavidyut deg tsuffeɣt ideg llant yakan tugniwin.",
"more_than_one_video": "Ur tezmireḍ ara ad ugar n tvidyut."
}
},
"edit_profile_failure": {
"title": "Edit Profile Error",
"message": "Cannot edit profile. Please try again."
"title": "Ẓreg tuccḍa n umaɣnu",
"message": "Yegguma ad yettwaẓreg umaɣnu. Ɛreḍ tikkelt-nniḍen."
},
"sign_out": {
"title": "Ffeɣ",
@ -37,20 +37,20 @@
"confirm": "Ffeɣ"
},
"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.",
"title": "D tidet, d tidet tebɣiḍ ad tesweḥleḍ %s akken ma yella? Deg tuget, kra n yisewḥal d ugdal ad yili d ayen iwulmen, yettwafernen. Ur tettwaliḍ ara agbur seg taɣult-nni neɣ kra seg yineḍfaren-ik i tt-yesseqdacen.",
"block_entire_domain": "Sewḥel taɣult"
},
"save_photo_failure": {
"title": "Save Photo Failure",
"message": "Please enable the photo library access permission to save the photo."
"title": "Tuccḍa deg usekles n tewlaft",
"message": "Ma ulac aɣilif, rmed tasiregt n unekcum ɣer temkarḍit n tewlafin i usekles n tewlaft."
},
"delete_post": {
"title": "Tebɣiḍ s tidet ad tekkseḍ tasuffeɣt-agi?",
"message": "Are you sure you want to delete this post?"
"message": "Tebɣiḍ s tidet ad tekkseḍ tasuffeɣt-agi?"
},
"clean_cache": {
"title": "Sfeḍ tuffirt",
"message": "Successfully cleaned %s cache."
"message": "Yettwasfeḍ %s n tkatut tuffirt akken iwata."
}
},
"controls": {
@ -84,7 +84,7 @@
"open_in_safari": "Ldi deg Safari",
"open_in_browser": "Ldi deg yiminig",
"find_people": "Af imdanen ara tḍefreḍ",
"manually_search": "Manually search instead",
"manually_search": "Anadi s ufus deg wadeg-is",
"skip": "Zgel",
"reply": "Err",
"report_user": "Cetki ɣef %s",
@ -110,26 +110,26 @@
"previous_status": "Amagrad uzwir",
"next_status": "Amagrad uḍfir",
"open_status": "Ldi tasuffeɣt",
"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"
"open_author_profile": "Ldi amaɣnu n umeskar",
"open_reblogger_profile": "Ldi amaɣnu n win i yulsen asuffeɣ",
"reply_status": "Err ɣef tsuffeɣt",
"toggle_reblog": "Abeddel n unallas n tsuffeɣt",
"toggle_favorite": "Abeddel n usmenyaf i tsuffeɣt",
"toggle_content_warning": "Beddel alɣu n ugbur",
"preview_image": "Asenqed n tugna"
},
"segmented_control": {
"previous_section": "Previous Section",
"previous_section": "Tafrant tuzwirt",
"next_section": "Tigezmi tuḍfirt"
}
},
"status": {
"user_reblogged": "%s reblogged",
"user_replied_to": "Replied to %s",
"user_reblogged": "Tettwasuffeɣ-d %s i tikkelt-nniḍen",
"user_replied_to": "Yerra ɣef %s",
"show_post": "Sken-d tasuffeɣt",
"show_user_profile": "Show user profile",
"content_warning": "Content Warning",
"media_content_warning": "Tap anywhere to reveal",
"show_user_profile": "Ssken-d amaɣnu n useqdac",
"content_warning": "Alɣu n ugbur",
"media_content_warning": "Sit anida tebɣiḍ i wakken ad twaliḍ",
"poll": {
"vote": "Dɣeṛ",
"closed": "Ifukk"
@ -137,9 +137,9 @@
"actions": {
"reply": "Err",
"reblog": "Aɛiwed n usuffeɣ",
"unreblog": "Undo reblog",
"unreblog": "Sefsex allus n usuffeɣ",
"favorite": "Anurif",
"unfavorite": "Unfavorite",
"unfavorite": "Kkes seg yismenyifen",
"menu": "Umuɣ",
"hide": "Ffer"
},
@ -152,10 +152,10 @@
"emoji": "Emuji"
},
"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."
"unlisted": "Yal wa yezmer ad iwali tsuffeɣt-a maca ur d-tettwaskaneḍ ara deg yizirig n wakud azayaz.",
"private": "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a.",
"private_from_me": "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a.",
"direct": "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a."
}
},
"friendship": {
@ -182,68 +182,68 @@
"now": "Tura"
},
"loader": {
"load_missing_posts": "Load missing posts",
"loading_missing_posts": "Loading missing posts...",
"show_more_replies": "Show more replies"
"load_missing_posts": "Sali tisuffaɣ i iruḥen",
"loading_missing_posts": "Asali n tsuffaɣ i iruḥen...",
"show_more_replies": "Ssken-d ugar n tririyin"
},
"header": {
"no_status_found": "No Post Found",
"blocking_warning": "You cant view this user's profile\nuntil you unblock them.\nYour profile looks like this to them.",
"user_blocking_warning": "You cant view %ss profile\nuntil you unblock them.\nYour profile looks like this to them.",
"blocked_warning": "You cant view this users profile\nuntil they unblock you.",
"user_blocked_warning": "You cant view %ss profile\nuntil they unblock you.",
"suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended."
"no_status_found": "Ulac tasuffeɣt yettwafen",
"blocking_warning": "Ur tezmireḍ ara ad twaliḍ amaɣnu n useqdac-a\nalamma tekkseḍ-as asewḥel.\nAkka i as-d-yettban umaɣnu-inek.",
"user_blocking_warning": "Ur tezmireḍ ara ad twaliḍ amaɣnu n %s\nalamma tekkseḍ-as asewḥel.\nAkka i as-d-yettban umaɣnu-inek.",
"blocked_warning": "Ur tezmireḍ ara ad twaliḍ amaɣnu n useqdac-a\nAkka i as-d-yettban umaɣnu-inek.",
"user_blocked_warning": "Ur tezmireḍ ara ad twaliḍ amaɣnu n %s\nAkka i as-d-yettban umaɣnu-inek.",
"suspended_warning": "Yettwaseḥbes useqdac-a.",
"user_suspended_warning": "Yettwaseḥbes umiḍan n %s."
}
}
}
},
"scene": {
"welcome": {
"slogan": "Social networking\nback in your hands.",
"slogan": "Izeḍwa inmettiyen\nuɣalen-d ɣer ufus-ik.",
"get_started": "Aha bdu tura",
"log_in": "Qqen"
},
"server_picker": {
"title": "Mastodon is made of users in different communities.",
"subtitle": "Pick a community based on your interests, region, or a general purpose one.",
"subtitle_extend": "Pick a community based on your interests, region, or a general purpose one. Each community is operated by an entirely independent organization or individual.",
"title": "Mastodon yettwaxdem i yiseqdacen deg waṭas n temɣiwnin.",
"subtitle": "Fren tamɣiwent almend n wayen tḥemmleḍ, n tmurt-ik neɣ n yiswi-inek amatu.",
"subtitle_extend": "Fren tamɣiwent almend n wayen tḥemmleḍ, n tmurt-ik neɣ n yiswi-inek amatu. Yal tamɣiwent tsedday-itt tkebbanit neɣ amdan ilelliyen.",
"button": {
"category": {
"all": "Akk",
"all_accessiblity_description": "Category: All",
"academia": "academia",
"activism": "activism",
"all_accessiblity_description": "Taggayt: Akk",
"academia": "akadimi",
"activism": "tinuɣmest",
"food": "učči",
"furry": "furry",
"games": "uraren",
"general": "amatu",
"journalism": "journalism",
"journalism": "taɣamsa",
"lgbt": "lgbt",
"regional": "regional",
"regional": "amnaḍan",
"art": "taẓuri",
"music": "aẓawan",
"tech": "tech"
"tech": "atiknikan"
},
"see_less": "See Less",
"see_less": "Sken cwiṭ",
"see_more": "Wali ugar"
},
"label": {
"language": "TUTLAYT",
"users": "ISEQDACEN",
"category": "CATEGORY"
"category": "TAGGAYT"
},
"input": {
"placeholder": "Search communities"
"placeholder": "Nadi timɣiwnin"
},
"empty_state": {
"finding_servers": "Finding available servers...",
"bad_network": "Something went wrong while loading the data. Check your internet connection.",
"finding_servers": "Tifin n yiqeddacen yellan...",
"bad_network": "Tella-d tuccḍa lawan n usali n yisefka. Senqed tuqqna-ink internet.",
"no_results": "Ulac igemmaḍ"
}
},
"register": {
"title": "Lets get you set up on %s",
"title": "Aha ad nebdu asbadu ɣef %s",
"input": {
"avatar": {
"delete": "Kkes"
@ -260,16 +260,16 @@
},
"password": {
"placeholder": "awal uffir",
"require": "Your password needs at least:",
"require": "Awal-ik uffir yesra ma drus:",
"character_limit": "8 n yisekkilen",
"accessibility": {
"checked": "checked",
"unchecked": "unchecked"
"checked": "yettwasenqed",
"unchecked": "ur yettwasenqed ara"
},
"hint": "Your password needs at least eight characters"
"hint": "Awal-ik uffir yesra ma drus ṭam n yisekkilen"
},
"invite": {
"registration_user_invite_request": "Why do you want to join?"
"registration_user_invite_request": "Acimi tebγiḍ ad ternuḍ iman-ik?"
}
},
"error": {
@ -277,34 +277,34 @@
"username": "Isem n useqdac",
"email": "Imayl",
"password": "Awal uffir",
"agreement": "Agreement",
"agreement": "Amtawa",
"locale": "Tadigant",
"reason": "Taɣẓint"
},
"reason": {
"blocked": "%s contains a disallowed email provider",
"unreachable": "%s does not seem to exist",
"taken": "%s is already in use",
"reserved": "%s is a reserved keyword",
"accepted": "%s must be accepted",
"blocked": "%s deg-s asaǧǧăw n yimayl ur nettusireg ara",
"unreachable": "%s ur yettban ara yella",
"taken": "%s yettwaseqdec yakan",
"reserved": "%s d awal uffir yettwaḥarren",
"accepted": "%s ilaq ad yettwaqbal",
"blank": "isra %s",
"invalid": "%s is invalid",
"too_long": "%s is too long",
"too_short": "%s is too short",
"inclusion": "%s is not a supported value"
"invalid": "%s d arameɣtu",
"too_long": "%s ɣezzif aṭas",
"too_short": "%s wezzil aṭas",
"inclusion": "%s mačči d azal yettusefraken"
},
"special": {
"username_invalid": "Username must only contain alphanumeric characters and underscores",
"username_too_long": "Username is too long (cant 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)"
"username_invalid": "Isem n useqdac ilaq ad yesɛu kan isekkilen igmumḍinen d wid yettujerrden",
"username_too_long": "Isem n useqdac ɣezzif aṭas (ur ilaq ara ad iɛeddi nnig 30 yisekkilen)",
"email_invalid": "Tagi mačči d tansa n yimayl tameɣtut",
"password_too_short": "Awal uffir wezzil aṭas (ilaq ad yesɛu ma drus 8 yisekkilen)"
}
}
},
"server_rules": {
"title": "Some ground rules.",
"subtitle": "These are set and enforced by the %s moderators.",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.",
"title": "Kra n yilugan igejdanen.",
"subtitle": "Ilugan-a ttusbadun sɣur inedbalen n %s.",
"prompt": "Mi ara tkemmleḍ, ilaq ad tqebleḍ tiwtilin n yimeẓla d tsertit tabaḍnit n %s.",
"terms_of_service": "tiwetlin n useqdec",
"privacy_policy": "tasertit tabaḍnit",
"button": {
@ -312,22 +312,22 @@
}
},
"confirm_email": {
"title": "One last thing.",
"subtitle": "Tap the link we emailed to you to verify your account.",
"title": "Taɣawsa taneggarut.",
"subtitle": "Sit ɣef useɣwen i ak-n-uznen i wakken ad tesneqdeḍ amiḍan-ik.",
"button": {
"open_email_app": "Open Email App",
"open_email_app": "Ldi asnas n yimayl",
"resend": "Ales tuzna"
},
"dont_receive_email": {
"title": "Senqed imayl-ik·im",
"description": "Check if your email address is correct as well as your junk folder if you havent.",
"description": "Senqed ma yella tansa-inek n imayl d tameɣut akked uspam ma yella ur t-tufiḍ ara.",
"resend_email": "Ales tuzna n yimayl"
},
"open_email_app": {
"title": "Check your inbox.",
"description": "We just sent you an email. Check your junk folder if you havent.",
"title": "Sefqed Tanaka-inek.",
"description": "Akken kan i ak-n-nuzen imayl. Sefqed aspam ma yella ur t-tufiḍ ara.",
"mail": "Imayl",
"open_email_client": "Open Email Client"
"open_email_client": "Ldi amsaɣ n yimayl"
}
},
"home_timeline": {
@ -335,33 +335,33 @@
"navigation_bar_state": {
"offline": "Beṛṛa n tuqqna",
"new_posts": "Tissufaɣ timaynutin",
"published": "Published!",
"Publishing": "Publishing post..."
"published": "Yettwasuffeɣ!",
"Publishing": "Asuffeɣ tasuffeɣt..."
}
},
"suggestion_account": {
"title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed."
"title": "Af imdanen ara tḍefreḍ",
"follow_explain": "Mi ara teṭṭafareḍ albaɛḍ, ad twaliḍ tisuffaɣ-is deg usuddem-inek agejdan."
},
"compose": {
"title": {
"new_post": "Tasuffeɣt tamaynut",
"new_reply": "New Reply"
"new_reply": "Tiririt tamaynut"
},
"media_selection": {
"camera": "Ṭṭef tawlaft",
"photo_library": "Tanedlist n tewlaft",
"browse": "Snirem"
},
"content_input_placeholder": "Type or paste whats on your mind",
"content_input_placeholder": "Aru neɣ senteḍ ayen yellan deg wallaɣ-ik",
"compose_action": "Sufeɣ",
"replying_to_user": "replying to %s",
"replying_to_user": "tiririt ɣef %s",
"attachment": {
"photo": "tawlaft",
"video": "tavidyutt",
"attachment_broken": "This %s is broken and cant be\nuploaded to Mastodon.",
"description_photo": "Describe the photo for the visually-impaired...",
"description_video": "Describe the video for the visually-impaired..."
"attachment_broken": "%s-a yerreẓ, ur yezmir ara\nAd d-yettwasali ɣef Mastodon.",
"description_photo": "Glem-d tawlaft i wid yesɛan ugur deg yiẓri...",
"description_video": "Glem-d tavidyut i wid yesɛan ugur deg yiẓri..."
},
"poll": {
"duration_time": "Tangazt: %s",
@ -371,10 +371,10 @@
"one_day": "1 n wass",
"three_days": "3 n wussan",
"seven_days": "7 n wussan",
"option_number": "Option %ld"
"option_number": "Taxtiṛt %ld"
},
"content_warning": {
"placeholder": "Write an accurate warning here..."
"placeholder": "Aru alɣu-inek s telqeyt da..."
},
"visibility": {
"public": "Azayez",
@ -383,24 +383,24 @@
"direct": "Imdanen i d-bedreɣ kan"
},
"auto_complete": {
"space_to_add": "Space to add"
"space_to_add": "Tallunt ara yettwarnun"
},
"accessibility": {
"append_attachment": "Rnu taceqquft yeddan",
"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"
"append_poll": "Rnu asenqed",
"remove_poll": "Kkes asenqed",
"custom_emoji_picker": "Amefran n yimujiten udmawanen",
"enable_content_warning": "Rmed alɣu n ugbur",
"disable_content_warning": "Sens alɣu n ugbur",
"post_visibility_menu": "Umuɣ n ubani n tsuffeɣt"
},
"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"
"discard_post": "Sefsex tasuffeɣt",
"publish_post": "Suffeɣ tasuffeɣt",
"toggle_poll": "Beddel asenqed",
"toggle_content_warning": "Beddel alɣu n ugbur",
"append_attachment_entry": "Rnu taceqquft yeddan - %s",
"select_visibility_entry": "Fren timeẓriwt - %s"
}
},
"profile": {
@ -419,51 +419,51 @@
"segmented_control": {
"posts": "Imagraden",
"replies": "Tiririyin",
"posts_and_replies": "Posts and Replies",
"posts_and_replies": "Tisuffaɣ d tririyin",
"media": "Amidya",
"about": "Ɣef"
},
"relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
"title": "Sgugem amiḍan",
"message": "Sentem asgugem i %s"
},
"confirm_unmute_user": {
"title": "Unmute Account",
"message": "Confirm to unmute %s"
"title": "Kkes asgugem i umiḍan",
"message": "Sentem tukksa n usgugem i %s"
},
"confirm_block_user": {
"title": "Block Account",
"message": "Confirm to block %s"
"title": "Sewḥel amiḍan",
"message": "Sentem asewḥel n %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
"title": "Kkes asewḥel i umiḍan",
"message": "Sentem tukksa n usgugem i %s"
}
}
},
"follower": {
"footer": "Followers from other servers are not displayed."
"footer": "Ineḍfaren seg yiqeddacen-nniḍen ur d-ttwaskanen ara."
},
"following": {
"footer": "Follows from other servers are not displayed."
"footer": "Ineḍfaren seg yiqeddacen-nniḍen ur d-ttwaskanen ara."
},
"search": {
"title": "Nadi",
"search_bar": {
"placeholder": "Search hashtags and users",
"placeholder": "Nadi hashtags d yiseqdacen",
"cancel": "Sefsex"
},
"recommend": {
"button_text": "See All",
"button_text": "Wali akk",
"hash_tag": {
"title": "Trending on Mastodon",
"description": "Hashtags that are getting quite a bit of attention",
"people_talking": "%s people are talking"
"title": "Ayen mucaɛen ɣef Mastodon",
"description": "Hashtags i d-ijebbden aṭas lwelha",
"people_talking": "%s yimdanen i yettmeslayen"
},
"accounts": {
"title": "Accounts you might like",
"description": "You may like to follow these accounts",
"title": "Imiḍanen i tzemreḍ ad tḥemmleḍ",
"description": "Ahat tebɣiḍ ad tḍefreḍ imiḍanen-a",
"follow": "Ḍfeṛ"
}
},
@ -477,7 +477,7 @@
"empty_state": {
"no_results": "Ulac igemmaḍ"
},
"recent_search": "Recent searches",
"recent_search": "Inadiyen imaynuten",
"clear": "Sfeḍ"
}
},
@ -490,21 +490,21 @@
"Mentions": "Abdar"
},
"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": "iṭṭafar-ik·ikem",
"favorited_your_post": "yesmenyef tasuffeɣt-ik·im",
"reblogged_your_post": "iɛawed-as asuffeɣ i tsuffeɣt-ik·im",
"mentioned_you": "yebder-ik·ikem-id",
"request_to_follow_you": "issuter aḍfar-inek",
"poll_has_ended": "asenqed iffuk"
},
"keyobard": {
"show_everything": "Sken yal taɣawsa",
"show_mentions": "Show Mentions"
"show_mentions": "Sken tisedmirin"
}
},
"thread": {
"back_title": "Amagrad",
"title": "Post from %s"
"title": "Tasuffeɣt sɣur %s"
},
"settings": {
"title": "Iɣewwaṛen",
@ -512,46 +512,46 @@
"appearance": {
"title": "Apparence",
"automatic": "Awurman",
"light": "Always Light",
"dark": "Always Dark"
"light": "Yezga d aceεlal",
"dark": "Yezga d aberkan"
},
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"title": "Wali, tḥalfuḍ",
"use_system": "Seqdec anagraw",
"really_dark": "D aberkan s tidet",
"sorta_dark": "D aberkan cwiya",
"light": "Aceɛlal"
},
"notifications": {
"title": "Tilɣa",
"favorites": "Favorites my post",
"follows": "Follows me",
"boosts": "Reblogs my post",
"mentions": "Mentions me",
"favorites": "Yerna tasuffeɣt-iw ɣer yismenyafen-ines",
"follows": "Yeṭṭafar-iyi",
"boosts": "Yules asuffeɣ n tduffeɣt-iw",
"mentions": "Ibder-iyi-d",
"trigger": {
"anyone": "yal yiwen",
"follower": "a follower",
"follow": "anyone I follow",
"follower": "ameḍfar",
"follow": "yal win ara ḍefreɣ",
"noone": "ula yiwen",
"title": "Notify me when"
"title": "Selɣu-yi-d mi ara"
}
},
"preference": {
"title": "Imenyafen",
"true_black_dark_mode": "True black dark mode",
"disable_avatar_animation": "Disable animated avatars",
"disable_emoji_animation": "Disable animated emojis",
"using_default_browser": "Use default browser to open links"
"true_black_dark_mode": "Askar aberkan n tidet",
"disable_avatar_animation": "Sens ivaṭaren yettembiwilen",
"disable_emoji_animation": "Sens imujiten yettembiwilen",
"using_default_browser": "Seqdec iminig amezwer i twaledyawt n yiseɣwan"
},
"boring_zone": {
"title": "The Boring Zone",
"title": "Tamnaḍt yessefcalen",
"account_settings": "Iɣewwaṛen n umiḍan",
"terms": "Tiwtilin n useqdec",
"privacy": "Tasertit tabaḍnit"
},
"spicy_zone": {
"title": "The Spicy Zone",
"clear": "Clear Media Cache",
"title": "Tamnaḍt tamihawt",
"clear": "Sfeḍ takatut tuffirt n umidyat",
"signout": "Senser"
}
},
@ -567,30 +567,30 @@
"title": "Aneqqis %s",
"step1": "Aḥric 1 seg 2",
"step2": "Aḥric 2 seg 2",
"content1": "Are there any other posts youd like to add to the report?",
"content2": "Is there anything the moderators should know about this report?",
"report_sent_title": "Thanks for reporting, well look into this.",
"content1": "Tebɣiḍ ad ternuḍ tisuffaɣ-nniḍen ɣer uneqqis?",
"content2": "Yella wayen i ilaqen ad teẓren yimḍebbren ɣef uneqqis-a?",
"report_sent_title": "Tanemmirt ɣef uneqqis, ad nwali deg waya.",
"send": "Azen aneqis",
"skip_to_send": "Send without comment",
"text_placeholder": "Type or paste additional comments",
"reported": "REPORTED"
"skip_to_send": "Azen s war awennit",
"text_placeholder": "Aru neɣ senteḍ iwenniten-nniḍen",
"reported": "YETTWAMMEL"
},
"preview": {
"keyboard": {
"close_preview": "Mdel timeẓri",
"show_next": "Show Next",
"show_previous": "Show Previous"
"show_next": "Sken uḍfir",
"show_previous": "Sken udfir"
}
},
"account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher",
"tab_bar_hint": "Amaɣnu amiran yettwafernen: %s. Sit berdayen syen teǧǧeḍ aḍad-ik·im i uskan abeddel n umiḍan",
"dismiss_account_switcher": "Sefsex abeddel n umiḍan",
"add_account": "Rnu amiḍan"
},
"wizard": {
"new_in_mastodon": "Amaynut deg Maṣṭudun",
"multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
"accessibility_hint": "Double tap to dismiss this wizard"
"multiple_account_switch_intro_description": "Beddel gar waṭas n yimiḍanen s tussda ɣezzifen ɣef tqeffalt n umaɣnu.",
"accessibility_hint": "Sin isitiyen i usefsex n umarag-a"
}
}
}

View File

@ -1,6 +1,6 @@
{
"NSCameraUsageDescription": "Used to take photo for post status",
"NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library",
"NSCameraUsageDescription": "Yettwaseqdac i tuṭṭfa n tewlafin deg usuffeɣ n waddaden",
"NSPhotoLibraryAddUsageDescription": "Yettwaseqdac i usekles n tewlafin deg temkarḍit n tewlafin",
"NewPostShortcutItemTitle": "Tasuffeɣt tamaynut",
"SearchShortcutItemTitle": "Nadi"
}

View File

@ -45,7 +45,7 @@
"message": "โปรดเปิดใช้งานสิทธิอนุญาตการเข้าถึงคลังรูปภาพเพื่อบันทึกรูปภาพ"
},
"delete_post": {
"title": "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้?",
"title": "ลบโพสต์",
"message": "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้?"
},
"clean_cache": {
@ -188,10 +188,10 @@
},
"header": {
"no_status_found": "ไม่พบโพสต์",
"blocking_warning": "คุณไม่สามารถดูโปรไฟล์ของผู้ใช้นี้\nจนกว่าคุณจะเลิกปิดกั้นผู้ใช้นี้\nผู้ใช้นี้เห็นโปรไฟล์ของคุณเหมือนกับที่คุณเห็น",
"user_blocking_warning": "คุณไม่สามารถดูโปรไฟล์ของ %s\nจนกว่าคุณจะเลิกปิดกั้นผู้ใช้นี้\nผู้ใช้นี้เห็นโปรไฟล์ของคุณเหมือนกับที่คุณเห็น",
"blocked_warning": "คุณไม่สามารถดูโปรไฟล์ของผู้ใช้นี้\nจนกว่าผู้ใช้นี้จะเลิกปิดกั้นคุณ",
"user_blocked_warning": "คุณไม่สามารถดูโปรไฟล์ของ %s\nจนกว่าผู้ใช้นี้จะเลิกปิดกั้นคุณ",
"blocking_warning": "คุณไม่สามารถดูโปรไฟล์ของผู้ใช้นี้\nจนกว่าคุณจะเลิกปิดกั้นเขา\nโปรไฟล์ของคุณมีลักษณะเช่นนี้สำหรับเขา",
"user_blocking_warning": "คุณไม่สามารถดูโปรไฟล์ของ %s\nจนกว่าคุณจะเลิกปิดกั้นเขา\nโปรไฟล์ของคุณมีลักษณะเช่นนี้สำหรับเขา",
"blocked_warning": "คุณไม่สามารถดูโปรไฟล์ของผู้ใช้นี้\nจนกว่าเขาจะเลิกปิดกั้นคุณ",
"user_blocked_warning": "คุณไม่สามารถดูโปรไฟล์ของ %s\nจนกว่าเขาจะเลิกปิดกั้นคุณ",
"suspended_warning": "ผู้ใช้นี้ถูกระงับการใช้งาน",
"user_suspended_warning": "บัญชีของ %s ถูกระงับการใช้งาน"
}
@ -205,7 +205,7 @@
"log_in": "เข้าสู่ระบบ"
},
"server_picker": {
"title": "เลือกเซิร์ฟเวอร์\nอันไหนก็ได้",
"title": "Mastodon ประกอบด้วยผู้ใช้ในชุมชนต่าง ๆ",
"subtitle": "เลือกชุมชนตามความสนใจ, ภูมิภาค หรือวัตถุประสงค์ทั่วไปของคุณ",
"subtitle_extend": "เลือกชุมชนตามความสนใจ, ภูมิภาค หรือวัตถุประสงค์ทั่วไปของคุณ แต่ละชุมชนดำเนินการโดยองค์กรหรือบุคคลที่เป็นอิสระโดยสิ้นเชิง",
"button": {
@ -234,7 +234,7 @@
"category": "หมวดหมู่"
},
"input": {
"placeholder": "ค้นหาเซิร์ฟเวอร์หรือเข้าร่วมของคุณเอง..."
"placeholder": "ค้นหาชุมชน"
},
"empty_state": {
"finding_servers": "กำลังค้นหาเซิร์ฟเวอร์ที่พร้อมใช้งาน...",
@ -243,7 +243,7 @@
}
},
"register": {
"title": "บอกเราเกี่ยวกับคุณ",
"title": "มาตั้งค่าของคุณใน %s กันเลย",
"input": {
"avatar": {
"delete": "ลบ"
@ -303,7 +303,7 @@
},
"server_rules": {
"title": "กฎพื้นฐานบางประการ",
"subtitle": "กฎเหล่านี้ถูกตั้งโดยผู้ดูแลของ %s",
"subtitle": "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %s",
"prompt": "เมื่อคุณดำเนินการต่อ คุณอยู่ภายใต้เงื่อนไขการให้บริการและนโยบายความเป็นส่วนตัวสำหรับ %s",
"terms_of_service": "เงื่อนไขการให้บริการ",
"privacy_policy": "นโยบายความเป็นส่วนตัว",
@ -313,7 +313,7 @@
},
"confirm_email": {
"title": "หนึ่งสิ่งสุดท้าย",
"subtitle": "เราเพิ่งส่งอีเมลไปยัง %s\nแตะที่ลิงก์เพื่อยืนยันบัญชีของคุณ",
"subtitle": "แตะลิงก์ที่เราส่งอีเมลถึงคุณเพื่อยืนยันบัญชีของคุณ",
"button": {
"open_email_app": "เปิดแอปอีเมล",
"resend": "ส่งใหม่"