chore: update i18n resources

This commit is contained in:
CMK 2021-08-10 14:44:47 +08:00
parent 32a1af3f44
commit 053c5948cb
19 changed files with 1184 additions and 164 deletions

View File

@ -327,19 +327,19 @@ internal enum L10n {
/// Filtered /// Filtered
internal static let filtered = L10n.tr("Localizable", "Common.Controls.Timeline.Filtered") internal static let filtered = L10n.tr("Localizable", "Common.Controls.Timeline.Filtered")
internal enum Header { internal enum Header {
/// You cant view this users profile\n until they unblock you. /// You cant view this users profile\nuntil they unblock you.
internal static let blockedWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.BlockedWarning") internal static let blockedWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.BlockedWarning")
/// You cant view this user's profile\n until you unblock them.\nYour profile looks like this to them. /// You cant view this user's profile\nuntil you unblock them.\nYour profile looks like this to them.
internal static let blockingWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.BlockingWarning") internal static let blockingWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.BlockingWarning")
/// No Post Found /// No Post Found
internal static let noStatusFound = L10n.tr("Localizable", "Common.Controls.Timeline.Header.NoStatusFound") internal static let noStatusFound = L10n.tr("Localizable", "Common.Controls.Timeline.Header.NoStatusFound")
/// This user has been suspended. /// This user has been suspended.
internal static let suspendedWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.SuspendedWarning") internal static let suspendedWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.SuspendedWarning")
/// You cant view %@s profile\n until they unblock you. /// You cant view %@s profile\nuntil they unblock you.
internal static func userBlockedWarning(_ p1: Any) -> String { internal static func userBlockedWarning(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserBlockedWarning", String(describing: p1)) return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserBlockedWarning", String(describing: p1))
} }
/// You cant view %@s profile\n until you unblock them.\nYour profile looks like this to them. /// You cant view %@s profile\nuntil you unblock them.\nYour profile looks like this to them.
internal static func userBlockingWarning(_ p1: Any) -> String { internal static func userBlockingWarning(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserBlockingWarning", String(describing: p1)) return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserBlockingWarning", String(describing: p1))
} }
@ -986,36 +986,72 @@ internal enum L10n {
internal static func `left`(_ p1: Int) -> String { internal static func `left`(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.day.left", p1) return L10n.tr("Localizable", "date.day.left", p1)
} }
internal enum Ago {
/// Plural format key: "%#@count_day_ago_abbr@"
internal static func abbr(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.day.ago.abbr", p1)
}
}
} }
internal enum Hour { internal enum Hour {
/// Plural format key: "%#@count_hour_left@" /// Plural format key: "%#@count_hour_left@"
internal static func `left`(_ p1: Int) -> String { internal static func `left`(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.hour.left", p1) return L10n.tr("Localizable", "date.hour.left", p1)
} }
internal enum Ago {
/// Plural format key: "%#@count_hour_ago_abbr@"
internal static func abbr(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.hour.ago.abbr", p1)
}
}
} }
internal enum Minute { internal enum Minute {
/// Plural format key: "%#@count_minute_left@" /// Plural format key: "%#@count_minute_left@"
internal static func `left`(_ p1: Int) -> String { internal static func `left`(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.minute.left", p1) return L10n.tr("Localizable", "date.minute.left", p1)
} }
internal enum Ago {
/// Plural format key: "%#@count_minute_ago_abbr@"
internal static func abbr(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.minute.ago.abbr", p1)
}
}
} }
internal enum Month { internal enum Month {
/// Plural format key: "%#@count_month_left@" /// Plural format key: "%#@count_month_left@"
internal static func `left`(_ p1: Int) -> String { internal static func `left`(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.month.left", p1) return L10n.tr("Localizable", "date.month.left", p1)
} }
internal enum Ago {
/// Plural format key: "%#@count_month_ago_abbr@"
internal static func abbr(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.month.ago.abbr", p1)
}
}
} }
internal enum Second { internal enum Second {
/// Plural format key: "%#@count_second_left@" /// Plural format key: "%#@count_second_left@"
internal static func `left`(_ p1: Int) -> String { internal static func `left`(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.second.left", p1) return L10n.tr("Localizable", "date.second.left", p1)
} }
internal enum Ago {
/// Plural format key: "%#@count_second_ago_abbr@"
internal static func abbr(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.second.ago.abbr", p1)
}
}
} }
internal enum Year { internal enum Year {
/// Plural format key: "%#@count_year_left@" /// Plural format key: "%#@count_year_left@"
internal static func `left`(_ p1: Int) -> String { internal static func `left`(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.year.left", p1) return L10n.tr("Localizable", "date.year.left", p1)
} }
internal enum Ago {
/// Plural format key: "%#@count_year_ago_abbr@"
internal static func abbr(_ p1: Int) -> String {
return L10n.tr("Localizable", "date.year.ago.abbr", p1)
}
}
} }
} }

View File

@ -117,16 +117,16 @@ Please check your internet connection.";
"Common.Controls.Tabs.Search" = "بحث"; "Common.Controls.Tabs.Search" = "بحث";
"Common.Controls.Timeline.Filtered" = "Filtered"; "Common.Controls.Timeline.Filtered" = "Filtered";
"Common.Controls.Timeline.Header.BlockedWarning" = "You cant view this users profile "Common.Controls.Timeline.Header.BlockedWarning" = "You cant view this users profile
until they unblock you."; until they unblock you.";
"Common.Controls.Timeline.Header.BlockingWarning" = "You cant view this user's profile "Common.Controls.Timeline.Header.BlockingWarning" = "You cant view this user's profile
until you unblock them. until you unblock them.
Your profile looks like this to them."; Your profile looks like this to them.";
"Common.Controls.Timeline.Header.NoStatusFound" = "لا توجد هناك منشورات"; "Common.Controls.Timeline.Header.NoStatusFound" = "لا توجد هناك منشورات";
"Common.Controls.Timeline.Header.SuspendedWarning" = "This user has been suspended."; "Common.Controls.Timeline.Header.SuspendedWarning" = "This user has been suspended.";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "You cant view %@s profile "Common.Controls.Timeline.Header.UserBlockedWarning" = "You cant view %@s profile
until they unblock you."; until they unblock you.";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "You cant view %@s profile "Common.Controls.Timeline.Header.UserBlockingWarning" = "You cant view %@s profile
until you unblock them. until you unblock them.
Your profile looks like this to them."; Your profile looks like this to them.";
"Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@s account has been suspended."; "Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@s account has been suspended.";
"Common.Controls.Timeline.Loader.LoadMissingPosts" = "Load missing posts"; "Common.Controls.Timeline.Loader.LoadMissingPosts" = "Load missing posts";

View File

