Merge branch 'l10n_develop' into release/1.0.5

This commit is contained in:
CMK 2021-08-09 19:06:30 +08:00
commit 6102fa01a2
50 changed files with 5702 additions and 1112 deletions

View File

@ -1,4 +1,4 @@
"16wxgf" = "Publicar a Mastodon"; "16wxgf" = "Publica a Mastodon";
"751xkl" = "Contingut del Text"; "751xkl" = "Contingut del Text";
@ -14,7 +14,7 @@
"RxSqsb" = "Publicació"; "RxSqsb" = "Publicació";
"WCIR3D" = "Publicar ${content} a Mastodon"; "WCIR3D" = "Publica ${content} a Mastodon";
"ZKJSNu" = "Publicació"; "ZKJSNu" = "Publicació";

View File

@ -1,28 +1,28 @@
"16wxgf" = "Post on Mastodon"; "16wxgf" = "Post on Mastodon";
"751xkl" = "Textinhalt"; "751xkl" = "Text Content";
"CsR7G2" = "Beitrag"; "CsR7G2" = "Post";
"HZSGTr" = "What content to post?"; "HZSGTr" = "What content to post?";
"HdGikU" = "Senden fehlgeschlagen"; "HdGikU" = "Posting failed";
"KDNTJ4" = "Fehlerursache"; "KDNTJ4" = "Failure Reason";
"RHxKOw" = "Beitrag mit Textinhalt senden"; "RHxKOw" = "Send Post with text content";
"RxSqsb" = "Beitrag"; "RxSqsb" = "Post";
"WCIR3D" = "Post ${content} on Mastodon"; "WCIR3D" = "Post ${content} on Mastodon";
"ZKJSNu" = "Beitrag"; "ZKJSNu" = "Post";
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "Sichtbarkeit"; "ZbSjzC" = "Visibility";
"Zo4jgJ" = "Sichtbarkeit des Beitrags"; "Zo4jgJ" = "Post Visibility";
"apSxMG-dYQ5NN" = "There are ${count} options matching Public."; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
@ -32,13 +32,13 @@
"ayoYEb-ehFLjY" = "${content}, Followers Only"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Beitrag"; "dUyuGg" = "Post";
"dYQ5NN" = "Public"; "dYQ5NN" = "Public";
"ehFLjY" = "Followers Only"; "ehFLjY" = "Followers Only";
"gfePDu" = "Senden fehlgeschlagen. ${failureReason}"; "gfePDu" = "Posting failed. ${failureReason}";
"k7dbKQ" = "Post was sent successfully."; "k7dbKQ" = "Post was sent successfully.";
@ -48,4 +48,4 @@
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "Beitrag wurde erfolgreich gesendet. "; "ryJLwG" = "Post was sent successfully. ";

View File

@ -1,51 +1,51 @@
"16wxgf" = "Enviar a Mastodon"; "16wxgf" = "Post on Mastodon";
"751xkl" = "Contenido del texto"; "751xkl" = "Text Content";
"CsR7G2" = "Enviar"; "CsR7G2" = "Post";
"HZSGTr" = "¿Qué contenido enviar?"; "HZSGTr" = "What content to post?";
"HdGikU" = "Error al enviar mensaje"; "HdGikU" = "Posting failed";
"KDNTJ4" = "Motivo del error"; "KDNTJ4" = "Failure Reason";
"RHxKOw" = "Enviar mensaje con contenido de texto"; "RHxKOw" = "Send Post with text content";
"RxSqsb" = "Enviar"; "RxSqsb" = "Post";
"WCIR3D" = "Enviar ${content} a Mastodon"; "WCIR3D" = "Post ${content} on Mastodon";
"ZKJSNu" = "Enviar"; "ZKJSNu" = "Post";
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "Visibilidad"; "ZbSjzC" = "Visibility";
"Zo4jgJ" = "Visibilidad del mensaje"; "Zo4jgJ" = "Post Visibility";
"apSxMG-dYQ5NN" = "Hay ${count} opciones que coinciden con \"Público\"."; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
"apSxMG-ehFLjY" = "Hay ${count} opciones que coinciden con \"Sólo para seguidores\"."; "apSxMG-ehFLjY" = "There are ${count} options matching Followers Only.";
"ayoYEb-dYQ5NN" = "${content}, público"; "ayoYEb-dYQ5NN" = "${content}, Public";
"ayoYEb-ehFLjY" = "${content}, sólo para seguidores"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Publicar"; "dUyuGg" = "Post";
"dYQ5NN" = "Público"; "dYQ5NN" = "Public";
"ehFLjY" = "Sólo para seguidores"; "ehFLjY" = "Followers Only";
"gfePDu" = "Error al enviar mensaje. ${failureReason}"; "gfePDu" = "Posting failed. ${failureReason}";
"k7dbKQ" = "El mensaje se envió exitosamente."; "k7dbKQ" = "Post was sent successfully.";
"oGiqmY-dYQ5NN" = "Sólo para confirmar, ¿querías que este mensaje sea PÚBLICO?"; "oGiqmY-dYQ5NN" = "Just to confirm, you wanted Public?";
"oGiqmY-ehFLjY" = "Sólo para confirmar, ¿querías que este mensaje sea SÓLO PARA SEGUIDORES?"; "oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?";
"rM6dvp" = "Dirección web"; "rM6dvp" = "URL";
"ryJLwG" = "El mensaje se envió exitosamente. "; "ryJLwG" = "Post was sent successfully. ";

View File

@ -1,51 +1,51 @@
"16wxgf" = "Publicar en Mastodon"; "16wxgf" = "Post on Mastodon";
"751xkl" = "Contenido del Texto"; "751xkl" = "Text Content";
"CsR7G2" = "Publicación"; "CsR7G2" = "Post";
"HZSGTr" = "¿Qué contenido publicar?"; "HZSGTr" = "What content to post?";
"HdGikU" = "Publicación fallida"; "HdGikU" = "Posting failed";
"KDNTJ4" = "Motivo del fallo"; "KDNTJ4" = "Failure Reason";
"RHxKOw" = "Enviar publicación con contenido de texto"; "RHxKOw" = "Send Post with text content";
"RxSqsb" = "Publicar"; "RxSqsb" = "Post";
"WCIR3D" = "Publicar ${content} en Mastodon"; "WCIR3D" = "Post ${content} on Mastodon";
"ZKJSNu" = "Publicar"; "ZKJSNu" = "Post";
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "Visibilidad"; "ZbSjzC" = "Visibility";
"Zo4jgJ" = "Visibilidad de la Publicación"; "Zo4jgJ" = "Post Visibility";
"apSxMG-dYQ5NN" = "Hay ${count} opciones que coinciden con «Público»."; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
"apSxMG-ehFLjY" = "Hay ${count} opciones que coinciden con «Solo seguidores»."; "apSxMG-ehFLjY" = "There are ${count} options matching Followers Only.";
"ayoYEb-dYQ5NN" = "${content}, Público"; "ayoYEb-dYQ5NN" = "${content}, Public";
"ayoYEb-ehFLjY" = "${content}, Solo Seguidores"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Publicar"; "dUyuGg" = "Post";
"dYQ5NN" = "Público"; "dYQ5NN" = "Public";
"ehFLjY" = "Solo Seguidores"; "ehFLjY" = "Followers Only";
"gfePDu" = "Error al publicar. ${failureReason}"; "gfePDu" = "Posting failed. ${failureReason}";
"k7dbKQ" = "La publicación se envió correctamente."; "k7dbKQ" = "Post was sent successfully.";
"oGiqmY-dYQ5NN" = "Solo para confirmar, ¿querías «Público»?"; "oGiqmY-dYQ5NN" = "Just to confirm, you wanted Public?";
"oGiqmY-ehFLjY" = "Solo para confirmar, ¿querías «Solo seguidores»?"; "oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?";
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "La publicación se envió con éxito. "; "ryJLwG" = "Post was sent successfully. ";

View File

@ -1,51 +1,51 @@
"16wxgf" = "Publier sur Mastodon"; "16wxgf" = "Post on Mastodon";
"751xkl" = "Contenu textuel"; "751xkl" = "Text Content";
"CsR7G2" = "Publication"; "CsR7G2" = "Post";
"HZSGTr" = "Quel contenu publier?"; "HZSGTr" = "What content to post?";
"HdGikU" = "L'envoi a échoué"; "HdGikU" = "Posting failed";
"KDNTJ4" = "Raison de l'échec"; "KDNTJ4" = "Failure Reason";
"RHxKOw" = "Envoyer un message avec du contenu textuel"; "RHxKOw" = "Send Post with text content";
"RxSqsb" = "Publication"; "RxSqsb" = "Post";
"WCIR3D" = "Publier ${content} sur Mastodon"; "WCIR3D" = "Post ${content} on Mastodon";
"ZKJSNu" = "Publication"; "ZKJSNu" = "Post";
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "Visibilité"; "ZbSjzC" = "Visibility";
"Zo4jgJ" = "Visibilité de la publication"; "Zo4jgJ" = "Post Visibility";
"apSxMG-dYQ5NN" = "Il y a ${count} options correspondant à « Public »."; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
"apSxMG-ehFLjY" = "Il y a ${count} options correspondant à « Abonnés uniquement »."; "apSxMG-ehFLjY" = "There are ${count} options matching Followers Only.";
"ayoYEb-dYQ5NN" = "${content}, Public"; "ayoYEb-dYQ5NN" = "${content}, Public";
"ayoYEb-ehFLjY" = "${content}, abonnés seulement"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Publication"; "dUyuGg" = "Post";
"dYQ5NN" = "Public"; "dYQ5NN" = "Public";
"ehFLjY" = "Abonnés seulement"; "ehFLjY" = "Followers Only";
"gfePDu" = "L'envoi a échoué. ${failureReason}"; "gfePDu" = "Posting failed. ${failureReason}";
"k7dbKQ" = "Léa publication a été envoyée avec succès."; "k7dbKQ" = "Post was sent successfully.";
"oGiqmY-dYQ5NN" = "Juste pour confirmer, vous vouliez bien diffuser en « Public » ?"; "oGiqmY-dYQ5NN" = "Just to confirm, you wanted Public?";
"oGiqmY-ehFLjY" = "Juste pour confirmer, vous vouliez bien diffuser en « abonnés uniquement » ?"; "oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?";
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "La publication a été envoyée avec succès. "; "ryJLwG" = "Post was sent successfully. ";

View File

@ -2,13 +2,13 @@
"751xkl" = "Text Content"; "751xkl" = "Text Content";
"CsR7G2" = "게시물"; "CsR7G2" = "Post";
"HZSGTr" = "What content to post?"; "HZSGTr" = "What content to post?";
"HdGikU" = "Posting failed"; "HdGikU" = "Posting failed";
"KDNTJ4" = "실패 사유"; "KDNTJ4" = "Failure Reason";
"RHxKOw" = "Send Post with text content"; "RHxKOw" = "Send Post with text content";
@ -32,7 +32,7 @@
"ayoYEb-ehFLjY" = "${content}, Followers Only"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "게시물"; "dUyuGg" = "Post";
"dYQ5NN" = "Public"; "dYQ5NN" = "Public";
@ -48,4 +48,4 @@
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "메시지가 성공적으로 전송되었습니다. "; "ryJLwG" = "Post was sent successfully. ";

View File

@ -0,0 +1,51 @@
"16wxgf" = "Berichten op Mastodon";
"751xkl" = "Berichtsinhoud";
"CsR7G2" = "Plaatsen";
"HZSGTr" = "Welke inhoud om bericht te plaatsen?";
"HdGikU" = "Bericht plaatsen mislukt";
"KDNTJ4" = "Reden van de Fout";
"RHxKOw" = "Bericht verzenden met tekstinhoud";
"RxSqsb" = "Bericht";
"WCIR3D" = "Plaats ${content} op Mastodon";
"ZKJSNu" = "Plaatsen";
"ZS1XaK" = "${content}";
"ZbSjzC" = "Zichbaarheid";
"Zo4jgJ" = "Berichtszichtbaarheid";
"apSxMG-dYQ5NN" = "Er zijn ${count} opties die overeenkomen met Openbaar.";
"apSxMG-ehFLjY" = "Er zijn ${count} opties die overeenkomen met Alleen Volgers.";
"ayoYEb-dYQ5NN" = "${content}, Openbaar";
"ayoYEb-ehFLjY" = "${content}, Alleen Volgers";
"dUyuGg" = "Plaatsen";
"dYQ5NN" = "Openbaar";
"ehFLjY" = "Alleen Volgers";
"gfePDu" = "Plaatsen mislukt. ${failureReason}";
"k7dbKQ" = "Het bericht is succesvol verzonden.";
"oGiqmY-dYQ5NN" = "Wilde u Openbaar?";
"oGiqmY-ehFLjY" = "Wilde u Alleen Volgers?";
"rM6dvp" = "URL";
"ryJLwG" = "Het bericht is succesvol verzonden. ";

View File

@ -1,51 +1,51 @@
"16wxgf" = "分享到 Mastodon"; "16wxgf" = "Post on Mastodon";
"751xkl" = "文本内容"; "751xkl" = "Text Content";
"CsR7G2" = "帖子"; "CsR7G2" = "Post";
"HZSGTr" = "要发送的内容是什么?"; "HZSGTr" = "What content to post?";
"HdGikU" = "发送失败"; "HdGikU" = "Posting failed";
"KDNTJ4" = "失败原因"; "KDNTJ4" = "Failure Reason";
"RHxKOw" = "发送带有文本内容的帖子"; "RHxKOw" = "Send Post with text content";
"RxSqsb" = "帖子"; "RxSqsb" = "Post";
"WCIR3D" = "在 Mastodon 上发送 ${content}"; "WCIR3D" = "Post ${content} on Mastodon";
"ZKJSNu" = "帖子"; "ZKJSNu" = "Post";
"ZS1XaK" = "${content}"; "ZS1XaK" = "${content}";
"ZbSjzC" = "可见性"; "ZbSjzC" = "Visibility";
"Zo4jgJ" = "帖子可见性"; "Zo4jgJ" = "Post Visibility";
"apSxMG-dYQ5NN" = "有 ${count} 个选项匹配 “公开”"; "apSxMG-dYQ5NN" = "There are ${count} options matching Public.";
"apSxMG-ehFLjY" = "有 ${count} 个选项匹配 “仅关注者”"; "apSxMG-ehFLjY" = "There are ${count} options matching Followers Only.";
"ayoYEb-dYQ5NN" = "${content},公开"; "ayoYEb-dYQ5NN" = "${content}, Public";
"ayoYEb-ehFLjY" = "${content},仅关注者"; "ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "帖子"; "dUyuGg" = "Post";
"dYQ5NN" = "公开"; "dYQ5NN" = "Public";
"ehFLjY" = "仅关注者"; "ehFLjY" = "Followers Only";
"gfePDu" = "发送失败。 ${failureReason}"; "gfePDu" = "Posting failed. ${failureReason}";
"k7dbKQ" = "帖子发送成功。"; "k7dbKQ" = "Post was sent successfully.";
"oGiqmY-dYQ5NN" = "确认要选择 “公开”?"; "oGiqmY-dYQ5NN" = "Just to confirm, you wanted Public?";
"oGiqmY-ehFLjY" = "确认要选择 “仅关注者”?"; "oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?";
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "帖子发送成功。"; "ryJLwG" = "Post was sent successfully. ";

View File

@ -0,0 +1,51 @@
"16wxgf" = "Post on Mastodon";
"751xkl" = "Text Content";
"CsR7G2" = "Post";
"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";
"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

