chore: update i18n resources

This commit is contained in:
CMK 2021-08-16 14:21:40 +08:00
parent 61521901c6
commit fea3b5d8b4
22 changed files with 219 additions and 209 deletions

View File

@ -528,19 +528,29 @@ internal enum L10n {
}
}
internal enum Notification {
internal enum Action {
/// favorited your post
internal static let favourite = L10n.tr("Localizable", "Scene.Notification.Action.Favourite")
/// followed you
internal static let follow = L10n.tr("Localizable", "Scene.Notification.Action.Follow")
/// requested to follow you
internal static let followRequest = L10n.tr("Localizable", "Scene.Notification.Action.FollowRequest")
/// mentioned you
internal static let mention = L10n.tr("Localizable", "Scene.Notification.Action.Mention")
/// Your poll has ended
internal static let poll = L10n.tr("Localizable", "Scene.Notification.Action.Poll")
/// reblogged your post
internal static let reblog = L10n.tr("Localizable", "Scene.Notification.Action.Reblog")
/// %@ favorited your post
internal static func userFavoritedYourPost(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Notification.UserFavorited Your Post", String(describing: p1))
}
/// %@ followed you
internal static func userFollowedYou(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Notification.UserFollowedYou", String(describing: p1))
}
/// %@ mentioned you
internal static func userMentionedYou(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Notification.UserMentionedYou", String(describing: p1))
}
/// %@ reblogged your post
internal static func userRebloggedYourPost(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Notification.UserRebloggedYourPost", String(describing: p1))
}
/// %@ requested to follow you
internal static func userRequestedToFollowYou(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Notification.UserRequestedToFollowYou", String(describing: p1))
}
/// %@ Your poll has ended
internal static func userYourPollHasEnded(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Notification.UserYourPollHasEnded", String(describing: p1))
}
internal enum Keyobard {
/// Show Everything

View File

@ -192,16 +192,16 @@ tap the link to confirm your account.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Published!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Publishing post...";
"Scene.HomeTimeline.Title" = "الخيط الرئيسي";
"Scene.Notification.Action.Favourite" = "favorited your post";
"Scene.Notification.Action.Follow" = "followed you";
"Scene.Notification.Action.FollowRequest" = "requested to follow you";
"Scene.Notification.Action.Mention" = "mentioned you";
"Scene.Notification.Action.Poll" = "Your poll has ended";
"Scene.Notification.Action.Reblog" = "reblogged your post";
"Scene.Notification.Keyobard.ShowEverything" = "Show Everything";
"Scene.Notification.Keyobard.ShowMentions" = "Show Mentions";
"Scene.Notification.Title.Everything" = "Everything";
"Scene.Notification.Title.Mentions" = "Mentions";
"Scene.Notification.UserFavorited Your Post" = "%@ favorited your post";
"Scene.Notification.UserFollowedYou" = "%@ followed you";
"Scene.Notification.UserMentionedYou" = "%@ mentioned you";
"Scene.Notification.UserRebloggedYourPost" = "%@ reblogged your post";
"Scene.Notification.UserRequestedToFollowYou" = "%@ requested to follow you";
"Scene.Notification.UserYourPollHasEnded" = "%@ Your poll has ended";
"Scene.Preview.Keyboard.ClosePreview" = "إغلاق المعاينة";
"Scene.Preview.Keyboard.ShowNext" = "إظهار التالي";
"Scene.Preview.Keyboard.ShowPrevious" = "إظهار السابق";

View File

@ -192,16 +192,16 @@ toca l'enllaç per a confirmar el teu compte.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publicat!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "S'està publicant...";
"Scene.HomeTimeline.Title" = "Inici";
"Scene.Notification.Action.Favourite" = "ha afavorit el teu estat";
"Scene.Notification.Action.Follow" = "et segueix";
"Scene.Notification.Action.FollowRequest" = "ha sol·licitat seguir-te";
"Scene.Notification.Action.Mention" = "t'ha mencionat";
"Scene.Notification.Action.Poll" = "La teva enquesta ha finalitzat";
"Scene.Notification.Action.Reblog" = "ha impulsat el teu estat";
"Scene.Notification.Keyobard.ShowEverything" = "Mostrar-ho tot";
"Scene.Notification.Keyobard.ShowMentions" = "Mostrar Mencions";
"Scene.Notification.Title.Everything" = "Tot";
"Scene.Notification.Title.Mentions" = "Mencions";
"Scene.Notification.UserFavorited Your Post" = "%@ ha afavorit el teu estat";
"Scene.Notification.UserFollowedYou" = "%@ et segueix";
"Scene.Notification.UserMentionedYou" = "%@ t'ha esmentat";
"Scene.Notification.UserRebloggedYourPost" = "%@ ha impulsat el teu estat";
"Scene.Notification.UserRequestedToFollowYou" = "%@ ha sol·licitat seguir-te";
"Scene.Notification.UserYourPollHasEnded" = "%@ L'enquesta ha finalitzat";
"Scene.Preview.Keyboard.ClosePreview" = "Tanca la Vista Prèvia";
"Scene.Preview.Keyboard.ShowNext" = "Mostrar Següent";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostrar Anterior";

View File

@ -192,16 +192,16 @@ tippe darin auf den Link, um Dein Konto zu bestätigen.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Veröffentlicht!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Beitrag wird veröffentlicht...";
"Scene.HomeTimeline.Title" = "Startseite";
"Scene.Notification.Action.Favourite" = "hat deinen Beitrag favorisiert";
"Scene.Notification.Action.Follow" = "folgt dir";
"Scene.Notification.Action.FollowRequest" = "möchte dir folgen";
"Scene.Notification.Action.Mention" = "hat dich erwähnt";
"Scene.Notification.Action.Poll" = "Deine Umfrage ist beendet";
"Scene.Notification.Action.Reblog" = "hat deinen Beitrag geteilt";
"Scene.Notification.Keyobard.ShowEverything" = "Alles anzeigen";
"Scene.Notification.Keyobard.ShowMentions" = "Erwähnungen anzeigen";
"Scene.Notification.Title.Everything" = "Alles";
"Scene.Notification.Title.Mentions" = "Erwähnungen";
"Scene.Notification.UserFavorited Your Post" = "%@ favorisierte deinen Beitrag";
"Scene.Notification.UserFollowedYou" = "%@ folgte dir";
"Scene.Notification.UserMentionedYou" = "%@ erwähnte dich";
"Scene.Notification.UserRebloggedYourPost" = "%@ teilte deinen Beitrag";
"Scene.Notification.UserRequestedToFollowYou" = "%@ beantragte dir zu folgen";
"Scene.Notification.UserYourPollHasEnded" = "%@ deine Umfrage ist beendet";
"Scene.Preview.Keyboard.ClosePreview" = "Vorschau schließen";
"Scene.Preview.Keyboard.ShowNext" = "Nächstes anzeigen";
"Scene.Preview.Keyboard.ShowPrevious" = "Vorheriges anzeigen";

View File

@ -192,16 +192,16 @@ tap the link to confirm your account.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Published!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Publishing post...";
"Scene.HomeTimeline.Title" = "Home";
"Scene.Notification.Action.Favourite" = "favorited your post";
"Scene.Notification.Action.Follow" = "followed you";
"Scene.Notification.Action.FollowRequest" = "requested to follow you";
"Scene.Notification.Action.Mention" = "mentioned you";
"Scene.Notification.Action.Poll" = "Your poll has ended";
"Scene.Notification.Action.Reblog" = "reblogged your post";
"Scene.Notification.Keyobard.ShowEverything" = "Show Everything";
"Scene.Notification.Keyobard.ShowMentions" = "Show Mentions";
"Scene.Notification.Title.Everything" = "Everything";
"Scene.Notification.Title.Mentions" = "Mentions";
"Scene.Notification.UserFavorited Your Post" = "%@ favorited your post";
"Scene.Notification.UserFollowedYou" = "%@ followed you";
"Scene.Notification.UserMentionedYou" = "%@ mentioned you";
"Scene.Notification.UserRebloggedYourPost" = "%@ reblogged your post";
"Scene.Notification.UserRequestedToFollowYou" = "%@ requested to follow you";
"Scene.Notification.UserYourPollHasEnded" = "%@ Your poll has ended";
"Scene.Preview.Keyboard.ClosePreview" = "Close Preview";
"Scene.Preview.Keyboard.ShowNext" = "Show Next";
"Scene.Preview.Keyboard.ShowPrevious" = "Show Previous";

View File

@ -192,16 +192,16 @@ pulsá en el enlace para confirmar tu cuenta.";
"Scene.HomeTimeline.NavigationBarState.Published" = "¡Enviado!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Enviando mensaje…";
"Scene.HomeTimeline.Title" = "Principal";
"Scene.Notification.Action.Favourite" = "marcó como favorito tu mensaje";
"Scene.Notification.Action.Follow" = "te sigue";
"Scene.Notification.Action.FollowRequest" = "solicitó seguirte";
"Scene.Notification.Action.Mention" = "te mencionó";
"Scene.Notification.Action.Poll" = "Tu encuesta finalizó";
"Scene.Notification.Action.Reblog" = "adhirió a tu mensaje";
"Scene.Notification.Keyobard.ShowEverything" = "Mostrar todo";
"Scene.Notification.Keyobard.ShowMentions" = "Mostrar menciones";
"Scene.Notification.Title.Everything" = "Todo";
"Scene.Notification.Title.Mentions" = "Menciones";
"Scene.Notification.UserFavorited Your Post" = "%@ marcó tu msj. como favorito";
"Scene.Notification.UserFollowedYou" = "%@ te sigue";
"Scene.Notification.UserMentionedYou" = "%@ te mencionó";
"Scene.Notification.UserRebloggedYourPost" = "%@ adhirió a tu mensaje";
"Scene.Notification.UserRequestedToFollowYou" = "%@ solicitó seguirte";
"Scene.Notification.UserYourPollHasEnded" = "%@, tu encuesta finalizó";
"Scene.Preview.Keyboard.ClosePreview" = "Cerrar previsualización";
"Scene.Preview.Keyboard.ShowNext" = "Mostrar siguiente";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostrar anterior";

View File

@ -83,20 +83,20 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Sección Anterior";
"Common.Controls.Keyboard.Timeline.NextStatus" = "Siguiente Publicación";
"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Abrir Perfil del Autor";
"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Abrir Perfil del Redifusor";
"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Abrir Perfil del Reblogueador";
"Common.Controls.Keyboard.Timeline.OpenStatus" = "Abrir Publicación";
"Common.Controls.Keyboard.Timeline.PreviewImage" = "Previsualizar Imagen";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Publicación Anterior";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Responder Publicación";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Alternar la Advertencia de Contenido";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Conmutar la Marca de Favorito en la Publicación";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Conmutar la Redifusión en la Publicación";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Conmutar el Reblogueo en la Publicación";
"Common.Controls.Status.Actions.Favorite" = "Favorito";
"Common.Controls.Status.Actions.Menu" = "Menú";
"Common.Controls.Status.Actions.Reblog" = "Redifundir";
"Common.Controls.Status.Actions.Reblog" = "Rebloguear";
"Common.Controls.Status.Actions.Reply" = "Responder";
"Common.Controls.Status.Actions.Unfavorite" = "No favorito";
"Common.Controls.Status.Actions.Unreblog" = "Deshacer redifusión";
"Common.Controls.Status.Actions.Unreblog" = "Deshacer reblogueo";
"Common.Controls.Status.ContentWarning" = "Advertencia de Contenido";
"Common.Controls.Status.MediaContentWarning" = "Pulsa en cualquier sitio para mostrar";
"Common.Controls.Status.Poll.Closed" = "Cerrado";
@ -109,7 +109,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Status.Tag.Link" = "Enlace";
"Common.Controls.Status.Tag.Mention" = "Mención";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.UserReblogged" = "%@ ha redifundido";
"Common.Controls.Status.UserReblogged" = "%@ lo reblogueó";
"Common.Controls.Status.UserRepliedTo" = "En respuesta a %@";
"Common.Controls.Tabs.Home" = "Inicio";
"Common.Controls.Tabs.Notification" = "Notificación";
@ -192,16 +192,16 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.HomeTimeline.NavigationBarState.Published" = "¡Publicado!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Publicación en curso...";
"Scene.HomeTimeline.Title" = "Inicio";
"Scene.Notification.Action.Favourite" = "ha marcado como favorita tu publicación";
"Scene.Notification.Action.Follow" = "ha empezado a seguirte";
"Scene.Notification.Action.FollowRequest" = "ha solicitado seguirte";
"Scene.Notification.Action.Mention" = "te ha mencionado";
"Scene.Notification.Action.Poll" = "Tu encuesta ha terminado";
"Scene.Notification.Action.Reblog" = "ha redifundido tu publicación";
"Scene.Notification.Keyobard.ShowEverything" = "Mostrar Todo";
"Scene.Notification.Keyobard.ShowMentions" = "Mostrar Menciones";
"Scene.Notification.Title.Everything" = "Todo";
"Scene.Notification.Title.Mentions" = "Menciones";
"Scene.Notification.UserFavorited Your Post" = "%@ marcó tu post como favorito";
"Scene.Notification.UserFollowedYou" = "%@ te ha empezado a seguir";
"Scene.Notification.UserMentionedYou" = "%@ te ha mencionado";
"Scene.Notification.UserRebloggedYourPost" = "%@ reblogueó tu publicación";
"Scene.Notification.UserRequestedToFollowYou" = "%@ ha solicitado seguirte";
"Scene.Notification.UserYourPollHasEnded" = "%@ Tu encuesta ha terminado";
"Scene.Preview.Keyboard.ClosePreview" = "Cerrar Previsualización";
"Scene.Preview.Keyboard.ShowNext" = "Mostrar Siguiente";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostrar Anterior";
@ -313,7 +313,7 @@ cualquier servidor.";
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacidad";
"Scene.Settings.Section.BoringZone.Terms" = "Términos de Servicio";
"Scene.Settings.Section.BoringZone.Title" = "La Zona Aburrida";
"Scene.Settings.Section.Notifications.Boosts" = "Redifunda mi publicación";
"Scene.Settings.Section.Notifications.Boosts" = "Rebloguee mi publicación";
"Scene.Settings.Section.Notifications.Favorites" = "Marque como favorita mi publicación";
"Scene.Settings.Section.Notifications.Follows" = "Me siga";
"Scene.Settings.Section.Notifications.Mentions" = "Me mencione";

View File

@ -5,7 +5,7 @@
<key>a11y.plural.count.input_limit_exceeds</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string>
<string>Límite de entrada superado en %#@character_count@ caracteres</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -13,15 +13,15 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 character</string>
<string>1 carácter</string>
<key>other</key>
<string>%ld characters</string>
<string>%ld caracteres</string>
</dict>
</dict>
<key>a11y.plural.count.input_limit_remains</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Input limit remains %#@character_count@</string>
<string>Límite de entrada restante: %#@character_count@ caracteres</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -29,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 character</string>
<string>1 carácter</string>
<key>other</key>
<string>%ld characters</string>
<string>%ld caracteres</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 post</string>
<string>1 publicación</string>
<key>other</key>
<string>%ld posts</string>
<string>%ld publicaciones</string>
</dict>
</dict>
<key>plural.count.favorite</key>
@ -93,9 +93,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 reblog</string>
<string>1 reblogueo</string>
<key>other</key>
<string>%ld redifusiones</string>
<string>%ld reblogueos</string>
</dict>
</dict>
<key>plural.count.vote</key>
@ -157,9 +157,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 following</string>
<string>1 siguiendo</string>
<key>other</key>
<string>%ld following</string>
<string>%ld siguiendo</string>
</dict>
</dict>
<key>plural.count.follower</key>
@ -173,9 +173,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 follower</string>
<string>1 seguidor</string>
<key>other</key>
<string>%ld followers</string>
<string>%ld seguidores</string>
</dict>
</dict>
<key>date.year.left</key>
@ -189,9 +189,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 year left</string>
<string>1 año restante</string>
<key>other</key>
<string>%ld years left</string>
<string>%ld años restantes</string>
</dict>
</dict>
<key>date.month.left</key>
@ -205,9 +205,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 months left</string>
<string>1 mes restante</string>
<key>other</key>
<string>%ld months left</string>
<string>%ld meses restantes</string>
</dict>
</dict>
<key>date.day.left</key>
@ -221,9 +221,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 day left</string>
<string>1 día restante</string>
<key>other</key>
<string>%ld days left</string>
<string>%ld días restantes</string>
</dict>
</dict>
<key>date.hour.left</key>
@ -237,9 +237,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 hour left</string>
<string>1 hora restante</string>
<key>other</key>
<string>%ld hours left</string>
<string>%ld horas restantes</string>
</dict>
</dict>
<key>date.minute.left</key>
@ -253,9 +253,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 minute left</string>
<string>1 minuto restante</string>
<key>other</key>
<string>%ld minutes left</string>
<string>%ld minutos restantes</string>
</dict>
</dict>
<key>date.second.left</key>
@ -269,9 +269,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 second left</string>
<string>1 segundo restante</string>
<key>other</key>
<string>%ld seconds left</string>
<string>%ld segundos restantes</string>
</dict>
</dict>
<key>date.year.ago.abbr</key>
@ -285,9 +285,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1y ago</string>
<string>Hace 1 año</string>
<key>other</key>
<string>%ldy ago</string>
<string>Hace %ld años</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
@ -301,9 +301,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1M ago</string>
<string>Hace 1 mes</string>
<key>other</key>
<string>%ldM ago</string>
<string>Hace %ld meses</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
@ -317,9 +317,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1d ago</string>
<string>Hace 1 día</string>
<key>other</key>
<string>%ldd ago</string>
<string>Hace %ld días</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
@ -333,9 +333,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1h ago</string>
<string>Hace 1 h</string>
<key>other</key>
<string>%ldh ago</string>
<string>Hace %ld h</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
@ -349,9 +349,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1m ago</string>
<string>Hace 1 min</string>
<key>other</key>
<string>%ldm ago</string>
<string>Hace %ld min</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
@ -365,9 +365,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1s ago</string>
<string>Hace 1 s</string>
<key>other</key>
<string>%lds ago</string>
<string>Hace %ld s</string>
</dict>
</dict>
</dict>

View File

@ -191,16 +191,16 @@ tapotez le lien pour confirmer votre compte.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publié!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Publication en cours ...";
"Scene.HomeTimeline.Title" = "Accueil";
"Scene.Notification.Action.Favourite" = "a ajouté votre message à ses favoris";
"Scene.Notification.Action.Follow" = "vous suit";
"Scene.Notification.Action.FollowRequest" = "a demandé à vous suivre";
"Scene.Notification.Action.Mention" = "vous a mentionné";
"Scene.Notification.Action.Poll" = "Votre sondage est terminé";
"Scene.Notification.Action.Reblog" = "a reblogué votre post";
"Scene.Notification.Keyobard.ShowEverything" = "Tout Afficher";
"Scene.Notification.Keyobard.ShowMentions" = "Afficher les mentions";
"Scene.Notification.Title.Everything" = "Tout";
"Scene.Notification.Title.Mentions" = "Mentions";
"Scene.Notification.UserFavorited Your Post" = "%@ favorited your post";
"Scene.Notification.UserFollowedYou" = "%@ followed you";
"Scene.Notification.UserMentionedYou" = "%@ mentioned you";
"Scene.Notification.UserRebloggedYourPost" = "%@ reblogged your post";
"Scene.Notification.UserRequestedToFollowYou" = "%@ requested to follow you";
"Scene.Notification.UserYourPollHasEnded" = "%@ Your poll has ended";
"Scene.Preview.Keyboard.ClosePreview" = "Fermer l'aperçu";
"Scene.Preview.Keyboard.ShowNext" = "Afficher le suivant";
"Scene.Preview.Keyboard.ShowPrevious" = "Afficher le précédent";

View File

@ -1,4 +1,4 @@
"NSCameraUsageDescription" = "投稿用の写真撮影に使用します";
"NSPhotoLibraryAddUsageDescription" = "写真をフォトライブラリーに保存するときに使用します";
"NSPhotoLibraryAddUsageDescription" = "写真をフォトライブラリに保存するために使用します";
"NewPostShortcutItemTitle" = "新規投稿";
"SearchShortcutItemTitle" = "検索";

View File

@ -15,7 +15,7 @@
"Common.Alerts.PublishPostFailure.Message" = "投稿に失敗しました。
インターネットに接続されているか確認してください。";
"Common.Alerts.PublishPostFailure.Title" = "失敗";
"Common.Alerts.SavePhotoFailure.Message" = "写真を保存するには、フォトライブラリのアクセス許可を有効にしてください。";
"Common.Alerts.SavePhotoFailure.Message" = "写真を保存するには、フォトライブラリのアクセス許可を有効にしてください。";
"Common.Alerts.SavePhotoFailure.Title" = "写真の保存に失敗しました";
"Common.Alerts.ServerError.Title" = "サーバーエラー";
"Common.Alerts.SignOut.Confirm" = "サインアウト";
@ -132,8 +132,8 @@
"Scene.Compose.Accessibility.AppendAttachment" = "アタッチメントの追加";
"Scene.Compose.Accessibility.AppendPoll" = "投票を追加";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "カスタム絵文字ピッカー";
"Scene.Compose.Accessibility.DisableContentWarning" = "コンテンツ警告を無効にする";
"Scene.Compose.Accessibility.EnableContentWarning" = "コンテンツ警告を有効にする";
"Scene.Compose.Accessibility.DisableContentWarning" = "閲覧注意を無効にする";
"Scene.Compose.Accessibility.EnableContentWarning" = "閲覧注意を有効にする";
"Scene.Compose.Accessibility.PostVisibilityMenu" = "投稿の表示メニュー";
"Scene.Compose.Accessibility.RemovePoll" = "投票を消去";
"Scene.Compose.Attachment.AttachmentBroken" = "%@は壊れていてMastodonにアップロードできません。";
@ -144,7 +144,7 @@
"Scene.Compose.AutoComplete.SpaceToAdd" = "スペースを追加";
"Scene.Compose.ComposeAction" = "投稿";
"Scene.Compose.ContentInputPlaceholder" = "気になることを入力またはペースト";
"Scene.Compose.ContentWarning.Placeholder" = "ここに正確な警告を書いてください...";
"Scene.Compose.ContentWarning.Placeholder" = "ここに警告を書いてください...";
"Scene.Compose.Keyboard.AppendAttachmentEntry" = "アタッチメントを追加 - %@";
"Scene.Compose.Keyboard.DiscardPost" = "投稿を破棄";
"Scene.Compose.Keyboard.PublishPost" = "投稿する";
@ -153,7 +153,7 @@
"Scene.Compose.Keyboard.TogglePoll" = "投票を切り替える";
"Scene.Compose.MediaSelection.Browse" = "ブラウズ";
"Scene.Compose.MediaSelection.Camera" = "写真を撮る";
"Scene.Compose.MediaSelection.PhotoLibrary" = "写真";
"Scene.Compose.MediaSelection.PhotoLibrary" = "フォトライブラリ";
"Scene.Compose.Poll.DurationTime" = "期間: %@";
"Scene.Compose.Poll.OneDay" = "1日";
"Scene.Compose.Poll.OneHour" = "1時間";
@ -177,7 +177,7 @@
"Scene.ConfirmEmail.OpenEmailApp.Description" = "先ほどメールをお送りしました。まだの方は、迷惑メールフォルダをご確認ください。";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "メール";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "メールアプリを開く";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "インボックスをチェック";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "メールを確認";
"Scene.ConfirmEmail.Subtitle" = "先程 %@ にメールを送信しました。リンクをタップしてアカウントを確認してください。";
"Scene.ConfirmEmail.Title" = "さいごにもうひとつ。";
"Scene.Favorite.Title" = "お気に入り";
@ -186,16 +186,16 @@
"Scene.HomeTimeline.NavigationBarState.Published" = "投稿しました!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "投稿中...";
"Scene.HomeTimeline.Title" = "ホーム";
"Scene.Notification.Action.Favourite" = "がお気に入りに登録";
"Scene.Notification.Action.Follow" = "フォローされました";
"Scene.Notification.Action.FollowRequest" = "フォローリクエスト";
"Scene.Notification.Action.Mention" = "メンションされました";
"Scene.Notification.Action.Poll" = "投票が終了しました";
"Scene.Notification.Action.Reblog" = "がブーストしました";
"Scene.Notification.Keyobard.ShowEverything" = "すべて見る";
"Scene.Notification.Keyobard.ShowMentions" = "メンションを見る";
"Scene.Notification.Title.Everything" = "すべて";
"Scene.Notification.Title.Mentions" = "メンション";
"Scene.Notification.UserFavorited Your Post" = "%@ がお気に入り登録しました";
"Scene.Notification.UserFollowedYou" = "%@ にフォローされました";
"Scene.Notification.UserMentionedYou" = "%@ に返信されました";
"Scene.Notification.UserRebloggedYourPost" = "%@ がブーストしました";
"Scene.Notification.UserRequestedToFollowYou" = "%@ がフォローリクエストを送信しました";
"Scene.Notification.UserYourPollHasEnded" = "%@ 投票が終了しました";
"Scene.Preview.Keyboard.ClosePreview" = "プレビューを閉じる";
"Scene.Preview.Keyboard.ShowNext" = "次を見る";
"Scene.Preview.Keyboard.ShowPrevious" = "前を見る";
@ -218,20 +218,20 @@
"Scene.Register.Error.Item.Password" = "パスワード";
"Scene.Register.Error.Item.Reason" = "理由";
"Scene.Register.Error.Item.Username" = "ユーザー名";
"Scene.Register.Error.Reason.Accepted" = "%@を受け入れなければならない";
"Scene.Register.Error.Reason.Accepted" = "%@ に合意しなければなりません";
"Scene.Register.Error.Reason.Blank" = "%@が必要です";
"Scene.Register.Error.Reason.Blocked" = "%@ が許可されていないメールプロバイダを含んでいる";
"Scene.Register.Error.Reason.Blocked" = "%@ は許可されていないメールプロバイダを含んでいます";
"Scene.Register.Error.Reason.Inclusion" = "%@ はサポートされていない値です";
"Scene.Register.Error.Reason.Invalid" = "%@は無効です";
"Scene.Register.Error.Reason.Reserved" = "%@は予約語です";
"Scene.Register.Error.Reason.Taken" = "%@は使われます";
"Scene.Register.Error.Reason.TooLong" = "%@は長";
"Scene.Register.Error.Reason.TooShort" = "%@は短";
"Scene.Register.Error.Reason.Unreachable" = "%@は存在しないよう";
"Scene.Register.Error.Reason.Taken" = "%@は既に使われています";
"Scene.Register.Error.Reason.TooLong" = "%@は長すぎます";
"Scene.Register.Error.Reason.TooShort" = "%@は短すぎます";
"Scene.Register.Error.Reason.Unreachable" = "%@は存在しないようです";
"Scene.Register.Error.Special.EmailInvalid" = "有効なメールアドレスではありません";
"Scene.Register.Error.Special.PasswordTooShort" = "パスワードが短すぎます8文字以上";
"Scene.Register.Error.Special.UsernameInvalid" = "ユーザーネームには、英数字とアンダースコアのみを使用してください。";
"Scene.Register.Error.Special.UsernameTooLong" = "ユーザーネームが長すぎます30文字以内";
"Scene.Register.Error.Special.UsernameTooLong" = "ユーザーが長すぎます30文字以内";
"Scene.Register.Input.Avatar.Delete" = "消去";
"Scene.Register.Input.DisplayName.Placeholder" = "表示名";
"Scene.Register.Input.Email.Placeholder" = "メール";

View File

@ -167,7 +167,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld years left</string>
<string>残り%ld年</string>
</dict>
</dict>
<key>date.month.left</key>
@ -195,7 +195,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld days left</string>
<string>残り%ld日</string>
</dict>
</dict>
<key>date.hour.left</key>
@ -209,7 +209,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld hours left</string>
<string>残り%ld時間</string>
</dict>
</dict>
<key>date.minute.left</key>
@ -223,7 +223,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld minutes left</string>
<string>残り%ld分</string>
</dict>
</dict>
<key>date.second.left</key>
@ -237,7 +237,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld seconds left</string>
<string>残り%ld秒</string>
</dict>
</dict>
<key>date.year.ago.abbr</key>
@ -279,7 +279,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldd ago</string>
<string>%ld日前</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
@ -293,7 +293,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldh ago</string>
<string>%ld時間前</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
@ -307,7 +307,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldm ago</string>
<string>%ld分前</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
@ -321,7 +321,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%lds ago</string>
<string>%ld秒前</string>
</dict>
</dict>
</dict>

View File

@ -186,16 +186,16 @@ klik op de link om uw account te bevestigen.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Gepubliceerd!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Bericht publiceren...";
"Scene.HomeTimeline.Title" = "Start";
"Scene.Notification.Action.Favourite" = "heeft uw bericht als favoriet toegevoegd";
"Scene.Notification.Action.Follow" = "volgt u";
"Scene.Notification.Action.FollowRequest" = "heeft gevraagd om u te volgen";
"Scene.Notification.Action.Mention" = "vermeldde u";
"Scene.Notification.Action.Poll" = "Uw poll is geëindigd";
"Scene.Notification.Action.Reblog" = "deelde uw bericht";
"Scene.Notification.Keyobard.ShowEverything" = "Alles weergeven";
"Scene.Notification.Keyobard.ShowMentions" = "Vermeldingen weergeven";
"Scene.Notification.Title.Everything" = "Alles";
"Scene.Notification.Title.Mentions" = "Vermeldingen";
"Scene.Notification.UserFavorited Your Post" = "%@ favorited your post";
"Scene.Notification.UserFollowedYou" = "%@ followed you";
"Scene.Notification.UserMentionedYou" = "%@ mentioned you";
"Scene.Notification.UserRebloggedYourPost" = "%@ reblogged your post";
"Scene.Notification.UserRequestedToFollowYou" = "%@ requested to follow you";
"Scene.Notification.UserYourPollHasEnded" = "%@ Your poll has ended";
"Scene.Preview.Keyboard.ClosePreview" = "Voorbeeldweergave Sluiten";
"Scene.Preview.Keyboard.ShowNext" = "Volgende";
"Scene.Preview.Keyboard.ShowPrevious" = "Vorige";

View File

@ -192,16 +192,16 @@
"Scene.HomeTimeline.NavigationBarState.Published" = "已发送";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "正在发送...";
"Scene.HomeTimeline.Title" = "主页";
"Scene.Notification.Action.Favourite" = "喜欢了你的帖子";
"Scene.Notification.Action.Follow" = "关注了你";
"Scene.Notification.Action.FollowRequest" = "向你发送了关注请求";
"Scene.Notification.Action.Mention" = "提及了你";
"Scene.Notification.Action.Poll" = "你的投票已经结束";
"Scene.Notification.Action.Reblog" = "转发了你的帖子";
"Scene.Notification.Keyobard.ShowEverything" = "显示全部";
"Scene.Notification.Keyobard.ShowMentions" = "显示提及";
"Scene.Notification.Title.Everything" = "所有";
"Scene.Notification.Title.Everything" = "全部";
"Scene.Notification.Title.Mentions" = "提及";
"Scene.Notification.UserFavorited Your Post" = "%@ 喜欢了你的帖子";
"Scene.Notification.UserFollowedYou" = "%@ 关注了你";
"Scene.Notification.UserMentionedYou" = "%@ 提及了你";
"Scene.Notification.UserRebloggedYourPost" = "%@ 转发了你的帖子";
"Scene.Notification.UserRequestedToFollowYou" = "%@ 向你发送了关注请求";
"Scene.Notification.UserYourPollHasEnded" = "%@ 你的投票已经结束";
"Scene.Preview.Keyboard.ClosePreview" = "关闭预览";
"Scene.Preview.Keyboard.ShowNext" = "显示下一个";
"Scene.Preview.Keyboard.ShowPrevious" = "显示前一个";

View File

@ -251,7 +251,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldy ago</string>
<string>%ld 年前</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
@ -265,7 +265,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldM ago</string>
<string>%ld 月前</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
@ -279,7 +279,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldd ago</string>
<string>%ld 天前</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
@ -293,7 +293,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldh ago</string>
<string>%ld 小时前</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
@ -307,7 +307,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldm ago</string>
<string>%ld 分前</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
@ -321,7 +321,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%lds ago</string>
<string>%ld 秒前</string>
</dict>
</dict>
</dict>

View File

@ -2,7 +2,7 @@
"751xkl" = "Text Content";
"CsR7G2" = "Post";
"CsR7G2" = "Post on Mastodon";
"HZSGTr" = "What content to post?";
@ -32,7 +32,7 @@
"ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Post";
"dUyuGg" = "Post on Mastodon";
"dYQ5NN" = "Public";

View File

@ -1,8 +1,8 @@
"16wxgf" = "Auf Mastodon schreiben";
"16wxgf" = "Auf Mastodon posten";
"751xkl" = "Textinhalt";
"CsR7G2" = "Post";
"CsR7G2" = "Auf Mastodon posten";
"HZSGTr" = "Welcher Inhalt soll gepostet werden?";
@ -14,9 +14,9 @@
"RxSqsb" = "Beitrag";
"WCIR3D" = "Schreibe ${content} auf Mastodon";
"WCIR3D" = "Poste ${content} auf Mastodon";
"ZKJSNu" = "Post";
"ZKJSNu" = "Beitrag";
"ZS1XaK" = "Inhalt: ${content}";
@ -32,13 +32,13 @@
"ayoYEb-ehFLjY" = "${content}, nur für Follower";
"dUyuGg" = "Post";
"dUyuGg" = "Auf Mastodon posten";
"dYQ5NN" = "Öffentlich";
"ehFLjY" = "Nur für Follower";
"gfePDu" = "Senden fehlgeschlagen. ${failureReason}";
"gfePDu" = "Posten fehlgeschlagen. ${failureReason}";
"k7dbKQ" = "Beitrag wurde erfolgreich gesendet.";

View File

@ -12,11 +12,11 @@
"RHxKOw" = "Enviar mensaje con contenido de texto";
"RxSqsb" = "Enviar";
"RxSqsb" = "Mensaje";
"WCIR3D" = "Enviar ${content} a Mastodon";
"ZKJSNu" = "Enviar";
"ZKJSNu" = "Mensaje";
"ZS1XaK" = "${content}";

View File

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

View File

@ -2,7 +2,7 @@
"751xkl" = "Text Content";
"CsR7G2" = "Post";
"CsR7G2" = "Post on Mastodon";
"HZSGTr" = "What content to post?";
@ -32,7 +32,7 @@
"ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Post";
"dUyuGg" = "Post on Mastodon";
"dYQ5NN" = "Public";

View File

@ -2,7 +2,7 @@
"751xkl" = "Text Content";
"CsR7G2" = "Post";
"CsR7G2" = "Post on Mastodon";
"HZSGTr" = "What content to post?";
@ -32,7 +32,7 @@
"ayoYEb-ehFLjY" = "${content}, Followers Only";
"dUyuGg" = "Post";
"dUyuGg" = "Post on Mastodon";
"dYQ5NN" = "Public";

View File

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