@ -410,5 +410,149 @@
<string>%ld seconds left</string> <string>%ld seconds left</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ldy ago</string>
<key>one</key>
<string>1y ago</string>
<key>two</key>
<string>%ldy ago</string>
<key>few</key>
<string>%ldy ago</string>
<key>many</key>
<string>%ldy ago</string>
<key>other</key>
<string>%ldy ago</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ldM ago</string>
<key>one</key>
<string>1M ago</string>
<key>two</key>
<string>%ldM ago</string>
<key>few</key>
<string>%ldM ago</string>
<key>many</key>
<string>%ldM ago</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ldd ago</string>
<key>one</key>
<string>1d ago</string>
<key>two</key>
<string>%ldd ago</string>
<key>few</key>
<string>%ldd ago</string>
<key>many</key>
<string>%ldd ago</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ldh ago</string>
<key>one</key>
<string>1h ago</string>
<key>two</key>
<string>%ldh ago</string>
<key>few</key>
<string>%ldh ago</string>
<key>many</key>
<string>%ldh ago</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ldm ago</string>
<key>one</key>
<string>1m ago</string>
<key>two</key>
<string>%ldm ago</string>
<key>few</key>
<string>%ldm ago</string>
<key>many</key>
<string>%ldm ago</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%lds ago</string>
<key>one</key>
<string>1s ago</string>
<key>two</key>
<string>%lds ago</string>
<key>few</key>
<string>%lds ago</string>
<key>many</key>
<string>%lds ago</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -274,5 +274,101 @@
<string>%ld segons restants</string> <string>%ld segons restants</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>fa 1a</string>
<key>other</key>
<string>fa %ldy anys</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>fa 1M</string>
<key>other</key>
<string>fa %ldM mesos</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>fa 1d</string>
<key>other</key>
<string>fa %ldd dies</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>fa 1h</string>
<key>other</key>
<string>fa %ldh hores</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>fa 1m</string>
<key>other</key>
<string>fa %ldm minuts</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>fa 1s</string>
<key>other</key>
<string>fa %lds seg</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -1,16 +1,16 @@
"Common.Alerts.BlockDomain.BlockEntireDomain" = "Domain blockieren"; "Common.Alerts.BlockDomain.BlockEntireDomain" = "Domain blockieren";
"Common.Alerts.BlockDomain.Title" = "Bist du dir wirklich sicher, dass du die ganze Domain %@ 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."; "Common.Alerts.BlockDomain.Title" = "Bist du dir wirklich sicher, dass du die ganze Domain %@ 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 Follower von dieser Domain werden entfernt.";
"Common.Alerts.CleanCache.Message" = "%@ erfolgreich aus dem Cache gelöscht."; "Common.Alerts.CleanCache.Message" = "%@ erfolgreich aus dem Cache gelöscht.";
"Common.Alerts.CleanCache.Title" = "Zwischenspeicher leeren"; "Common.Alerts.CleanCache.Title" = "Zwischenspeicher leeren";
"Common.Alerts.Common.PleaseTryAgain" = "Bitte versuche es erneut."; "Common.Alerts.Common.PleaseTryAgain" = "Bitte versuche es erneut.";
"Common.Alerts.Common.PleaseTryAgainLater" = "Bitte versuche es später nochmal."; "Common.Alerts.Common.PleaseTryAgainLater" = "Bitte versuche es später nochmal.";
"Common.Alerts.DeletePost.Delete" = "Löschen"; "Common.Alerts.DeletePost.Delete" = "Löschen";
"Common.Alerts.DeletePost.Title" = "Bist du dir sicher, dass du diesen Beitrag löschen möchtest?"; "Common.Alerts.DeletePost.Title" = "Bist du dir sicher, dass du diesen Beitrag löschen möchtest?";
"Common.Alerts.DiscardPostContent.Message" = "Bestätige um den Beitrag zu verwerfen."; "Common.Alerts.DiscardPostContent.Message" = "Bestätige, um den Beitrag zu verwerfen.";
"Common.Alerts.DiscardPostContent.Title" = "Entwurf Verwerfen"; "Common.Alerts.DiscardPostContent.Title" = "Entwurf verwerfen";
"Common.Alerts.EditProfileFailure.Message" = "Profil kann nicht bearbeitet werden. Bitte versuche es erneut."; "Common.Alerts.EditProfileFailure.Message" = "Profil kann nicht bearbeitet werden. Bitte versuche es erneut.";
"Common.Alerts.EditProfileFailure.Title" = "Fehler beim Bearbeiten des Profils"; "Common.Alerts.EditProfileFailure.Title" = "Fehler beim Bearbeiten des Profils";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "Es kann nicht mehr als ein Video hinzugefügt werden."; "Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "Es kann nicht mehr als ein Video angehängt werden.";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "Es kann kein Video an einen Beitrag, der bereits Bilder enthält, angehängt werden."; "Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "Es kann kein Video an einen Beitrag, der bereits Bilder enthält, angehängt werden.";
"Common.Alerts.PublishPostFailure.Message" = "Fehler beim Veröffentlichen des Beitrags. "Common.Alerts.PublishPostFailure.Message" = "Fehler beim Veröffentlichen des Beitrags.
Bitte überprüfe deine Internetverbindung."; Bitte überprüfe deine Internetverbindung.";
@ -21,7 +21,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Alerts.SignOut.Confirm" = "Abmelden"; "Common.Alerts.SignOut.Confirm" = "Abmelden";
"Common.Alerts.SignOut.Message" = "Bist du sicher, dass du dich abmelden möchten?"; "Common.Alerts.SignOut.Message" = "Bist du sicher, dass du dich abmelden möchten?";
"Common.Alerts.SignOut.Title" = "Abmelden"; "Common.Alerts.SignOut.Title" = "Abmelden";
"Common.Alerts.SignUpFailure.Title" = "Anmeldefehler"; "Common.Alerts.SignUpFailure.Title" = "Registrierungsfehler";
"Common.Alerts.VoteFailure.PollEnded" = "Die Umfrage ist beendet"; "Common.Alerts.VoteFailure.PollEnded" = "Die Umfrage ist beendet";
"Common.Alerts.VoteFailure.Title" = "Fehler bei Abstimmung"; "Common.Alerts.VoteFailure.Title" = "Fehler bei Abstimmung";
"Common.Controls.Actions.Add" = "Hinzufügen"; "Common.Controls.Actions.Add" = "Hinzufügen";
@ -42,7 +42,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Open" = "Öffnen"; "Common.Controls.Actions.Open" = "Öffnen";
"Common.Controls.Actions.OpenInSafari" = "In Safari öffnen"; "Common.Controls.Actions.OpenInSafari" = "In Safari öffnen";
"Common.Controls.Actions.Preview" = "Vorschau"; "Common.Controls.Actions.Preview" = "Vorschau";
"Common.Controls.Actions.Previous" = "Zurück"; "Common.Controls.Actions.Previous" = "Vorheriges";
"Common.Controls.Actions.Remove" = "Entfernen"; "Common.Controls.Actions.Remove" = "Entfernen";
"Common.Controls.Actions.Reply" = "Antworten"; "Common.Controls.Actions.Reply" = "Antworten";
"Common.Controls.Actions.ReportUser" = "%@ melden"; "Common.Controls.Actions.ReportUser" = "%@ melden";
@ -72,7 +72,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Friendship.Pending" = "In Warteschlange"; "Common.Controls.Friendship.Pending" = "In Warteschlange";
"Common.Controls.Friendship.Request" = "Anfragen"; "Common.Controls.Friendship.Request" = "Anfragen";
"Common.Controls.Friendship.Unblock" = "Blockierung aufheben"; "Common.Controls.Friendship.Unblock" = "Blockierung aufheben";
"Common.Controls.Friendship.UnblockUser" = "@%@ entblocken"; "Common.Controls.Friendship.UnblockUser" = "Blockierung von %@ aufheben";
"Common.Controls.Friendship.Unmute" = "Nicht mehr stummschalten"; "Common.Controls.Friendship.Unmute" = "Nicht mehr stummschalten";
"Common.Controls.Friendship.UnmuteUser" = "%@ nicht mehr stummschalten"; "Common.Controls.Friendship.UnmuteUser" = "%@ nicht mehr stummschalten";
"Common.Controls.Keyboard.Common.ComposeNewPost" = "Neuen Beitrag verfassen"; "Common.Controls.Keyboard.Common.ComposeNewPost" = "Neuen Beitrag verfassen";
@ -117,16 +117,16 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Tabs.Search" = "Suche"; "Common.Controls.Tabs.Search" = "Suche";
"Common.Controls.Timeline.Filtered" = "Gefiltert"; "Common.Controls.Timeline.Filtered" = "Gefiltert";
"Common.Controls.Timeline.Header.BlockedWarning" = "Das Profil dieses Benutzers "Common.Controls.Timeline.Header.BlockedWarning" = "Das Profil dieses Benutzers
kann nicht angezeigt werden, bis er dich entsperrt."; kann nicht angezeigt werden, bis er dich entsperrt.";
"Common.Controls.Timeline.Header.BlockingWarning" = "Du kannst das Profil dieses Benutzers nicht sehen "Common.Controls.Timeline.Header.BlockingWarning" = "Du kannst das Profil dieses Benutzers nicht sehen
solange du den Benutzer nicht entsperrst. solange du den Benutzer nicht entsperrst.
Dein Profil sieht für diesen Benutzer auch so aus."; Dein Profil sieht für diesen Benutzer auch so aus.";
"Common.Controls.Timeline.Header.NoStatusFound" = "Kein Beitrag gefunden"; "Common.Controls.Timeline.Header.NoStatusFound" = "Kein Beitrag gefunden";
"Common.Controls.Timeline.Header.SuspendedWarning" = "Dieser Nutzer wurde gesperrt."; "Common.Controls.Timeline.Header.SuspendedWarning" = "Dieser Nutzer wurde gesperrt.";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "Du kannst das Profil von %@ nicht sehen "Common.Controls.Timeline.Header.UserBlockedWarning" = "Du kannst das Profil von %@ nicht sehen
bis der Benutzer dich entsperrt."; bis der Benutzer dich entsperrt.";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "Du kannst %@s Profil nicht sehen "Common.Controls.Timeline.Header.UserBlockingWarning" = "Du kannst %@s Profil nicht sehen
solange du diesen Benutzer nicht entsperrst. solange du diesen Benutzer nicht entsperrst.
Dein Profil sieht für diesen Benutzer auch so aus."; Dein Profil sieht für diesen Benutzer auch so aus.";
"Common.Controls.Timeline.Header.UserSuspendedWarning" = "Das Konto von %@ wurde gesperrt."; "Common.Controls.Timeline.Header.UserSuspendedWarning" = "Das Konto von %@ wurde gesperrt.";
"Common.Controls.Timeline.Loader.LoadMissingPosts" = "Fehlende Beiträge laden"; "Common.Controls.Timeline.Loader.LoadMissingPosts" = "Fehlende Beiträge laden";
@ -184,7 +184,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-Mail-Client öffnen"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-Mail-Client öffnen";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Überprüfe deinen Posteingang."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Überprüfe deinen Posteingang.";
"Scene.ConfirmEmail.Subtitle" = "Wir haben gerade eine E-Mail an %@ gesendet, "Scene.ConfirmEmail.Subtitle" = "Wir haben gerade eine E-Mail an %@ gesendet,
tippe auf den Link, um Dein Konto zu bestätigen."; tippe darin auf den Link, um Dein Konto zu bestätigen.";
"Scene.ConfirmEmail.Title" = "Noch eine letzte Sache."; "Scene.ConfirmEmail.Title" = "Noch eine letzte Sache.";
"Scene.Favorite.Title" = "Deine Favoriten"; "Scene.Favorite.Title" = "Deine Favoriten";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Neue Beiträge anzeigen"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Neue Beiträge anzeigen";
@ -234,7 +234,7 @@ tippe auf den Link, um Dein Konto zu bestätigen.";
"Scene.Register.Error.Reason.TooLong" = "%@ ist zu lang"; "Scene.Register.Error.Reason.TooLong" = "%@ ist zu lang";
"Scene.Register.Error.Reason.TooShort" = "%@ ist zu kurz"; "Scene.Register.Error.Reason.TooShort" = "%@ ist zu kurz";
"Scene.Register.Error.Reason.Unreachable" = "%@ scheint nicht zu existieren"; "Scene.Register.Error.Reason.Unreachable" = "%@ scheint nicht zu existieren";
"Scene.Register.Error.Special.EmailInvalid" = "Dies ist keine gültige E-Mail Adresse"; "Scene.Register.Error.Special.EmailInvalid" = "Dies ist keine gültige E-Mail-Adresse";
"Scene.Register.Error.Special.PasswordTooShort" = "Passwort ist zu kurz (mindestens 8 Zeichen erforderlich)"; "Scene.Register.Error.Special.PasswordTooShort" = "Passwort ist zu kurz (mindestens 8 Zeichen erforderlich)";
"Scene.Register.Error.Special.UsernameInvalid" = "Benutzername kann nur alphanumerische Zeichen und Unterstriche enthalten"; "Scene.Register.Error.Special.UsernameInvalid" = "Benutzername kann nur alphanumerische Zeichen und Unterstriche enthalten";
"Scene.Register.Error.Special.UsernameTooLong" = "Benutzername ist zu lang (darf nicht länger als 30 Zeichen sein)"; "Scene.Register.Error.Special.UsernameTooLong" = "Benutzername ist zu lang (darf nicht länger als 30 Zeichen sein)";
@ -277,7 +277,7 @@ tippe auf den Link, um Dein Konto zu bestätigen.";
"Scene.ServerPicker.Button.Category.All" = "Alle"; "Scene.ServerPicker.Button.Category.All" = "Alle";
"Scene.ServerPicker.Button.Category.AllAccessiblityDescription" = "Kategorie: Alle"; "Scene.ServerPicker.Button.Category.AllAccessiblityDescription" = "Kategorie: Alle";
"Scene.ServerPicker.Button.Category.Art" = "Kunst"; "Scene.ServerPicker.Button.Category.Art" = "Kunst";
"Scene.ServerPicker.Button.Category.Food" = "Kochen"; "Scene.ServerPicker.Button.Category.Food" = "Essen";
"Scene.ServerPicker.Button.Category.Furry" = "Furry"; "Scene.ServerPicker.Button.Category.Furry" = "Furry";
"Scene.ServerPicker.Button.Category.Games" = "Spiele"; "Scene.ServerPicker.Button.Category.Games" = "Spiele";
"Scene.ServerPicker.Button.Category.General" = "Allgemein"; "Scene.ServerPicker.Button.Category.General" = "Allgemein";
@ -288,7 +288,7 @@ tippe auf den Link, um Dein Konto zu bestätigen.";
"Scene.ServerPicker.Button.Category.Tech" = "Technologie"; "Scene.ServerPicker.Button.Category.Tech" = "Technologie";
"Scene.ServerPicker.Button.SeeLess" = "Weniger anzeigen"; "Scene.ServerPicker.Button.SeeLess" = "Weniger anzeigen";
"Scene.ServerPicker.Button.SeeMore" = "Mehr anzeigen"; "Scene.ServerPicker.Button.SeeMore" = "Mehr anzeigen";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Da ist etwas schief gelaufen. Bitte versuche es erneut oder überprüfe deine Internetverbindung."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Beim Laden der Daten ist etwas schief gelaufen. Überprüfe deine Internetverbindung.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Verfügbare Server werden gesucht..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Verfügbare Server werden gesucht...";
"Scene.ServerPicker.EmptyState.NoResults" = "Keine Ergebnisse"; "Scene.ServerPicker.EmptyState.NoResults" = "Keine Ergebnisse";
"Scene.ServerPicker.Input.Placeholder" = "Finde einen Server oder trete deinem eigenen bei..."; "Scene.ServerPicker.Input.Placeholder" = "Finde einen Server oder trete deinem eigenen bei...";
@ -332,8 +332,8 @@ beliebigen Server.";
"Scene.Settings.Section.SpicyZone.Signout" = "Abmelden"; "Scene.Settings.Section.SpicyZone.Signout" = "Abmelden";
"Scene.Settings.Section.SpicyZone.Title" = "Der Gefährliche Bereich"; "Scene.Settings.Section.SpicyZone.Title" = "Der Gefährliche Bereich";
"Scene.Settings.Title" = "Einstellungen"; "Scene.Settings.Title" = "Einstellungen";
"Scene.SuggestionAccount.FollowExplain" = "Wenn du jemandem folgst, siehst du deren Beiträge dann in deinem Home-Feed."; "Scene.SuggestionAccount.FollowExplain" = "Wenn du jemandem folgst, dann siehst du deren Beiträge in deinem Home-Feed.";
"Scene.SuggestionAccount.Title" = "Entdecke Benutzer zum Folgen"; "Scene.SuggestionAccount.Title" = "Finde Personen zum Folgen";
"Scene.Thread.BackTitle" = "Beitrag"; "Scene.Thread.BackTitle" = "Beitrag";
"Scene.Thread.Title" = "Beitrag von %@"; "Scene.Thread.Title" = "Beitrag von %@";
"Scene.Welcome.Slogan" = "Soziale Netzwerke wieder in deinen Händen."; "Scene.Welcome.Slogan" = "Soziale Netzwerke wieder in deinen Händen.";