@ -2,6 +2,54 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>zero</key>
<string>%ld characters</string>
<key>one</key>
<string>1 character</string>
<key>two</key>
<string>%ld characters</string>
<key>few</key>
<string>%ld characters</string>
<key>many</key>
<string>%ld characters</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>zero</key>
<string>%ld characters</string>
<key>one</key>
<string>1 character</string>
<key>two</key>
<string>%ld characters</string>
<key>few</key>
<string>%ld characters</string>
<key>many</key>
<string>%ld characters</string>
<key>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -26,6 +74,30 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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>zero</key>
<string>%ld posts</string>
<key>one</key>
<string>1 post</string>
<key>two</key>
<string>%ld posts</string>
<key>few</key>
<string>%ld posts</string>
<key>many</key>
<string>%ld posts</string>
<key>other</key>
<string>%ld posts</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -146,5 +218,197 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>zero</key>
<string>%ld following</string>
<key>one</key>
<string>1 following</string>
<key>two</key>
<string>%ld following</string>
<key>few</key>
<string>%ld following</string>
<key>many</key>
<string>%ld 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>zero</key>
<string>%ld followers</string>
<key>one</key>
<string>1 follower</string>
<key>two</key>
<string>%ld followers</string>
<key>few</key>
<string>%ld followers</string>
<key>many</key>
<string>%ld followers</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>zero</key>
<string>%ld years left</string>
<key>one</key>
<string>1 year left</string>
<key>two</key>
<string>%ld years left</string>
<key>few</key>
<string>%ld years left</string>
<key>many</key>
<string>%ld years 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>zero</key>
<string>%ld months left</string>
<key>one</key>
<string>1 months left</string>
<key>two</key>
<string>%ld months left</string>
<key>few</key>
<string>%ld months left</string>
<key>many</key>
<string>%ld 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>zero</key>
<string>%ld days left</string>
<key>one</key>
<string>1 day left</string>
<key>two</key>
<string>%ld days left</string>
<key>few</key>
<string>%ld days left</string>
<key>many</key>
<string>%ld days 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>zero</key>
<string>%ld hours left</string>
<key>one</key>
<string>1 hour left</string>
<key>two</key>
<string>%ld hours left</string>
<key>few</key>
<string>%ld hours left</string>
<key>many</key>
<string>%ld hours 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>zero</key>
<string>%ld minutes left</string>
<key>one</key>
<string>1 minute left</string>
<key>two</key>
<string>%ld minutes left</string>
<key>few</key>
<string>%ld minutes left</string>
<key>many</key>
<string>%ld minutes 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>zero</key>
<string>%ld seconds left</string>
<key>one</key>
<string>1 second left</string>
<key>two</key>
<string>%ld seconds left</string>
<key>few</key>
<string>%ld seconds left</string>
<key>many</key>
<string>%ld seconds left</string>
<key>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "فشل التصويت", "title": "فشل التصويت",
"poll_expired": "انتهت مدة صلاحية الاستطلاع" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "تجاهل المسودة", "title": "تجاهل المسودة",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "الأن", "now": "الأن"
"time_ago": "منذ %s"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "منشور جديد", "new_post": "منشور جديد",
@ -383,9 +373,7 @@
"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_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "منشورات", "posts": "منشورات",
"following": "مُتابَع", "following": "مُتابَع",
"followers": "متابِع", "followers": "متابِع"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "إضافة صف", "add_row": "إضافة صف",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.input_limit_exceeds</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>El límit dentrada supera a %#@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 caràcter</string>
<key>other</key>
<string>%ld caràcters</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_remains</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>El límit dentrada continua sent %#@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 caràcter</string>
<key>other</key>
<string>%ld caràcters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>publicacions</string> <string>publicacions</string>
</dict> </dict>
</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 publicació</string>
<key>other</key>
<string>%ld publicacions</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld persones en parlen</string> <string>%ld persones en parlen</string>
</dict> </dict>
</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 seguit</string>
<key>other</key>
<string>%ld seguits</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 seguidor</string>
<key>other</key>
<string>%ld seguidors</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 any restant</string>
<key>other</key>
<string>%ld anys restants</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 mes restant</string>
<key>other</key>
<string>%ld mesos restants</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 dia restant</string>
<key>other</key>
<string>%ld dies restants</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 hora restant</string>
<key>other</key>
<string>%ld hores restants</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 minut restant</string>
<key>other</key>
<string>%ld minuts restants</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 segon restant</string>
<key>other</key>
<string>%ld segons restants</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Error del Vot", "title": "Error del Vot",
"poll_expired": "L'enquesta ha finalitzat" "poll_ended": "L'enquesta ha finalitzat"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Descarta l'esborrany", "title": "Descarta l'esborrany",
@ -130,7 +130,6 @@
"media_content_warning": "Toca qualsevol lloc per mostrar", "media_content_warning": "Toca qualsevol lloc per mostrar",
"poll": { "poll": {
"vote": "Vota", "vote": "Vota",
"time_left": "Falten %s",
"closed": "Finalitzada" "closed": "Finalitzada"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtrat", "filtered": "Filtrat",
"timestamp": { "timestamp": {
"now": "Ara", "now": "Ara"
"time_ago": "fa %s"
}, },
"loader": { "loader": {
"load_missing_posts": "Carrega les publicacions que falten", "load_missing_posts": "Carrega les publicacions que falten",
@ -187,11 +185,6 @@
"user_blocked_warning": "No pots veure el perfil de %s\n fins que et desbloquegi.", "user_blocked_warning": "No pots veure el perfil de %s\n fins que et desbloquegi.",
"suspended_warning": "Aquest usuari ha estat suspès.", "suspended_warning": "Aquest usuari ha estat suspès.",
"user_suspended_warning": "El compte de %s ha estat suspès." "user_suspended_warning": "El compte de %s ha estat suspès."
},
"accessibility": {
"count_replies": "respostes de %s",
"count_reblogs": "impulsos de %s",
"count_favorites": "favorits de %s"
} }
} }
} }
@ -331,12 +324,9 @@
"title": "Cerca Persones per Seguir", "title": "Cerca Persones per Seguir",
"follow_explain": "Quan segueixes algú, veuràs les seves publicacions a Inici." "follow_explain": "Quan segueixes algú, veuràs les seves publicacions a Inici."
}, },
"public_timeline": {
"title": "Públic"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "Nueva publicació", "new_post": "Nova publicació",
"new_reply": "Nova Resposta" "new_reply": "Nova Resposta"
}, },
"media_selection": { "media_selection": {
@ -383,9 +373,7 @@
"custom_emoji_picker": "Selector d'Emoji Personalitzat", "custom_emoji_picker": "Selector d'Emoji Personalitzat",
"enable_content_warning": "Activa l'Avís de Contingut", "enable_content_warning": "Activa l'Avís de Contingut",
"disable_content_warning": "Desactiva l'Avís de Contingut", "disable_content_warning": "Desactiva l'Avís de Contingut",
"post_visibility_menu": "Menú de Visibilitat de Publicació", "post_visibility_menu": "Menú de Visibilitat de Publicació"
"input_limit_remains_count": "El límit dentrada continua sent %ld",
"input_limit_exceeds_count": "El límit dentrada supera a %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Descarta la Publicació", "discard_post": "Descarta la Publicació",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "publicacions", "posts": "publicacions",
"following": "seguint", "following": "seguint",
"followers": "seguidors", "followers": "seguidors"
"accessibility": {
"count_posts": "%ld publicacions",
"count_following": "seguint a %ld",
"count_followers": "%ld seguidors"
}
}, },
"fields": { "fields": {
"add_row": "Afegeix fila", "add_row": "Afegeix fila",
@ -463,9 +446,6 @@
"clear": "Neteja" "clear": "Neteja"
} }
}, },
"hashtag": {
"prompt": "%s persones hi estan parlant"
},
"favorite": { "favorite": {
"title": "Els teus Favorits" "title": "Els teus Favorits"
}, },
@ -507,16 +487,16 @@
"boosts": "Ha impulsat el meu estat", "boosts": "Ha impulsat el meu estat",
"mentions": "M'ha mencionat", "mentions": "M'ha mencionat",
"trigger": { "trigger": {
"anyone": "ningú", "anyone": "algú",
"follower": "un seguidor", "follower": "un seguidor",
"follow": "a qualsevol que segueixi", "follow": "a qualsevol que segueixi",
"noone": "ningú", "noone": "algú",
"title": "Notifica'm quan" "title": "Notifica'm quan"
} }
}, },
"preference": { "preference": {
"title": "Preferències", "title": "Preferències",
"true_black_dark_mode": "Mode autèntic negre fosc", "true_black_dark_mode": "Mode negre fosc autèntic",
"disable_avatar_animation": "Desactiva avatars animats", "disable_avatar_animation": "Desactiva avatars animats",
"disable_emoji_animation": "Desactiva emojis animats", "disable_emoji_animation": "Desactiva emojis animats",
"using_default_browser": "Utilitza el navegador predeterminat per a obrir enllaços" "using_default_browser": "Utilitza el navegador predeterminat per a obrir enllaços"

View File

@ -2,6 +2,54 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>zero</key>
<string>%ld characters</string>
<key>one</key>
<string>1 character</string>
<key>two</key>
<string>%ld characters</string>
<key>few</key>
<string>%ld characters</string>
<key>many</key>
<string>%ld characters</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>zero</key>
<string>%ld characters</string>
<key>one</key>
<string>1 character</string>
<key>two</key>
<string>%ld characters</string>
<key>few</key>
<string>%ld characters</string>
<key>many</key>
<string>%ld characters</string>
<key>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -26,6 +74,30 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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>zero</key>
<string>%ld posts</string>
<key>one</key>
<string>1 post</string>
<key>two</key>
<string>%ld posts</string>
<key>few</key>
<string>%ld posts</string>
<key>many</key>
<string>%ld posts</string>
<key>other</key>
<string>%ld posts</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -146,5 +218,197 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>zero</key>
<string>%ld following</string>
<key>one</key>
<string>1 following</string>
<key>two</key>
<string>%ld following</string>
<key>few</key>
<string>%ld following</string>
<key>many</key>
<string>%ld 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>zero</key>
<string>%ld followers</string>
<key>one</key>
<string>1 follower</string>
<key>two</key>
<string>%ld followers</string>
<key>few</key>
<string>%ld followers</string>
<key>many</key>
<string>%ld followers</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>zero</key>
<string>%ld years left</string>
<key>one</key>
<string>1 year left</string>
<key>two</key>
<string>%ld years left</string>
<key>few</key>
<string>%ld years left</string>
<key>many</key>
<string>%ld years 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>zero</key>
<string>%ld months left</string>
<key>one</key>
<string>1 months left</string>
<key>two</key>
<string>%ld months left</string>
<key>few</key>
<string>%ld months left</string>
<key>many</key>
<string>%ld 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>zero</key>
<string>%ld days left</string>
<key>one</key>
<string>1 day left</string>
<key>two</key>
<string>%ld days left</string>
<key>few</key>
<string>%ld days left</string>
<key>many</key>
<string>%ld days 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>zero</key>
<string>%ld hours left</string>
<key>one</key>
<string>1 hour left</string>
<key>two</key>
<string>%ld hours left</string>
<key>few</key>
<string>%ld hours left</string>
<key>many</key>
<string>%ld hours 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>zero</key>
<string>%ld minutes left</string>
<key>one</key>
<string>1 minute left</string>
<key>two</key>
<string>%ld minutes left</string>
<key>few</key>
<string>%ld minutes left</string>
<key>many</key>
<string>%ld minutes 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>zero</key>
<string>%ld seconds left</string>
<key>one</key>
<string>1 second left</string>
<key>two</key>
<string>%ld seconds left</string>
<key>few</key>
<string>%ld seconds left</string>
<key>many</key>
<string>%ld seconds left</string>
<key>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Vote Failure",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Discard Draft",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>Beiträge</string> <string>Beiträge</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -47,7 +95,7 @@
<key>one</key> <key>one</key>
<string>1 Reblog</string> <string>1 Reblog</string>
<key>other</key> <key>other</key>
<string>%ld reblogs</string> <string>%ld Reblogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.vote</key> <key>plural.count.vote</key>
@ -61,7 +109,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 vote</string> <string>1 Stimme</string>
<key>other</key> <key>other</key>
<string>%ld Stimmen</string> <string>%ld Stimmen</string>
</dict> </dict>
@ -77,7 +125,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 voter</string> <string>1 Wähler</string>
<key>other</key> <key>other</key>
<string>%ld Wähler</string> <string>%ld Wähler</string>
</dict> </dict>
@ -98,5 +146,133 @@
<string>%ld Leute reden</string> <string>%ld Leute reden</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -2,8 +2,8 @@
"common": { "common": {
"alerts": { "alerts": {
"common": { "common": {
"please_try_again": "Bitte versuchen Sie es erneut.", "please_try_again": "Bitte versuche es erneut.",
"please_try_again_later": "Bitte versuchen Sie es später nochmal." "please_try_again_later": "Bitte versuche es später nochmal."
}, },
"sign_up_failure": { "sign_up_failure": {
"title": "Anmeldefehler" "title": "Anmeldefehler"
@ -13,15 +13,15 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Fehler bei Abstimmung", "title": "Fehler bei Abstimmung",
"poll_expired": "Diese Umfrage ist abgelaufen" "poll_ended": "Die Umfrage ist beendet"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Entwurf Verwerfen", "title": "Entwurf Verwerfen",
"message": "Bestätigen Sie um den Beitrag zu verwerfen." "message": "Bestätige um den Beitrag zu verwerfen."
}, },
"publish_post_failure": { "publish_post_failure": {
"title": "Fehler bei Veröffentlichung", "title": "Fehler bei Veröffentlichung",
"message": "Fehler beim Veröffentlichen des Beitrags.\nBitte überprüfen Sie Ihre Internetverbindung.", "message": "Fehler beim Veröffentlichen des Beitrags.\nBitte überprüfe deine Internetverbindung.",
"attachments_message": { "attachments_message": {
"video_attach_with_photo": "Es kann kein Video an einen Beitrag, der bereits Bilder enthält, angehängt werden.", "video_attach_with_photo": "Es kann kein Video an einen Beitrag, der bereits Bilder enthält, angehängt werden.",
"more_than_one_video": "Es kann nicht mehr als ein Video hinzugefügt werden." "more_than_one_video": "Es kann nicht mehr als ein Video hinzugefügt werden."
@ -29,28 +29,28 @@
}, },
"edit_profile_failure": { "edit_profile_failure": {
"title": "Fehler beim Bearbeiten des Profils", "title": "Fehler beim Bearbeiten des Profils",
"message": "Profil kann nicht bearbeitet werden. Bitte versuchen Sie es erneut." "message": "Profil kann nicht bearbeitet werden. Bitte versuche es erneut."
}, },
"sign_out": { "sign_out": {
"title": "Abmelden", "title": "Abmelden",
"message": "Sind Sie sicher, dass Sie sich abmelden möchten?", "message": "Bist du sicher, dass du dich abmelden möchten?",
"confirm": "Abmelden" "confirm": "Abmelden"
}, },
"block_domain": { "block_domain": {
"title": "Bist du dir wirklich sicher, dass du die ganze Domain %s blockieren willst? In den meisten Fällen reichen ein paar gezielte Blockierungen oder Stummschaltungen aus und werden bevorzugt. Du wirst den Inhalt von dieser Domain nicht mehr sehen. Deine Folgenden von dieser Domain werden entfernt.", "title": "Bist du dir wirklich sicher, dass du die ganze Domain %s blockieren willst? In den meisten Fällen reichen ein paar gezielte Blockierungen oder Stummschaltungen aus und werden bevorzugt. Du wirst den Inhalt von dieser Domain nicht mehr sehen. Deine Folgenden von dieser Domain werden entfernt.",
"block_entire_domain": "Block Domain" "block_entire_domain": "Domain blockieren"
}, },
"save_photo_failure": { "save_photo_failure": {
"title": "Foto konnte nicht gespeichert werden", "title": "Foto konnte nicht gespeichert werden",
"message": "Bitte aktiviere den Zugriff auf die Fotobibliothek, um das Foto zu speichern." "message": "Bitte aktiviere den Zugriff auf die Fotobibliothek, um das Foto zu speichern."
}, },
"delete_post": { "delete_post": {
"title": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?", "title": "Bist du dir sicher, dass du diesen Beitrag löschen möchtest?",
"delete": "Löschen" "delete": "Löschen"
}, },
"clean_cache": { "clean_cache": {
"title": "Zwischenspeicher leeren", "title": "Zwischenspeicher leeren",
"message": "Successfully cleaned %s cache." "message": "%s erfolgreich aus dem Cache gelöscht."
} }
}, },
"controls": { "controls": {
@ -109,11 +109,11 @@
"next_status": "Nächster Beitrag", "next_status": "Nächster Beitrag",
"open_status": "Beitrag öffnen", "open_status": "Beitrag öffnen",
"open_author_profile": "Profil des Verfassers ansehen", "open_author_profile": "Profil des Verfassers ansehen",
"open_reblogger_profile": "Open Reblogger's Profile", "open_reblogger_profile": "Profil des teilenden Nutzers öffnen",
"reply_status": "Auf Beitrag antworten", "reply_status": "Auf Beitrag antworten",
"toggle_reblog": "Toggle Reblog on Post", "toggle_reblog": "Teilen vom Beitrag umschalten",
"toggle_favorite": "Toggle Favorite on Post", "toggle_favorite": "Favorit vom Beitrag umschalten",
"toggle_content_warning": "Toggle Content Warning", "toggle_content_warning": "Inhaltswarnung umschalten",
"preview_image": "Bildvorschau" "preview_image": "Bildvorschau"
}, },
"segmented_control": { "segmented_control": {
@ -122,28 +122,27 @@
} }
}, },
"status": { "status": {
"user_reblogged": "%s reblogged", "user_reblogged": "%s teilte",
"user_replied_to": "Replied to %s", "user_replied_to": "Antwortet auf %s",
"show_post": "Show Post", "show_post": "Beitrag anzeigen",
"show_user_profile": "Benutzerprofil anzeigen", "show_user_profile": "Benutzerprofil anzeigen",
"content_warning": "Inhaltswarnung", "content_warning": "Inhaltswarnung",
"media_content_warning": "Tippe irgendwo zum Anzeigen", "media_content_warning": "Tippe irgendwo zum Anzeigen",
"poll": { "poll": {
"vote": "Abstimmen", "vote": "Abstimmen",
"time_left": "%s verbleiben",
"closed": "Beendet" "closed": "Beendet"
}, },
"actions": { "actions": {
"reply": "Antworten", "reply": "Antworten",
"reblog": "Reblog", "reblog": "Teilen",
"unreblog": "Undo reblog", "unreblog": "Nicht mehr teilen",
"favorite": "Favorit", "favorite": "Favorit",
"unfavorite": "Aus Favoriten entfernen", "unfavorite": "Aus Favoriten entfernen",
"menu": "Menu" "menu": "Menü"
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
"mention": "Mention", "mention": "Erwähnung",
"link": "Link", "link": "Link",
"hashtag": "Hashtag", "hashtag": "Hashtag",
"email": "E-Mail", "email": "E-Mail",
@ -152,7 +151,7 @@
}, },
"friendship": { "friendship": {
"follow": "Folgen", "follow": "Folgen",
"following": "Following", "following": "Folge Ich",
"request": "Anfragen", "request": "Anfragen",
"pending": "In Warteschlange", "pending": "In Warteschlange",
"block": "Blockieren", "block": "Blockieren",
@ -160,19 +159,18 @@
"block_domain": "%s blockieren", "block_domain": "%s blockieren",
"unblock": "Blockierung aufheben", "unblock": "Blockierung aufheben",
"unblock_user": "@%s entblocken", "unblock_user": "@%s entblocken",
"blocked": "Blocked", "blocked": "Blockiert",
"mute": "Stummschalten", "mute": "Stummschalten",
"mute_user": "%s stummschalten", "mute_user": "%s stummschalten",
"unmute": "Unmute", "unmute": "Nicht mehr stummschalten",
"unmute_user": "Unmute %s", "unmute_user": "%s nicht mehr stummschalten",
"muted": "Stummgeschaltet", "muted": "Stummgeschaltet",
"edit_info": "Information bearbeiten" "edit_info": "Information bearbeiten"
}, },
"timeline": { "timeline": {
"filtered": "Gefiltert", "filtered": "Gefiltert",
"timestamp": { "timestamp": {
"now": "Gerade", "now": "Gerade"
"time_ago": "vor %s"
}, },
"loader": { "loader": {
"load_missing_posts": "Fehlende Beiträge laden", "load_missing_posts": "Fehlende Beiträge laden",
@ -181,27 +179,22 @@
}, },
"header": { "header": {
"no_status_found": "Kein Beitrag gefunden", "no_status_found": "Kein Beitrag gefunden",
"blocking_warning": "Du kannst das Profil dieses Benutzers nicht anzeigen\n solange du es nicht entsperrst.\nDein Profil sieht für diesen Benutzer so aus.", "blocking_warning": "Du kannst das Profil dieses Benutzers nicht sehen\n solange du den Benutzer nicht entsperrst.\nDein Profil sieht für diesen Benutzer auch so aus.",
"user_blocking_warning": "Du kannst %s's Profil nicht anzeigen\n solange du es nicht entsperrst.\nDein Profil sieht für diesen Benutzer so aus.", "user_blocking_warning": "Du kannst %ss Profil nicht sehen\n solange du diesen Benutzer nicht entsperrst.\nDein Profil sieht für diesen Benutzer auch so aus.",
"blocked_warning": "Das Profil dieses Benutzers\n kann nicht angezeigt werden, bis er dich entsperrt.", "blocked_warning": "Das Profil dieses Benutzers\n kann nicht angezeigt werden, bis er dich entsperrt.",
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "Du kannst das Profil von %s nicht sehen\n bis der Benutzer dich entsperrt.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "Dieser Nutzer wurde gesperrt.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "Das Konto von %s wurde gesperrt."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
}, },
"scene": { "scene": {
"welcome": { "welcome": {
"slogan": "Social networking\nback in your hands." "slogan": "Soziale Netzwerke wieder in deinen Händen."
}, },
"server_picker": { "server_picker": {
"title": "Pick a server,\nany server.", "title": "Wähle einen Server,\nbeliebigen Server.",
"button": { "button": {
"category": { "category": {
"all": "Alle", "all": "Alle",
@ -232,7 +225,7 @@
}, },
"empty_state": { "empty_state": {
"finding_servers": "Verfügbare Server werden gesucht...", "finding_servers": "Verfügbare Server werden gesucht...",
"bad_network": "Something went wrong while loading the data. Check your internet connection.", "bad_network": "Da ist etwas schief gelaufen. Bitte versuche es erneut oder überprüfe deine Internetverbindung.",
"no_results": "Keine Ergebnisse" "no_results": "Keine Ergebnisse"
} }
}, },
@ -270,30 +263,30 @@
"reason": "Begründung" "reason": "Begründung"
}, },
"reason": { "reason": {
"blocked": "%s contains a disallowed email provider", "blocked": "%s verwendet einen nicht erlaubten E-Mail-Anbieter",
"unreachable": "%s does not seem to exist", "unreachable": "%s scheint nicht zu existieren",
"taken": "%s is already in use", "taken": "%s wird bereits verwendet",
"reserved": "%s is a reserved keyword", "reserved": "%s ist ein reserviertes Schlüsselwort",
"accepted": "%s must be accepted", "accepted": "%s muss akzeptiert werden",
"blank": "%s is required", "blank": "%s ist erforderlich",
"invalid": "%s is invalid", "invalid": "%s ist ungültig",
"too_long": "%s is too long", "too_long": "%s ist zu lang",
"too_short": "%s is too short", "too_short": "%s ist zu kurz",
"inclusion": "%s is not a supported value" "inclusion": "%s ist kein unterstützter Wert"
}, },
"special": { "special": {
"username_invalid": "Username must only contain alphanumeric characters and underscores", "username_invalid": "Benutzername kann nur alphanumerische Zeichen und Unterstriche enthalten",
"username_too_long": "Username is too long (cant be longer than 30 characters)", "username_too_long": "Benutzername ist zu lang (darf nicht länger als 30 Zeichen sein)",
"email_invalid": "This is not a valid email address", "email_invalid": "Dies ist keine gültige E-Mail Adresse",
"password_too_short": "Password is too short (must be at least 8 characters)" "password_too_short": "Passwort ist zu kurz (mindestens 8 Zeichen erforderlich)"
} }
} }
}, },
"server_rules": { "server_rules": {
"title": "Some ground rules.", "title": "Einige Grundregeln.",
"subtitle": "These rules are set by the admins of %s.", "subtitle": "Diese Regeln werden von den Administratoren von %s festgelegt.",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.", "prompt": "Wenn du fortfährst, unterliegst du den Nutzungsbedingungen und den Datenschutzrichtlinien für %s.",
"terms_of_service": "terms of service", "terms_of_service": "Nutzungsbedingungen",
"privacy_policy": "Datenschutzerklärung", "privacy_policy": "Datenschutzerklärung",
"button": { "button": {
"confirm": "Ich stimme zu" "confirm": "Ich stimme zu"
@ -304,18 +297,18 @@
"subtitle": "Wir haben gerade eine E-Mail an %s gesendet,\ntippe auf den Link, um Dein Konto zu bestätigen.", "subtitle": "Wir haben gerade eine E-Mail an %s gesendet,\ntippe auf den Link, um Dein Konto zu bestätigen.",
"button": { "button": {
"open_email_app": "E-Mail-App öffnen", "open_email_app": "E-Mail-App öffnen",
"dont_receive_email": "I never got an email" "dont_receive_email": "Ich habe keine E-Mail erhalten."
}, },
"dont_receive_email": { "dont_receive_email": {
"title": "Check your email", "title": "Bitte überprüfe deine E-Mails",
"description": "Check if your email address is correct as well as your junk folder if you havent.", "description": "Überprüfe, ob deine E-Mail-Adresse korrekt ist und sieh im Spam-Ordner nach, falls du es noch nicht getan hast.",
"resend_email": "Resend Email" "resend_email": "E-Mail erneut versenden"
}, },
"open_email_app": { "open_email_app": {
"title": "Check your inbox.", "title": "Überprüfe deinen Posteingang.",
"description": "We just sent you an email. Check your junk folder if you havent.", "description": "Wir haben dir gerade eine E-Mail geschickt. Überprüfe deinen Spam-Ordner, falls du es noch nicht getan hast.",
"mail": "Mail", "mail": "Mail",
"open_email_client": "Open Email Client" "open_email_client": "E-Mail-Client öffnen"
} }
}, },
"home_timeline": { "home_timeline": {
@ -324,15 +317,12 @@
"offline": "Offline", "offline": "Offline",
"new_posts": "Neue Beiträge anzeigen", "new_posts": "Neue Beiträge anzeigen",
"published": "Veröffentlicht!", "published": "Veröffentlicht!",
"Publishing": "Publishing post..." "Publishing": "Beitrag wird veröffentlicht..."
} }
}, },
"suggestion_account": { "suggestion_account": {
"title": "Find People to Follow", "title": "Entdecke Benutzer zum Folgen",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "Wenn du jemandem folgst, siehst du deren Beiträge dann in deinem Home-Feed."
},
"public_timeline": {
"title": "Öffentlich"
}, },
"compose": { "compose": {
"title": { "title": {
@ -350,7 +340,7 @@
"attachment": { "attachment": {
"photo": "Foto", "photo": "Foto",
"video": "Video", "video": "Video",
"attachment_broken": "This %s is broken and cant be\nuploaded to Mastodon.", "attachment_broken": "Dieses %s scheint defekt zu sein und\nkann nicht auf Mastodon hochgeladen werden.",
"description_photo": "Für Menschen mit Sehbehinderung beschreiben...", "description_photo": "Für Menschen mit Sehbehinderung beschreiben...",
"description_video": "Für Menschen mit Sehbehinderung beschreiben..." "description_video": "Für Menschen mit Sehbehinderung beschreiben..."
}, },
@ -362,7 +352,7 @@
"one_day": "1 Tag", "one_day": "1 Tag",
"three_days": "3 Tage", "three_days": "3 Tage",
"seven_days": "7 Tage", "seven_days": "7 Tage",
"option_number": "Option %ld" "option_number": "Auswahlmöglichkeit %ld"
}, },
"content_warning": { "content_warning": {
"placeholder": "Schreibe eine Inhaltswarnung hier..." "placeholder": "Schreibe eine Inhaltswarnung hier..."
@ -374,38 +364,31 @@
"direct": "Nur für Leute, die ich erwähne" "direct": "Nur für Leute, die ich erwähne"
}, },
"auto_complete": { "auto_complete": {
"space_to_add": "Space to add" "space_to_add": "Leerzeichen um hinzuzufügen"
}, },
"accessibility": { "accessibility": {
"append_attachment": "Anhang hinzufügen", "append_attachment": "Anhang hinzufügen",
"append_poll": "Umfrage hinzufügen", "append_poll": "Umfrage hinzufügen",
"remove_poll": "Umfrage entfernen", "remove_poll": "Umfrage entfernen",
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Benutzerdefinierter Emojiwähler",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Inhaltswarnung einschalten",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Inhaltswarnung ausschalten",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Sichtbarkeitsmenü"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Beitrag verwerfen", "discard_post": "Beitrag verwerfen",
"publish_post": "Beitrag veröffentlichen", "publish_post": "Beitrag veröffentlichen",
"toggle_poll": "Umfrage umschalten", "toggle_poll": "Umfrage umschalten",
"toggle_content_warning": "Inhaltswarnung umschalten", "toggle_content_warning": "Inhaltswarnung umschalten",
"append_attachment_entry": "Add Attachment - %s", "append_attachment_entry": "Anhang hinzufügen - %s",
"select_visibility_entry": "Select Visibility - %s" "select_visibility_entry": "Sichtbarkeit auswählen - %s"
} }
}, },
"profile": { "profile": {
"dashboard": { "dashboard": {
"posts": "Beiträge", "posts": "Beiträge",
"following": "Gefolgte", "following": "Gefolgte",
"followers": "Folger", "followers": "Folger"
"accessibility": {
"count_posts": "%ld Beiträge",
"count_following": "%ld Gefolgte",
"count_followers": "%ld Folger"
}
}, },
"fields": { "fields": {
"add_row": "Zeile hinzufügen", "add_row": "Zeile hinzufügen",
@ -422,7 +405,7 @@
"relationship_action_alert": { "relationship_action_alert": {
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Ton einschalten", "title": "Ton einschalten",
"message": "Confirm to unmute %s" "message": "Bestätige um %s nicht mehr stummzuschalten"
}, },
"confirm_unblock_usre": { "confirm_unblock_usre": {
"title": "Konto entsperren", "title": "Konto entsperren",
@ -439,13 +422,13 @@
"recommend": { "recommend": {
"button_text": "Alle anzeigen", "button_text": "Alle anzeigen",
"hash_tag": { "hash_tag": {
"title": "Trending on Mastodon", "title": "Angesagt auf Mastodon",
"description": "Hashtags that are getting quite a bit of attention", "description": "Hashtags die an Aufmerksamkeit zunehmen",
"people_talking": "%s Leute reden" "people_talking": "%s Leute reden"
}, },
"accounts": { "accounts": {
"title": "Accounts you might like", "title": "Konten, die dir gefallen könnten",
"description": "You may like to follow these accounts", "description": "Vielleicht gefallen dir diese Benutzer",
"follow": "Folgen" "follow": "Folgen"
} }
}, },
@ -463,9 +446,6 @@
"clear": "Zurücksetzen" "clear": "Zurücksetzen"
} }
}, },
"hashtag": {
"prompt": "%s Leute reden"
},
"favorite": { "favorite": {
"title": "Deine Favoriten" "title": "Deine Favoriten"
}, },

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Vote Failure",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Discard Draft",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>mensajes</string> <string>mensajes</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld cuentas hablando</string> <string>%ld cuentas hablando</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Error al votar", "title": "Error al votar",
"poll_expired": "La encuesta finalizó" "poll_ended": "La encuesta ha terminado"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Descartar borrador", "title": "Descartar borrador",
@ -130,7 +130,6 @@
"media_content_warning": "Toca en cualquier lugar para mostrar", "media_content_warning": "Toca en cualquier lugar para mostrar",
"poll": { "poll": {
"vote": "Votar", "vote": "Votar",
"time_left": "Quedan %s",
"closed": "Cerrada" "closed": "Cerrada"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtrado", "filtered": "Filtrado",
"timestamp": { "timestamp": {
"now": "Ahora", "now": "Ahora"
"time_ago": "hace %s"
}, },
"loader": { "loader": {
"load_missing_posts": "Cargar mensajes faltantes", "load_missing_posts": "Cargar mensajes faltantes",
@ -187,11 +185,6 @@
"user_blocked_warning": "No podés ver el perfil de %s\n hasta que dicho usuario te desbloquee.", "user_blocked_warning": "No podés ver el perfil de %s\n hasta que dicho usuario te desbloquee.",
"suspended_warning": "Este usuario está suspendido.", "suspended_warning": "Este usuario está suspendido.",
"user_suspended_warning": "La cuenta de %s está suspendida." "user_suspended_warning": "La cuenta de %s está suspendida."
},
"accessibility": {
"count_replies": "%s respuestas",
"count_reblogs": "%s adhesiones",
"count_favorites": "%s veces marcado como favorito"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Encontrá cuentas para seguir", "title": "Encontrá cuentas para seguir",
"follow_explain": "Cuando sigás a alguien, verás sus mensajes en tu línea temporal principal." "follow_explain": "Cuando sigás a alguien, verás sus mensajes en tu línea temporal principal."
}, },
"public_timeline": {
"title": "Pública"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "Nuevo mensaje", "new_post": "Nuevo mensaje",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Selector de emoji personalizado", "custom_emoji_picker": "Selector de emoji personalizado",
"enable_content_warning": "Habilitar advertencia de contenido", "enable_content_warning": "Habilitar advertencia de contenido",
"disable_content_warning": "Deshabilitar advertencia de contenido", "disable_content_warning": "Deshabilitar advertencia de contenido",
"post_visibility_menu": "Menú de visibilidad del mensaje", "post_visibility_menu": "Menú de visibilidad del mensaje"
"input_limit_remains_count": "El límite de entrada permite %ld caracteres",
"input_limit_exceeds_count": "El límite de entrada excede %ld caracteres"
}, },
"keyboard": { "keyboard": {
"discard_post": "Descartar mensaje", "discard_post": "Descartar mensaje",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "mensajes", "posts": "mensajes",
"following": "siguiendo", "following": "siguiendo",
"followers": "seguidores", "followers": "seguidores"
"accessibility": {
"count_posts": "%ld mensajes",
"count_following": "siguiendo a %ld",
"count_followers": "%ld seguidores"
}
}, },
"fields": { "fields": {
"add_row": "Agregar fila", "add_row": "Agregar fila",
@ -463,9 +446,6 @@
"clear": "Limpiar" "clear": "Limpiar"
} }
}, },
"hashtag": {
"prompt": "%s cuentas hablando"
},
"favorite": { "favorite": {
"title": "Tus favoritos" "title": "Tus favoritos"
}, },
@ -509,7 +489,7 @@
"trigger": { "trigger": {
"anyone": "cualquiera", "anyone": "cualquiera",
"follower": "un seguidor", "follower": "un seguidor",
"follow": "cualquiera que sigo", "follow": "alguien a quien sigo",
"noone": "nadie", "noone": "nadie",
"title": "Notificarme cuando" "title": "Notificarme cuando"
} }

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>publicaciones</string> <string>publicaciones</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld personas están hablando de esto</string> <string>%ld personas están hablando de esto</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Voto fallido", "title": "Voto fallido",
"poll_expired": "La encuesta ha caducado" "poll_ended": "La encuesta ha terminado"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Descartar borrador", "title": "Descartar borrador",
@ -130,7 +130,6 @@
"media_content_warning": "Pulsa en cualquier sitio para mostrar", "media_content_warning": "Pulsa en cualquier sitio para mostrar",
"poll": { "poll": {
"vote": "Vota", "vote": "Vota",
"time_left": "Quedan %s",
"closed": "Cerrado" "closed": "Cerrado"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtrado", "filtered": "Filtrado",
"timestamp": { "timestamp": {
"now": "Ahora", "now": "Ahora"
"time_ago": "Hace %s"
}, },
"loader": { "loader": {
"load_missing_posts": "Cargar publicaciones faltantes", "load_missing_posts": "Cargar publicaciones faltantes",
@ -187,11 +185,6 @@
"user_blocked_warning": "No puedes ver el perfil de %s\n hasta que te desbloquee.", "user_blocked_warning": "No puedes ver el perfil de %s\n hasta que te desbloquee.",
"suspended_warning": "Este usuario ha sido suspendido.", "suspended_warning": "Este usuario ha sido suspendido.",
"user_suspended_warning": "La cuenta de %s ha sido suspendida." "user_suspended_warning": "La cuenta de %s ha sido suspendida."
},
"accessibility": {
"count_replies": "%s respuestas",
"count_reblogs": "%s redifusiones",
"count_favorites": "%s favoritos"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Encuentra Gente a la que Seguir", "title": "Encuentra Gente a la que Seguir",
"follow_explain": "Cuando sigas a alguien verás sus publicaciones en tu página de inicio." "follow_explain": "Cuando sigas a alguien verás sus publicaciones en tu página de inicio."
}, },
"public_timeline": {
"title": "Pública"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "Nueva Publicación", "new_post": "Nueva Publicación",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Selector de Emojis Personalizados", "custom_emoji_picker": "Selector de Emojis Personalizados",
"enable_content_warning": "Activar Advertencia de Contenido", "enable_content_warning": "Activar Advertencia de Contenido",
"disable_content_warning": "Desactivar Advertencia de Contenido", "disable_content_warning": "Desactivar Advertencia de Contenido",
"post_visibility_menu": "Menú de Visibilidad de la Publicación", "post_visibility_menu": "Menú de Visibilidad de la Publicación"
"input_limit_remains_count": "%ld restante hasta el límite de entrada",
"input_limit_exceeds_count": "%ld en exceso sobre el límite de entrada"
}, },
"keyboard": { "keyboard": {
"discard_post": "Descartar Publicación", "discard_post": "Descartar Publicación",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "publicaciones", "posts": "publicaciones",
"following": "siguiendo", "following": "siguiendo",
"followers": "seguidores", "followers": "seguidores"
"accessibility": {
"count_posts": "%ld publicaciones",
"count_following": "%ld siguiendo",
"count_followers": "%ld seguidores"
}
}, },
"fields": { "fields": {
"add_row": "Añadir Fila", "add_row": "Añadir Fila",
@ -463,9 +446,6 @@
"clear": "Borrar" "clear": "Borrar"
} }
}, },
"hashtag": {
"prompt": "%s personas están hablando de esto"
},
"favorite": { "favorite": {
"title": "Tus Favoritos" "title": "Tus Favoritos"
}, },

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>publications</string> <string>publications</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld personnes en parlent</string> <string>%ld personnes en parlent</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Le vote na pas pu être enregistré", "title": "Le vote na pas pu être enregistré",
"poll_expired": "Le sondage a expiré" "poll_ended": "Le sondage est terminé"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Abandonner le brouillon", "title": "Abandonner le brouillon",
@ -130,7 +130,6 @@
"media_content_warning": "Tapotez nimporte où pour révéler la publication", "media_content_warning": "Tapotez nimporte où pour révéler la publication",
"poll": { "poll": {
"vote": "Voter", "vote": "Voter",
"time_left": "%s restantes",
"closed": "Fermé" "closed": "Fermé"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtré", "filtered": "Filtré",
"timestamp": { "timestamp": {
"now": "À linstant", "now": "À linstant"
"time_ago": "il y a %s"
}, },
"loader": { "loader": {
"load_missing_posts": "Charger les messages manquants", "load_missing_posts": "Charger les messages manquants",
@ -187,11 +185,6 @@
"user_blocked_warning": "Vous ne pouvez pas voir le profil de %s\n tant qu'il ne vous aura pas débloqué.", "user_blocked_warning": "Vous ne pouvez pas voir le profil de %s\n tant qu'il ne vous aura pas débloqué.",
"suspended_warning": "Cet utilisateur a été suspendu.", "suspended_warning": "Cet utilisateur a été suspendu.",
"user_suspended_warning": "Le compte de %s à été suspendu." "user_suspended_warning": "Le compte de %s à été suspendu."
},
"accessibility": {
"count_replies": "%s réponses",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favoris"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Trouver des personnes à suivre", "title": "Trouver des personnes à suivre",
"follow_explain": "Quand vous suivez quelqu'un, vous verrez leurs messages dans votre flux daccueil." "follow_explain": "Quand vous suivez quelqu'un, vous verrez leurs messages dans votre flux daccueil."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "Nouvelle Publication", "new_post": "Nouvelle Publication",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Sélecteur démojis personnalisé", "custom_emoji_picker": "Sélecteur démojis personnalisé",
"enable_content_warning": "Basculer lavertissement de contenu", "enable_content_warning": "Basculer lavertissement de contenu",
"disable_content_warning": "Désactiver l'avertissement de contenu", "disable_content_warning": "Désactiver l'avertissement de contenu",
"post_visibility_menu": "Menu de Visibilité de la publication", "post_visibility_menu": "Menu de Visibilité de la publication"
"input_limit_remains_count": "La limite d'entrée reste %ld",
"input_limit_exceeds_count": "La limite d'entrée dépasse %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Rejeter la publication", "discard_post": "Rejeter la publication",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "publications", "posts": "publications",
"following": "abonnements", "following": "abonnements",
"followers": "abonnés", "followers": "abonnés"
"accessibility": {
"count_posts": "%ld publications",
"count_following": "%ld abonnés",
"count_followers": "%ld abonnés"
}
}, },
"fields": { "fields": {
"add_row": "Ajouter une rangée", "add_row": "Ajouter une rangée",
@ -463,9 +446,6 @@
"clear": "Effacer" "clear": "Effacer"
} }
}, },
"hashtag": {
"prompt": "%s personnes parlent"
},
"favorite": { "favorite": {
"title": "Vos favoris" "title": "Vos favoris"
}, },

View File

@ -2,6 +2,46 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>two</key>
<string>%ld characters</string>
<key>few</key>
<string>%ld characters</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>two</key>
<string>%ld characters</string>
<key>few</key>
<string>%ld characters</string>
<key>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -13,13 +53,33 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>post</string> <string>phost</string>
<key>two</key> <key>two</key>
<string>posts</string> <string>phost</string>
<key>few</key> <key>few</key>
<string>posts</string> <string>postaichean</string>
<key>other</key> <key>other</key>
<string>posts</string> <string>post</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>two</key>
<string>%ld posts</string>
<key>few</key>
<string>%ld posts</string>
<key>other</key>
<string>%ld posts</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
@ -33,13 +93,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 favorite</string> <string>%ld annsachd</string>
<key>two</key> <key>two</key>
<string>%ld favorites</string> <string>%ld annsachd</string>
<key>few</key> <key>few</key>
<string>%ld favorites</string> <string>%ld annsachdan</string>
<key>other</key> <key>other</key>
<string>%ld favorites</string> <string>%ld annsachd</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog</key> <key>plural.count.reblog</key>
@ -53,13 +113,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 reblog</string> <string>%ld bhrosnachadh</string>
<key>two</key> <key>two</key>
<string>%ld reblogs</string> <string>%ld bhrosnachadh</string>
<key>few</key> <key>few</key>
<string>%ld reblogs</string> <string>%ld brosnachaidhean</string>
<key>other</key> <key>other</key>
<string>%ld reblogs</string> <string>%ld brosnachadh</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.vote</key> <key>plural.count.vote</key>
@ -73,13 +133,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 vote</string> <string>%ld bhòt</string>
<key>two</key> <key>two</key>
<string>%ld votes</string> <string>%ld bhòt</string>
<key>few</key> <key>few</key>
<string>%ld votes</string> <string>%ld bhòtaichean</string>
<key>other</key> <key>other</key>
<string>%ld votes</string> <string>%ld bhòt</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.voter</key> <key>plural.count.voter</key>
@ -93,13 +153,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 voter</string> <string>%ld neach-bhòtaidh</string>
<key>two</key> <key>two</key>
<string>%ld voters</string> <string>%ld luchd-bhòtaidh</string>
<key>few</key> <key>few</key>
<string>%ld voters</string> <string>%ld luchd-bhòtaidh</string>
<key>other</key> <key>other</key>
<string>%ld voters</string> <string>%ld luchd-bhòtaidh</string>
</dict> </dict>
</dict> </dict>
<key>plural.people_talking</key> <key>plural.people_talking</key>
@ -113,13 +173,173 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 people talking</string> <string>%ld a bruidhinn</string>
<key>two</key> <key>two</key>
<string>%ld people talking</string> <string>%ld a bruidhinn</string>
<key>few</key> <key>few</key>
<string>%ld people talking</string> <string>%ld a bruidhinn</string>
<key>other</key> <key>other</key>
<string>%ld people talking</string> <string>%ld a bruidhinn</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>two</key>
<string>%ld following</string>
<key>few</key>
<string>%ld 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>two</key>
<string>%ld followers</string>
<key>few</key>
<string>%ld followers</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>two</key>
<string>%ld years left</string>
<key>few</key>
<string>%ld years 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>two</key>
<string>%ld months left</string>
<key>few</key>
<string>%ld 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>two</key>
<string>%ld days left</string>
<key>few</key>
<string>%ld days 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>two</key>
<string>%ld hours left</string>
<key>few</key>
<string>%ld hours 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>two</key>
<string>%ld minutes left</string>
<key>few</key>
<string>%ld minutes 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>two</key>
<string>%ld seconds left</string>
<key>few</key>
<string>%ld seconds left</string>
<key>other</key>
<string>%ld seconds left</string>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -2,506 +2,486 @@
"common": { "common": {
"alerts": { "alerts": {
"common": { "common": {
"please_try_again": "Please try again.", "please_try_again": "Feuch ris a-rithist.",
"please_try_again_later": "Please try again later." "please_try_again_later": "Feuch ris a-rithist an ceann greis."
}, },
"sign_up_failure": { "sign_up_failure": {
"title": "Sign Up Failure" "title": "Dhfhàillig leis a chlàradh"
}, },
"server_error": { "server_error": {
"title": "Server Error" "title": "Mearachd an fhrithealaiche"
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Dhfhàillig leis a bhòt",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Tilg air falbh an dreachd",
"message": "Confirm to discard composed post content." "message": "Dearbh tilgeil air falbh susbaint a phuist a sgrìobh thu."
}, },
"publish_post_failure": { "publish_post_failure": {
"title": "Publish Failure", "title": "Dhfhàillig leis an fhoillseachadh",
"message": "Failed to publish the post.\nPlease check your internet connection.", "message": "Cha deach leinn am post fhoillseachadh.\nThoir sùil air a cheangal agad ris an eadar-lìon.",
"attachments_message": { "attachments_message": {
"video_attach_with_photo": "Cannot attach a video to a post that already contains images.", "video_attach_with_photo": "Chan urrainn dhut video a cheangal ri post sa bheil dealbh mu thràth.",
"more_than_one_video": "Cannot attach more than one video." "more_than_one_video": "Chan urrainn dhut barrachd air aon video a cheangal ris."
} }
}, },
"edit_profile_failure": { "edit_profile_failure": {
"title": "Edit Profile Error", "title": "Mearachd le deasachadh na pròifil",
"message": "Cannot edit profile. Please try again." "message": "Cha b urrainn dhuinn a pròifil a dheasachadh. Feuch ris a-rithist."
}, },
"sign_out": { "sign_out": {
"title": "Sign Out", "title": "Clàraich a-mach",
"message": "Are you sure you want to sign out?", "message": "A bheil thu cinnteach gu bheil thu airson clàradh a-mach?",
"confirm": "Sign Out" "confirm": "Clàraich a-mach"
}, },
"block_domain": { "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": "A bheil thu cinnteach dha-rìribh gu bheil thu airson an àrainn %s a bhacadh uile gu lèir? Mar as trice, foghnaidh gun dèan thu bacadh no mùchadh no dhà gu sònraichte agus bhiod sin na b fheàrr. Chan fhaic thu susbaint on àrainn ud agus thèid an luchd-leantainn agad on àrainn ud a thoirt air falbh.",
"block_entire_domain": "Block Domain" "block_entire_domain": "Bac an àrainn"
}, },
"save_photo_failure": { "save_photo_failure": {
"title": "Save Photo Failure", "title": "Dhfhàillig le sàbhaladh an deilbh",
"message": "Please enable the photo library access permission to save the photo." "message": "Cuir cead inntrigidh do thasg-lann nan dealbhan an comas gus an dealbh a shàbhaladh."
}, },
"delete_post": { "delete_post": {
"title": "Are you sure you want to delete this post?", "title": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?",
"delete": "Delete" "delete": "Sguab às"
}, },
"clean_cache": { "clean_cache": {
"title": "Clean Cache", "title": "Falamhaich an tasgadan",
"message": "Successfully cleaned %s cache." "message": "Chaidh %s a thasgadan fhalamhachadh."
} }
}, },
"controls": { "controls": {
"actions": { "actions": {
"back": "Back", "back": "Air ais",
"next": "Next", "next": "Air adhart",
"previous": "Previous", "previous": "Air ais",
"open": "Open", "open": "Fosgail",
"add": "Add", "add": "Cuir ris",
"remove": "Remove", "remove": "Thoir air falbh",
"edit": "Edit", "edit": "Deasaich",
"save": "Save", "save": "Sàbhail",
"ok": "OK", "ok": "Ceart ma-thà",
"done": "Done", "done": "Deiseil",
"confirm": "Confirm", "confirm": "Dearbh",
"continue": "Continue", "continue": "Lean air adhart",
"cancel": "Cancel", "cancel": "Sguir dheth",
"discard": "Discard", "discard": "Tilg air falbh",
"try_again": "Try Again", "try_again": "Feuch ris a-rithist",
"take_photo": "Take Photo", "take_photo": "Tog dealbh",
"save_photo": "Save Photo", "save_photo": "Sàbhail an dealbh",
"copy_photo": "Copy Photo", "copy_photo": "Dèan lethbhreac dhen dealbh",
"sign_in": "Sign In", "sign_in": "Clàraich a-steach",
"sign_up": "Sign Up", "sign_up": "Clàraich leinn",
"see_more": "See More", "see_more": "Seall a bharrachd",
"preview": "Preview", "preview": "Ro-sheall",
"share": "Share", "share": "Co-roinn",
"share_user": "Share %s", "share_user": "Co-roinn %s",
"share_post": "Share Post", "share_post": "Co-roinn am post",
"open_in_safari": "Open in Safari", "open_in_safari": "Fosgail ann an Safari",
"find_people": "Find people to follow", "find_people": "Lorg daoine a leanas tu",
"manually_search": "Manually search instead", "manually_search": "Lorg a làimh na àite",
"skip": "Skip", "skip": "Leum thairis air",
"reply": "Reply", "reply": "Freagair",
"report_user": "Report %s", "report_user": "Dèan gearan mu %s",
"block_domain": "Block %s", "block_domain": "Bac %s",
"unblock_domain": "Unblock %s", "unblock_domain": "Dì-bhac %s",
"settings": "Settings", "settings": "Roghainnean",
"delete": "Delete" "delete": "Sguab às"
}, },
"tabs": { "tabs": {
"home": "Home", "home": "Dachaigh",
"search": "Search", "search": "Lorg",
"notification": "Notification", "notification": "Brath",
"profile": "Profile" "profile": "Pròifil"
}, },
"keyboard": { "keyboard": {
"common": { "common": {
"switch_to_tab": "Switch to %s", "switch_to_tab": "Geàrr leum gu %s",
"compose_new_post": "Compose New Post", "compose_new_post": "Sgrìobh post ùr",
"show_favorites": "Show Favorites", "show_favorites": "Seall na h-annsachdan",
"open_settings": "Open Settings" "open_settings": "Fosgail na roghainnean"
}, },
"timeline": { "timeline": {
"previous_status": "Previous Post", "previous_status": "Am post roimhe",
"next_status": "Next Post", "next_status": "An ath-phost",
"open_status": "Open Post", "open_status": "Fosgail am post",
"open_author_profile": "Open Author's Profile", "open_author_profile": "Fosgail pròifil an ùghdair",
"open_reblogger_profile": "Open Reblogger's Profile", "open_reblogger_profile": "Fosgail pròifil an neach-brosnachaidh",
"reply_status": "Reply to Post", "reply_status": "Freagair do phost",
"toggle_reblog": "Toggle Reblog on Post", "toggle_reblog": "Toglaich brosnachadh a phuist",
"toggle_favorite": "Toggle Favorite on Post", "toggle_favorite": "Toglaich annsachd a phuist",
"toggle_content_warning": "Toggle Content Warning", "toggle_content_warning": "Toglaich rabhadh susbainte a phuist",
"preview_image": "Preview Image" "preview_image": "Ro-sheall an dealbh"
}, },
"segmented_control": { "segmented_control": {
"previous_section": "Previous Section", "previous_section": "An earrann roimhpe",
"next_section": "Next Section" "next_section": "An ath earrann"
} }
}, },
"status": { "status": {
"user_reblogged": "%s reblogged", "user_reblogged": "Tha %s ga bhrosnachadh",
"user_replied_to": "Replied to %s", "user_replied_to": "Air %s fhreagairt",
"show_post": "Show Post", "show_post": "Seall am post",
"show_user_profile": "Show user profile", "show_user_profile": "Seall pròifil a chleachdaiche",
"content_warning": "Content Warning", "content_warning": "Rabhadh susbainte",
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Thoir gnogag àite sam bith gus a nochdadh",
"poll": { "poll": {
"vote": "Vote", "vote": "Cuir bhòt",
"time_left": "%s left", "closed": "Dùinte"
"closed": "Closed"
}, },
"actions": { "actions": {
"reply": "Reply", "reply": "Freagair",
"reblog": "Reblog", "reblog": "Brosnaich",
"unreblog": "Undo reblog", "unreblog": "Na brosnaich tuilleadh",
"favorite": "Favorite", "favorite": "Cuir ris na h-annsachdan",
"unfavorite": "Unfavorite", "unfavorite": "Thoir air falbh o na h-annsachdan",
"menu": "Menu" "menu": "Clàr-taice"
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
"mention": "Mention", "mention": "Iomradh",
"link": "Link", "link": "Ceangal",
"hashtag": "Hashtag", "hashtag": "Taga hais",
"email": "Email", "email": "Post-d",
"emoji": "Emoji" "emoji": "Emoji"
} }
}, },
"friendship": { "friendship": {
"follow": "Follow", "follow": "Lean air",
"following": "Following", "following": "Ga leantainn",
"request": "Request", "request": "Iarrtas",
"pending": "Pending", "pending": "Ri dhèiligeadh",
"block": "Block", "block": "Bac",
"block_user": "Block %s", "block_user": "Bac %s",
"block_domain": "Block %s", "block_domain": "Bac %s",
"unblock": "Unblock", "unblock": "Dì-bhac",
"unblock_user": "Unblock %s", "unblock_user": "Dì-bhac %s",
"blocked": "Blocked", "blocked": "Ga bhacadh",
"mute": "Mute", "mute": "Mùch",
"mute_user": "Mute %s", "mute_user": "Mùch %s",
"unmute": "Unmute", "unmute": "Dì-mhùch",
"unmute_user": "Unmute %s", "unmute_user": "Dì-mhùch %s",
"muted": "Muted", "muted": "Ga mhùchadh",
"edit_info": "Edit Info" "edit_info": "Deasaich"
}, },
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Criathraichte",
"timestamp": { "timestamp": {
"now": "Now", "now": "An-dràsta"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Luchdaich postaichean a dhìth",
"loading_missing_posts": "Loading missing posts...", "loading_missing_posts": "A luchdadh nam post a tha a dhìth…",
"show_more_replies": "Show more replies" "show_more_replies": "Seall barrachd freagairtean"
}, },
"header": { "header": {
"no_status_found": "No Post Found", "no_status_found": "Cha deach post a lorg",
"blocking_warning": "You cant view this user's profile\n until you unblock them.\nYour profile looks like this to them.", "blocking_warning": "Chan fhaic thu pròifil a chleachdaiche seo\n gus an dì-bhac thu iad.\nSeo an coltas a th air a phròifil agad dhaibh-san.",
"user_blocking_warning": "You cant view %ss profile\n until you unblock them.\nYour profile looks like this to them.", "user_blocking_warning": "Chan fhaic thu a phròifil aig %s\n gus an dì-bhac thu iad.\nSeo an coltas a th air a phròifil agad dhaibh-san.",
"blocked_warning": "You cant view this users profile\n until they unblock you.", "blocked_warning": "Chan fhaic thu pròifil a chleachdaiche seo\n mus dì-bhac iad thu.",
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "Chan fhaic thu a phròifil aig %s\n mus dì-bhac iad thu.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "Chaidh an cleachdaiche seo a chur à rèim.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "Chaidh an cunntas aig %s a chur à rèim."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
}, },
"scene": { "scene": {
"welcome": { "welcome": {
"slogan": "Social networking\nback in your hands." "slogan": "A cur nan lìonraidhean sòisealta\nnad làmhan fhèin."
}, },
"server_picker": { "server_picker": {
"title": "Pick a server,\nany server.", "title": "Tagh frithealaiche sam bith.",
"button": { "button": {
"category": { "category": {
"all": "All", "all": "Na h-uile",
"all_accessiblity_description": "Category: All", "all_accessiblity_description": "Roinn-seòrsa: Na h-uile",
"academia": "academia", "academia": "saoghal nan sgoilear",
"activism": "activism", "activism": "iomairteachd",
"food": "food", "food": "biadh",
"furry": "furry", "furry": "furry",
"games": "games", "games": "geamannan",
"general": "general", "general": "coitcheann",
"journalism": "journalism", "journalism": "naidheachdas",
"lgbt": "lgbt", "lgbt": "LGBT",
"regional": "regional", "regional": "ionadail",
"art": "art", "art": "ealain",
"music": "music", "music": "ceòl",
"tech": "tech" "tech": "teicneolas"
}, },
"see_less": "See Less", "see_less": "Seall nas lugha",
"see_more": "See More" "see_more": "Seall a bharrachd"
}, },
"label": { "label": {
"language": "LANGUAGE", "language": "CÀNAN",
"users": "USERS", "users": "CLEACHDAICHEAN",
"category": "CATEGORY" "category": "ROINN-SEÒRSA"
}, },
"input": { "input": {
"placeholder": "Find a server or join your own..." "placeholder": "Lorg frithealaiche no gabh pàirt san fhear agad fhèin…"
}, },
"empty_state": { "empty_state": {
"finding_servers": "Finding available servers...", "finding_servers": "A lorg nam frithealaichean ri am faighinn…",
"bad_network": "Something went wrong while loading the data. Check your internet connection.", "bad_network": "Chaidh rudeigin ceàrr le luchdadh an dàta. Thoir sùil air a cheangal agad ris an eadar-lìon.",
"no_results": "No results" "no_results": "Gun toradh"
} }
}, },
"register": { "register": {
"title": "Tell us about you.", "title": "Innis dhuinn mu do dhèidhinn.",
"input": { "input": {
"avatar": { "avatar": {
"delete": "Delete" "delete": "Sguab às"
}, },
"username": { "username": {
"placeholder": "username", "placeholder": "ainm-cleachdaiche",
"duplicate_prompt": "This username is taken." "duplicate_prompt": "Tha an t-ainm-cleachdaiche seo aig cuideigin eile."
}, },
"display_name": { "display_name": {
"placeholder": "display name" "placeholder": "ainm-taisbeanaidh"
}, },
"email": { "email": {
"placeholder": "email" "placeholder": "post-d"
}, },
"password": { "password": {
"placeholder": "password", "placeholder": "facal-faire",
"hint": "Your password needs at least eight characters" "hint": "Feumaidh ochd caractaran a bhith san fhacal-fhaire agad air a char as giorra"
}, },
"invite": { "invite": {
"registration_user_invite_request": "Why do you want to join?" "registration_user_invite_request": "Carson a bu mhiann leat ballrachd fhaighinn?"
} }
}, },
"error": { "error": {
"item": { "item": {
"username": "Username", "username": "Ainm-cleachdaiche",
"email": "Email", "email": "Post-d",
"password": "Password", "password": "Facal-faire",
"agreement": "Agreement", "agreement": "Aonta",
"locale": "Locale", "locale": "Sgeama ionadail",
"reason": "Reason" "reason": "Adhbhar"
}, },
"reason": { "reason": {
"blocked": "%s contains a disallowed email provider", "blocked": "Tha solaraiche puist-d nach eil ceadaichte am broinn %s",
"unreachable": "%s does not seem to exist", "unreachable": "Tha coltas nach eil %s ann",
"taken": "%s is already in use", "taken": "Tha %s ga chleachdadh mu thràth",
"reserved": "%s is a reserved keyword", "reserved": "S e facal glèidhte a th ann an %s",
"accepted": "%s must be accepted", "accepted": "Feumaidh tu aontachadh ri %s",
"blank": "%s is required", "blank": "Tha %s riatanach",
"invalid": "%s is invalid", "invalid": "Chan eil %s dligheach",
"too_long": "%s is too long", "too_long": "Tha %s ro fhada",
"too_short": "%s is too short", "too_short": "Tha %s ro ghoirid",
"inclusion": "%s is not a supported value" "inclusion": "Cha chuir sinn taic ri luach %s"
}, },
"special": { "special": {
"username_invalid": "Username must only contain alphanumeric characters and underscores", "username_invalid": "Chan fhaod ach litrichean gun stràcan is fo-loidhnichean a bhith am broinn ainm-cleachdaiche",
"username_too_long": "Username is too long (cant be longer than 30 characters)", "username_too_long": "Tha an t-ainm-cleachdaiche ro fhada (chan fhaod e a bhith nas fhaide na 30 caractar)",
"email_invalid": "This is not a valid email address", "email_invalid": "Chan e seòladh puist-d dligheach a tha seo",
"password_too_short": "Password is too short (must be at least 8 characters)" "password_too_short": "Tha am facal-faire ro ghoirid (feumaidh 8 caractaran a bhith ann air a char as giorra)"
} }
} }
}, },
"server_rules": { "server_rules": {
"title": "Some ground rules.", "title": "Riaghailt bhunasach no dhà.",
"subtitle": "These rules are set by the admins of %s.", "subtitle": "Shuidhich rianairean %s na riaghailtean seo.",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.", "prompt": "Ma leanas tu air adhart, bidh thu fo bhuaidh teirmichean seirbheise is poileasaidh prìobhaideachd %s.",
"terms_of_service": "terms of service", "terms_of_service": "teirmichean na seirbheise",
"privacy_policy": "privacy policy", "privacy_policy": "poileasaidh prìobhaideachd",
"button": { "button": {
"confirm": "I Agree" "confirm": "Gabhaidh mi ris"
} }
}, },
"confirm_email": { "confirm_email": {
"title": "One last thing.", "title": "Aon rud eile.",
"subtitle": "We just sent an email to %s,\ntap the link to confirm your account.", "subtitle": "Tha sinn air post-d a chur gu %s,\nthoir gnogag air a chunntas a dhearbhadh a chunntais agad.",
"button": { "button": {
"open_email_app": "Open Email App", "open_email_app": "Fosgail aplacaid a phuist-d",
"dont_receive_email": "I never got an email" "dont_receive_email": "Cha d fhuair mi post-d a-riamh"
}, },
"dont_receive_email": { "dont_receive_email": {
"title": "Check your email", "title": "Thoir sùil air a phost-d agad",
"description": "Check if your email address is correct as well as your junk folder if you havent.", "description": "Dearbh gu bheil an seòladh puist-d agad mar bu chòir agus nach eil dad ann am pasgan an truilleis.",
"resend_email": "Resend Email" "resend_email": "Cuir am post-d a-rithist"
}, },
"open_email_app": { "open_email_app": {
"title": "Check your inbox.", "title": "Thoir sùil air a bhogsa a-steach agad.",
"description": "We just sent you an email. Check your junk folder if you havent.", "description": "Tha sinn air post-d a chur thugad. Thoir sùil air pasgan an truilleis agad mura d fhuair thu e.",
"mail": "Mail", "mail": "Post",
"open_email_client": "Open Email Client" "open_email_client": "Fosgail cliant puist-d"
} }
}, },
"home_timeline": { "home_timeline": {
"title": "Home", "title": "Dachaigh",
"navigation_bar_state": { "navigation_bar_state": {
"offline": "Offline", "offline": "Far loidhne",
"new_posts": "See new posts", "new_posts": "Seall na postaichean ùra",
"published": "Published!", "published": "Chaidh fhoillseachadh!",
"Publishing": "Publishing post..." "Publishing": "A foillseachadh a phuist…"
} }
}, },
"suggestion_account": { "suggestion_account": {
"title": "Find People to Follow", "title": "Lorg daoine a leanas tu",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "Nuair a leanas tu air cuideigin, chì thu na puist aca air inbhir na dachaigh agad."
},
"public_timeline": {
"title": "Public"
}, },
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "Post ùr",
"new_reply": "New Reply" "new_reply": "Freagairt ùr"
}, },
"media_selection": { "media_selection": {
"camera": "Take Photo", "camera": "Tog dealbh",
"photo_library": "Photo Library", "photo_library": "Leabhar-lann nan dealbhan",
"browse": "Browse" "browse": "Rùraich"
}, },
"content_input_placeholder": "Type or paste whats on your mind", "content_input_placeholder": "Sgrìobh no cuir ann na tha air d aire",
"compose_action": "Publish", "compose_action": "Foillsich",
"replying_to_user": "replying to %s", "replying_to_user": "a freagairt gu %s",
"attachment": { "attachment": {
"photo": "photo", "photo": "dealbh",
"video": "video", "video": "video",
"attachment_broken": "This %s is broken and cant be\nuploaded to Mastodon.", "attachment_broken": "Seo %s a tha briste is cha ghabh\na luchdadh suas gu Mastodon.",
"description_photo": "Describe the photo for the visually-impaired...", "description_photo": "Mìnich an dealbh dhan fheadhainn air a bheil cion-lèirsinne…",
"description_video": "Describe the video for the visually-impaired..." "description_video": "Mìnich a video dhan fheadhainn air a bheil cion-lèirsinne…"
}, },
"poll": { "poll": {
"duration_time": "Duration: %s", "duration_time": "Faide: %s",
"thirty_minutes": "30 minutes", "thirty_minutes": "Leth-uair a thìde",
"one_hour": "1 Hour", "one_hour": "Uair a thìde",
"six_hours": "6 Hours", "six_hours": "6 uairean a thìde",
"one_day": "1 Day", "one_day": "Latha",
"three_days": "3 Days", "three_days": "3 làithean",
"seven_days": "7 Days", "seven_days": "Seachdain",
"option_number": "Option %ld" "option_number": "Roghainn %ld"
}, },
"content_warning": { "content_warning": {
"placeholder": "Write an accurate warning here..." "placeholder": "Sgrìobh rabhadh pongail an-seo…"
}, },
"visibility": { "visibility": {
"public": "Public", "public": "Poblach",
"unlisted": "Unlisted", "unlisted": "Falaichte o liostaichean",
"private": "Followers only", "private": "Luchd-leantainn a-mhàin",
"direct": "Only people I mention" "direct": "Daoine air an dug mi iomradh a-mhàin"
}, },
"auto_complete": { "auto_complete": {
"space_to_add": "Space to add" "space_to_add": "Space to add"
}, },
"accessibility": { "accessibility": {
"append_attachment": "Add Attachment", "append_attachment": "Cuir ceanglachan ris",
"append_poll": "Add Poll", "append_poll": "Cuir cunntas-bheachd ris",
"remove_poll": "Remove Poll", "remove_poll": "Thoir air falbh an cunntas-bheachd",
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Roghnaichear nan Emoji gnàthaichte",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Cuir rabhadh susbainte an comas",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Cuir rabhadh susbainte à comas",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Clàr-taice faicsinneachd a phuist"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Tilg air falbh am post",
"publish_post": "Publish Post", "publish_post": "Foillsich am post",
"toggle_poll": "Toggle Poll", "toggle_poll": "Toglaich an cunntas-bheachd",
"toggle_content_warning": "Toggle Content Warning", "toggle_content_warning": "Toglaich rabhadh susbainte",
"append_attachment_entry": "Add Attachment - %s", "append_attachment_entry": "Cuir ceanglachan ris %s",
"select_visibility_entry": "Select Visibility - %s" "select_visibility_entry": "Tagh an fhaicsinneachd %s"
} }
}, },
"profile": { "profile": {
"dashboard": { "dashboard": {
"posts": "posts", "posts": "postaichean",
"following": "following", "following": "a leantainn",
"followers": "followers", "followers": "luchd-leantainn"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Cuir ràgh ris",
"placeholder": { "placeholder": {
"label": "Label", "label": "Leubail",
"content": "Content" "content": "Susbaint"
} }
}, },
"segmented_control": { "segmented_control": {
"posts": "Posts", "posts": "Postaichean",
"replies": "Replies", "replies": "Freagairtean",
"media": "Media" "media": "Meadhanan"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Unmute Account", "title": "Dì-mhùch an cunntas",
"message": "Confirm to unmute %s" "message": "Dearbh dì-mhùchadh %s"
}, },
"confirm_unblock_usre": { "confirm_unblock_usre": {
"title": "Unblock Account", "title": "Dì-bhac an cunntas",
"message": "Confirm to unblock %s" "message": "Dearbh dì-bhacadh %s"
} }
} }
}, },
"search": { "search": {
"title": "Search", "title": "Lorg",
"search_bar": { "search_bar": {
"placeholder": "Search hashtags and users", "placeholder": "Lorg sna tagaichean hais is cleachdaichean",
"cancel": "Cancel" "cancel": "Sguir dheth"
}, },
"recommend": { "recommend": {
"button_text": "See All", "button_text": "Seall na h-uile",
"hash_tag": { "hash_tag": {
"title": "Trending on Mastodon", "title": "A treandadh air Mastodon",
"description": "Hashtags that are getting quite a bit of attention", "description": "Tagaichean hais le aire orra an-dràsta",
"people_talking": "%s people are talking" "people_talking": "Tha %s a bruidhinn"
}, },
"accounts": { "accounts": {
"title": "Accounts you might like", "title": "Cunntasan a chòrdas riut ma dhfhaoidte",
"description": "You may like to follow these accounts", "description": "Saoil am bu toigh leat leantainn air na cunntasan seo?",
"follow": "Follow" "follow": "Lean air"
} }
}, },
"searching": { "searching": {
"segment": { "segment": {
"all": "All", "all": "Na h-uile",
"people": "People", "people": "Daoine",
"hashtags": "Hashtags", "hashtags": "Tagaichean hais",
"posts": "Posts" "posts": "Postaichean"
}, },
"empty_state": { "empty_state": {
"no_results": "No results" "no_results": "Gun toradh"
}, },
"recent_search": "Recent searches", "recent_search": "Na lorg thu o chionn goirid",
"clear": "Clear" "clear": "Falamhaich"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Na h-annsachdan agad"
}, },
"notification": { "notification": {
"title": { "title": {
"Everything": "Everything", "Everything": "A h-uile rud",
"Mentions": "Mentions" "Mentions": "Iomraidhean"
}, },
"action": { "action": {
"follow": "followed you", "follow": "followed you",
"favourite": "favorited your post", "favourite": "favorited your post",
"reblog": "reblogged your post", "reblog": "reblogged your post",
"poll": "Your poll has ended", "poll": "Thàinig an cunntas-bheachd agad gu crìoch",
"mention": "mentioned you", "mention": "mentioned you",
"follow_request": "requested to follow you" "follow_request": "requested to follow you"
}, },
"keyobard": { "keyobard": {
"show_everything": "Show Everything", "show_everything": "Seall a h-uile càil",
"show_mentions": "Show Mentions" "show_mentions": "Seall na h-iomraidhean"
} }
}, },
"thread": { "thread": {
"back_title": "Post", "back_title": "Post",
"title": "Post from %s" "title": "Post o %s"
}, },
"settings": { "settings": {
"title": "Settings", "title": "Roghainnean",
"section": { "section": {
"appearance": { "appearance": {
"title": "Appearance", "title": "Coltas",
"automatic": "Automatic", "automatic": "Fèin-obrachail",
"light": "Always Light", "light": "Soilleir an-còmhnaidh",
"dark": "Always Dark" "dark": "Dorcha an-còmhnaidh"
}, },
"notifications": { "notifications": {
"title": "Notifications", "title": "Brathan",
"favorites": "Favorites my post", "favorites": "Favorites my post",
"follows": "Follows me", "follows": "Follows me",
"boosts": "Reblogs my post", "boosts": "Reblogs my post",
@ -515,46 +495,46 @@
} }
}, },
"preference": { "preference": {
"title": "Preferences", "title": "Roghainnean",
"true_black_dark_mode": "True black dark mode", "true_black_dark_mode": "Modh dubh dorcha",
"disable_avatar_animation": "Disable animated avatars", "disable_avatar_animation": "Cuir beothachadh nan avataran à comas",
"disable_emoji_animation": "Disable animated emojis", "disable_emoji_animation": "Cuir beothachadh nan Emojis à comas",
"using_default_browser": "Use default browser to open links" "using_default_browser": "Cleachd am brabhsair bunaiteach airson ceanglaichean fhosgladh"
}, },
"boring_zone": { "boring_zone": {
"title": "The Boring Zone", "title": "An earrann ràsanach",
"account_settings": "Account Settings", "account_settings": "Roghainnean a chunntais",
"terms": "Terms of Service", "terms": "Teirmichean na seirbheise",
"privacy": "Privacy Policy" "privacy": "Am poileasaidh prìobhaideachd"
}, },
"spicy_zone": { "spicy_zone": {
"title": "The Spicy Zone", "title": "Gnìomhan",
"clear": "Clear Media Cache", "clear": "Falamhaich tasgadan nam meadhanan",
"signout": "Sign Out" "signout": "Clàraich a-mach"
} }
}, },
"footer": { "footer": {
"mastodon_description": "Mastodon is open source software. You can report issues on GitHub at %s (%s)" "mastodon_description": "S e bathar-bog le bun-tùs fosgailte a th ann am Mastodon. S urrainn dhut aithris a dhèanamh air duilgheadasan air GitHub fo %s (%s)"
}, },
"keyboard": { "keyboard": {
"close_settings_window": "Close Settings Window" "close_settings_window": "Dùin uinneag nan roghainnean"
} }
}, },
"report": { "report": {
"title": "Report %s", "title": "Dèan gearan mu %s",
"step1": "Step 1 of 2", "step1": "Ceum 1 à 2",
"step2": "Step 2 of 2", "step2": "Ceum 2 à 2",
"content1": "Are there any other posts youd like to add to the report?", "content1": "A bheil post sam bith eile ann a bu mhiann leat cur ris a ghearan?",
"content2": "Is there anything the moderators should know about this report?", "content2": "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?",
"send": "Send Report", "send": "Cuir an gearan",
"skip_to_send": "Send without comment", "skip_to_send": "Cuir gun bheachd ris",
"text_placeholder": "Type or paste additional comments" "text_placeholder": "Sgrìobh no cuir ann beachdan a bharrachd"
}, },
"preview": { "preview": {
"keyboard": { "keyboard": {
"close_preview": "Close Preview", "close_preview": "Dùin an ro-shealladh",
"show_next": "Show Next", "show_next": "Air adhart",
"show_previous": "Show Previous" "show_previous": "Air ais"
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"NSCameraUsageDescription": "Used to take photo for post status", "NSCameraUsageDescription": "Ga chleachdadh airson dealbh a thogail do staid puist",
"NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library", "NSPhotoLibraryAddUsageDescription": "Ga chleachdadh airson dealbh a shàbhaladh ann an tasg-lann nan dealbhan",
"NewPostShortcutItemTitle": "New Post", "NewPostShortcutItemTitle": "Post ùr",
"SearchShortcutItemTitle": "Search" "SearchShortcutItemTitle": "Lorg"
} }

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Vote Failure",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Discard Draft",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,34 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>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>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -16,6 +44,20 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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>other</key>
<string>%ld posts</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -86,5 +128,117 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>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>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>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>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>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>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>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>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "投票の失敗", "title": "投票の失敗",
"poll_expired": "投票は終了しました" "poll_ended": "投票は終了しました"
}, },
"discard_post_content": { "discard_post_content": {
"title": "トゥートを破棄しますか?", "title": "トゥートを破棄しますか?",
@ -130,7 +130,6 @@
"media_content_warning": "どこかをタップして表示", "media_content_warning": "どこかをタップして表示",
"poll": { "poll": {
"vote": "投票", "vote": "投票",
"time_left": "残り%s",
"closed": "クローズド" "closed": "クローズド"
}, },
"actions": { "actions": {
@ -166,13 +165,12 @@
"unmute": "ミュートを解除", "unmute": "ミュートを解除",
"unmute_user": "%sのミュートを解除", "unmute_user": "%sのミュートを解除",
"muted": "ミュート済み", "muted": "ミュート済み",
"edit_info": "Edit Info" "edit_info": "編集"
}, },
"timeline": { "timeline": {
"filtered": "フィルター済み", "filtered": "フィルター済み",
"timestamp": { "timestamp": {
"now": "今", "now": "今"
"time_ago": "%s前"
}, },
"loader": { "loader": {
"load_missing_posts": "不足しているトゥートを読み込む", "load_missing_posts": "不足しているトゥートを読み込む",
@ -187,11 +185,6 @@
"user_blocked_warning": "%sがブロックを解除しない限りプロフィールをみることはできません。", "user_blocked_warning": "%sがブロックを解除しない限りプロフィールをみることはできません。",
"suspended_warning": "このユーザーは停止されています。", "suspended_warning": "このユーザーは停止されています。",
"user_suspended_warning": "%sのアカウントは停止されました。" "user_suspended_warning": "%sのアカウントは停止されました。"
},
"accessibility": {
"count_replies": "%s リプライ",
"count_reblogs": "%s ブースト",
"count_favorites": "%s いいね"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "フォローする人を探す", "title": "フォローする人を探す",
"follow_explain": "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。" "follow_explain": "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。"
}, },
"public_timeline": {
"title": "公開"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "新しいトゥート", "new_post": "新しいトゥート",
@ -383,9 +373,7 @@
"custom_emoji_picker": "カスタム絵文字ピッカー", "custom_emoji_picker": "カスタム絵文字ピッカー",
"enable_content_warning": "コンテンツ警告を有効にする", "enable_content_warning": "コンテンツ警告を有効にする",
"disable_content_warning": "コンテンツ警告を無効にする", "disable_content_warning": "コンテンツ警告を無効にする",
"post_visibility_menu": "投稿の表示メニュー", "post_visibility_menu": "投稿の表示メニュー"
"input_limit_remains_count": "入力制限は残り %ld",
"input_limit_exceeds_count": "最大文字数を超えました。 %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "トゥートを破棄", "discard_post": "トゥートを破棄",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "トゥート", "posts": "トゥート",
"following": "フォロー中", "following": "フォロー中",
"followers": "フォロワー", "followers": "フォロワー"
"accessibility": {
"count_posts": "%ld トゥート",
"count_following": "%ld フォロー中",
"count_followers": "%ld フォロワー"
}
}, },
"fields": { "fields": {
"add_row": "行追加", "add_row": "行追加",
@ -463,9 +446,6 @@
"clear": "クリア" "clear": "クリア"
} }
}, },
"hashtag": {
"prompt": "%s人がこの話題について話しています"
},
"favorite": { "favorite": {
"title": "あなたのいいね" "title": "あなたのいいね"
}, },

View File

@ -2,6 +2,34 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>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>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -16,6 +44,20 @@
<string>게시물</string> <string>게시물</string>
</dict> </dict>
</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>other</key>
<string>%ld posts</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -86,5 +128,117 @@
<string>%ld 명이 말하고 있음</string> <string>%ld 명이 말하고 있음</string>
</dict> </dict>
</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>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>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>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>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>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>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>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>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "투표 실패", "title": "투표 실패",
"poll_expired": "투표가 만료되었습니다" "poll_ended": "투표가 끝났습니다"
}, },
"discard_post_content": { "discard_post_content": {
"title": "초안 버리기", "title": "초안 버리기",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "투표", "vote": "투표",
"time_left": "%s 남음",
"closed": "마감" "closed": "마감"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "필터됨", "filtered": "필터됨",
"timestamp": { "timestamp": {
"now": "지금", "now": "지금"
"time_ago": "%s 전"
}, },
"loader": { "loader": {
"load_missing_posts": "빈 게시물 불러오기", "load_missing_posts": "빈 게시물 불러오기",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "이 사용자는 정지된 상태입니다.", "suspended_warning": "이 사용자는 정지된 상태입니다.",
"user_suspended_warning": "%s의 계정은 정지된 상태입니다." "user_suspended_warning": "%s의 계정은 정지된 상태입니다."
},
"accessibility": {
"count_replies": "%s개의 답장",
"count_reblogs": "%s개의 리블로그",
"count_favorites": "%s개의 즐겨찾기"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "커스텀 에모지 선택기", "custom_emoji_picker": "커스텀 에모지 선택기",
"enable_content_warning": "열람 주의 설정", "enable_content_warning": "열람 주의 설정",
"disable_content_warning": "열람 주의 해제", "disable_content_warning": "열람 주의 해제",
"post_visibility_menu": "게시물 공개범위 메뉴", "post_visibility_menu": "게시물 공개범위 메뉴"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "글 버리기", "discard_post": "글 버리기",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "게시물", "posts": "게시물",
"following": "팔로잉", "following": "팔로잉",
"followers": "팔로워", "followers": "팔로워"
"accessibility": {
"count_posts": "%ld 게시물",
"count_following": "%ld 팔로잉",
"count_followers": "%ld 팔로워"
}
}, },
"fields": { "fields": {
"add_row": "행 추가", "add_row": "행 추가",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -0,0 +1,278 @@
<?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.input_limit_exceeds</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Invoer limiet overschrijdt %#@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 teken</string>
<key>other</key>
<string>%ld tekens</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_remains</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Invoerlimiet blijft %#@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 teken</string>
<key>other</key>
<string>%ld tekens</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>bericht</string>
<key>other</key>
<string>berichten</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 bericht</string>
<key>other</key>
<string>%ld berichten</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 favoriet</string>
<key>other</key>
<string>%ld favorieten</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 gedeeld bericht</string>
<key>other</key>
<string>%ld gedeelde berichten</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 stem</string>
<key>other</key>
<string>%ld stemmen</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 kiezer</string>
<key>other</key>
<string>%ld kiezers</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 gebruiker die praat</string>
<key>other</key>
<string>%ld gebruikers die praten</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 volgend</string>
<key>other</key>
<string>%ld volgend</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 volger</string>
<key>other</key>
<string>%ld volgers</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 jaar resterend</string>
<key>other</key>
<string>%ld jaren resterend</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 maanden resterend</string>
<key>other</key>
<string>%ld maanden resterend</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 dag resterend</string>
<key>other</key>
<string>%ld dagen resterend</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 uur resterend</string>
<key>other</key>
<string>%ld uur resterend</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 minuut resterend</string>
<key>other</key>
<string>%ld minuten resterend</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 seconde resterend</string>
<key>other</key>
<string>%ld seconden resterend</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,541 @@
{
"common": {
"alerts": {
"common": {
"please_try_again": "Probeer het opnieuw.",
"please_try_again_later": "Probeer het later nog eens."
},
"sign_up_failure": {
"title": "Registratiefout"
},
"server_error": {
"title": "Serverfout"
},
"vote_failure": {
"title": "Stemmen Mislukt",
"poll_ended": "De peiling is beëindigd"
},
"discard_post_content": {
"title": "Concept Verwijderen",
"message": "Bevestig het verwijderen van het concept bericht."
},
"publish_post_failure": {
"title": "Publicatiefout",
"message": "Het publiceren van het bericht is mislukt. Controleer alstublieft uw internetverbinding.",
"attachments_message": {
"video_attach_with_photo": "Een video kan niet aan een bericht met afbeeldingen worden gekoppeld.",
"more_than_one_video": "Slechts één video kan aan een bericht worden gekoppeld."
}
},
"edit_profile_failure": {
"title": "Profiel bewerken mislukt",
"message": "Het profiel kan niet bewerkt worden. Probeer het opnieuw."
},
"sign_out": {
"title": "Afmelden",
"message": "Weet u zeker dat u zich wilt afmelden?",
"confirm": "Afmelden"
},
"block_domain": {
"title": "Weet u zeker dat u alles van %s wilt blokkeren? In de meeste gevallen is het blokkeren of negeren van een paar specifieke personen voldoende en wenselijker. U zult geen berichten meer zien van dit domein en volgers van dit domein worden verwijderd.",
"block_entire_domain": "Domein blokkeren"
},
"save_photo_failure": {
"title": "Foto Opslaan Mislukt",
"message": "Geef toestemming om de foto op te slaan."
},
"delete_post": {
"title": "Weet u zeker dat u dit bericht wilt verwijderen?",
"delete": "Verwijderen"
},
"clean_cache": {
"title": "Cache-geheugen Wissen",
"message": "Cache-geheugen (%s) succesvol gewist."
}
},
"controls": {
"actions": {
"back": "Terug",
"next": "Volgende",
"previous": "Vorige",
"open": "Open",
"add": "Toevoegen",
"remove": "Verwijderen",
"edit": "Bewerken",
"save": "Opslaan",
"ok": "Oké",
"done": "Klaar",
"confirm": "Bevestigen",
"continue": "Doorgaan",
"cancel": "Annuleren",
"discard": "Weggooien",
"try_again": "Probeer Opnieuw",
"take_photo": "Foto Maken",
"save_photo": "Foto Opslaan",
"copy_photo": "Foto kopiëren",
"sign_in": "Aanmelden",
"sign_up": "Registreren",
"see_more": "Meer",
"preview": "Voorvertoning",
"share": "Delen",
"share_user": "Delen %s",
"share_post": "Bericht Delen",
"open_in_safari": "Open in Safari",
"find_people": "Zoek mensen om te volgen",
"manually_search": "Handmatig zoeken",
"skip": "Overslaan",
"reply": "Reageren",
"report_user": "Rapporteer %s",
"block_domain": "Blokkeer %s",
"unblock_domain": "Deblokkeer %s",
"settings": "Instellingen",
"delete": "Verwijderen"
},
"tabs": {
"home": "Start",
"search": "Zoeken",
"notification": "Melding",
"profile": "Profiel"
},
"keyboard": {
"common": {
"switch_to_tab": "Wisselen naar %s",
"compose_new_post": "Nieuw Bericht Opstellen",
"show_favorites": "Favorieten Weergeven",
"open_settings": "Open Instellingen"
},
"timeline": {
"previous_status": "Vorig Bericht",
"next_status": "Volgend Bericht",
"open_status": "Open Bericht",
"open_author_profile": "Open Auteursprofiel",
"open_reblogger_profile": "Open Delersprofiel",
"reply_status": "Reageren",
"toggle_reblog": "Delen bij berichten omschakelen",
"toggle_favorite": "Favoriet Omschakelen bij Bericht",
"toggle_content_warning": "Inhoudswaarschuwing Omschakelen",
"preview_image": "Voorvertoning Afbeelding"
},
"segmented_control": {
"previous_section": "Vorige Sectie",
"next_section": "Volgende Sectie"
}
},
"status": {
"user_reblogged": "%s gedeeld",
"user_replied_to": "Reactie op %s",
"show_post": "Toon Bericht",
"show_user_profile": "Toon Gebruikersprofiel",
"content_warning": "Inhoudswaarschuwing",
"media_content_warning": "Tap hier om te tonen",
"poll": {
"vote": "Stemmen",
"closed": "Gesloten"
},
"actions": {
"reply": "Reageren",
"reblog": "Delen",
"unreblog": "Delen ongedaan maken",
"favorite": "Toevoegen aan Favorieten",
"unfavorite": "Verwijderen uit Favorieten",
"menu": "Menu"
},
"tag": {
"url": "URL",
"mention": "Vermelden",
"link": "Link",
"hashtag": "Hashtag",
"email": "Email",
"emoji": "Emoji"
}
},
"friendship": {
"follow": "Volgen",
"following": "Gevolgd",
"request": "Verzoeken",
"pending": "In afwachting",
"block": "Blokkeren",
"block_user": "Blokkeer %s",
"block_domain": "Blokkeer %s",
"unblock": "Deblokkeer",
"unblock_user": "Deblokkeer %s",
"blocked": "Geblokkeerd",
"mute": "Negeren",
"mute_user": "Negeer %s",
"unmute": "Niet langer negeren",
"unmute_user": "%s niet langer negeren",
"muted": "Genegeerd",
"edit_info": "Bewerken"
},
"timeline": {
"filtered": "Gefilterd",
"timestamp": {
"now": "Nu"
},
"loader": {
"load_missing_posts": "Resterende berichten laden",
"loading_missing_posts": "Resterende berichten laden...",
"show_more_replies": "Toon meer reacties"
},
"header": {
"no_status_found": "Geen Berichten Gevonden",
"blocking_warning": "U kunt het profiel van deze geblokkeerde gebruiker niet bekijken.\nUw profiel ziet er zo uit voor hen.",
"user_blocking_warning": "U kunt het profiel van %s niet bekijken zolang deze gebruiker geblokkeerd is.\nUw profiel ziet er zo uit voor hen.",
"blocked_warning": "U kunt het profiel van deze gebruiker niet bekijken zolang u geblokkeerd bent.",
"user_blocked_warning": "U kunt het profiel van %s niet bekijken zolang u geblokkeerd bent.",
"suspended_warning": "Deze gebruiker is geschorst.",
"user_suspended_warning": "%s's account is geschorst."
}
}
}
},
"scene": {
"welcome": {
"slogan": "Sociale media terug in uw handen."
},
"server_picker": {
"title": "Kies een server, welke dan ook.",
"button": {
"category": {
"all": "Alles",
"all_accessiblity_description": "Categorie: Alles",
"academia": "academisch",
"activism": "activisme",
"food": "eten",
"furry": "furry",
"games": "spellen",
"general": "algemeen",
"journalism": "journalistiek",
"lgbt": "lgbt",
"regional": "regionaal",
"art": "kunst",
"music": "muziek",
"tech": "technologie"
},
"see_less": "Minder Weergeven",
"see_more": "Meer Weergeven"
},
"label": {
"language": "TAAL",
"users": "GEBRUIKERS",
"category": "CATEGORIE"
},
"input": {
"placeholder": "Zoek uw server of sluit u bij een nieuwe server aan..."
},
"empty_state": {
"finding_servers": "Beschikbare servers zoeken...",
"bad_network": "Er is een fout opgetreden bij het laden van de gegevens. Controleer uw internetverbinding.",
"no_results": "Geen resultaten"
}
},
"register": {
"title": "Vertel ons over uzelf.",
"input": {
"avatar": {
"delete": "Verwijderen"
},
"username": {
"placeholder": "gebruikersnaam",
"duplicate_prompt": "Deze gebruikersnaam is al in gebruik."
},
"display_name": {
"placeholder": "weergavenaam"
},
"email": {
"placeholder": "email"
},
"password": {
"placeholder": "wachtwoord",
"hint": "Uw wachtwoord moet ten minste acht tekens bevatten"
},
"invite": {
"registration_user_invite_request": "Waarom wil u zich hier registreren?"
}
},
"error": {
"item": {
"username": "Gebruikersnaam",
"email": "Email",
"password": "Wachtwoord",
"agreement": "Overeenkomst",
"locale": "Taal",
"reason": "Reden"
},
"reason": {
"blocked": "%s gebruikt een niet-toegestane emailprovider",
"unreachable": "%s lijkt niet te bestaan",
"taken": "%s is reeds in gebruik",
"reserved": "%s is een gereserveerd woord",
"accepted": "%s moet geaccepteerd worden",
"blank": "%s is vereist",
"invalid": "%s is ongeldig",
"too_long": "%s is te lang",
"too_short": "%s is te kort",
"inclusion": "%s is een niet-ondersteunde waarde"
},
"special": {
"username_invalid": "Een gebruikersnaam mag alleen alfanumerieke karakters en lage streepjes bevatten",
"username_too_long": "De gebruikersnaam is te lang (het kan maximaal 30 karakters bevatten)",
"email_invalid": "Dit is geen geldig emailadres",
"password_too_short": "Het wachtwoord is te kort (het moet ten minste 8 tekens bevatten)"
}
}
},
"server_rules": {
"title": "Enkele basisregels.",
"subtitle": "Deze regels zijn ingesteld door de beheerders van %s.",
"prompt": "Als u verder gaat dan gaat u akkoord met de servicevoorwaarden en privacybeleid van %s.",
"terms_of_service": "servicevoorwaarden",
"privacy_policy": "privacybeleid",
"button": {
"confirm": "Ik Ga Akkoord"
}
},
"confirm_email": {
"title": "Nog één ding.",
"subtitle": "We hebben een e-mail gestuurd naar %s,\nklik op de link om uw account te bevestigen.",
"button": {
"open_email_app": "Email Openen",
"dont_receive_email": "Ik heb geen email ontvangen"
},
"dont_receive_email": {
"title": "Controleer uw emailadres",
"description": "Controleer of uw emailadres correct is en of the email in de ongewenste email filter terecht is gekomen.",
"resend_email": "Email Opnieuw Versturen"
},
"open_email_app": {
"title": "Ga naar uw inbox.",
"description": "We hebben u een e-mail gestuurd. Controleer ook uw de ongewenste email filter.",
"mail": "Mail",
"open_email_client": "Open Email Applicatie"
}
},
"home_timeline": {
"title": "Start",
"navigation_bar_state": {
"offline": "Offline",
"new_posts": "Bekijk nieuwe berichten",
"published": "Gepubliceerd!",
"Publishing": "Bericht publiceren..."
}
},
"suggestion_account": {
"title": "Zoek Mensen om te Volgen",
"follow_explain": "Wanneer u iemand volgt, ziet u hun berichten op de startpagina."
},
"compose": {
"title": {
"new_post": "Nieuw Bericht",
"new_reply": "Nieuwe Reactie"
},
"media_selection": {
"camera": "Foto Maken",
"photo_library": "Fotobibliotheek",
"browse": "Bladeren"
},
"content_input_placeholder": "Schrijf of plak wat in je hoofd rondzweeft",
"compose_action": "Publiceren",
"replying_to_user": "reageren op %s",
"attachment": {
"photo": "foto",
"video": "video",
"attachment_broken": "Deze %s is corrupt en kan niet geüpload worden naar Mastodon.",
"description_photo": "Omschrijf de foto voor mensen met een visuele beperking...",
"description_video": "Omschrijf de video voor mensen met een visuele beperking..."
},
"poll": {
"duration_time": "Duur: %s",
"thirty_minutes": "30 minuten",
"one_hour": "1 Uur",
"six_hours": "6 Uur",
"one_day": "1 Dag",
"three_days": "3 Dagen",
"seven_days": "7 Dagen",
"option_number": "Optie %ld"
},
"content_warning": {
"placeholder": "Schrijf hier een nauwkeurige waarschuwing..."
},
"visibility": {
"public": "Openbaar",
"unlisted": "Niet-vermeld",
"private": "Alleen volgers",
"direct": "Alleen vermelde gebruikers"
},
"auto_complete": {
"space_to_add": "Spaties toe te voegen"
},
"accessibility": {
"append_attachment": "Bijlage Toevoegen",
"append_poll": "Peiling Toevoegen",
"remove_poll": "Peiling verwijderen",
"custom_emoji_picker": "Eigen Emojikiezer",
"enable_content_warning": "Inhoudswaarschuwing inschakelen",
"disable_content_warning": "Inhoudswaarschuwing Uitschakelen",
"post_visibility_menu": "Berichtzichtbaarheidsmenu"
},
"keyboard": {
"discard_post": "Bericht Verwijderen",
"publish_post": "Bericht Publiceren",
"toggle_poll": "Peiling omschakelen",
"toggle_content_warning": "Inhoudswaarschuwing Omschakelen",
"append_attachment_entry": "Bijlage Toevoegen - %s",
"select_visibility_entry": "Zichtbaarheid Selecteren - %s"
}
},
"profile": {
"dashboard": {
"posts": "berichten",
"following": "volgend",
"followers": "volgers"
},
"fields": {
"add_row": "Rij Toevoegen",
"placeholder": {
"label": "Etiket",
"content": "Inhoud"
}
},
"segmented_control": {
"posts": "Berichten",
"replies": "Reacties",
"media": "Media"
},
"relationship_action_alert": {
"confirm_unmute_user": {
"title": "Account Negeren",
"message": "Bevestig om %s te negeren"
},
"confirm_unblock_usre": {
"title": "Account niet langer negeren",
"message": "Bevestig om %s te deblokkeren"
}
}
},
"search": {
"title": "Zoeken",
"search_bar": {
"placeholder": "Zoek hashtags en gebruikers",
"cancel": "Annuleren"
},
"recommend": {
"button_text": "Alles weergeven",
"hash_tag": {
"title": "Trending op Mastodon",
"description": "Hashtags die behoorlijk wat aandacht krijgen",
"people_talking": "%s gebruikers praten hierover"
},
"accounts": {
"title": "Interessante accounts voor u",
"description": "Misschien dat u geïnteresseerd bent in deze accounts",
"follow": "Volgen"
}
},
"searching": {
"segment": {
"all": "Alles",
"people": "Gebruikers",
"hashtags": "Hashtags",
"posts": "Berichten"
},
"empty_state": {
"no_results": "Geen resultaten"
},
"recent_search": "Recente zoekopdrachten",
"clear": "Wissen"
}
},
"favorite": {
"title": "Uw favorieten"
},
"notification": {
"title": {
"Everything": "Alles",
"Mentions": "Vermeldingen"
},
"action": {
"follow": "volgt u",
"favourite": "heeft uw bericht als favoriet toegevoegd",
"reblog": "deelde uw bericht",
"poll": "Uw poll is geëindigd",
"mention": "vermeldde u",
"follow_request": "heeft gevraagd om u te volgen"
},
"keyobard": {
"show_everything": "Alles weergeven",
"show_mentions": "Vermeldingen weergeven"
}
},
"thread": {
"back_title": "Bericht",
"title": "Bericht van %s"
},
"settings": {
"title": "Instellingen",
"section": {
"appearance": {
"title": "Uiterlijk",
"automatic": "Automatisch",
"light": "Altijd Licht",
"dark": "Altijd Donker"
},
"notifications": {
"title": "Meldingen",
"favorites": "Mijn bericht als favoriet toevoegt",
"follows": "Mij volgt",
"boosts": "Mijn bericht deelt",
"mentions": "Mij vermeldt",
"trigger": {
"anyone": "iemand",
"follower": "een volger",
"follow": "iemand die ik volg",
"noone": "niemand",
"title": "Stuur mij een melding wanneer"
}
},
"preference": {
"title": "Instellingen",
"true_black_dark_mode": "Echt zwarte donker uiterlijk",
"disable_avatar_animation": "Geanimeerde avatars uitschakelen",
"disable_emoji_animation": "Geanimeerde emojis uitschakelen",
"using_default_browser": "Gebruik de standaard browser om links te openen"
},
"boring_zone": {
"title": "De Saaie Instellingen",
"account_settings": "Accountinstellingen",
"terms": "Servicevoorwaarden",
"privacy": "Privacybeleid"
},
"spicy_zone": {
"title": "De Gevaarlijke Instellingen",
"clear": "Mediacache wissen",
"signout": "Afmelden"
}
},
"footer": {
"mastodon_description": "Mastodon is vrije software. Je kunt problemen melden op GitHub via %s (%s)"
},
"keyboard": {
"close_settings_window": "Instellingsvenster Sluiten"
}
},
"report": {
"title": "Rapporteer %s",
"step1": "Stap 1 van 2",
"step2": "Stap 2 van 2",
"content1": "Zijn er nog meer berichten die u aan het rapport wilt toevoegen?",
"content2": "Is er iets anders over dit rapport dat de moderators zouden moeten weten?",
"send": "Stuur rapport",
"skip_to_send": "Verstuur zonder opmerkingen",
"text_placeholder": "Schrijf of plak aanvullende opmerkingen"
},
"preview": {
"keyboard": {
"close_preview": "Voorbeeldweergave Sluiten",
"show_next": "Volgende",
"show_previous": "Vorige"
}
}
}
}

View File

@ -0,0 +1,6 @@
{
"NSCameraUsageDescription": "Gebruikt om foto's te nemen voor je berichten",
"NSPhotoLibraryAddUsageDescription": "Gebruikt om foto's op te slaan in de fotobibliotheek",
"NewPostShortcutItemTitle": "Nieuw Bericht",
"SearchShortcutItemTitle": "Zoeken"
}

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Vote Failure",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Discard Draft",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,38 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -18,6 +50,22 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -98,5 +146,133 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Vote Failure",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Discard Draft",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,42 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>few</key>
<string>%ld characters</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>few</key>
<string>%ld characters</string>
<key>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -20,6 +56,24 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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>few</key>
<string>%ld posts</string>
<key>other</key>
<string>%ld posts</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -110,5 +164,149 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>few</key>
<string>%ld 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>few</key>
<string>%ld followers</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>few</key>
<string>%ld years 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>few</key>
<string>%ld 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>few</key>
<string>%ld days 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>few</key>
<string>%ld hours 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>few</key>
<string>%ld minutes 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>few</key>
<string>%ld seconds left</string>
<key>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Eșec la vot", "title": "Eșec la vot",
"poll_expired": "Sondajul a expirat" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Șterge Schită", "title": "Șterge Schită",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "Find People to Follow", "title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed." "follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
@ -383,9 +373,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +446,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },

View File

@ -2,6 +2,46 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.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>few</key>
<string>%ld characters</string>
<key>many</key>
<string>%ld characters</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>few</key>
<string>%ld characters</string>
<key>many</key>
<string>%ld characters</string>
<key>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -22,6 +62,26 @@
<string>posts</string> <string>posts</string>
</dict> </dict>
</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>few</key>
<string>%ld posts</string>
<key>many</key>
<string>%ld posts</string>
<key>other</key>
<string>%ld posts</string>
</dict>
</dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -122,5 +182,165 @@
<string>%ld people talking</string> <string>%ld people talking</string>
</dict> </dict>
</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>few</key>
<string>%ld following</string>
<key>many</key>
<string>%ld 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>few</key>
<string>%ld followers</string>
<key>many</key>
<string>%ld followers</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>few</key>
<string>%ld years left</string>
<key>many</key>
<string>%ld years 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>few</key>
<string>%ld months left</string>
<key>many</key>
<string>%ld 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>few</key>
<string>%ld days left</string>
<key>many</key>
<string>%ld days 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>few</key>
<string>%ld hours left</string>
<key>many</key>
<string>%ld hours 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>few</key>
<string>%ld minutes left</string>
<key>many</key>
<string>%ld minutes 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>few</key>
<string>%ld seconds left</string>
<key>many</key>
<string>%ld seconds left</string>
<key>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Не удалось проголосовать", "title": "Не удалось проголосовать",
"poll_expired": "Этот опрос завершён" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Удалить черновик", "title": "Удалить черновик",
@ -105,48 +105,47 @@
"open_settings": "Открыть настройки" "open_settings": "Открыть настройки"
}, },
"timeline": { "timeline": {
"previous_status": "Previous Post", "previous_status": "Прошлый пост",
"next_status": "Next Post", "next_status": "Следующий пост",
"open_status": "Open Post", "open_status": "Открыть пост",
"open_author_profile": "Open Author's Profile", "open_author_profile": "Открыть профиль автора",
"open_reblogger_profile": "Open Reblogger's Profile", "open_reblogger_profile": "Открыть профиль продвинувшего",
"reply_status": "Reply to Post", "reply_status": "Ответить на пост",
"toggle_reblog": "Toggle Reblog on Post", "toggle_reblog": "Продвинуть или убрать продвижение",
"toggle_favorite": "Toggle Favorite on Post", "toggle_favorite": "Добавить или убрать из избранного",
"toggle_content_warning": "Toggle Content Warning", "toggle_content_warning": "Раскрыть или спрятать содержимое",
"preview_image": "Preview Image" "preview_image": "Предпросмотр изображения"
}, },
"segmented_control": { "segmented_control": {
"previous_section": "Previous Section", "previous_section": "Предыдущий раздел",
"next_section": "Next Section" "next_section": "Следующий раздел"
} }
}, },
"status": { "status": {
"user_reblogged": "%s reblogged", "user_reblogged": "%s продвинул(а)",
"user_replied_to": "Replied to %s", "user_replied_to": "Ответил(а) %s",
"show_post": "Show Post", "show_post": "Показать пост",
"show_user_profile": "Show user profile", "show_user_profile": "Показать профиль пользователя",
"content_warning": "Content Warning", "content_warning": "Предупреждение о содержании",
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Нажмите в любом месте, чтобы показать",
"poll": { "poll": {
"vote": "Vote", "vote": "Проголосовать",
"time_left": "%s left", "closed": "Завершён"
"closed": "Closed"
}, },
"actions": { "actions": {
"reply": "Reply", "reply": "Ответить",
"reblog": "Reblog", "reblog": "Продвинуть",
"unreblog": "Undo reblog", "unreblog": "Убрать продвижение",
"favorite": "Favorite", "favorite": "Добавить в избранное",
"unfavorite": "Unfavorite", "unfavorite": "Убрать из избранного",
"menu": "Menu" "menu": "Меню"
}, },
"tag": { "tag": {
"url": "URL", "url": "Ссылка",
"mention": "Mention", "mention": "Упоминание",
"link": "Link", "link": "Ссылка",
"hashtag": "Hashtag", "hashtag": "Хэштег",
"email": "Email", "email": "E-mail",
"emoji": "Эмодзи" "emoji": "Эмодзи"
} }
}, },
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Отфильтровано", "filtered": "Отфильтровано",
"timestamp": { "timestamp": {
"now": "Только что", "now": "Только что"
"time_ago": "%s назад"
}, },
"loader": { "loader": {
"load_missing_posts": "Загрузить недостающие посты", "load_missing_posts": "Загрузить недостающие посты",
@ -187,11 +185,6 @@
"user_blocked_warning": "Вы не можете просматривать\nпрофиль %s\nпока он(а) не разблокирует вас.", "user_blocked_warning": "Вы не можете просматривать\nпрофиль %s\nпока он(а) не разблокирует вас.",
"suspended_warning": "Этот пользователь был заморожен.", "suspended_warning": "Этот пользователь был заморожен.",
"user_suspended_warning": "Учётная запись %s заморожена." "user_suspended_warning": "Учётная запись %s заморожена."
},
"accessibility": {
"count_replies": "%s ответов",
"count_reblogs": "%s репостов",
"count_favorites": "%s добавил(и) в избранное"
} }
} }
} }
@ -220,96 +213,96 @@
"tech": "технологии" "tech": "технологии"
}, },
"see_less": "Показать меньше", "see_less": "Показать меньше",
"see_more": "See More" "see_more": "Ещё"
}, },
"label": { "label": {
"language": "LANGUAGE", "language": "ЯЗЫК",
"users": "USERS", "users": "ПОЛЬЗОВАТЕЛИ",
"category": "CATEGORY" "category": "КАТЕГОРИЯ"
}, },
"input": { "input": {
"placeholder": "Find a server or join your own..." "placeholder": "Найдите сервер или присоединитесь к своему..."
}, },
"empty_state": { "empty_state": {
"finding_servers": "Finding available servers...", "finding_servers": "Ищем доступные сервера...",
"bad_network": "Something went wrong while loading the data. Check your internet connection.", "bad_network": "Что-то пошло не так при загрузке данных. Проверьте подключение к интернету.",
"no_results": "No results" "no_results": "Нет результатов"
} }
}, },
"register": { "register": {
"title": "Tell us about you.", "title": "Расскажите нам о себе.",
"input": { "input": {
"avatar": { "avatar": {
"delete": "Delete" "delete": "Удалить"
}, },
"username": { "username": {
"placeholder": "username", "placeholder": "имя пользователя",
"duplicate_prompt": "This username is taken." "duplicate_prompt": "Это имя пользователя занято."
}, },
"display_name": { "display_name": {
"placeholder": "display name" "placeholder": "отображаемое имя"
}, },
"email": { "email": {
"placeholder": "email" "placeholder": "e-mail"
}, },
"password": { "password": {
"placeholder": "password", "placeholder": "пароль",
"hint": "Your password needs at least eight characters" "hint": "Пароль должен содержать не менее восьми символов"
}, },
"invite": { "invite": {
"registration_user_invite_request": "Why do you want to join?" "registration_user_invite_request": "Почему вы хотите присоединиться?"
} }
}, },
"error": { "error": {
"item": { "item": {
"username": "Username", "username": "Имя пользователя",
"email": "Email", "email": "E-mail",
"password": "Password", "password": "Пароль",
"agreement": "Agreement", "agreement": "Соглашение",
"locale": "Locale", "locale": "Язык",
"reason": "Reason" "reason": "Причина"
}, },
"reason": { "reason": {
"blocked": "%s contains a disallowed email provider", "blocked": "%s содержит запрещённый e-mail сервис",
"unreachable": "%s does not seem to exist", "unreachable": "%s не существует",
"taken": "%s is already in use", "taken": "%s уже используется",
"reserved": "%s is a reserved keyword", "reserved": "%s является зарезервированным ключевым словом",
"accepted": "%s must be accepted", "accepted": "%s должно быть принято",
"blank": "%s is required", "blank": "Поле «%s» обязательно",
"invalid": "%s is invalid", "invalid": "Недопустимое значение поля «%s»",
"too_long": "%s is too long", "too_long": "%s слишком длинный",
"too_short": "%s is too short", "too_short": "%s слишком короткий",
"inclusion": "%s is not a supported value" "inclusion": "Неподдерживаемое значение «%s»"
}, },
"special": { "special": {
"username_invalid": "Username must only contain alphanumeric characters and underscores", "username_invalid": "Имя пользователя может содержать только латинские буквы, цифры и подчёркивания",
"username_too_long": "Username is too long (cant be longer than 30 characters)", "username_too_long": "Слишком длинное имя пользователя (не может быть длиннее 30 символов)",
"email_invalid": "This is not a valid email address", "email_invalid": "Недопустимый e-mail адрес",
"password_too_short": "Password is too short (must be at least 8 characters)" "password_too_short": "Пароль слишком короткий (должен содержать не менее 8 символов)"
} }
} }
}, },
"server_rules": { "server_rules": {
"title": "Some ground rules.", "title": "Несколько основных правил.",
"subtitle": "These rules are set by the admins of %s.", "subtitle": "Эти правила установлены администраторами %s.",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.", "prompt": "Продолжая, вы соглашаетесь с условиям использования и политикой конфиденциальности %s.",
"terms_of_service": "terms of service", "terms_of_service": "условия использования",
"privacy_policy": "privacy policy", "privacy_policy": "политика конфиденциальности",
"button": { "button": {
"confirm": "I Agree" "confirm": "Принимаю"
} }
}, },
"confirm_email": { "confirm_email": {
"title": "One last thing.", "title": "И ещё кое-что.",
"subtitle": "We just sent an email to %s,\ntap the link to confirm your account.", "subtitle": "Мы только что отправили письмо на\n%s.\nНажмите на ссылку в нём, чтобы\nподтвердить свою учётную запись.",
"button": { "button": {
"open_email_app": "Open Email App", "open_email_app": "Открыть приложение почты",
"dont_receive_email": "I never got an email" "dont_receive_email": "Я не получил письма"
}, },
"dont_receive_email": { "dont_receive_email": {
"title": "Check your email", "title": "Проверьте свой e-mail адрес",
"description": "Check if your email address is correct as well as your junk folder if you havent.", "description": "Проверьте, правильно ли указан ваш e-mail адрес, а также папку «спам», если ещё не сделали этого.",
"resend_email": "Resend Email" "resend_email": "Отправить ещё раз"
}, },
"open_email_app": { "open_email_app": {
"title": "Проверьте вашу почту.", "title": "Проверьте вашу почту.",
@ -331,9 +324,6 @@
"title": "Подпишитесь на людей", "title": "Подпишитесь на людей",
"follow_explain": "Посты людей, на которых вы подписались, будут видны на главной странице." "follow_explain": "Посты людей, на которых вы подписались, будут видны на главной странице."
}, },
"public_timeline": {
"title": "Public"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "Новый пост", "new_post": "Новый пост",
@ -341,99 +331,92 @@
}, },
"media_selection": { "media_selection": {
"camera": "Сделать фото", "camera": "Сделать фото",
"photo_library": "Photo Library", "photo_library": "Медиатека",
"browse": "Выбрать" "browse": "Выбрать"
}, },
"content_input_placeholder": "Type or paste whats on your mind", "content_input_placeholder": "Напишите то, о чём думаете",
"compose_action": "Опубликовать", "compose_action": "Опубликовать",
"replying_to_user": "replying to %s", "replying_to_user": "ответ %s",
"attachment": { "attachment": {
"photo": "photo", "photo": "изображение",
"video": "video", "video": "видео",
"attachment_broken": "This %s is broken and cant be\nuploaded to Mastodon.", "attachment_broken": "Это %s повреждено и не может\nбыть отправлено в Mastodon.",
"description_photo": "Describe the photo for the visually-impaired...", "description_photo": "Опишите фото для людей с нарушениями зрения...",
"description_video": "Describe the video for the visually-impaired..." "description_video": "Опишите видео для людей с нарушениями зрения..."
}, },
"poll": { "poll": {
"duration_time": "Duration: %s", "duration_time": "Продолжительность: %s",
"thirty_minutes": "30 minutes", "thirty_minutes": "30 минут",
"one_hour": "1 Hour", "one_hour": "1 час",
"six_hours": "6 Hours", "six_hours": "6 часов",
"one_day": "1 Day", "one_day": "1 день",
"three_days": "3 Days", "three_days": "3 дня",
"seven_days": "7 Days", "seven_days": "7 дней",
"option_number": "Option %ld" "option_number": "Вариант %ld"
}, },
"content_warning": { "content_warning": {
"placeholder": "Write an accurate warning here..." "placeholder": "Напишите предупреждение здесь..."
}, },
"visibility": { "visibility": {
"public": "Public", "public": "Публичный",
"unlisted": "Unlisted", "unlisted": "Скрытый",
"private": "Followers only", "private": "Для подписчиков",
"direct": "Only people I mention" "direct": "Только для упомянутых людей"
}, },
"auto_complete": { "auto_complete": {
"space_to_add": "Space to add" "space_to_add": "Space to add"
}, },
"accessibility": { "accessibility": {
"append_attachment": "Add Attachment", "append_attachment": "Прикрепить файл",
"append_poll": "Add Poll", "append_poll": "Добавить опрос",
"remove_poll": "Remove Poll", "remove_poll": "Убрать опрос",
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Меню пользовательских эмодзи",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Добавить предупреждение о содержании",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Убрать предупреждение о содержании",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Меню видимости поста"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Удалить пост",
"publish_post": "Publish Post", "publish_post": "Опубликовать пост",
"toggle_poll": "Toggle Poll", "toggle_poll": "Toggle Poll",
"toggle_content_warning": "Toggle Content Warning", "toggle_content_warning": "Toggle Content Warning",
"append_attachment_entry": "Add Attachment - %s", "append_attachment_entry": "Прикрепить файл — %s",
"select_visibility_entry": "Select Visibility - %s" "select_visibility_entry": "Выбрать видимость — %s"
} }
}, },
"profile": { "profile": {
"dashboard": { "dashboard": {
"posts": "posts", "posts": "посты",
"following": "following", "following": "подписки",
"followers": "followers", "followers": "подписчики"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Добавить строку",
"placeholder": { "placeholder": {
"label": "Label", "label": "Ярлык",
"content": "Content" "content": "Содержимое"
} }
}, },
"segmented_control": { "segmented_control": {
"posts": "Posts", "posts": "Посты",
"replies": "Replies", "replies": "Ответы",
"media": "Media" "media": "Медиа"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Unmute Account", "title": "Убрать из игнорируемых",
"message": "Confirm to unmute %s" "message": "Убрать %s из игнорируемых?"
}, },
"confirm_unblock_usre": { "confirm_unblock_usre": {
"title": "Unblock Account", "title": "Разблокировать",
"message": "Confirm to unblock %s" "message": "Убрать %s из списка блокировки?"
} }
} }
}, },
"search": { "search": {
"title": "Search", "title": "Поиск",
"search_bar": { "search_bar": {
"placeholder": "Search hashtags and users", "placeholder": "Поиск хэштегов и пользователей",
"cancel": "Cancel" "cancel": "Cancel"
}, },
"recommend": { "recommend": {
@ -454,96 +437,93 @@
"all": "All", "all": "All",
"people": "People", "people": "People",
"hashtags": "Hashtags", "hashtags": "Hashtags",
"posts": "Posts" "posts": "Посты"
}, },
"empty_state": { "empty_state": {
"no_results": "No results" "no_results": "Нет результатов"
}, },
"recent_search": "Recent searches", "recent_search": "Последние запросы",
"clear": "Clear" "clear": "Очистить"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Ваше избранное"
}, },
"notification": { "notification": {
"title": { "title": {
"Everything": "Everything", "Everything": "Все",
"Mentions": "Mentions" "Mentions": "Упоминания"
}, },
"action": { "action": {
"follow": "followed you", "follow": "подписался (-ась) на вас",
"favourite": "favorited your post", "favourite": "добавил(а) ваш пост в избранное",
"reblog": "reblogged your post", "reblog": "продвинул(а) ваш пост",
"poll": "Your poll has ended", "poll": "Ваш опрос завершился",
"mention": "mentioned you", "mention": "упомянул(а) вас",
"follow_request": "requested to follow you" "follow_request": "отправил(а) запрос на подписку"
}, },
"keyobard": { "keyobard": {
"show_everything": "Show Everything", "show_everything": "Показать все",
"show_mentions": "Show Mentions" "show_mentions": "Показать упоминания"
} }
}, },
"thread": { "thread": {
"back_title": "Post", "back_title": "Пост",
"title": "Post from %s" "title": "Post from %s"
}, },
"settings": { "settings": {
"title": "Settings", "title": "Настройки",
"section": { "section": {
"appearance": { "appearance": {
"title": "Appearance", "title": "Внешний вид",
"automatic": "Automatic", "automatic": "Автоматически",
"light": "Always Light", "light": "Светлая тема",
"dark": "Always Dark" "dark": "Тёмная тема"
}, },
"notifications": { "notifications": {
"title": "Notifications", "title": "Уведомления",
"favorites": "Favorites my post", "favorites": "Добавляет мой пост в избранное",
"follows": "Follows me", "follows": "Подписался на меня",
"boosts": "Reblogs my post", "boosts": "Продвигает мой пост",
"mentions": "Mentions me", "mentions": "Упоминает меня",
"trigger": { "trigger": {
"anyone": "anyone", "anyone": "кто угодно",
"follower": "a follower", "follower": "мой подписчик",
"follow": "anyone I follow", "follow": "любой, на кого я подписан(а)",
"noone": "no one", "noone": "никто",
"title": "Notify me when" "title": "Уведомлять меня, когда"
} }
}, },
"preference": { "preference": {
"title": "Preferences", "title": "Предпочтения",
"true_black_dark_mode": "True black dark mode", "true_black_dark_mode": "Полноценно чёрный режим",
"disable_avatar_animation": "Disable animated avatars", "disable_avatar_animation": "Отключить анимацию аватарок",
"disable_emoji_animation": "Disable animated emojis", "disable_emoji_animation": "Отключить анимацию эмодзи",
"using_default_browser": "Use default browser to open links" "using_default_browser": "Использовать браузер по умолчанию для открытия ссылок"
}, },
"boring_zone": { "boring_zone": {
"title": "The Boring Zone", "title": "Зона скукотищи",
"account_settings": "Account Settings", "account_settings": "Настройки аккаунта",
"terms": "Terms of Service", "terms": "Условия использования",
"privacy": "Privacy Policy" "privacy": "Политика конфиденциальности"
}, },
"spicy_zone": { "spicy_zone": {
"title": "The Spicy Zone", "title": "Пикантная зона",
"clear": "Clear Media Cache", "clear": "Очистить кэш медиа",
"signout": "Sign Out" "signout": "Выйти из учётной записи"
} }
}, },
"footer": { "footer": {
"mastodon_description": "Mastodon is open source software. You can report issues on GitHub at %s (%s)" "mastodon_description": "Mastodon — проект с открытым исходным кодом. Сообщить о проблемах можно на GitHub по адресу %s (%s)"
}, },
"keyboard": { "keyboard": {
"close_settings_window": "Close Settings Window" "close_settings_window": "Закрыть окно настроек"
} }
}, },
"report": { "report": {
"title": "Report %s", "title": "Пожаловаться на %s",
"step1": "Step 1 of 2", "step1": "Шаг 1 из 2",
"step2": "Step 2 of 2", "step2": "Шаг 2 из 2",
"content1": "Are there any other posts youd like to add to the report?", "content1": "Are there any other posts youd like to add to the report?",
"content2": "Is there anything the moderators should know about this report?", "content2": "Is there anything the moderators should know about this report?",
"send": "Send Report", "send": "Send Report",

View File

@ -2,6 +2,34 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>a11y.plural.count.input_limit_exceeds</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>other</key>
<string>%ld 个字符</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_remains</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>other</key>
<string>%ld 个字符</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -13,7 +41,21 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>帖子</string> <string>个帖子</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>other</key>
<string>%ld 个帖子</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
@ -86,5 +128,117 @@
<string>%ld 人正在讨论</string> <string>%ld 人正在讨论</string>
</dict> </dict>
</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>other</key>
<string>%ld 人正在关注</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>other</key>
<string>%ld 个关注者</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>other</key>
<string>剩余 %ld 年</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>other</key>
<string>剩余 %ld 个月</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>other</key>
<string>剩余 %ld 天</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>other</key>
<string>剩余 %ld 小时</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>other</key>
<string>剩余 %ld 分钟</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>other</key>
<string>剩余 %ld 秒</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "投票失败", "title": "投票失败",
"poll_expired": "此投票已过期" "poll_ended": "投票已结束"
}, },
"discard_post_content": { "discard_post_content": {
"title": "丢弃草案", "title": "丢弃草案",
@ -130,7 +130,6 @@
"media_content_warning": "点击任意位置显示", "media_content_warning": "点击任意位置显示",
"poll": { "poll": {
"vote": "投票", "vote": "投票",
"time_left": "剩余 %s",
"closed": "已关闭" "closed": "已关闭"
}, },
"actions": { "actions": {
@ -166,13 +165,12 @@
"unmute": "取消静音", "unmute": "取消静音",
"unmute_user": "取消静音 %s", "unmute_user": "取消静音 %s",
"muted": "已静音", "muted": "已静音",
"edit_info": "编辑资料" "edit_info": "编辑"
}, },
"timeline": { "timeline": {
"filtered": "已过滤", "filtered": "已过滤",
"timestamp": { "timestamp": {
"now": "现在", "now": "现在"
"time_ago": "%s"
}, },
"loader": { "loader": {
"load_missing_posts": "加载帖子", "load_missing_posts": "加载帖子",
@ -187,11 +185,6 @@
"user_blocked_warning": "您不能查看 %s 的个人资料\n直到他们解除屏蔽。", "user_blocked_warning": "您不能查看 %s 的个人资料\n直到他们解除屏蔽。",
"suspended_warning": "此用户已被封禁。", "suspended_warning": "此用户已被封禁。",
"user_suspended_warning": "%s 已被封禁。" "user_suspended_warning": "%s 已被封禁。"
},
"accessibility": {
"count_replies": "%s 条回复",
"count_reblogs": "%s 条转发",
"count_favorites": "%s 个喜欢"
} }
} }
} }
@ -331,9 +324,6 @@
"title": "查看推荐关注的用户", "title": "查看推荐关注的用户",
"follow_explain": "当你关注某个人时,你将会在主页看到他们的帖子。" "follow_explain": "当你关注某个人时,你将会在主页看到他们的帖子。"
}, },
"public_timeline": {
"title": "公开"
},
"compose": { "compose": {
"title": { "title": {
"new_post": "新帖子", "new_post": "新帖子",
@ -383,9 +373,7 @@
"custom_emoji_picker": "自定义表情选择器", "custom_emoji_picker": "自定义表情选择器",
"enable_content_warning": "启用内容警告", "enable_content_warning": "启用内容警告",
"disable_content_warning": "关闭内容警告", "disable_content_warning": "关闭内容警告",
"post_visibility_menu": "帖子可见性", "post_visibility_menu": "帖子可见性"
"input_limit_remains_count": "输入字符限制剩余 %ld",
"input_limit_exceeds_count": "输入字符限制超出 %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "丢弃帖子", "discard_post": "丢弃帖子",
@ -400,12 +388,7 @@
"dashboard": { "dashboard": {
"posts": "帖子", "posts": "帖子",
"following": "正在关注", "following": "正在关注",
"followers": "关注者", "followers": "关注者"
"accessibility": {
"count_posts": "%ld 个帖子",
"count_following": "%ld 正在关注",
"count_followers": "%ld 个关注者"
}
}, },
"fields": { "fields": {
"add_row": "添加", "add_row": "添加",
@ -463,9 +446,6 @@
"clear": "清除" "clear": "清除"
} }
}, },
"hashtag": {
"prompt": "%s 人正在讨论"
},
"favorite": { "favorite": {
"title": "你的喜欢" "title": "你的喜欢"
}, },

View File

@ -0,0 +1,244 @@
<?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.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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>other</key>
<string>%ld seconds left</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,541 @@
{
"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": "Are you sure you want to delete this post?",
"delete": "Delete"
},
"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",
"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",
"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"
},
"tag": {
"url": "URL",
"mention": "Mention",
"link": "Link",
"hashtag": "Hashtag",
"email": "Email",
"emoji": "Emoji"
}
},
"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\n until you unblock them.\nYour profile looks like this to them.",
"user_blocking_warning": "You cant view %ss profile\n until you unblock them.\nYour profile looks like this to them.",
"blocked_warning": "You cant view this users profile\n until they unblock you.",
"user_blocked_warning": "You cant view %ss profile\n until 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."
},
"server_picker": {
"title": "Pick a server,\nany server.",
"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": "Find a server or join your own..."
},
"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": "Tell us about you.",
"input": {
"avatar": {
"delete": "Delete"
},
"username": {
"placeholder": "username",
"duplicate_prompt": "This username is taken."
},
"display_name": {
"placeholder": "display name"
},
"email": {
"placeholder": "email"
},
"password": {
"placeholder": "password",
"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 rules are set by the admins of %s.",
"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": "We just sent an email to %s,\ntap the link to confirm your account.",
"button": {
"open_email_app": "Open Email App",
"dont_receive_email": "I never got an email"
},
"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",
"media": "Media"
},
"relationship_action_alert": {
"confirm_unmute_user": {
"title": "Unmute Account",
"message": "Confirm to unmute %s"
},
"confirm_unblock_usre": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
}
}
},
"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"
},
"action": {
"follow": "followed you",
"favourite": "favorited your post",
"reblog": "reblogged your post",
"poll": "Your poll has ended",
"mention": "mentioned you",
"follow_request": "requested to follow you"
},
"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"
},
"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 %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?",
"send": "Send Report",
"skip_to_send": "Send without comment",
"text_placeholder": "Type or paste additional comments"
},
"preview": {
"keyboard": {
"close_preview": "Close Preview",
"show_next": "Show Next",
"show_previous": "Show Previous"
}
}
}
}

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