View File

@ -5,7 +5,7 @@
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string> <string>Eingabelimit überschritten %#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -13,15 +13,15 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 Zeichen</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld Zeichen</string>
</dict> </dict>
</dict> </dict>
<key>a11y.plural.count.input_limit_remains</key> <key>a11y.plural.count.input_limit_remains</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit remains %#@character_count@</string> <string>Eingabelimit eingehalten %#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -29,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 Zeichen</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld Zeichen</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 post</string> <string>1 Beitrag</string>
<key>other</key> <key>other</key>
<string>%ld posts</string> <string>%ld Beiträge</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
@ -157,9 +157,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 following</string> <string>1 folgt</string>
<key>other</key> <key>other</key>
<string>%ld following</string> <string>%ld folgen</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.follower</key> <key>plural.count.follower</key>
@ -173,9 +173,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 follower</string> <string>1 Follower</string>
<key>other</key> <key>other</key>
<string>%ld followers</string> <string>%ld Follower</string>
</dict> </dict>
</dict> </dict>
<key>date.year.left</key> <key>date.year.left</key>
@ -189,9 +189,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 year left</string> <string>noch 1 Jahr übrig</string>
<key>other</key> <key>other</key>
<string>%ld years left</string> <string>noch %ld Jahre übrig</string>
</dict> </dict>
</dict> </dict>
<key>date.month.left</key> <key>date.month.left</key>
@ -205,9 +205,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 months left</string> <string>noch 1 Monat übrig</string>
<key>other</key> <key>other</key>
<string>%ld months left</string> <string>noch %ld Monate übrig</string>
</dict> </dict>
</dict> </dict>
<key>date.day.left</key> <key>date.day.left</key>
@ -221,9 +221,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 day left</string> <string>noch 1 Tag übrig</string>
<key>other</key> <key>other</key>
<string>%ld days left</string> <string>noch %ld Tage übrig</string>
</dict> </dict>
</dict> </dict>
<key>date.hour.left</key> <key>date.hour.left</key>
@ -237,9 +237,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 hour left</string> <string>noch 1 Stunde übrig</string>
<key>other</key> <key>other</key>
<string>%ld hours left</string> <string>noch %ld Stunden übrig</string>
</dict> </dict>
</dict> </dict>
<key>date.minute.left</key> <key>date.minute.left</key>
@ -253,9 +253,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 minute left</string> <string>noch 1 Minute übrig</string>
<key>other</key> <key>other</key>
<string>%ld minutes left</string> <string>noch %ld Minuten übrig</string>
</dict> </dict>
</dict> </dict>
<key>date.second.left</key> <key>date.second.left</key>
@ -269,9 +269,105 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 second left</string> <string>noch 1 Sekunde übrig</string>
<key>other</key> <key>other</key>
<string>%ld seconds left</string> <string>noch %ld Sekunden übrig</string>
</dict>
</dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Jahr</string>
<key>other</key>
<string>vor %ld Jahren</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 M</string>
<key>other</key>
<string>vor %ld Monaten</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Tag</string>
<key>other</key>
<string>vor %ld Tagen</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Stunde</string>
<key>other</key>
<string>vor %ld Stunden</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Minute</string>
<key>other</key>
<string>vor %ld Minuten</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Sekunde</string>
<key>other</key>
<string>vor %ld Sekuden</string>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -117,16 +117,16 @@ Please check your internet connection.";
"Common.Controls.Tabs.Search" = "Search"; "Common.Controls.Tabs.Search" = "Search";
"Common.Controls.Timeline.Filtered" = "Filtered"; "Common.Controls.Timeline.Filtered" = "Filtered";
"Common.Controls.Timeline.Header.BlockedWarning" = "You cant view this users profile "Common.Controls.Timeline.Header.BlockedWarning" = "You cant view this users profile
until they unblock you."; until they unblock you.";
"Common.Controls.Timeline.Header.BlockingWarning" = "You cant view this user's profile "Common.Controls.Timeline.Header.BlockingWarning" = "You cant view this user's profile
until you unblock them. until you unblock them.
Your profile looks like this to them."; Your profile looks like this to them.";
"Common.Controls.Timeline.Header.NoStatusFound" = "No Post Found"; "Common.Controls.Timeline.Header.NoStatusFound" = "No Post Found";
"Common.Controls.Timeline.Header.SuspendedWarning" = "This user has been suspended."; "Common.Controls.Timeline.Header.SuspendedWarning" = "This user has been suspended.";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "You cant view %@s profile "Common.Controls.Timeline.Header.UserBlockedWarning" = "You cant view %@s profile
until they unblock you."; until they unblock you.";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "You cant view %@s profile "Common.Controls.Timeline.Header.UserBlockingWarning" = "You cant view %@s profile
until you unblock them. until you unblock them.
Your profile looks like this to them."; Your profile looks like this to them.";
"Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@s account has been suspended."; "Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@s account has been suspended.";
"Common.Controls.Timeline.Loader.LoadMissingPosts" = "Load missing posts"; "Common.Controls.Timeline.Loader.LoadMissingPosts" = "Load missing posts";

View File

@ -274,5 +274,101 @@
<string>%ld seconds left</string> <string>%ld seconds left</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1y ago</string>
<key>other</key>
<string>%ldy ago</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1M ago</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1d ago</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1h ago</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1m ago</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1s ago</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -22,7 +22,7 @@ Por favor, revisá tu conexión a Internet.";
"Common.Alerts.SignOut.Message" = "¿Estás seguro que querés cerrar la sesión?"; "Common.Alerts.SignOut.Message" = "¿Estás seguro que querés cerrar la sesión?";
"Common.Alerts.SignOut.Title" = "Cerrar sesión"; "Common.Alerts.SignOut.Title" = "Cerrar sesión";
"Common.Alerts.SignUpFailure.Title" = "Error al registrarse"; "Common.Alerts.SignUpFailure.Title" = "Error al registrarse";
"Common.Alerts.VoteFailure.PollEnded" = "La encuesta ha terminado"; "Common.Alerts.VoteFailure.PollEnded" = "La encuesta finalizó";
"Common.Alerts.VoteFailure.Title" = "Error al votar"; "Common.Alerts.VoteFailure.Title" = "Error al votar";
"Common.Controls.Actions.Add" = "Agregar"; "Common.Controls.Actions.Add" = "Agregar";
"Common.Controls.Actions.Back" = "Volver"; "Common.Controls.Actions.Back" = "Volver";

View File

@ -5,7 +5,7 @@
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string> <string>El límite de entrada excede %#@character_count@ caracteres</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -13,15 +13,15 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 caracter</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld caracteres</string>
</dict> </dict>
</dict> </dict>
<key>a11y.plural.count.input_limit_remains</key> <key>a11y.plural.count.input_limit_remains</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit remains %#@character_count@</string> <string>El límite de entrada permite %#@character_count@ caracteres</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -29,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 caracter</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld caracteres</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 post</string> <string>1 mensaje</string>
<key>other</key> <key>other</key>
<string>%ld posts</string> <string>%ld mensajes</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.favorite</key> <key>plural.count.favorite</key>
@ -157,9 +157,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 following</string> <string>siguiendo a 1</string>
<key>other</key> <key>other</key>
<string>%ld following</string> <string>siguiendo a %ld</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.follower</key> <key>plural.count.follower</key>
@ -173,9 +173,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 follower</string> <string>1 seguidor</string>
<key>other</key> <key>other</key>
<string>%ld followers</string> <string>%ld seguidores</string>
</dict> </dict>
</dict> </dict>
<key>date.year.left</key> <key>date.year.left</key>
@ -189,9 +189,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 year left</string> <string>1 año restante</string>
<key>other</key> <key>other</key>
<string>%ld years left</string> <string>%ld años restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.month.left</key> <key>date.month.left</key>
@ -205,9 +205,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 months left</string> <string>1 mes restante</string>
<key>other</key> <key>other</key>
<string>%ld months left</string> <string>%ld meses restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.day.left</key> <key>date.day.left</key>
@ -221,9 +221,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 day left</string> <string>1 día restante</string>
<key>other</key> <key>other</key>
<string>%ld days left</string> <string>%ld días restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.hour.left</key> <key>date.hour.left</key>
@ -237,9 +237,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 hour left</string> <string>1 hora restante</string>
<key>other</key> <key>other</key>
<string>%ld hours left</string> <string>%ld horas restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.minute.left</key> <key>date.minute.left</key>
@ -253,9 +253,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 minute left</string> <string>1 minuto restante</string>
<key>other</key> <key>other</key>
<string>%ld minutes left</string> <string>%ld minutos restantes</string>
</dict> </dict>
</dict> </dict>
<key>date.second.left</key> <key>date.second.left</key>
@ -269,9 +269,105 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 second left</string> <string>1 segundo restante</string>
<key>other</key> <key>other</key>
<string>%ld seconds left</string> <string>%ld segundos restantes</string>
</dict>
</dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>hace 1 año</string>
<key>other</key>
<string>hace %ld años</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>hace 1 mes</string>
<key>other</key>
<string>hace %ld meses</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>hace 1 día</string>
<key>other</key>
<string>hace %ld días</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>hace 1 hora</string>
<key>other</key>
<string>hace %ld horas</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>hace 1 minuto</string>
<key>other</key>
<string>hace %ld minutos</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>hace 1 segundo</string>
<key>other</key>
<string>hace %ld segundos</string>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -274,5 +274,101 @@
<string>%ld seconds left</string> <string>%ld seconds left</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1y ago</string>
<key>other</key>
<string>%ldy ago</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1M ago</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1d ago</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1h ago</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1m ago</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1s ago</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -274,5 +274,101 @@
<string>%ld seconds left</string> <string>%ld seconds left</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1y ago</string>
<key>other</key>
<string>%ldy ago</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1M ago</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1d ago</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1h ago</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1m ago</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1s ago</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

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

View File

@ -5,14 +5,14 @@
"Common.Alerts.Common.PleaseTryAgain" = "もう一度お試しください。"; "Common.Alerts.Common.PleaseTryAgain" = "もう一度お試しください。";
"Common.Alerts.Common.PleaseTryAgainLater" = "後でもう一度お試しください。"; "Common.Alerts.Common.PleaseTryAgainLater" = "後でもう一度お試しください。";
"Common.Alerts.DeletePost.Delete" = "消去"; "Common.Alerts.DeletePost.Delete" = "消去";
"Common.Alerts.DeletePost.Title" = "このトゥートを消去しますか?"; "Common.Alerts.DeletePost.Title" = "この投稿を消去しますか?";
"Common.Alerts.DiscardPostContent.Message" = "この操作は取り消しできません。下書きは失われます。"; "Common.Alerts.DiscardPostContent.Message" = "この操作は取り消しできません。下書きは失われます。";
"Common.Alerts.DiscardPostContent.Title" = "トゥートを破棄しますか?"; "Common.Alerts.DiscardPostContent.Title" = "投稿を破棄しますか?";
"Common.Alerts.EditProfileFailure.Message" = "プロフィールを編集できません。もう一度お試しください。"; "Common.Alerts.EditProfileFailure.Message" = "プロフィールを編集できません。もう一度お試しください。";
"Common.Alerts.EditProfileFailure.Title" = "プロフィールを編集できませんでした"; "Common.Alerts.EditProfileFailure.Title" = "プロフィールを編集できませんでした";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "複数の動画を添付することはできません。"; "Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "複数の動画を添付することはできません。";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "すでに画像が含まれている投稿に、動画を添付することができません。"; "Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "すでに画像が含まれている投稿に、動画を添付することができません。";
"Common.Alerts.PublishPostFailure.Message" = "トゥートに失敗しました。 "Common.Alerts.PublishPostFailure.Message" = "投稿に失敗しました。
インターネットに接続されているか確認してください。"; インターネットに接続されているか確認してください。";
"Common.Alerts.PublishPostFailure.Title" = "失敗"; "Common.Alerts.PublishPostFailure.Title" = "失敗";
"Common.Alerts.SavePhotoFailure.Message" = "写真を保存するには、フォトライブラリのアクセス許可を有効にしてください。"; "Common.Alerts.SavePhotoFailure.Message" = "写真を保存するには、フォトライブラリのアクセス許可を有効にしてください。";
@ -51,7 +51,7 @@
"Common.Controls.Actions.SeeMore" = "もっと見る"; "Common.Controls.Actions.SeeMore" = "もっと見る";
"Common.Controls.Actions.Settings" = "設定"; "Common.Controls.Actions.Settings" = "設定";
"Common.Controls.Actions.Share" = "共有"; "Common.Controls.Actions.Share" = "共有";
"Common.Controls.Actions.SharePost" = "トゥートを共有"; "Common.Controls.Actions.SharePost" = "投稿を共有";
"Common.Controls.Actions.ShareUser" = "%@を共有"; "Common.Controls.Actions.ShareUser" = "%@を共有";
"Common.Controls.Actions.SignIn" = "サインイン"; "Common.Controls.Actions.SignIn" = "サインイン";
"Common.Controls.Actions.SignUp" = "サインアップ"; "Common.Controls.Actions.SignUp" = "サインアップ";
@ -77,31 +77,31 @@
"Common.Controls.Friendship.UnmuteUser" = "%@のミュートを解除"; "Common.Controls.Friendship.UnmuteUser" = "%@のミュートを解除";
"Common.Controls.Keyboard.Common.ComposeNewPost" = "新しい投稿を作成"; "Common.Controls.Keyboard.Common.ComposeNewPost" = "新しい投稿を作成";
"Common.Controls.Keyboard.Common.OpenSettings" = "設定を開く"; "Common.Controls.Keyboard.Common.OpenSettings" = "設定を開く";
"Common.Controls.Keyboard.Common.ShowFavorites" = "いいねを表示"; "Common.Controls.Keyboard.Common.ShowFavorites" = "お気に入りを表示";
"Common.Controls.Keyboard.Common.SwitchToTab" = "%@に切り替え"; "Common.Controls.Keyboard.Common.SwitchToTab" = "%@に切り替え";
"Common.Controls.Keyboard.SegmentedControl.NextSection" = "次のセクション"; "Common.Controls.Keyboard.SegmentedControl.NextSection" = "次のセクション";
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "前のセクション"; "Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "前のセクション";
"Common.Controls.Keyboard.Timeline.NextStatus" = "次の投稿"; "Common.Controls.Keyboard.Timeline.NextStatus" = "次の投稿";
"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "プロフィールを見る"; "Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "プロフィールを見る";
"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "ロガーのプロフィールを開く"; "Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "ブーストした人のプロフィールを開く";
"Common.Controls.Keyboard.Timeline.OpenStatus" = "投稿を開く"; "Common.Controls.Keyboard.Timeline.OpenStatus" = "投稿を開く";
"Common.Controls.Keyboard.Timeline.PreviewImage" = "画像をプレビュー"; "Common.Controls.Keyboard.Timeline.PreviewImage" = "画像をプレビュー";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "前のトゥート"; "Common.Controls.Keyboard.Timeline.PreviousStatus" = "前の投稿";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "トゥートにリプライ"; "Common.Controls.Keyboard.Timeline.ReplyStatus" = "投稿に返信";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "閲覧注意を切り替える"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "閲覧注意を切り替える";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "いいねを切り替える"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "お気に入り登録を切り替える";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "ブーストを切り替える"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "ブーストを切り替える";
"Common.Controls.Status.Actions.Favorite" = "いいね"; "Common.Controls.Status.Actions.Favorite" = "お気に入り";
"Common.Controls.Status.Actions.Menu" = "メニュー"; "Common.Controls.Status.Actions.Menu" = "メニュー";
"Common.Controls.Status.Actions.Reblog" = "ブースト"; "Common.Controls.Status.Actions.Reblog" = "ブースト";
"Common.Controls.Status.Actions.Reply" = "リプライ"; "Common.Controls.Status.Actions.Reply" = "リプライ";
"Common.Controls.Status.Actions.Unfavorite" = "いいねと取り消す"; "Common.Controls.Status.Actions.Unfavorite" = "お気に入り登録を取り消す";
"Common.Controls.Status.Actions.Unreblog" = "ブーストを戻す"; "Common.Controls.Status.Actions.Unreblog" = "ブーストを戻す";
"Common.Controls.Status.ContentWarning" = "コンテンツ警告"; "Common.Controls.Status.ContentWarning" = "コンテンツ警告";
"Common.Controls.Status.MediaContentWarning" = "どこかをタップして表示"; "Common.Controls.Status.MediaContentWarning" = "どこかをタップして表示";
"Common.Controls.Status.Poll.Closed" = "クローズド"; "Common.Controls.Status.Poll.Closed" = "クローズド";
"Common.Controls.Status.Poll.Vote" = "投票"; "Common.Controls.Status.Poll.Vote" = "投票";
"Common.Controls.Status.ShowPost" = "トゥートを見る"; "Common.Controls.Status.ShowPost" = "投稿を見る";
"Common.Controls.Status.ShowUserProfile" = "プロフィールを見る"; "Common.Controls.Status.ShowUserProfile" = "プロフィールを見る";
"Common.Controls.Status.Tag.Email" = "メール"; "Common.Controls.Status.Tag.Email" = "メール";
"Common.Controls.Status.Tag.Emoji" = "絵文字"; "Common.Controls.Status.Tag.Emoji" = "絵文字";
@ -119,13 +119,13 @@
"Common.Controls.Timeline.Header.BlockedWarning" = "ブロックされているようです..."; "Common.Controls.Timeline.Header.BlockedWarning" = "ブロックされているようです...";
"Common.Controls.Timeline.Header.BlockingWarning" = "ブロックを解除するまでこのユーザーをみることはできません。 "Common.Controls.Timeline.Header.BlockingWarning" = "ブロックを解除するまでこのユーザーをみることはできません。
そういうことです。"; そういうことです。";
"Common.Controls.Timeline.Header.NoStatusFound" = "トゥートが見つかりません"; "Common.Controls.Timeline.Header.NoStatusFound" = "投稿が見つかりません";
"Common.Controls.Timeline.Header.SuspendedWarning" = "このユーザーは停止されています。"; "Common.Controls.Timeline.Header.SuspendedWarning" = "このユーザーは停止されています。";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "%@がブロックを解除しない限りプロフィールをみることはできません。"; "Common.Controls.Timeline.Header.UserBlockedWarning" = "%@がブロックを解除しない限りプロフィールをみることはできません。";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "%@がブロックを解除しない限りプロフィールをみることはできません。 "Common.Controls.Timeline.Header.UserBlockingWarning" = "%@がブロックを解除しない限りプロフィールをみることはできません。
そういうことです。"; そういうことです。";
"Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@のアカウントは停止されました。"; "Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@のアカウントは停止されました。";
"Common.Controls.Timeline.Loader.LoadMissingPosts" = "不足しているトゥートを読み込む"; "Common.Controls.Timeline.Loader.LoadMissingPosts" = "不足している投稿を読み込む";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "読込中..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "読込中...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "リプライをもっとみる"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "リプライをもっとみる";
"Common.Controls.Timeline.Timestamp.Now" = "今"; "Common.Controls.Timeline.Timestamp.Now" = "今";
@ -142,12 +142,12 @@
"Scene.Compose.Attachment.Photo" = "写真"; "Scene.Compose.Attachment.Photo" = "写真";
"Scene.Compose.Attachment.Video" = "動画"; "Scene.Compose.Attachment.Video" = "動画";
"Scene.Compose.AutoComplete.SpaceToAdd" = "スペースを追加"; "Scene.Compose.AutoComplete.SpaceToAdd" = "スペースを追加";
"Scene.Compose.ComposeAction" = "トゥート"; "Scene.Compose.ComposeAction" = "投稿";
"Scene.Compose.ContentInputPlaceholder" = "気になることを入力またはペースト"; "Scene.Compose.ContentInputPlaceholder" = "気になることを入力またはペースト";
"Scene.Compose.ContentWarning.Placeholder" = "ここに正確な警告を書いてください..."; "Scene.Compose.ContentWarning.Placeholder" = "ここに正確な警告を書いてください...";
"Scene.Compose.Keyboard.AppendAttachmentEntry" = "アタッチメントを追加 - %@"; "Scene.Compose.Keyboard.AppendAttachmentEntry" = "アタッチメントを追加 - %@";
"Scene.Compose.Keyboard.DiscardPost" = "トゥートを破棄"; "Scene.Compose.Keyboard.DiscardPost" = "投稿を破棄";
"Scene.Compose.Keyboard.PublishPost" = "トゥート"; "Scene.Compose.Keyboard.PublishPost" = "投稿する";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "公開設定を選択 - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "公開設定を選択 - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "閲覧注意を切り替える"; "Scene.Compose.Keyboard.ToggleContentWarning" = "閲覧注意を切り替える";
"Scene.Compose.Keyboard.TogglePoll" = "投票を切り替える"; "Scene.Compose.Keyboard.TogglePoll" = "投票を切り替える";
@ -163,9 +163,9 @@
"Scene.Compose.Poll.ThirtyMinutes" = "30分"; "Scene.Compose.Poll.ThirtyMinutes" = "30分";
"Scene.Compose.Poll.ThreeDays" = "3日"; "Scene.Compose.Poll.ThreeDays" = "3日";
"Scene.Compose.ReplyingToUser" = "%@にリプライ"; "Scene.Compose.ReplyingToUser" = "%@にリプライ";
"Scene.Compose.Title.NewPost" = "新しいトゥート"; "Scene.Compose.Title.NewPost" = "新しい投稿";
"Scene.Compose.Title.NewReply" = "新しいリプライ"; "Scene.Compose.Title.NewReply" = "新しいリプライ";
"Scene.Compose.Visibility.Direct" = "メンションしてる人のみ"; "Scene.Compose.Visibility.Direct" = "ダイレクト";
"Scene.Compose.Visibility.Private" = "フォロワーのみ"; "Scene.Compose.Visibility.Private" = "フォロワーのみ";
"Scene.Compose.Visibility.Public" = "パブリック"; "Scene.Compose.Visibility.Public" = "パブリック";
"Scene.Compose.Visibility.Unlisted" = "非表示"; "Scene.Compose.Visibility.Unlisted" = "非表示";
@ -180,18 +180,18 @@
"Scene.ConfirmEmail.OpenEmailApp.Title" = "インボックスをチェック"; "Scene.ConfirmEmail.OpenEmailApp.Title" = "インボックスをチェック";
"Scene.ConfirmEmail.Subtitle" = "先程 %@ にメールを送信しました。リンクをタップしてアカウントを確認してください。"; "Scene.ConfirmEmail.Subtitle" = "先程 %@ にメールを送信しました。リンクをタップしてアカウントを確認してください。";
"Scene.ConfirmEmail.Title" = "さいごにもうひとつ。"; "Scene.ConfirmEmail.Title" = "さいごにもうひとつ。";
"Scene.Favorite.Title" = "あなたのいいね"; "Scene.Favorite.Title" = "お気に入り";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "新しいトゥートを見る"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "新しい投稿を見る";
"Scene.HomeTimeline.NavigationBarState.Offline" = "オフライン"; "Scene.HomeTimeline.NavigationBarState.Offline" = "オフライン";
"Scene.HomeTimeline.NavigationBarState.Published" = "トゥートしました!"; "Scene.HomeTimeline.NavigationBarState.Published" = "投稿しました!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "トゥートちう..."; "Scene.HomeTimeline.NavigationBarState.Publishing" = "投稿中...";
"Scene.HomeTimeline.Title" = "ホーム"; "Scene.HomeTimeline.Title" = "ホーム";
"Scene.Notification.Action.Favourite" = "あなたがいいねしたトゥート"; "Scene.Notification.Action.Favourite" = "がお気に入りに登録";
"Scene.Notification.Action.Follow" = "フォローされました"; "Scene.Notification.Action.Follow" = "フォローされました";
"Scene.Notification.Action.FollowRequest" = "フォローリクエスト"; "Scene.Notification.Action.FollowRequest" = "フォローリクエスト";
"Scene.Notification.Action.Mention" = "メンションされました"; "Scene.Notification.Action.Mention" = "メンションされました";
"Scene.Notification.Action.Poll" = "投票が終了しました"; "Scene.Notification.Action.Poll" = "投票が終了しました";
"Scene.Notification.Action.Reblog" = "あなたの投稿をリブログしました。"; "Scene.Notification.Action.Reblog" = "がブーストしました";
"Scene.Notification.Keyobard.ShowEverything" = "すべて見る"; "Scene.Notification.Keyobard.ShowEverything" = "すべて見る";
"Scene.Notification.Keyobard.ShowMentions" = "メンションを見る"; "Scene.Notification.Keyobard.ShowMentions" = "メンションを見る";
"Scene.Notification.Title.Everything" = "すべて"; "Scene.Notification.Title.Everything" = "すべて";
@ -200,8 +200,8 @@
"Scene.Preview.Keyboard.ShowNext" = "次を見る"; "Scene.Preview.Keyboard.ShowNext" = "次を見る";
"Scene.Preview.Keyboard.ShowPrevious" = "前を見る"; "Scene.Preview.Keyboard.ShowPrevious" = "前を見る";
"Scene.Profile.Dashboard.Followers" = "フォロワー"; "Scene.Profile.Dashboard.Followers" = "フォロワー";
"Scene.Profile.Dashboard.Following" = "フォロー"; "Scene.Profile.Dashboard.Following" = "フォロー";
"Scene.Profile.Dashboard.Posts" = "トゥート"; "Scene.Profile.Dashboard.Posts" = "投稿";
"Scene.Profile.Fields.AddRow" = "行追加"; "Scene.Profile.Fields.AddRow" = "行追加";
"Scene.Profile.Fields.Placeholder.Content" = "コンテンツ"; "Scene.Profile.Fields.Placeholder.Content" = "コンテンツ";
"Scene.Profile.Fields.Placeholder.Label" = "ラベル"; "Scene.Profile.Fields.Placeholder.Label" = "ラベル";
@ -210,7 +210,7 @@
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "%@をミュートしますか?"; "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "%@をミュートしますか?";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "ミュートを解除"; "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "ミュートを解除";
"Scene.Profile.SegmentedControl.Media" = "メディア"; "Scene.Profile.SegmentedControl.Media" = "メディア";
"Scene.Profile.SegmentedControl.Posts" = "トゥート"; "Scene.Profile.SegmentedControl.Posts" = "投稿";
"Scene.Profile.SegmentedControl.Replies" = "リプライ"; "Scene.Profile.SegmentedControl.Replies" = "リプライ";
"Scene.Register.Error.Item.Agreement" = "契約"; "Scene.Register.Error.Item.Agreement" = "契約";
"Scene.Register.Error.Item.Email" = "メール"; "Scene.Register.Error.Item.Email" = "メール";
@ -241,7 +241,7 @@
"Scene.Register.Input.Username.DuplicatePrompt" = "このユーザー名は使用されています"; "Scene.Register.Input.Username.DuplicatePrompt" = "このユーザー名は使用されています";
"Scene.Register.Input.Username.Placeholder" = "ユーザー名"; "Scene.Register.Input.Username.Placeholder" = "ユーザー名";
"Scene.Register.Title" = "あなたのことを教えてください"; "Scene.Register.Title" = "あなたのことを教えてください";
"Scene.Report.Content1" = "他に報告したいトゥートはありますか?"; "Scene.Report.Content1" = "他に報告したい投稿はありますか?";
"Scene.Report.Content2" = "この報告についてモデレーターに言いたいことはありますか?"; "Scene.Report.Content2" = "この報告についてモデレーターに言いたいことはありますか?";
"Scene.Report.Send" = "報告を送信"; "Scene.Report.Send" = "報告を送信";
"Scene.Report.SkipToSend" = "コメントなしで送信"; "Scene.Report.SkipToSend" = "コメントなしで送信";
@ -264,7 +264,7 @@
"Scene.Search.Searching.Segment.All" = "すべて"; "Scene.Search.Searching.Segment.All" = "すべて";
"Scene.Search.Searching.Segment.Hashtags" = "ハッシュタグ"; "Scene.Search.Searching.Segment.Hashtags" = "ハッシュタグ";
"Scene.Search.Searching.Segment.People" = "人々"; "Scene.Search.Searching.Segment.People" = "人々";
"Scene.Search.Searching.Segment.Posts" = "トゥート"; "Scene.Search.Searching.Segment.Posts" = "投稿";
"Scene.Search.Title" = "検索"; "Scene.Search.Title" = "検索";
"Scene.ServerPicker.Button.Category.Academia" = "アカデミア"; "Scene.ServerPicker.Button.Category.Academia" = "アカデミア";
"Scene.ServerPicker.Button.Category.Activism" = "アクティビズム"; "Scene.ServerPicker.Button.Category.Activism" = "アクティビズム";
@ -307,7 +307,7 @@
"Scene.Settings.Section.BoringZone.Terms" = "利用規約"; "Scene.Settings.Section.BoringZone.Terms" = "利用規約";
"Scene.Settings.Section.BoringZone.Title" = "アプリについて"; "Scene.Settings.Section.BoringZone.Title" = "アプリについて";
"Scene.Settings.Section.Notifications.Boosts" = "ブースト"; "Scene.Settings.Section.Notifications.Boosts" = "ブースト";
"Scene.Settings.Section.Notifications.Favorites" = "いいね"; "Scene.Settings.Section.Notifications.Favorites" = "お気に入り登録";
"Scene.Settings.Section.Notifications.Follows" = "フォロー"; "Scene.Settings.Section.Notifications.Follows" = "フォロー";
"Scene.Settings.Section.Notifications.Mentions" = "メンション"; "Scene.Settings.Section.Notifications.Mentions" = "メンション";
"Scene.Settings.Section.Notifications.Title" = "通知"; "Scene.Settings.Section.Notifications.Title" = "通知";
@ -327,7 +327,7 @@
"Scene.Settings.Title" = "設定"; "Scene.Settings.Title" = "設定";
"Scene.SuggestionAccount.FollowExplain" = "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。"; "Scene.SuggestionAccount.FollowExplain" = "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。";
"Scene.SuggestionAccount.Title" = "フォローする人を探す"; "Scene.SuggestionAccount.Title" = "フォローする人を探す";
"Scene.Thread.BackTitle" = "トゥート"; "Scene.Thread.BackTitle" = "投稿";
"Scene.Thread.Title" = "%@のトゥート"; "Scene.Thread.Title" = "%@の投稿";
"Scene.Welcome.Slogan" = "Social networking "Scene.Welcome.Slogan" = "Social networking
back in your hands."; back in your hands.";

View File

@ -41,7 +41,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>posts</string> <string>投稿</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.post</key> <key>plural.count.post</key>
@ -69,7 +69,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld favorites</string> <string>%ld お気に入り</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog</key> <key>plural.count.reblog</key>
@ -83,7 +83,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld reblogs</string> <string>%ld ブースト</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.vote</key> <key>plural.count.vote</key>
@ -139,7 +139,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld following</string> <string>%ld フォロー</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.follower</key> <key>plural.count.follower</key>
@ -153,7 +153,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld followers</string> <string>%ld フォロワー</string>
</dict> </dict>
</dict> </dict>
<key>date.year.left</key> <key>date.year.left</key>
@ -240,5 +240,89 @@
<string>%ld seconds left</string> <string>%ld seconds left</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 年前</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -274,5 +274,101 @@
<string>%ld seconden resterend</string> <string>%ld seconden resterend</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1y ago</string>
<key>other</key>
<string>%ldy ago</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1M ago</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1d ago</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1h ago</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1m ago</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1s ago</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -240,5 +240,89 @@
<string>剩余 %ld 秒</string> <string>剩余 %ld 秒</string>
</dict> </dict>
</dict> </dict>
<key>date.year.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_year_ago_abbr@</string>
<key>count_year_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldy ago</string>
</dict>
</dict>
<key>date.month.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_month_ago_abbr@</string>
<key>count_month_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldM ago</string>
</dict>
</dict>
<key>date.day.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_day_ago_abbr@</string>
<key>count_day_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldd ago</string>
</dict>
</dict>
<key>date.hour.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_hour_ago_abbr@</string>
<key>count_hour_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldh ago</string>
</dict>
</dict>
<key>date.minute.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_minute_ago_abbr@</string>
<key>count_minute_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ldm ago</string>
</dict>
</dict>
<key>date.second.ago.abbr</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@count_second_ago_abbr@</string>
<key>count_second_ago_abbr</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%lds ago</string>
</dict>
</dict>
</dict> </dict>
</plist> </plist>

View File

@ -1,51 +1,51 @@
"16wxgf" = "Post on Mastodon"; "16wxgf" = "Auf Mastodon schreiben";
"751xkl" = "Text Content"; "751xkl" = "Textinhalt";
"CsR7G2" = "Post"; "CsR7G2" = "Post";
"HZSGTr" = "What content to post?"; "HZSGTr" = "Welcher Inhalt soll gepostet werden?";
"HdGikU" = "Posting failed"; "HdGikU" = "Posten fehlgeschlagen";
"KDNTJ4" = "Failure Reason"; "KDNTJ4" = "Fehlerursache";
"RHxKOw" = "Send Post with text content"; "RHxKOw" = "Beitrag mit Textinhalt posten";
"RxSqsb" = "Post"; "RxSqsb" = "Beitrag";
"WCIR3D" = "Post ${content} on Mastodon"; "WCIR3D" = "Schreibe ${content} auf Mastodon";
"ZKJSNu" = "Post"; "ZKJSNu" = "Post";
"ZS1XaK" = "${content}"; "ZS1XaK" = "Inhalt: ${content}";
"ZbSjzC" = "Visibility"; "ZbSjzC" = "Sichtbarkeit";
"Zo4jgJ" = "Post Visibility"; "Zo4jgJ" = "Sichtbarkeit des Beitrags";
"apSxMG-dYQ5NN" = "There are ${count} options matching Public."; "apSxMG-dYQ5NN" = "Es gibt ${count} Optionen, die zu ''öffentlich\" passen.";
"apSxMG-ehFLjY" = "There are ${count} options matching Followers Only."; "apSxMG-ehFLjY" = "Es gibt ${count} Optionen, die zu ''nur für Follower\" passen.";
"ayoYEb-dYQ5NN" = "${content}, Public"; "ayoYEb-dYQ5NN" = "${content}, öffentlich";
"ayoYEb-ehFLjY" = "${content}, Followers Only"; "ayoYEb-ehFLjY" = "${content}, nur für Follower";
"dUyuGg" = "Post"; "dUyuGg" = "Post";
"dYQ5NN" = "Public"; "dYQ5NN" = "Öffentlich";
"ehFLjY" = "Followers Only"; "ehFLjY" = "Nur für Follower";
"gfePDu" = "Posting failed. ${failureReason}"; "gfePDu" = "Senden fehlgeschlagen. ${failureReason}";
"k7dbKQ" = "Post was sent successfully."; "k7dbKQ" = "Beitrag wurde erfolgreich gesendet.";
"oGiqmY-dYQ5NN" = "Just to confirm, you wanted Public?"; "oGiqmY-dYQ5NN" = "Nur zur Bestätigung, du wolltest \"Öffentlich\"?";
"oGiqmY-ehFLjY" = "Just to confirm, you wanted Followers Only?"; "oGiqmY-ehFLjY" = "Nur zur Bestätigung, du wolltest \"Nur für Follower\"?";
"rM6dvp" = "URL"; "rM6dvp" = "URL";
"ryJLwG" = "Post was sent successfully. "; "ryJLwG" = "Beitrag wurde erfolgreich gesendet. ";

View File

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