Compare commits

...

42 Commits
v1.5.1 ... main

Author SHA1 Message Date
Justin Mazzocchi 8a2e78ae43 Increment build number 2022-11-28 08:13:00 -08:00
Justin Mazzocchi ce6d55042d Debounce refresh when resuming from background 2022-11-27 22:59:52 -08:00
Justin Mazzocchi bdd63e2cfb Fix autolayout conflict 2022-11-27 22:49:32 -08:00
Justin Mazzocchi 0e46a0eb28 Check for initial appearance 2022-11-27 22:42:27 -08:00
Justin Mazzocchi 3a5ebddad5 Increment version number 2022-11-27 16:26:04 -08:00
Justin Mazzocchi 576ddd866f CrowdIn updates 2022-11-27 16:25:01 -08:00
Thomas 8692b8c9e8
Fix crash when muting account (#245)
* Workaround crash when muting account

* Refactoring

Co-authored-by: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com>
2022-11-27 14:19:44 -08:00
Justin Mazzocchi b42dd286e6 Increment build number 2022-11-21 22:12:58 -08:00
Justin Mazzocchi d39303d8bf Crowdin updates 2022-11-21 22:10:42 -08:00
Justin Mazzocchi 9f8dc1b9b2 Increment build number 2022-11-21 21:15:45 -08:00
Justin Mazzocchi eb276c06f0 Remove cleaning limit 2022-11-21 21:15:08 -08:00
Justin Mazzocchi 822fa06046 Formatting 2022-11-21 20:46:18 -08:00
Josh 3808a04d87
Add https check to accountSettings/editProfileURL (#134) 2022-11-21 18:06:23 -08:00
Stephen Radachy 6abc8e20d6
Add SwipeableNavigationController (#148) 2022-11-21 17:49:31 -08:00
Justin Mazzocchi d495fac795 Update README, CONTRIBUTING, PR template 2022-11-21 08:18:09 -08:00
Justin Mazzocchi 014437cef5 Crowdin updates 2022-11-20 19:42:52 -08:00
Justin Mazzocchi 2f7ff858e0 Crowdin updates 2022-11-20 19:18:50 -08:00
Justin Mazzocchi 8dcd7e0d97 Increment version number 2022-11-20 17:27:30 -08:00
Justin Mazzocchi 27fff58fea Do not clean on main thread 2022-11-20 17:25:04 -08:00
Justin Mazzocchi 9bfc6c1449 Increment version number 2022-11-14 20:22:49 -08:00
Justin Mazzocchi f150daddab Crowdin updates 2022-11-14 20:21:06 -08:00
Mackenzie 80839a0279
Add the word "Requerir" to the "require double tap to [reblog|favorite]" Spanish translations. Also, settle on a single translation of "tap." (#164) 2022-11-14 19:52:44 -08:00
Justin Mazzocchi 68a3f51a26 Limit number of records cleaned 2022-11-14 19:09:44 -08:00
Thomas 5d7d28dbe5
Add preference to override color scheme / appearance (#142)
* Add color scheme / appearance switcher

* Refactoring

* Refactoring

Co-authored-by: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com>
2022-11-13 12:03:19 -08:00
Justin Mazzocchi 436cf0a045 Increment version number 2022-11-09 23:30:54 -08:00
Amit Ron 7e0c41ab7e hide link previews when a status is hidden behind a content warning (#114) 2022-11-09 23:30:54 -08:00
Justin Mazzocchi f071b3b683 Edit profile link 2022-11-09 23:10:41 -08:00
Justin Mazzocchi b7644cdd62 Fix jumping when restoring scroll position 2022-11-09 22:21:39 -08:00
Justin Mazzocchi 6518f8a19d Update minimum deployment target 2022-11-09 22:13:35 -08:00
Justin Mazzocchi 667e39554a Increment build number 2022-11-08 14:05:30 -08:00
Justin Mazzocchi dd47dc62b2 Add link to account settings 2022-11-08 14:04:34 -08:00
Justin Mazzocchi 2497dae088 Increment version number 2022-11-07 22:20:56 -08:00
Justin Mazzocchi 79004130de Fix infinite reload 2022-11-07 22:15:05 -08:00
Justin Mazzocchi 86b6fffc7c Update config 2022-11-07 19:49:35 -08:00
Justin Mazzocchi 915973ffe1 Linter fixes 2022-11-07 19:46:03 -08:00
Justin Mazzocchi 43a3415e80 Update packages 2022-11-07 19:35:19 -08:00
Justin Mazzocchi aa9df5356a Update GRDB 2022-11-07 19:32:34 -08:00
Justin Mazzocchi fceec62370 Refactoring 2022-11-07 16:24:28 -08:00
Justin Mazzocchi e8c1db842e Formatting 2022-11-07 16:16:57 -08:00
Marcus Kida a1b7357312
Increase Search Debounce to 800ms (#109) 2022-11-07 15:49:26 -08:00
prplecake b1ae3fef54
Don't append single space when replying to self (#102) 2022-11-07 15:48:22 -08:00
prplecake 70c9a40edf
Fix sending empty search query to Mastodon API (#101) 2022-11-07 15:47:56 -08:00
71 changed files with 7492 additions and 319 deletions

View File

@ -13,3 +13,4 @@ request, mention that information here.
Thanks for contributing to Metatext! -->
- [ ] I have signed [Metabolist's Contributor License Agreement](https://metabolist.org/cla)
- [ ] The proposed changes are limited in scope to fixing bugs, or I have discussed larger scope changes via email

View File

@ -2,6 +2,8 @@
See the [architecture section](https://github.com/metabolist/metatext/blob/main/README.md#architecture) of Metatext's README for an overview of Metatext's code. Make sure you have [SwiftLint](https://github.com/realm/SwiftLint) installed and there are no warnings.
Note that capacity for reviewing pull requests is currently very limited. For now, please limit the scope of proposed changes to fixing bugs and not added features, settings, or behavior, thanks. If you are interested in doing a larger scope change, please propose it via email at info@metabolist.org first.
## Sign the Contributor License Agreement (CLA)
In order to publish Metatext's source code under the GNU General Public License and be able to dual-license Metatext to Apple for distribution on the App Store, Metabolist must be the sole copyright holder to Metatext's source code. You will need to [sign Metabolist's CLA](https://metabolist.org/cla/) before your pull request can be merged.

View File

@ -14,7 +14,7 @@ let package = Package(
targets: ["DB"])
],
dependencies: [
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("c326f8b")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("a6ff285")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View File

@ -12,6 +12,7 @@ public struct ContentDatabase {
private let id: Identity.Id
private let databaseWriter: DatabaseWriter
private let useHomeTimelineLastReadId: Bool
public init(id: Identity.Id,
useHomeTimelineLastReadId: Bool,
@ -19,9 +20,10 @@ public struct ContentDatabase {
appGroup: String,
keychain: Keychain.Type) throws {
self.id = id
self.useHomeTimelineLastReadId = useHomeTimelineLastReadId
if inMemory {
databaseWriter = DatabaseQueue()
databaseWriter = try DatabaseQueue()
try Self.migrator.migrate(databaseWriter)
} else {
databaseWriter = try DatabasePool.withFileCoordinator(
@ -31,10 +33,6 @@ public struct ContentDatabase {
}
}
try Self.clean(
databaseWriter,
useHomeTimelineLastReadId: useHomeTimelineLastReadId)
activeFiltersPublisher = ValueObservation.tracking {
try Filter.filter(Filter.Columns.expiresAt == nil || Filter.Columns.expiresAt > Date()).fetchAll($0)
}
@ -121,6 +119,28 @@ public extension ContentDatabase {
}
}
func cleanHomeTimelinePublisher() -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher {
try NotificationRecord.deleteAll($0)
try ConversationRecord.deleteAll($0)
try StatusAncestorJoin.deleteAll($0)
try StatusDescendantJoin.deleteAll($0)
try AccountList.deleteAll($0)
if useHomeTimelineLastReadId {
try TimelineRecord.filter(TimelineRecord.Columns.id != Timeline.home.id).deleteAll($0)
try StatusRecord.filter(Self.statusIdsToDeleteForPositionPreservingClean(db: $0)
.contains(StatusRecord.Columns.id)).deleteAll($0)
try AccountRecord.filter(Self.accountIdsToDeleteForPositionPreservingClean(db: $0)
.contains(AccountRecord.Columns.id)).deleteAll($0)
} else {
try TimelineRecord.deleteAll($0)
try StatusRecord.deleteAll($0)
try AccountRecord.deleteAll($0)
}
}
}
func insert(context: Context, parentId: Status.Id) -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher {
for (index, status) in context.ancestors.enumerated() {
@ -325,7 +345,7 @@ public extension ContentDatabase {
}
func createList(_ list: List) -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher(updates: TimelineRecord(timeline: Timeline.list(list)).save)
databaseWriter.mutatingPublisher { try TimelineRecord(timeline: Timeline.list(list)).save($0) }
}
func deleteList(id: List.Id) -> AnyPublisher<Never, Error> {
@ -343,7 +363,7 @@ public extension ContentDatabase {
}
func createFilter(_ filter: Filter) -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher(updates: filter.save)
databaseWriter.mutatingPublisher { try filter.save($0) }
}
func deleteFilter(id: Filter.Id) -> AnyPublisher<Never, Error> {
@ -351,7 +371,7 @@ public extension ContentDatabase {
}
func setLastReadId(_ id: String, timelineId: Timeline.Id) -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher(updates: LastReadIdRecord(timelineId: timelineId, id: id).save)
databaseWriter.mutatingPublisher { try LastReadIdRecord(timelineId: timelineId, id: id).save($0) }
}
func insert(notifications: [MastodonNotification]) -> AnyPublisher<Never, Error> {
@ -657,49 +677,42 @@ private extension ContentDatabase {
try FileManager.default.databaseDirectoryURL(name: id.uuidString, appGroup: appGroup)
}
static func clean(_ databaseWriter: DatabaseWriter,
useHomeTimelineLastReadId: Bool) throws {
try databaseWriter.write {
try NotificationRecord.deleteAll($0)
try ConversationRecord.deleteAll($0)
try StatusAncestorJoin.deleteAll($0)
try StatusDescendantJoin.deleteAll($0)
try AccountList.deleteAll($0)
static func statusIdsToDeleteForPositionPreservingClean(db: Database) throws -> Set<Status.Id> {
var statusIds = try Status.Id.fetchAll(
db,
TimelineStatusJoin.select(TimelineStatusJoin.Columns.statusId)
.order(TimelineStatusJoin.Columns.statusId.desc))
if useHomeTimelineLastReadId {
try TimelineRecord.filter(TimelineRecord.Columns.id != Timeline.home.id).deleteAll($0)
var statusIds = try Status.Id.fetchAll(
$0,
TimelineStatusJoin.select(TimelineStatusJoin.Columns.statusId)
.order(TimelineStatusJoin.Columns.statusId.desc))
if let lastReadId = try Status.Id.fetchOne(
$0,
LastReadIdRecord.filter(LastReadIdRecord.Columns.timelineId == Timeline.home.id)
.select(LastReadIdRecord.Columns.id))
?? statusIds.first,
let index = statusIds.firstIndex(of: lastReadId) {
statusIds = Array(statusIds.prefix(index + Self.cleanAfterLastReadIdCount))
}
statusIds += try Status.Id.fetchAll(
$0,
StatusRecord.filter(statusIds.contains(StatusRecord.Columns.id)
&& StatusRecord.Columns.reblogId != nil)
.select(StatusRecord.Columns.reblogId))
try StatusRecord.filter(!statusIds.contains(StatusRecord.Columns.id)).deleteAll($0)
var accountIds = try Account.Id.fetchAll($0, StatusRecord.select(StatusRecord.Columns.accountId))
accountIds += try Account.Id.fetchAll(
$0,
AccountRecord.filter(accountIds.contains(AccountRecord.Columns.id)
&& AccountRecord.Columns.movedId != nil)
.select(AccountRecord.Columns.movedId))
try AccountRecord.filter(!accountIds.contains(AccountRecord.Columns.id)).deleteAll($0)
} else {
try TimelineRecord.deleteAll($0)
try StatusRecord.deleteAll($0)
try AccountRecord.deleteAll($0)
}
if let lastReadId = try Status.Id.fetchOne(
db,
LastReadIdRecord.filter(LastReadIdRecord.Columns.timelineId == Timeline.home.id)
.select(LastReadIdRecord.Columns.id))
?? statusIds.first,
let index = statusIds.firstIndex(of: lastReadId) {
statusIds = Array(statusIds.prefix(index + Self.cleanAfterLastReadIdCount))
}
let reblogStatusIds = try Status.Id.fetchSet(
db,
StatusRecord.filter(statusIds.contains(StatusRecord.Columns.id)
&& StatusRecord.Columns.reblogId != nil)
.select(StatusRecord.Columns.reblogId))
let statusIdsToKeep = Set(statusIds).union(reblogStatusIds)
let allStatusIds = try Status.Id.fetchSet(db, StatusRecord.select(StatusRecord.Columns.id))
return allStatusIds.subtracting(statusIdsToKeep)
}
static func accountIdsToDeleteForPositionPreservingClean(db: Database) throws -> Set<Account.Id> {
var accountIdsToKeep = try Account.Id.fetchSet(db, StatusRecord.select(StatusRecord.Columns.accountId))
accountIdsToKeep.formUnion(try Account.Id.fetchSet(
db,
AccountRecord.filter(accountIdsToKeep.contains(AccountRecord.Columns.id)
&& AccountRecord.Columns.movedId != nil)
.select(AccountRecord.Columns.movedId)))
let allAccountIds = try Account.Id.fetchSet(db, AccountRecord.select(AccountRecord.Columns.id))
return allAccountIds.subtracting(accountIdsToKeep)
}
}

View File

@ -16,7 +16,7 @@ public struct IdentityDatabase {
public init(inMemory: Bool, appGroup: String, keychain: Keychain.Type) throws {
if inMemory {
databaseWriter = DatabaseQueue()
databaseWriter = try DatabaseQueue()
try Self.migrator.migrate(databaseWriter)
} else {
let url = try FileManager.default.databaseDirectoryURL(
@ -32,8 +32,8 @@ public struct IdentityDatabase {
public extension IdentityDatabase {
func createIdentity(id: Identity.Id, url: URL, authenticated: Bool, pending: Bool) -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher(
updates: IdentityRecord(
databaseWriter.mutatingPublisher {
try IdentityRecord(
id: id,
url: url,
authenticated: authenticated,
@ -43,7 +43,8 @@ public extension IdentityDatabase {
instanceURI: nil,
lastRegisteredDeviceToken: nil,
pushSubscriptionAlerts: .initial)
.save)
.save($0)
}
}
func deleteIdentity(id: Identity.Id) -> AnyPublisher<Never, Error> {
@ -75,8 +76,8 @@ public extension IdentityDatabase {
}
func updateAccount(_ account: Account, id: Identity.Id) -> AnyPublisher<Never, Error> {
databaseWriter.mutatingPublisher(
updates: Identity.Account(
databaseWriter.mutatingPublisher {
try Identity.Account(
id: account.id,
identityId: id,
username: account.username,
@ -88,7 +89,8 @@ public extension IdentityDatabase {
headerStatic: account.headerStatic,
emojis: account.emojis,
followRequestCount: account.source?.followRequestsCount ?? 0)
.save)
.save($0)
}
}
func confirmIdentity(id: Identity.Id) -> AnyPublisher<Never, Error> {

View File

@ -59,6 +59,14 @@ final class TableViewDataSource: UITableViewDiffableDataSource<CollectionSection
}
}
override func applySnapshotUsingReloadData(
_ snapshot: NSDiffableDataSourceSnapshot<CollectionSection.Identifier, CollectionItem>,
completion: (() -> Void)? = nil) {
updateQueue.async {
super.applySnapshotUsingReloadData(snapshot, completion: completion)
}
}
override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
let currentSnapshot = snapshot()
let section = currentSnapshot.sectionIdentifiers[section]

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Quant a";
"about.acknowledgments" = "Comentaris coneguts";
"about.made-by-metabolist" = "Feta per Metabolist";
"about.official-account" = "Compte oficial";
"about.rate-the-app" = "Valora l'aplicació";
"about.source-code-and-issue-tracker" = "Codi font Rastrejador d'incidències";
"about.translations" = "Traduccions";
"about.website" = "Lloc web";
"accessibility.activate-link-%@" = "Enllaç: %@";
"accessibility.copy-text" = "Copia el text";
"account.%@-followers" = "Seguidors de %@";
"account.accept-follow-request-button.accessibility-label" = "Accepta la petició de seguiment";
"account.add-remove-lists" = "Afegeix/elimina de les llistes";
"account.avatar.accessibility-label-%@" = "Avatar: %@";
"account.block" = "Bloca";
"account.block-and-report" = "Bloca i Denuncia";
"account.block.confirm-%@" = "Bloquejar %@?";
"account.blocked" = "Bloquejat";
"account.direct-message" = "Missatge directe";
"account.domain-block-%@" = "Bloca el domini %@";
"account.domain-block.confirm-%@" = "Bloquejar el domini %@?";
"account.domain-unblock-%@" = "Desbloqueja el domini %@";
"account.domain-unblock.confirm-%@" = "Desbloquejar el domini %@?";
"account.field.verified-%@" = "Verificat %@";
"account.follow" = "Segueix";
"account.following" = "Seguint";
"account.following-count-%ld" = "%ld Seguint";
"account.followed-by-%@" = "Seguit per %@";
"account.follows-you" = "Et segueix";
"account.header.accessibility-label-%@" = "Imatge de capçalera: %@";
"account.hide-reblogs" = "Amaga els impulsos";
"account.hide-reblogs.confirm-%@" = "Amaga els impulsos de %@?";
"account.joined-%@" = "Registrat %@";
"account.locked.accessibility-label" = "Compte bloquejat";
"account.mute" = "Silencia";
"account.mute.indefinite" = "Indefinit";
"account.mute.confirm-%@" = "Segur que vols silenciar %@?";
"account.mute.confirm.explanation" = "Això ocultarà les seves publicacions, però els permetrà veure les teves publicacions i seguir-te.";
"account.mute.confirm.hide-notifications" = "Vols ocultar les notificacions d'aquest usuari?";
"account.mute.confirm.duration" = "Durada";
"account.mute.target-%@" = "Silenciar %@";
"account.muted" = "Silenciat";
"account.notify" = "Activa les notificacions";
"account.reject-follow-request-button.accessibility-label" = "Rebutja la petició de seguiment";
"account.request" = "Sol·licitud";
"account.request.cancel" = "Cancel·la la petició de seguiment";
"account.statuses.post" = "Publicacions";
"account.statuses.toot" = "Toots";
"account.statuses-and-replies.post" = "Publicacions i respostes";
"account.statuses-and-replies.toot" = "Toots i respostes";
"account.media" = "Mèdia";
"account.show-reblogs" = "Mostra impulsats";
"account.show-reblogs.confirm-%@" = "Mostrar impulsats de %@?";
"account.unavailable" = "Perfil no disponible";
"account.unblock" = "Desbloquejar";
"account.unblock.confirm-%@" = "Desbloquejar a %@?";
"account.unfollow.confirm-%@" = "Deixar de seguir a %@?";
"account.unmute" = "Deixar de silenciar";
"account.unmute.confirm-%@" = "Deixar de silenciar a %@?";
"account.unnotify" = "Apagar les notificacions";
"activity.open-in-default-browser" = "Obrir al navegador per defecte";
"add" = "Afegir";
"announcement.insert-emoji" = "Insertar emoji";
"api-error.unable-to-fetch-remote-status" = "No es pot obtenir l'estat remot";
"apns-default-message" = "Nova notificació";
"app-icon.brutalist" = "Brutalista";
"app-icon.rainbow-brutalist" = "Arc de Sant Martí Brutalista";
"app-icon.classic" = "Clàssic";
"app-icon.malow" = "Malva";
"app-icon.rainbow" = "Arc de Sant Martí";
"add-identity.get-started" = "Començar";
"add-identity.instance-url" = "Adreça URL de linstància";
"add-identity.log-in" = "Iniciar Sessió";
"add-identity.browse" = "Buscar";
"add-identity.instance-not-supported" = "Per oferir una experiència segura a tots els usuaris i complir les directrius de revisió de l'App Store, aquesta instància no és compatible.";
"add-identity.join" = "Uneix-te";
"add-identity.prompt" = "Introduïu l'URL de la instància de Mastodon a la qual voleu connectar-vos:";
"add-identity.request-invite" = "Sol·licita una invitació";
"add-identity.unable-to-connect-to-instance" = "No es pot connectar a la instància";
"add-identity.welcome" = "Benvingut a Metatext";
"add-identity.what-is-mastodon" = "Què és Mastodon?";
"attachment.edit.description" = "Descriviu per a persones amb discapacitat visual";
"attachment.edit.description.audio" = "Descriviu per a les persones amb pèrdua auditiva";
"attachment.edit.description.video" = "Descriviu per a persones amb pèrdua auditiva o discapacitat visual";
"attachment.edit.detect-text-from-picture" = "Detecta text de la imatge";
"attachment.edit.title" = "Editeu fitxers multimèdia";
"attachment.edit.thumbnail.prompt" = "Arrossegueu el cercle a la previsualització per triar el punt focal que sempre es podrà veure a totes les miniatures";
"attachment.sensitive-content" = "Contingut sensible";
"attachment.media-hidden" = "Multimèdia ocult";
"attachment.type.image" = "Imatge";
"attachment.type.audio" = "Fitxer daudio";
"attachment.type.video" = "Vídeo";
"attachment.type.unknown" = "Adjunt";
"attachment.unable-to-export-media" = "No es pot exportar el contingut multimèdia";
"bookmarks" = "Marcadors";
"card.link.accessibility-label" = "Enllaç";
"camera-access.title" = "La càmera necesita accés";
"camera-access.description" = "Obre la configuració del sistema per permetre accés a la càmera";
"camera-access.open-system-settings" = "Obre la configuració del sistema";
"cancel" = "Cancel·lar";
"compose.add-button-accessibility-label.post" = "Afegir un altre publicació";
"compose.add-button-accessibility-label.toot" = "Afegir un altre toot";
"compose.attachment.cancel-upload.accessibility-label" = "Cancel·lar la pujada del adjunt";
"compose.attachment.edit" = "Editar l'adjunt";
"compose.attachment.remove" = "Eliminar l'adjunt";
"compose.attachment.uncaptioned" = "Sense títol";
"compose.attachment.uploading" = "Pujant";
"compose.attachments-button.accessibility-label" = "Afegir fitxer adjunt";
"compose.attachments-will-be-discarded" = "Els fitxers adjunts es descartaran en canviar de compte";
"compose.browse" = "Buscar";
"compose.characters-remaining-accessibility-label-%ld" = "Queden %ld caràcters";
"compose.change-identity-button.accessibility-hint" = "Toca per publicar amb un altre compte";
"compose.content-warning-button.add" = "Afegiu un advertiment de contingut";
"compose.content-warning-button.remove" = "Elimineu un advertiment de contingut";
"compose.emoji-button" = "Selector d'emoji";
"compose.mark-media-sensitive" = "Marca els mitjans com a sensibles";
"compose.photo-library" = "Fototeca";
"compose.poll.accessibility.multiple-choices-allowed" = "Es permeten diverses opcions";
"compose.poll.add-choice" = "Afegiu una opció";
"compose.poll.allow-multiple-choices" = "Permet diverses opcions";
"compose.poll-button.accessibility-label" = "Afegeix una enquesta";
"compose.prompt" = "En què penses?";
"compose.take-photo-or-video" = "Feu una foto o un vídeo";
"compose.visibility-button.accessibility-label-%@" = "Privadesa: %@";
"compose-button.accessibility-label.post" = "Redacta el missatge";
"compose-button.accessibility-label.toot" = "Redactar Toot";
"conversation.unread" = "Sense llegir";
"dismiss" = "Descartar";
"emoji.custom" = "Personalitzar";
"emoji.default-skin-tone" = "Tonalitat predeterminada de la pell";
"emoji.default-skin-tone-button.accessibility-label" = "Seleccioneu el to de pell predeterminat";
"emoji.frequently-used" = "D'ús freqüent";
"emoji.search" = "Cerca emoji";
"emoji.system-group.smileys-and-emotion" = "Emoticones i Emocions";
"emoji.system-group.people-and-body" = "Persones i Cos";
"emoji.system-group.components" = "Components";
"emoji.system-group.animals-and-nature" = "Animals i Natura";
"emoji.system-group.food-and-drink" = "Menjar i Beure";
"emoji.system-group.travel-and-places" = "Viatges i Llocs";
"emoji.system-group.activites" = "Activitats";
"emoji.system-group.objects" = "Objectes";
"emoji.system-group.symbols" = "Símbols";
"emoji.system-group.flags" = "Banderes";
"explore.trending" = "Ara és Tendència";
"explore.instance" = "Instància";
"explore.profile-directory" = "Directori de perfils";
"error" = "Error";
"favorites" = "Favorits";
"follow-requests" = "Sol·licituds de seguiment";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Reviseu les Condicions d'ús i la Política de privadesa de %@ per continuar";
"registration.username" = "Nom d'usuari";
"registration.email" = "Email";
"registration.password" = "Contrasenya";
"registration.password-confirmation" = "Confirmeu la contrassenya";
"registration.reason-%@" = "Per què voleu unir-vos a %@?";
"registration.server-rules" = "Regles del servidor";
"registration.terms-of-service" = "Termes del servei";
"registration.agree-to-server-rules-and-terms-of-service" = "Accepto les regles i els termes del servei del servidor";
"registration.password-confirmation-mismatch" = "La contrasenya i la confirmació de la contrasenya no coincideixen";
"secondary-navigation.about" = "Informació sobre aquesta aplicació";
"secondary-navigation.account-settings" = "Paràmetres del compte";
"secondary-navigation.accounts" = "Comptes";
"secondary-navigation.edit-profile" = "Edita el perfil";
"secondary-navigation.lists" = "Llistes";
"secondary-navigation.my-profile" = "El Meu Perfil";
"secondary-navigation.preferences" = "Preferències";
"secondary-navigation-button.accessibility-title" = "Menú del compte";
"http-error.non-http-response" = "Error HTTP: sense resposta HTTP";
"http-error.status-code-%ld" = "Error HTTP: %ld";
"identities.accounts" = "Comptes";
"identities.browsing" = "Cercar";
"identities.log-out" = "Tancar sessió";
"identities.pending" = "Pendent";
"image-error.unable-to-load" = "No es pot carregar la imatge";
"lists.new-list-title" = "Nou Títol De Llista";
"load-more" = "Carrega més";
"load-more.above.accessibility.post" = "Carrega des de la publicació superior";
"load-more.above.accessibility.toot" = "Carrega des del toot superior";
"load-more.below.accessibility.post" = "Carrega des de la publicació inferior";
"load-more.below.accessibility.toot" = "Carregueu-ho per sota del toot";
"main-navigation.announcements" = "Anuncis";
"main-navigation.timelines" = "Línies de temps";
"main-navigation.explore" = "Explorar";
"main-navigation.notifications" = "Notificacions";
"main-navigation.conversations" = "Missatges";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Veure el perfil";
"notification.signed-in-as-%@" = "Sessió iniciada com a %@";
"notification.new-items" = "Noves notificacions";
"notification.poll" = "Ha finalitzat una enquesta on heu votat";
"notification.poll.own" = "La vostra enquesta ha finalitzat";
"notification.poll.unknown" = "Una enquesta ha finalitzat";
"notification.status-%@" = "%@ acaba de publicar";
"notifications.all" = "Totes";
"notifications.mentions" = "Mencions";
"ok" = "D'acord";
"pending.pending-confirmation" = "El vostre compte està pendent de confirmació";
"post" = "Publicació";
"preferences" = "Preferències";
"preferences.app" = "Preferències de l'App";
"preferences.app-icon" = "Icona de la App";
"preferences.app.color-scheme" = "Aparença";
"preferences.app.color-scheme.dark" = "Fosc";
"preferences.app.color-scheme.light" = "Clar";
"preferences.app.color-scheme.system" = "Sistema";
"preferences.blocked-domains" = "Dominis Bloquejats";
"preferences.blocked-users" = "Usuaris Bloquejats";
"preferences.media" = "Multimèdia";
"preferences.media.avatars" = "Avatars";
"preferences.media.avatars.animate" = "Avatars Animats";
"preferences.media.avatars.animate.everywhere" = "Arreu";
"preferences.media.avatars.animate.profiles" = "En perfils";
"preferences.media.avatars.animate.never" = "Mai";
"preferences.media.custom-emojis.animate" = "Animar emoji personalitzats";
"preferences.media.headers.animate" = "Anima les capçaleres del perfil";
"preferences.media.autoplay" = "Reproducció automàtica";
"preferences.media.autoplay.gifs" = "Reprodueix GIFs automàticament";
"preferences.media.autoplay.videos" = "Reprodueix vídeos automàticament";
"preferences.media.autoplay.always" = "Sempre";
"preferences.media.autoplay.wifi" = "Amb Wi-Fi";
"preferences.media.autoplay.never" = "Mai";
"preferences.use-preferences-from-server" = "Utilitzeu les preferències del servidor";
"preferences.posting-default-visiblility" = "Visibilitat per defecte";
"preferences.posting-default-sensitive" = "Marca el contingut com a sensible per defecte";
"preferences.reading-expand-media" = "Amplieu el contingut multimèdia";
"preferences.expand-media.default" = "Amaga contingut sensible";
"preferences.expand-media.show-all" = "Mostra-ho tot";
"preferences.expand-media.hide-all" = "Amaga-ho tot";
"preferences.reading-expand-spoilers" = "Amplieu sempre les advertències de contingut";
"preferences.filters" = "Filtres";
"preferences.links.open-in-default-browser" = "Obrir enllaços al navegador predeterminat";
"preferences.links.use-universal-links" = "Obriu enllaços en altres aplicacions quan estiguin disponibles";
"preferences.notification-types" = "Tipus de notificacions";
"preferences.notification-types.follow" = "Segueix";
"preferences.notification-types.favourite" = "Favorit";
"preferences.notification-types.follow-request" = "Sol·licituds de seguiment";
"preferences.notification-types.reblog" = "Reblog";
"preferences.notification-types.mention" = "Menció";
"preferences.notification-types.poll" = "Enquesta";
"preferences.notification-types.status" = "Subscripció";
"preferences.notifications" = "Notificacions";
"preferences.notifications.include-account-name" = "Inclou el nom del compte";
"preferences.notifications.include-pictures" = "Inclou imatges";
"preferences.notifications.sounds" = "Sons";
"preferences.muted-users" = "Usuaris silenciats";
"preferences.home-timeline-position-on-startup" = "Posició inicial de la cronologia al iniciar";
"preferences.notifications-position-on-startup" = "Posició de notificacions a linici";
"preferences.position.remember-position" = "Recordar la posició";
"preferences.position.newest" = "Carrega la més nova";
"preferences.require-double-tap-to-reblog" = "Cal que toquis dues vegades per reblog";
"preferences.require-double-tap-to-favorite" = "Cal que toquis dues vegades per fer-ho favorit";
"preferences.show-reblog-and-favorite-counts" = "Mostra el recompte dimpulsos i favorits";
"preferences.status-word" = "Paraula destat";
"filters.active" = "Actiu";
"filters.expired" = "Caducat";
"filter.add-new" = "Afegeix un filtre nou";
"filter.edit" = "Editar el filtre";
"filter.keyword-or-phrase" = "Paraula clau o frase";
"filter.never-expires" = "Mai caduca";
"filter.expire-after" = "Caducar després";
"filter.contexts" = "Filtrar contextos";
"filter.irreversible" = "Deixeu anar en lloc d'amagar";
"filter.irreversible-explanation" = "Els estats filtrats desapareixeran de manera irreversible, fins i tot si més tard es retira el filtre";
"filter.whole-word" = "Paraula sencera";
"filter.whole-word-explanation" = "Quan la paraula clau o frase només sigui alfanumèrica, només s'aplicarà si coincideix amb la paraula sencera";
"filter.save-changes" = "Desar canvis";
"filter.context.home" = "Cronologia d'Inici";
"filter.context.notifications" = "Notificacions";
"filter.context.public" = "Línies de temps públiques";
"filter.context.thread" = "Converses";
"filter.context.account" = "Perfils";
"filter.context.unknown" = "Context desconegut";
"more-results.accounts" = "Mes Gent";
"more-results.statuses.post" = "Més publicacions";
"more-results.statuses.toot" = "Més toots";
"more-results.tags" = "Més etiquetes";
"notifications" = "Notificacions";
"notifications.reblogged-your-status-%@" = "%@ ha impulsat el teu estat";
"notifications.favourited-your-status-%@" = "%@ ha marcat com a favorit el vostre estat";
"notifications.followed-you-%@" = "%@ t'ha seguit";
"notifications.poll-ended" = "Ha finalitzat una enquesta on heu votat";
"notifications.your-poll-ended" = "La vostra enquesta ha finalitzat";
"notifications.unknown-%@" = "Notificació de %@";
"remove" = "Elimina";
"report" = "Denuncia";
"report.additional-comments" = "Comentaris addicionals";
"report.hint" = "L'informe s'enviarà als moderadors del vostre servidor. A continuació, podeu proporcionar una explicació de per què informeu daquest compte:";
"report.target-%@" = "Denuncia %@";
"report.forward.hint" = "El compte prové dun altre servidor. Voleu enviar-hi també una còpia anònima de la denuncia?";
"report.forward-%@" = "Reenvia la Denuncia a %@";
"report.select-additional.hint.post" = "Seleccioneu publicacions addicionals per denunciar:";
"report.select-additional.hint.toot" = "Seleccioneu publicacions addicionals per denunciar:";
"search.scope.all" = "Tots";
"search.scope.accounts" = "Gent";
"search.scope.statuses.post" = "Publicacions";
"search.scope.statuses.toot" = "Toots";
"search.scope.tags" = "Etiquetes";
"selected" = "Seleccionat";
"send" = "Envia";
"share" = "Compartir";
"share-extension-error.no-account-found" = "No s'ha trobat cap compte";
"status.accessibility.view-author-profile" = "Veure el perfil de l'autor";
"status.accessibility.view-reblogger-profile" = "Veure el perfil de qui ha impulsat";
"status.accessibility.part-of-a-thread" = "Part dun fil";
"status.bookmark" = "Marcador";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "Advertència de Contingut";
"status.delete" = "Suprimir";
"status.delete.confirm.post" = "Esteu segur que voleu suprimir aquesta publicació?";
"status.delete.confirm.toot" = "Esteu segur que voleu suprimir aquest toot?";
"status.delete-and-redraft" = "Suprimeix i edita l'esborranyar";
"status.delete-and-redraft.confirm.post" = "Esteu segur que voleu suprimir aquesta publicació i tornar-la a redactar? Es perdran els favorits, impulsos i les respostes de la publicació original que quedaran orfes.";
"status.delete-and-redraft.confirm.toot" = "Esteu segur que voleu suprimir aquest toot i tornar-ho a redactar? Es perdran els favorits, impulsos i les respostes de la publicació original que quedaran orfes.";
"status.mute" = "Silencia la Conversa";
"status.new-items.post" = "Noves Publicacions";
"status.new-items.toot" = "Nous toots";
"status.pin" = "Fixa al perfil";
"status.pinned.post" = "Publicació fixada";
"status.pinned.toot" = "Toot fixat";
"status.poll.accessibility-label" = "Enquesta";
"status.poll.option-%ld" = "Opció %ld";
"status.poll.vote" = "Vota";
"status.poll.time-left-%@" = "%@ restant";
"status.poll.refresh" = "Actualitzar";
"status.poll.closed" = "Tancat";
"status.reblogged-by-%@" = "%@ Impulsat";
"status.reply-button.accessibility-label" = "Respon";
"status.reblog-button.accessibility-label" = "Impulsar";
"status.reblog-button.undo.accessibility-label" = "Desfer l'Impuls";
"status.favorite-button.accessibility-label" = "Favorit";
"status.favorite-button.undo.accessibility-label" = "Desfavorit";
"status.show-more" = "Mostra més";
"status.show-more-all-button.accessibilty-label" = "Mostra'n més per a tothom";
"status.show-less" = "Mostrar menys";
"status.show-less-all-button.accessibilty-label" = "Mostra'n manys per a tothom";
"status.show-thread" = "Mostra el fil";
"status.spoiler-text-placeholder" = "Escriviu el vostre advertiment aquí";
"status.unbookmark" = "Desmarca el marcador";
"status.unmute" = "Deixa de silenciar la conversa";
"status.unpin" = "Anul·la la fixació del perfil";
"status.visibility.public" = "Públic";
"status.visibility.unlisted" = "Sense llista";
"status.visibility.private" = "Només Seguidors";
"status.visibility.direct" = "Directe";
"status.visibility.public.description" = "Visible per a tothom, es mostra a les línies de temps públiques";
"status.visibility.unlisted.description" = "Visible per a tothom, però no en línies de temps públiques";
"status.visibility.private.description" = "Visible només per als seguidors";
"status.visibility.direct.description" = "Visible només per als usuaris esmentats";
"tag.accessibility-recent-uses-%ld" = "%ld usos recents";
"tag.accessibility-hint.post" = "Veure publicacions associades a la tendència";
"tag.accessibility-hint.toot" = "Veure toots associats a la tendència";
"tag.per-week-%ld" = "%ld per setmana";
"timelines.home" = "Inici";
"timelines.local" = "Local";
"timelines.federated" = "Federat";
"toot" = "Toot";

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld persones parlant</string>
<key>other</key>
<string>%Id persones parlant</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld persona</string>
<key>other</key>
<string>%Id gent</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Impuls</string>
<key>other</key>
<string>%Id Impulsos</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Favorit</string>
<key>other</key>
<string>%ld Favorits</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Resposta</string>
<key>other</key>
<string>%ld Respostes</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Publicació</string>
<key>other</key>
<string>%ld Publicacions</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Toot</string>
<key>other</key>
<string>%ld Toots</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Seguidor</string>
<key>other</key>
<string>%ld Seguidors</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Imatge</string>
<key>other</key>
<string>%ld Imatges</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fitxer d'audio</string>
<key>other</key>
<string>%ld fitxers d'audio</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fitxer de vídeo</string>
<key>other</key>
<string>%ld fitxers de vídeo</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld adjunt</string>
<key>other</key>
<string>%ld adjunts</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "O Aplikaci";
"about.acknowledgments" = "Poděkování";
"about.made-by-metabolist" = "Vytvořeno společností Metabolist";
"about.official-account" = "Oficiální účet";
"about.rate-the-app" = "Ohodnotit aplikaci";
"about.source-code-and-issue-tracker" = "Zdrojový kód & Sledování chyb";
"about.translations" = "Překlady";
"about.website" = "Webová stránka";
"accessibility.activate-link-%@" = "Odkaz: %@";
"accessibility.copy-text" = "Kopírovat text";
"account.%@-followers" = "%@ sledujících";
"account.accept-follow-request-button.accessibility-label" = "Přijmout následující žádost";
"account.add-remove-lists" = "Přidat/odebrat ze seznamů";
"account.avatar.accessibility-label-%@" = "Avatar: %@";
"account.block" = "Zablokovat";
"account.block-and-report" = "Zablokovat & nahlásit";
"account.block.confirm-%@" = "Zablokovat %@?";
"account.blocked" = "Zablokován";
"account.direct-message" = "Přímá zpráva";
"account.domain-block-%@" = "Zablokovat doménu %@";
"account.domain-block.confirm-%@" = "Zablokovat doménu %@?";
"account.domain-unblock-%@" = "Odblokovat doménu %@";
"account.domain-unblock.confirm-%@" = "Odblokovat doménu %@?";
"account.field.verified-%@" = "Ověřen %@";
"account.follow" = "Sledovat";
"account.following" = "Sleduji";
"account.following-count-%ld" = "%ld Sledujících";
"account.followed-by-%@" = "Sledován uživatelem %@";
"account.follows-you" = "Sleduje Vás";
"account.header.accessibility-label-%@" = "Obrázek záhlaví: %@";
"account.hide-reblogs" = "Skrýt boosty";
"account.hide-reblogs.confirm-%@" = "Skrýt boosty od %@?";
"account.joined-%@" = "Přidal/a se %@";
"account.locked.accessibility-label" = "Uzamčený účet";
"account.mute" = "Ztišit";
"account.mute.indefinite" = "Časově neomezeno";
"account.mute.confirm-%@" = "Jste si jistí, že chcete ignorovat uživatele %@?";
"account.mute.confirm.explanation" = "Tohle skryje jeho příspěvky a ty které ho zmiňují, ale uživatel stále uvidí vaše příspěvky a může vás sledovat.";
"account.mute.confirm.hide-notifications" = "Skrýt oznámení od tohoto uživatele?";
"account.mute.confirm.duration" = "Doba trvání";
"account.mute.target-%@" = "Ignorovat %@";
"account.muted" = "Ignorován";
"account.notify" = "Zapnout oznámení";
"account.reject-follow-request-button.accessibility-label" = "Odmítnout žádost o sledování";
"account.request" = "Žádosti";
"account.request.cancel" = "Zrušit žádost o sledování";
"account.statuses.post" = "Příspěvky";
"account.statuses.toot" = "Tooty";
"account.statuses-and-replies.post" = "Příspěvky a odpovědi";
"account.statuses-and-replies.toot" = "Tooty a odpovědi";
"account.media" = "Média";
"account.show-reblogs" = "Zobrazit boosty";
"account.show-reblogs.confirm-%@" = "Zobrazit boosty od %@?";
"account.unavailable" = "Profil není dostupný";
"account.unblock" = "Odblokovat";
"account.unblock.confirm-%@" = "Odblokovat %@?";
"account.unfollow.confirm-%@" = "Přestat sledovat %@?";
"account.unmute" = "Přestat ignorovat";
"account.unmute.confirm-%@" = "Přestat ignorovat %@?";
"account.unnotify" = "Vypnout oznámení";
"activity.open-in-default-browser" = "Otvírat odkazy ve výchozím prohlížeči";
"add" = "Přidat";
"announcement.insert-emoji" = "Vložit emoji";
"api-error.unable-to-fetch-remote-status" = "Nelze načíst vzdálený status";
"apns-default-message" = "Nové oznámení";
"app-icon.brutalist" = "Brutalist";
"app-icon.rainbow-brutalist" = "Rainbow Brutalist";
"app-icon.classic" = "Klasická";
"app-icon.malow" = "Sladká";
"app-icon.rainbow" = "Rainbow";
"add-identity.get-started" = "Začít";
"add-identity.instance-url" = "Instance URL";
"add-identity.log-in" = "Přihlásit se";
"add-identity.browse" = "Procházet";
"add-identity.instance-not-supported" = "Pro zajištění bezpečného zážitku pro všechny uživatele a souladu s pravidly pro hodnocení v App Store Store není tato instance podporována.";
"add-identity.join" = "Připojit se";
"add-identity.prompt" = "Zadejte URL instanci Mastodon, ke které se chcete připojit:";
"add-identity.request-invite" = "Požádat o pozvánku";
"add-identity.unable-to-connect-to-instance" = "Nelze se připojit k instanci";
"add-identity.welcome" = "Vítá Vás Metatext";
"add-identity.what-is-mastodon" = "Co to je Mastodon?";
"attachment.edit.description" = "Popište příspěvek pro zrakově postižené osoby";
"attachment.edit.description.audio" = "Popište příspěvek pro sluchově postižené osoby";
"attachment.edit.description.video" = "Popiště příspěvek pro sluchově či zrakově postižené osoby";
"attachment.edit.detect-text-from-picture" = "Detekovat text z obrázku";
"attachment.edit.title" = "Upravit média";
"attachment.edit.thumbnail.prompt" = "Přetažením kruhu na náhledu vyberte oblast, která bude na všech náhledech vždy zobrazena";
"attachment.sensitive-content" = "Citlivý obsah";
"attachment.media-hidden" = "Média skryta";
"attachment.type.image" = "Obrázek";
"attachment.type.audio" = "Audio soubor";
"attachment.type.video" = "Video";
"attachment.type.unknown" = "Příloha";
"attachment.unable-to-export-media" = "Nelze exportovat média";
"bookmarks" = "Záložky";
"card.link.accessibility-label" = "Odkaz";
"camera-access.title" = "Je vyžadován přístup k fotoaparátu";
"camera-access.description" = "Otevřete systémové nastavení pro povolení přístupu k fotoaparátu";
"camera-access.open-system-settings" = "Otevřít nastavení systému";
"cancel" = "Zrušit";
"compose.add-button-accessibility-label.post" = "Přidat další příspěvek";
"compose.add-button-accessibility-label.toot" = "Přidat další toot";
"compose.attachment.cancel-upload.accessibility-label" = "Zrušit nahrávání přílohy";
"compose.attachment.edit" = "Upravit přílohu";
"compose.attachment.remove" = "Odebrat přílohu";
"compose.attachment.uncaptioned" = "Bez titulku";
"compose.attachment.uploading" = "Nahrávání...";
"compose.attachments-button.accessibility-label" = "Přidat přílohu";
"compose.attachments-will-be-discarded" = "Přílohy budou při změně účtů zrušeny";
"compose.browse" = "Procházet";
"compose.characters-remaining-accessibility-label-%ld" = "Zbývá %ld znaků";
"compose.change-identity-button.accessibility-hint" = "Klepnutím přidáte příspěvek pomocí jiného účtu";
"compose.content-warning-button.add" = "Přidat varování o obsahu";
"compose.content-warning-button.remove" = "Odebrat varování o obsahu";
"compose.emoji-button" = "Emoji";
"compose.mark-media-sensitive" = "Označit obsah jako citlivý";
"compose.photo-library" = "Knihovna fotografií";
"compose.poll.accessibility.multiple-choices-allowed" = "Vícenásobné možnosti povoleny";
"compose.poll.add-choice" = "Přidat možnost";
"compose.poll.allow-multiple-choices" = "Povolit výběr více možností";
"compose.poll-button.accessibility-label" = "Přidat anketu";
"compose.prompt" = "Co se vám honí hlavou?";
"compose.take-photo-or-video" = "Pořídit fotku nebo video";
"compose.visibility-button.accessibility-label-%@" = "Soukromí: %@";
"compose-button.accessibility-label.post" = "Nový příspěvek";
"compose-button.accessibility-label.toot" = "Nový toot";
"conversation.unread" = "Nepřečtené";
"dismiss" = "Zamítnout";
"emoji.custom" = "Vlastní";
"emoji.default-skin-tone" = "Výchozí vzhled";
"emoji.default-skin-tone-button.accessibility-label" = "Vyberte výchozí vzhled";
"emoji.frequently-used" = "Nejpoužívanější";
"emoji.search" = "Hledat emoji...";
"emoji.system-group.smileys-and-emotion" = "Smajlíci a emoce ";
"emoji.system-group.people-and-body" = "Lidé a tělo ";
"emoji.system-group.components" = "Komponenty";
"emoji.system-group.animals-and-nature" = "Zvířata a příroda";
"emoji.system-group.food-and-drink" = "Jídlo a pití";
"emoji.system-group.travel-and-places" = "Cestování a místa";
"emoji.system-group.activites" = "Aktivity";
"emoji.system-group.objects" = "Předměty";
"emoji.system-group.symbols" = "Symboly";
"emoji.system-group.flags" = "Vlajky";
"explore.trending" = "Právě teď populární";
"explore.instance" = "Instance";
"explore.profile-directory" = "Adresář profilů";
"error" = "Error";
"favorites" = "Oblíbené";
"follow-requests" = "Žádosti o sledování";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Chcete-li pokračovat, přečtěte si prosím podmínky používání a zásady ochrany osobních údajů %@";
"registration.username" = "Uživatelské jméno";
"registration.email" = "Email";
"registration.password" = "Heslo";
"registration.password-confirmation" = "Potvrdit heslo";
"registration.reason-%@" = "Proč se chcete připojit k %@?";
"registration.server-rules" = "Pravidla serveru";
"registration.terms-of-service" = "Podmínky použití";
"registration.agree-to-server-rules-and-terms-of-service" = "Souhlasím s pravidly serveru a podmínkami použití";
"registration.password-confirmation-mismatch" = "Hesla se neshodují!";
"secondary-navigation.about" = "O této aplikaci";
"secondary-navigation.account-settings" = "Nastavení účtu";
"secondary-navigation.accounts" = "Účty";
"secondary-navigation.edit-profile" = "Upravit profil";
"secondary-navigation.lists" = "Seznamy";
"secondary-navigation.my-profile" = "Můj profil";
"secondary-navigation.preferences" = "Nastavení";
"secondary-navigation-button.accessibility-title" = "Nabídka účtu";
"http-error.non-http-response" = "Chyba HTTP: Odpověď není přes HTTP";
"http-error.status-code-%ld" = "Chyba HTTP: %ld";
"identities.accounts" = "Účty";
"identities.browsing" = "Procházení";
"identities.log-out" = "Odhlásit se";
"identities.pending" = "Čeká na vyřízení";
"image-error.unable-to-load" = "Nelze načíst obrázek";
"lists.new-list-title" = "Nový název seznamu";
"load-more" = "Načíst více";
"load-more.above.accessibility.post" = "Načíst z příspěvku výše";
"load-more.above.accessibility.toot" = "Načíst z tootu výše";
"load-more.below.accessibility.post" = "Načíst z příspěvku níže";
"load-more.below.accessibility.toot" = "Načíst z tootu níže";
"main-navigation.announcements" = "Oznámení";
"main-navigation.timelines" = "Timeline";
"main-navigation.explore" = "Prozkoumat";
"main-navigation.notifications" = "Oznámení";
"main-navigation.conversations" = "Soukromé zprávy";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Zobrazit profil";
"notification.signed-in-as-%@" = "Přihlášen jako %@";
"notification.new-items" = "Nová oznámení";
"notification.poll" = "Anketa, ve které jste hlasovali, skončila";
"notification.poll.own" = "Vaše anketa skončila";
"notification.poll.unknown" = "Anketa skončila";
"notification.status-%@" = "%@ právě zveřejnil";
"notifications.all" = "Všechny";
"notifications.mentions" = "Zmínky";
"ok" = "Ok";
"pending.pending-confirmation" = "Váš účet čeká na potvrzení";
"post" = "Příspěvek";
"preferences" = "Nastavení";
"preferences.app" = "Nastavení aplikace";
"preferences.app-icon" = "Ikona aplikace";
"preferences.app.color-scheme" = "Vzhled";
"preferences.app.color-scheme.dark" = "Tmavý";
"preferences.app.color-scheme.light" = "Světlý";
"preferences.app.color-scheme.system" = "Systémový";
"preferences.blocked-domains" = "Zablokované domény";
"preferences.blocked-users" = "Zablokovaní uživatelé";
"preferences.media" = "Média";
"preferences.media.avatars" = "Avatar";
"preferences.media.avatars.animate" = "Animovaný avatar";
"preferences.media.avatars.animate.everywhere" = "Všude";
"preferences.media.avatars.animate.profiles" = "V profilech";
"preferences.media.avatars.animate.never" = "Nikdy";
"preferences.media.custom-emojis.animate" = "Animovat vlastní emoji";
"preferences.media.headers.animate" = "Animovat záhlaví profilu";
"preferences.media.autoplay" = "Automatické přehrávání";
"preferences.media.autoplay.gifs" = "Automatické přehrávání GIFů";
"preferences.media.autoplay.videos" = "Automatické přehrávání videí";
"preferences.media.autoplay.always" = "Vždy";
"preferences.media.autoplay.wifi" = "Při připojení k Wi-Fi";
"preferences.media.autoplay.never" = "Nikdy";
"preferences.use-preferences-from-server" = "Použít předvolby serveru";
"preferences.posting-default-visiblility" = "Výchozí viditelnost";
"preferences.posting-default-sensitive" = "Označit obsah jako citlivý ve výchozím nastavení";
"preferences.reading-expand-media" = "Rozbalit média";
"preferences.expand-media.default" = "Skrýt citlivé";
"preferences.expand-media.show-all" = "Zobrazit vše";
"preferences.expand-media.hide-all" = "Skrýt vše";
"preferences.reading-expand-spoilers" = "Vždy rozbalit varování obsahu";
"preferences.filters" = "Filtry";
"preferences.links.open-in-default-browser" = "Otvírat odkazy ve výchozím prohlížeči";
"preferences.links.use-universal-links" = "Otevírat odkazy v jiných aplikacích, pokud jsou dostupné";
"preferences.notification-types" = "Typ oznámení";
"preferences.notification-types.follow" = "Sledovat";
"preferences.notification-types.favourite" = "Oblíbené";
"preferences.notification-types.follow-request" = "Žádosti o sledování";
"preferences.notification-types.reblog" = "Reblog";
"preferences.notification-types.mention" = "Zmínit";
"preferences.notification-types.poll" = "Anketa";
"preferences.notification-types.status" = "Odběry";
"preferences.notifications" = "Oznámení";
"preferences.notifications.include-account-name" = "Zahrnout údaje o účtu";
"preferences.notifications.include-pictures" = "Zahrnout obrázky";
"preferences.notifications.sounds" = "Zvuky";
"preferences.muted-users" = "Ignorovaní uživatelé";
"preferences.home-timeline-position-on-startup" = "Pozice domovské časové osy při spuštění";
"preferences.notifications-position-on-startup" = "Pozice oznámení při spuštění";
"preferences.position.remember-position" = "Zapamatovat si pozici";
"preferences.position.newest" = "Načíst nejnovější";
"preferences.require-double-tap-to-reblog" = "Vyžadovat dvojité klepnutí pro reblog";
"preferences.require-double-tap-to-favorite" = "Vyžadovat dvojité klepnutí pro oblíbené";
"preferences.show-reblog-and-favorite-counts" = "Zobrazit boostů a počet oblíbených";
"preferences.status-word" = "Toot/Příspěvek";
"filters.active" = "Aktivní";
"filters.expired" = "Platnost vypršela";
"filter.add-new" = "Přidat nový filtr";
"filter.edit" = "Upravit filtr";
"filter.keyword-or-phrase" = "Klíčové slovo nebo fráze ";
"filter.never-expires" = "Nikdy nevyprší";
"filter.expire-after" = "Vyprší za";
"filter.contexts" = "Filtrovat kontexty";
"filter.irreversible" = "Zahodit místo skrytí";
"filter.irreversible-explanation" = "Filtrované příspěvky nenávratně zmizí, i pokud bude filtr později odstraněn";
"filter.whole-word" = "Celé slovo";
"filter.whole-word-explanation" = "Pokud je klíčové slovo nebo fráze pouze alfanumerická, použije se pouze v případě, že odpovídá celému slovu";
"filter.save-changes" = "Uložit změny";
"filter.context.home" = "Domovská časová osa";
"filter.context.notifications" = "Oznámení";
"filter.context.public" = "Veřejná časová osa";
"filter.context.thread" = "Konverzace";
"filter.context.account" = "Profily";
"filter.context.unknown" = "Neznámý kontext";
"more-results.accounts" = "Více lidí";
"more-results.statuses.post" = "Další příspěvky";
"more-results.statuses.toot" = "Další tooty";
"more-results.tags" = "Další hashtagy";
"notifications" = "Oznámení";
"notifications.reblogged-your-status-%@" = "%@ boostnul(a) váš status";
"notifications.favourited-your-status-%@" = "%@ si oblíbil(a) váš status";
"notifications.followed-you-%@" = "%s vás začal(a) sledovat";
"notifications.poll-ended" = "Hlasování bylo ukončeno";
"notifications.your-poll-ended" = "Vaše anketa skončila";
"notifications.unknown-%@" = "Oznámení od %@";
"remove" = "Odebrat";
"report" = "Nahlásit";
"report.additional-comments" = "Dodatečné komentáře";
"report.hint" = "Hlášení bude zasláno moderátorům vašeho serveru. Níže můžete uvést, proč tento účet nahlašujete:";
"report.target-%@" = "Nahlásit %@";
"report.forward.hint" = "Tento účet je z jiného serveru. Chcete na něj také poslat anonymizovanou kopii hlášení?";
"report.forward-%@" = "Přeposlat hlášení k %@";
"report.select-additional.hint.post" = "Vyberte další příspěvky k nahlášení:";
"report.select-additional.hint.toot" = "Vyberte další tooty k nahlášení:";
"search.scope.all" = "Vše";
"search.scope.accounts" = "Lidé";
"search.scope.statuses.post" = "Příspěvky";
"search.scope.statuses.toot" = "Tooty";
"search.scope.tags" = "Hashtagy";
"selected" = "Vybrané";
"send" = "Odeslat";
"share" = "Sdílet";
"share-extension-error.no-account-found" = "Nenalezen žádný účet";
"status.accessibility.view-author-profile" = "Zobrazit profil autora";
"status.accessibility.view-reblogger-profile" = "Zobrazit profil autora";
"status.accessibility.part-of-a-thread" = "Součást vlákna";
"status.bookmark" = "Záložka";
"status.content-warning-abbreviation" = "NE";
"status.content-warning.accessibility" = "Nebezpečí/Varování o obsahu";
"status.delete" = "Odstranit";
"status.delete.confirm.post" = "Opravdu chcete odstranit tento příspěvek?";
"status.delete.confirm.toot" = "Opravdu chcete odstranit tento toot?";
"status.delete-and-redraft" = "Odstranit koncept";
"status.delete-and-redraft.confirm.post" = "Jste si jistí, že chcete odstranit tento příspěvek a vytvořit z něj koncept? Oblíbené a boosty budou ztraceny a odpovědi na původní příspěvek ztratí kontext.";
"status.delete-and-redraft.confirm.toot" = "Jste si jistí, že chcete odstranit tento toot a vytvořit z něj koncept? Oblíbené a boosty budou ztraceny a odpovědi na původní toot ztratí kontext.";
"status.mute" = "Ignorovat konverzaci";
"status.new-items.post" = "Nový příspěvek";
"status.new-items.toot" = "Nový toot";
"status.pin" = "Připnout k profilu";
"status.pinned.post" = "Připnuté příspěvky";
"status.pinned.toot" = "Připnuté tooty";
"status.poll.accessibility-label" = "Anketa";
"status.poll.option-%ld" = "Možnost %ld";
"status.poll.vote" = "Hlasovat";
"status.poll.time-left-%@" = "%@ odešel";
"status.poll.refresh" = "Aktualizovat";
"status.poll.closed" = "Uzavřené";
"status.reblogged-by-%@" = "%@ boostnul";
"status.reply-button.accessibility-label" = "Odpovědět";
"status.reblog-button.accessibility-label" = "Boost";
"status.reblog-button.undo.accessibility-label" = "Zrušit boost";
"status.favorite-button.accessibility-label" = "Oblíbené";
"status.favorite-button.undo.accessibility-label" = "Odebrat z oblíbených";
"status.show-more" = "Zobrazit více";
"status.show-more-all-button.accessibilty-label" = "Zobrazit více pro všechny";
"status.show-less" = "Zobrazit méně";
"status.show-less-all-button.accessibilty-label" = "Zobrazit méně pro všechny";
"status.show-thread" = "Zobrazit vlákno";
"status.spoiler-text-placeholder" = "Zde napište varování";
"status.unbookmark" = "Odebrat záložku";
"status.unmute" = "Zrušit ignorování konverzace";
"status.unpin" = "Odepnout z profilu";
"status.visibility.public" = "Veřejné";
"status.visibility.unlisted" = "Skryté";
"status.visibility.private" = "Pouze pro sledující";
"status.visibility.direct" = "Přímé";
"status.visibility.public.description" = "Viditelné pro všechny, zobrazené ve veřejných časových osách";
"status.visibility.unlisted.description" = "Viditelné pro všechny, ale není zobrazené ve veřejných časových osách";
"status.visibility.private.description" = "Viditelné pouze pro sledující";
"status.visibility.direct.description" = "Viditelné pouze pro zmíněné uživatele";
"tag.accessibility-recent-uses-%ld" = "%ld nedávných použití";
"tag.accessibility-hint.post" = "Zobrazit příspěvky spojené s trendem";
"tag.accessibility-hint.toot" = "Zobrazit tooty spojené s trendem";
"tag.per-week-%ld" = "%ld za týden";
"timelines.home" = "Domů";
"timelines.local" = "Lokální";
"timelines.federated" = "Federované";
"toot" = "Toot";

View File

@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld člověk mluví</string>
<key>few</key>
<string>%ld lidí mluví</string>
<key>many</key>
<string>%ld lidí mluví</string>
<key>other</key>
<string>%ld lidí mluví</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld člověk</string>
<key>few</key>
<string>%ld lidí</string>
<key>many</key>
<string>%ld lidí</string>
<key>other</key>
<string>%ld lidí</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Boost</string>
<key>few</key>
<string>%ld Boostů</string>
<key>many</key>
<string>%ld Boostů</string>
<key>other</key>
<string>%ld Boostů</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Oblíbený</string>
<key>few</key>
<string>%ld Oblíbených</string>
<key>many</key>
<string>%ld Oblíbených</string>
<key>other</key>
<string>%ld Oblíbených</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Odpověď</string>
<key>few</key>
<string>%ld Odpovědí</string>
<key>many</key>
<string>%ld Odpovědí</string>
<key>other</key>
<string>%ld Odpovědí</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Příspěvek</string>
<key>few</key>
<string>%ld Příspěveků</string>
<key>many</key>
<string>%ld Příspěveků</string>
<key>other</key>
<string>%ld Příspěveků</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Toot</string>
<key>few</key>
<string>%ld Tootů</string>
<key>many</key>
<string>%ld Tootů</string>
<key>other</key>
<string>%ld Tootů</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Sledující</string>
<key>few</key>
<string>%ld Sledujících</string>
<key>many</key>
<string>%ld Sledujících</string>
<key>other</key>
<string>%ld Sledujících</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld obrázek</string>
<key>few</key>
<string>%ld obrázků</string>
<key>many</key>
<string>%ld obrázků</string>
<key>other</key>
<string>%ld obrázků</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld zvukový soubor</string>
<key>few</key>
<string>%ld zvukových soubor</string>
<key>many</key>
<string>%ld zvukových soubor</string>
<key>other</key>
<string>%ld zvukových soubor</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld soubor videa</string>
<key>few</key>
<string>%ld soubory videa</string>
<key>many</key>
<string>%ld video souborů</string>
<key>other</key>
<string>%ld video souborů</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld příloha</string>
<key>few</key>
<string>%ld přílohy</string>
<key>many</key>
<string>%ld přílohy</string>
<key>other</key>
<string>%ld přílohy</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -5,88 +5,88 @@
"about.made-by-metabolist" = "Made by Metabolist";
"about.official-account" = "Offizieller Account";
"about.rate-the-app" = "Die App bewerten";
"about.source-code-and-issue-tracker" = "Quellcode & Fehler Tracker";
"about.source-code-and-issue-tracker" = "Quellcode & Fehler-Tracker";
"about.translations" = "Übersetzungen";
"about.website" = "Webseite";
"accessibility.activate-link-%@" = "Link: %@";
"accessibility.copy-text" = "Kopiere Text";
"account.%@-followers" = "%@'s Folgende";
"accessibility.copy-text" = "Text kopieren";
"account.%@-followers" = "Folgende von %@";
"account.accept-follow-request-button.accessibility-label" = "Folgeanfrage annehmen";
"account.add-remove-lists" = "Hinzufügen/Entfernen aus Listen";
"account.add-remove-lists" = "Aus Listen hinzufügen oder entfernen";
"account.avatar.accessibility-label-%@" = "Avatar: %@";
"account.block" = "Sperren";
"account.block-and-report" = "Sperren & melden";
"account.block.confirm-%@" = "Sperre %@?";
"account.blocked" = "Gesperrt";
"account.block" = "Blockieren";
"account.block-and-report" = "Blockieren & Melden";
"account.block.confirm-%@" = "%@ blockieren?";
"account.blocked" = "Blockiert";
"account.direct-message" = "Direktnachricht";
"account.domain-block-%@" = "Sperre Domain %@";
"account.domain-block.confirm-%@" = "Sperre Domain %@?";
"account.domain-unblock-%@" = "Entsperre Domain %@";
"account.domain-unblock.confirm-%@" = "Entsperre Domain %@?";
"account.domain-block-%@" = "Domain %@ blockieren";
"account.domain-block.confirm-%@" = "Domain %@ blockieren?";
"account.domain-unblock-%@" = "Blockierung der Domain %@ aufheben";
"account.domain-unblock.confirm-%@" = "Blockierung der Domain %@ aufheben?";
"account.field.verified-%@" = "Verifiziere %@";
"account.follow" = "Folgen";
"account.following" = "Folgen";
"account.following-count-%ld" = "%ld werden gefolgt";
"account.following" = "Folge ich";
"account.following-count-%ld" = "%ld gefolgt";
"account.followed-by-%@" = "Gefolgt von %@";
"account.follows-you" = "Folgt dir";
"account.header.accessibility-label-%@" = "Banner: %@";
"account.hide-reblogs" = "Verstecke Boosts";
"account.hide-reblogs.confirm-%@" = "Verstecke Boosts von %@?";
"account.joined-%@" = "%@ beigetreten";
"account.hide-reblogs" = "Boosts ausblenden";
"account.hide-reblogs.confirm-%@" = "Boosts von %@ ausblenden?";
"account.joined-%@" = "Am %@ beigetreten";
"account.locked.accessibility-label" = "Gesperrter Account";
"account.mute" = "Stumm";
"account.mute" = "Stummschalten";
"account.mute.indefinite" = "Unbegrenzt";
"account.mute.confirm-%@" = "Bist du sicher das du %@ stummschalten willst?";
"account.mute.confirm.explanation" = "Dies wird Beiträge von ihnen bzw Beiträge die sie erwähnen ausblenden, aber deine Beiträge können immer noch gesehen werden und sie können dir weiterhin folgen.";
"account.mute.confirm.hide-notifications" = "Mitteilungen von diesem Nutzer ausblenden?";
"account.mute.confirm-%@" = "Bist du sicher, dass du %@ stummschalten willst?";
"account.mute.confirm.explanation" = "Dies wird dessen Beiträge sowie Beiträge, die diesen Account erwähnen, ausblenden. Der Account kann aber weiterhin deine Beiträge sehen und dir folgen.";
"account.mute.confirm.hide-notifications" = "Mitteilungen von diesem Account ausblenden?";
"account.mute.confirm.duration" = "Dauer";
"account.mute.target-%@" = "%@ stummschalten";
"account.muted" = "Stummgeschaltet";
"account.notify" = "Mitteilungen einschalten";
"account.reject-follow-request-button.accessibility-label" = "Anfrage zum Folgen ablehnen";
"account.reject-follow-request-button.accessibility-label" = "Folgeanfrage ablehnen";
"account.request" = "Anfrage";
"account.request.cancel" = "Anfrage zum Folgen abbrechen";
"account.request.cancel" = "Folgeanfrage abbrechen";
"account.statuses.post" = "Beiträge";
"account.statuses.toot" = "Toots";
"account.statuses-and-replies.post" = "Beiträge & Antworten";
"account.statuses-and-replies.toot" = "Toots & Antworten";
"account.media" = "Medien";
"account.show-reblogs" = "Zeige Boosts";
"account.show-reblogs.confirm-%@" = "Zeige Boosts von %@?";
"account.unavailable" = "Profile nicht verfügbar";
"account.unblock" = "Entsperren";
"account.unblock.confirm-%@" = "%@ entsperren?";
"account.show-reblogs" = "Boosts anzeigen";
"account.show-reblogs.confirm-%@" = "Boosts von %@ anzeigen?";
"account.unavailable" = "Profil nicht verfügbar";
"account.unblock" = "Blockierung aufheben";
"account.unblock.confirm-%@" = "Blockierung von %@ aufheben?";
"account.unfollow.confirm-%@" = "%@ entfolgen?";
"account.unmute" = "laut schalten";
"account.unmute.confirm-%@" = "%@ laut schalten?";
"account.unmute" = "Stummschaltung aufheben";
"account.unmute.confirm-%@" = "Möchtest du die Stummschaltung von %@ aufheben?";
"account.unnotify" = "Mitteilungen ausschalten";
"activity.open-in-default-browser" = "Im Standardbrowser öffnen";
"add" = "Hinzufügen";
"announcement.insert-emoji" = "Emoji einfügen";
"api-error.unable-to-fetch-remote-status" = "Remote-Status konnte nicht abgerufen werden";
"api-error.unable-to-fetch-remote-status" = "Es ist ein Fehler aufgetreten. Versuche es später erneut.";
"apns-default-message" = "Neue Mitteilungen";
"app-icon.brutalist" = "Brutalist";
"app-icon.rainbow-brutalist" = "Regenbogen Brutalist";
"app-icon.rainbow-brutalist" = "Regenbogen-Brutalist";
"app-icon.classic" = "Klassisch";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Regenbogen";
"add-identity.get-started" = "Jetzt loslegen";
"add-identity.instance-url" = "Instanz URL";
"add-identity.instance-url" = "Instanz-URL";
"add-identity.log-in" = "Einloggen";
"add-identity.browse" = "Durchsuchen";
"add-identity.instance-not-supported" = "Um allen Benutzern ein sicheres Erlebnis zu bieten und die App Store Review Guidelines einzuhalten, wird diese Instanz nicht unterstützt.";
"add-identity.join" = "Beitreten";
"add-identity.prompt" = "Geben Sie die URL der Mastodon-Instanz ein, mit der Sie sich verbinden möchten:";
"add-identity.request-invite" = "Einladung anfordern";
"add-identity.unable-to-connect-to-instance" = "Verbindung zur Instanz kann nicht hergestellt werden";
"add-identity.welcome" = "Willkommen zu Metatext";
"add-identity.prompt" = "Gib die URL deiner Mastodon-Instanz ein:";
"add-identity.request-invite" = "Einladung anfragen";
"add-identity.unable-to-connect-to-instance" = "Verbindung zur Instanz kann nicht hergestellt werden. Überprüfe, ob die Instanz-URL richtig ist und versuche es erneut.";
"add-identity.welcome" = "Willkommen bei Metatext";
"add-identity.what-is-mastodon" = "Was ist Mastodon?";
"attachment.edit.description" = "Beschreiben Sie für Sehbehinderte";
"attachment.edit.description.audio" = "Beschreiben Sie für Menschen mit Hörverlust";
"attachment.edit.description.video" = "Beschreiben Sie für Menschen mit Hör- oder Sehbehinderung";
"attachment.edit.description" = "Beschreibung für sehbehinderte Menschen hinzufügen";
"attachment.edit.description.audio" = "Beschreibung für hörbehinderte Menschen hinzufügen";
"attachment.edit.description.video" = "Beschreibung für seh- oder hörbehinderte Menschen hinzufügen";
"attachment.edit.detect-text-from-picture" = "Text aus Bild erkennen";
"attachment.edit.title" = "Medien bearbeiten";
"attachment.edit.thumbnail.prompt" = "Ziehen Sie den Kreis in der Vorschau auf den Punkt, welcher in allen Vorschaubildern sichtbar seinen soll.";
"attachment.edit.thumbnail.prompt" = "Ziehe den Kreis auf den Punkt, welcher in allen Vorschaubildern sichtbar sein soll.";
"attachment.sensitive-content" = "Heikler Inhalt";
"attachment.media-hidden" = "Versteckte Medien";
"attachment.type.image" = "Bild";
@ -97,21 +97,21 @@
"bookmarks" = "Lesezeichen";
"card.link.accessibility-label" = "Link";
"camera-access.title" = "Kamerazugriff benötigt";
"camera-access.description" = "Öffne Systemeinstellungen um Zugriff auf die Kamera zu erlauben";
"camera-access.open-system-settings" = "Öffne Systemeinstellungen";
"camera-access.description" = "Öffne die Systemeinstellungen, um den Kamerazugriff zu erlauben";
"camera-access.open-system-settings" = "Systemeinstellungen öffnen";
"cancel" = "Abbrechen";
"compose.add-button-accessibility-label.post" = "Weiteren Beitrag hinzufügen";
"compose.add-button-accessibility-label.toot" = "Weiteren toot hinzufügen";
"compose.add-button-accessibility-label.toot" = "Weiteren Toot hinzufügen";
"compose.attachment.cancel-upload.accessibility-label" = "Hochladen des Anhangs abbrechen";
"compose.attachment.edit" = "Anhang bearbeiten";
"compose.attachment.remove" = "Anhang entfernen";
"compose.attachment.uncaptioned" = "Unbeschriftet";
"compose.attachment.uploading" = "lade hoch";
"compose.attachment.uncaptioned" = "Beschreibung fehlt";
"compose.attachment.uploading" = "Anhang wird hochgeladen";
"compose.attachments-button.accessibility-label" = "Anhang hinzufügen";
"compose.attachments-will-be-discarded" = "Anhänge werden bei einem Kontenwechsel verworfen";
"compose.attachments-will-be-discarded" = "Anhänge werden bei einem Accountwechsel verworfen";
"compose.browse" = "Durchsuchen";
"compose.characters-remaining-accessibility-label-%ld" = "%ld verbleibende Zeichen";
"compose.change-identity-button.accessibility-hint" = "Antippen um mit einem anderen Konto zu posten";
"compose.change-identity-button.accessibility-hint" = "Antippen, um mit einem anderen Account zu posten";
"compose.content-warning-button.add" = "Inhaltswarnung hinzufügen";
"compose.content-warning-button.remove" = "Inhaltswarnung entfernen";
"compose.emoji-button" = "Emoji-Auswahl";
@ -121,7 +121,7 @@
"compose.poll.add-choice" = "Hinzufügen";
"compose.poll.allow-multiple-choices" = "Mehrfachauswahl erlauben";
"compose.poll-button.accessibility-label" = "Umfrage hinzufügen";
"compose.prompt" = "Woran denken Sie?";
"compose.prompt" = "Was möchtest du erzählen?";
"compose.take-photo-or-video" = "Foto oder Video aufnehmen";
"compose.visibility-button.accessibility-label-%@" = "Privatsphäre: %@";
"compose-button.accessibility-label.post" = "Beitrag verfassen";
@ -132,9 +132,9 @@
"emoji.default-skin-tone" = "Standardmäßiger Hautton";
"emoji.default-skin-tone-button.accessibility-label" = "Standardhautton auswählen";
"emoji.frequently-used" = "Häufig benutzt";
"emoji.search" = "Suche Emoji";
"emoji.search" = "Emoji suchen";
"emoji.system-group.smileys-and-emotion" = "Smileys & Emotionen";
"emoji.system-group.people-and-body" = "Menschen & Körper";
"emoji.system-group.people-and-body" = "Menschen & Aktivitäten";
"emoji.system-group.components" = "Komponenten";
"emoji.system-group.animals-and-nature" = "Tiere & Natur";
"emoji.system-group.food-and-drink" = "Essen & Trinken";
@ -143,35 +143,37 @@
"emoji.system-group.objects" = "Objekte";
"emoji.system-group.symbols" = "Symbole";
"emoji.system-group.flags" = "Flaggen";
"explore.trending" = "Jetzt trendend";
"explore.trending" = "Aktuelle Trends";
"explore.instance" = "Instanz";
"explore.profile-directory" = "Profilverzeichnis";
"error" = "Fehler";
"favorites" = "Favoriten";
"follow-requests" = "Anfragen zu Folgen";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Bitte lesen Sie die Nutzungsbedingungen und Datenschutzrichtlinie von %@ durch, um fortzufahren";
"follow-requests" = "Folgeanfragen";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Bitte lies die Nutzungsbedingungen und Datenschutzrichtlinie von %@ durch, um fortzufahren";
"registration.username" = "Benutzername";
"registration.email" = "E-Mail";
"registration.password" = "Passwort";
"registration.password-confirmation" = "Passwort bestätigen";
"registration.reason-%@" = "Warum möchten Sie %@ beitreten?";
"registration.reason-%@" = "Warum möchtest du %@ beitreten?";
"registration.server-rules" = "Serverregeln";
"registration.terms-of-service" = "Nutzungsbedingungen";
"registration.agree-to-server-rules-and-terms-of-service" = "Ich stimme den Serverregeln und Nutzungsbedingungen zu";
"registration.password-confirmation-mismatch" = "Das Passwort und die Passwortbestätigung stimmen nicht überein";
"secondary-navigation.about" = "Über diese App";
"secondary-navigation.account-settings" = "Account verwalten";
"secondary-navigation.accounts" = "Accounts";
"secondary-navigation.edit-profile" = "Profil bearbeiten";
"secondary-navigation.lists" = "Listen";
"secondary-navigation.my-profile" = "Mein Profil";
"secondary-navigation.preferences" = "Einstellungen";
"secondary-navigation-button.accessibility-title" = "Accountmenü";
"http-error.non-http-response" = "HTTP Fehler: Nicht-HTTP Antwort";
"http-error.status-code-%ld" = "HTTP Fehler: %ld";
"http-error.non-http-response" = "HTTP-Fehler: Nicht-HTTP-Antwort";
"http-error.status-code-%ld" = "HTTP-Fehler: %ld";
"identities.accounts" = "Accounts";
"identities.browsing" = "Durchsuchen";
"identities.log-out" = "Ausloggen";
"identities.pending" = "Ausstehend";
"image-error.unable-to-load" = "Kann Bild nicht laden";
"image-error.unable-to-load" = "Bild kann nicht geladen werden";
"lists.new-list-title" = "Neuer Listentitel";
"load-more" = "Mehr laden";
"load-more.above.accessibility.post" = "Lade Beiträge von oben";
@ -184,23 +186,27 @@
"main-navigation.notifications" = "Benachrichtigungen";
"main-navigation.conversations" = "Nachrichten";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Profil anschauen";
"notification.accessibility.view-profile" = "Profil anzeigen";
"notification.signed-in-as-%@" = "Eingeloggt als %@";
"notification.new-items" = "Neue Nachricht";
"notification.poll" = "Eine Umfrage, an der Sie teilgenommen haben ist beendet";
"notification.poll" = "Eine Umfrage, an der du teilgenommen hast, wurde beendet";
"notification.poll.own" = "Ihre Umfrage ist beendet";
"notification.poll.unknown" = "Eine Umfrage wurde beendet";
"notification.status-%@" = "%@ hat geposted";
"notifications.all" = "Alle";
"notifications.mentions" = "Erwähnungen";
"ok" = "OK";
"pending.pending-confirmation" = "Ihr Konto ist noch nicht bestätigt";
"pending.pending-confirmation" = "Dein Account ist noch nicht bestätigt";
"post" = "Posten";
"preferences" = "Einstellungen";
"preferences.app" = "App Einstellungen";
"preferences.app-icon" = "App Icon";
"preferences.blocked-domains" = "Gesperrte Domains";
"preferences.blocked-users" = "Gesperrte Nutzer";
"preferences.app" = "App-Einstellungen";
"preferences.app-icon" = "App-Icon";
"preferences.app.color-scheme" = "Erscheinungsbild";
"preferences.app.color-scheme.dark" = "Dunkel";
"preferences.app.color-scheme.light" = "Hell";
"preferences.app.color-scheme.system" = "System";
"preferences.blocked-domains" = "Blockierte Domains";
"preferences.blocked-users" = "Blockierte Accounts";
"preferences.media" = "Medien";
"preferences.media.avatars" = "Avatare";
"preferences.media.avatars.animate" = "Animierte Avatare";
@ -208,7 +214,7 @@
"preferences.media.avatars.animate.profiles" = "Im Profil";
"preferences.media.avatars.animate.never" = "Niemals";
"preferences.media.custom-emojis.animate" = "Benutzerdefiniertes Emoji animieren";
"preferences.media.headers.animate" = "Profilbanner animieren";
"preferences.media.headers.animate" = "Profilbilder animieren";
"preferences.media.autoplay" = "Automatische Wiedergabe";
"preferences.media.autoplay.gifs" = "GIFs automatisch wiedergeben";
"preferences.media.autoplay.videos" = "Videos automatisch wiedergeben";
@ -220,72 +226,72 @@
"preferences.posting-default-sensitive" = "Inhalt standardmäßig als heikel markieren";
"preferences.reading-expand-media" = "Medien erweitern";
"preferences.expand-media.default" = "Heikle ausblenden";
"preferences.expand-media.show-all" = "Alle zeigen";
"preferences.expand-media.show-all" = "Alle anzeigen";
"preferences.expand-media.hide-all" = "Alle ausblenden";
"preferences.reading-expand-spoilers" = "Inhaltswarnungen immer erweitern";
"preferences.reading-expand-spoilers" = "Inhalt trotz Warnung immer anzeigen";
"preferences.filters" = "Filter";
"preferences.links.open-in-default-browser" = "Links im Standardbrowser öffnen";
"preferences.links.use-universal-links" = "Links in anderen Apps öffnen, wenn verfügbar";
"preferences.notification-types" = "Benachrichtigungsarten";
"preferences.notification-types.follow" = "Folgen";
"preferences.notification-types.favourite" = "Favoriten";
"preferences.notification-types.follow-request" = "Anfrage zum Folgen";
"preferences.notification-types.follow-request" = "Folgeanfrage";
"preferences.notification-types.reblog" = "Antwort";
"preferences.notification-types.mention" = "Erwähnung";
"preferences.notification-types.poll" = "Umfrage";
"preferences.notification-types.status" = "Abonnement";
"preferences.notifications" = "Benachrichtigung";
"preferences.notifications" = "Benachrichtigungen";
"preferences.notifications.include-account-name" = "Mit Accountnamen";
"preferences.notifications.include-pictures" = "Mit Bildern";
"preferences.notifications.sounds" = "Töne";
"preferences.muted-users" = "Stumme Nutzer";
"preferences.muted-users" = "Stummgeschaltete Accounts";
"preferences.home-timeline-position-on-startup" = "Position der eigenen Zeitleiste beim Start";
"preferences.notifications-position-on-startup" = "Position der Benachrichtigungen beim Start";
"preferences.position.remember-position" = "Position merken";
"preferences.position.newest" = "Lade neuste";
"preferences.require-double-tap-to-reblog" = "Doppelklick zum antworten";
"preferences.require-double-tap-to-favorite" = "Doppelklick zum favorisieren";
"preferences.show-reblog-and-favorite-counts" = "Zeige Boosts und Favoriten";
"preferences.position.newest" = "Neueste laden";
"preferences.require-double-tap-to-reblog" = "Doppelklick zum Antworten";
"preferences.require-double-tap-to-favorite" = "Doppelklick zum Favorisieren";
"preferences.show-reblog-and-favorite-counts" = "Boosts und Favoriten anzeigen";
"preferences.status-word" = "Statuswort";
"filters.active" = "Aktiv";
"filters.expired" = "Abgelaufen";
"filter.add-new" = "Neuer Filter";
"filter.edit" = "Filter bearbeiten";
"filter.keyword-or-phrase" = "Schlüsselwort oder Phrase";
"filter.keyword-or-phrase" = "Wort oder Formulierung";
"filter.never-expires" = "Läuft nie ab";
"filter.expire-after" = "Läuft ab nach";
"filter.contexts" = "Filterkontext";
"filter.irreversible" = "Fallenlassen statt verstecken";
"filter.irreversible-explanation" = "Gefilterte Beiträge verschwinden unwiderruflich, auch wenn der Filter später entfernt wird";
"filter.whole-word" = "Ganzes Wort";
"filter.whole-word-explanation" = "Wenn das Schlüsselwort oder die Phrase nur alphanumerisch ist, wird es/sie nur angewendet, wenn es/sie mit dem ganzen Wort übereinstimmt";
"filter.irreversible" = "Entfernen statt verstecken";
"filter.irreversible-explanation" = "Gefilterte Beiträge verschwinden unwiderruflich, auch wenn der Filter später gelöscht wird";
"filter.whole-word" = "Genaue Übereinstimmung";
"filter.whole-word-explanation" = "Wenn das Wort oder die Formulierung nur aus Zahlen und Buchstaben besteht, wird der Filter nur angewendet, wenn er genau damit übereinstimmt";
"filter.save-changes" = "Änderungen speichern";
"filter.context.home" = "Home Zeitleiste";
"filter.context.home" = "Eigene Zeitleiste";
"filter.context.notifications" = "Benachrichtigungen";
"filter.context.public" = "Öffentliche Zeitleiste";
"filter.context.thread" = "Konversationen";
"filter.context.account" = "Profile";
"filter.context.unknown" = "Unbekannter Inhalt";
"more-results.accounts" = "Mehr Leute";
"more-results.accounts" = "Mehr Personen";
"more-results.statuses.post" = "Mehr Posts";
"more-results.statuses.toot" = "Mehr Toots";
"more-results.tags" = "Mehr Hashtags";
"notifications" = "Benachrichtungen";
"notifications.reblogged-your-status-%@" = "%@ boosteten Ihren Beitrag";
"notifications.favourited-your-status-%@" = "%@ favorisierten ihren Beitrag";
"notifications.followed-you-%@" = "%@ folgten ihnen";
"notifications.poll-ended" = "Eine Umfrage, an der Sie teilgenommen haben, wurde beendet";
"notifications.your-poll-ended" = "Ihre Umfrage ist beendet";
"notifications.reblogged-your-status-%@" = "%@ hat deinen Beitrag geboosted";
"notifications.favourited-your-status-%@" = "%@ hat deinen Beitrag favorisiert";
"notifications.followed-you-%@" = "%@ folgt dir jetzt";
"notifications.poll-ended" = "Eine Umfrage, an der du teilgenommen hast, wurde beendet";
"notifications.your-poll-ended" = "Deine Umfrage ist beendet";
"notifications.unknown-%@" = "Benachrichtigung von %@";
"remove" = "Entfernen";
"report" = "Melden";
"report.additional-comments" = "Zusätzliche Anmerkungen";
"report.hint" = "Der Bericht wird an die Moderatoren Ihres Servers gesendet. Sie können unten eine Erklärung angeben, warum Sie dieses Konto melden:";
"report.hint" = "Die Meldung wird an die Moderatorinnen und Moderatoren deines Servers gesendet. Du kannst hier einen Grund für deine Meldung angeben:";
"report.target-%@" = "%@ melden";
"report.forward.hint" = "Das Konto ist von einem anderen Server. Möchten Sie eine anonymisierte Kopie des Berichts auch dorthin senden?";
"report.forward-%@" = "Bericht weiterleiten an %@";
"report.select-additional.hint.post" = "Wählen Sie zusätzliche Beiträge zum Melden aus:";
"report.select-additional.hint.toot" = "Wählen Sie zusätzliche Toots zum Melden aus:";
"report.forward.hint" = "Der Account ist von einem anderen Server. Möchtest du eine anonymisierte Kopie deiner Meldung auch dorthin senden?";
"report.forward-%@" = "Meldung weiterleiten an %@";
"report.select-additional.hint.post" = "Weitere Beiträge zum Melden auswählen:";
"report.select-additional.hint.toot" = "Weitere Toots zum Melden auswählen:";
"search.scope.all" = "Alle";
"search.scope.accounts" = "Personen";
"search.scope.statuses.post" = "Beiträge";
@ -295,45 +301,45 @@
"send" = "Senden";
"share" = "Teilen";
"share-extension-error.no-account-found" = "Account nicht gefunden";
"status.accessibility.view-author-profile" = "Profil des Autors ansehen";
"status.accessibility.view-reblogger-profile" = "Profil von Booster ansehen";
"status.accessibility.part-of-a-thread" = "Teil eines Threads";
"status.accessibility.view-author-profile" = "Profil der Autorin bwz. des Autors ansehen";
"status.accessibility.view-reblogger-profile" = "Profil der Boosterin bzw. des Boosters ansehen";
"status.accessibility.part-of-a-thread" = "Teil einer Konversation";
"status.bookmark" = "Lesezeichen";
"status.content-warning-abbreviation" = "IW";
"status.content-warning.accessibility" = "Inhaltswarnung";
"status.delete" = "Löschen";
"status.delete.confirm.post" = "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?";
"status.delete.confirm.toot" = "Sind Sie sicher, dass Sie diesen Toot löschen möchten?";
"status.delete.confirm.post" = "Bist du sicher, dass du diesen Beitrag löschen möchtest?";
"status.delete.confirm.toot" = "Bist du sicher, dass du diesen Toot löschen möchtest?";
"status.delete-and-redraft" = "Löschen & neu verfassen";
"status.delete-and-redraft.confirm.post" = "Sind Sie sicher, dass Sie diesen Beitrag löschen und neu verfassen möchten? Favoriten und Boosts gehen verloren, und Antworten auf den ursprünglichen Beitrag werden verwaist sein.";
"status.delete-and-redraft.confirm.toot" = "Sind Sie sicher, dass Sie diesen Toot löschen und neu verfassen möchten? Favoriten und Boosts gehen dabei verloren, und Antworten auf den ursprünglichen Toot werden verwaist sein.";
"status.mute" = "Konversation stumm schalten";
"status.delete-and-redraft.confirm.post" = "Bist du sicher, dass du diesen Beitrag löschen und neu verfassen möchtest? Favoriten und Boosts gehen dabei verloren, und Antworten auf den ursprünglichen Beitrag verlieren den Zusammenhang.";
"status.delete-and-redraft.confirm.toot" = "Bist du sicher, dass du diesen Toot löschen und neu verfassen möchtest? Favoriten und Boosts gehen dabei verloren, und Antworten auf den ursprünglichen Beitrag verlieren den Zusammenhang.";
"status.mute" = "Konversation stummschalten";
"status.new-items.post" = "Neue Beiträge";
"status.new-items.toot" = "Neue Toots";
"status.pin" = "In Profil anpinnen";
"status.pin" = "Am Profil anpinnen";
"status.pinned.post" = "Gepinnter Post";
"status.pinned.toot" = "Gepinnter Toot";
"status.poll.accessibility-label" = "Umfrage";
"status.poll.option-%ld" = "Option %ld";
"status.poll.vote" = "Wählen";
"status.poll.time-left-%@" = "%@ übrig";
"status.poll.refresh" = "Neuladen";
"status.poll.refresh" = "Aktualisieren";
"status.poll.closed" = "Geschlossen";
"status.reblogged-by-%@" = "%@ geboostet";
"status.reblogged-by-%@" = "%@ hat geboostet";
"status.reply-button.accessibility-label" = "Antworten";
"status.reblog-button.accessibility-label" = "Boosten";
"status.reblog-button.undo.accessibility-label" = "Unboost";
"status.reblog-button.undo.accessibility-label" = "Nicht mehr boosten";
"status.favorite-button.accessibility-label" = "Favorisieren";
"status.favorite-button.undo.accessibility-label" = "Entfavorisieren";
"status.show-more" = "Zeige mehr";
"status.show-more-all-button.accessibilty-label" = "Zeige mehr für alle";
"status.show-less" = "Weniger zeigen";
"status.show-less-all-button.accessibilty-label" = "Weniger für alle zeigen";
"status.show-thread" = "Zeige Konversation";
"status.spoiler-text-placeholder" = "Schreiben Sie hier Ihre Warnung";
"status.favorite-button.undo.accessibility-label" = "Nicht mehr favorisieren";
"status.show-more" = "Mehr anzeigen";
"status.show-more-all-button.accessibilty-label" = "Mehr für alle anzeigen";
"status.show-less" = "Weniger anzeigen";
"status.show-less-all-button.accessibilty-label" = "Weniger für alle anzeigen";
"status.show-thread" = "Konversation anzeigen";
"status.spoiler-text-placeholder" = "Schreibe hier deine Warnung";
"status.unbookmark" = "Lesezeichen entfernen";
"status.unmute" = "Konversation nicht mehr stummschalten";
"status.unpin" = "Pin von Profil entfernen";
"status.unpin" = "Nicht mehr anpinnen";
"status.visibility.public" = "Öffentlich";
"status.visibility.unlisted" = "Ungelistet";
"status.visibility.private" = "Nur Folgende";
@ -341,10 +347,10 @@
"status.visibility.public.description" = "Sichtbar für alle, in öffentlichen Zeitleisten enthalten";
"status.visibility.unlisted.description" = "Sichtbar für alle, aber nicht in öffentlichen Zeitleisten enthalten";
"status.visibility.private.description" = "Nur für Folgende sichtbar";
"status.visibility.direct.description" = "Nur für erwähnte Nutzer sichtbar";
"status.visibility.direct.description" = "Nur für erwähnte Accounts sichtbar";
"tag.accessibility-recent-uses-%ld" = "%ld jüngste Verwendungen";
"tag.accessibility-hint.post" = "Zeige mit Trend verbundene Beiträge";
"tag.accessibility-hint.toot" = "Zeige mit Trend verbundene Toots";
"tag.accessibility-hint.post" = "Beiträge passend zum Trend anzeigen";
"tag.accessibility-hint.toot" = "Toots passend zum Trend anzeigen";
"tag.per-week-%ld" = "%ld pro Woche";
"timelines.home" = "Startseite";
"timelines.local" = "Lokal";

View File

@ -13,7 +13,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Person sprechen drüber</string>
<string>%ld Personen sprechen darüber</string>
<key>other</key>
<string>%ld Personen sprechen drüber</string>
</dict>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Σχετικά";
"about.acknowledgments" = "Ευχαριστίες";
"about.made-by-metabolist" = "Δημιουργήθηκε από τον Metabolist";
"about.official-account" = "Επίσημος Λογαριασμός";
"about.rate-the-app" = "Βαθμολόγησε την εφαρμογή";
"about.source-code-and-issue-tracker" = "Πηγαίος Κώδικας & Παρακολούθηση Προβλημάτων";
"about.translations" = "Μεταφράσεις";
"about.website" = "Ιστότοπος";
"accessibility.activate-link-%@" = "Σύνδεσμος: %@";
"accessibility.copy-text" = "Αντιγραφή κειμένου";
"account.%@-followers" = "Ακόλουθοι του %@";
"account.accept-follow-request-button.accessibility-label" = "Αποδοχή αιτήματος ακολούθου";
"account.add-remove-lists" = "Προσθήκη/αφαίρεση από λίστες";
"account.avatar.accessibility-label-%@" = "Φωτογραφία προφίλ: %@";
"account.block" = "Αποκλεισμός";
"account.block-and-report" = "Αποκλεισμός & αναφορά";
"account.block.confirm-%@" = "Αποκλεισμός %@;";
"account.blocked" = "Αποκλεισμένος";
"account.direct-message" = "Προσωπικό μήνυμα";
"account.domain-block-%@" = "Αποκλεισμός domain %@";
"account.domain-block.confirm-%@" = "Αποκλεισμός domain %@;";
"account.domain-unblock-%@" = "Άρση αποκλεισμού domain %@";
"account.domain-unblock.confirm-%@" = "Άρση αποκλεισμού domain %@;";
"account.field.verified-%@" = "Επαληθευμένος %@";
"account.follow" = "Ακολούθησε";
"account.following" = "Ακολουθεί";
"account.following-count-%ld" = "%ld Ακολουθεί";
"account.followed-by-%@" = "Ακολουθείται από %@";
"account.follows-you" = "Σε ακολουθεί";
"account.header.accessibility-label-%@" = "Εικόνα κεφαλίδας: %@";
"account.hide-reblogs" = "Απόκρυψη boosts";
"account.hide-reblogs.confirm-%@" = "Απόκρυψη των boosts από %@;";
"account.joined-%@" = "Έγινε μέλος %@";
"account.locked.accessibility-label" = "Κλειδωμένος λογαριασμός";
"account.mute" = "Σίγαση";
"account.mute.indefinite" = "Επ᾽ αόριστον";
"account.mute.confirm-%@" = "Είσαι βέβαιος ότι θέλεις να κάνεις σίγαση τον %@;";
"account.mute.confirm.explanation" = "Αυτό θα κρύψει δημοσιεύσεις από αυτούς και δημοσιεύσεις που τους αναφέρουν, αλλά θα εξακολουθούν να μπορούν να βλέπουν τις δημοσιεύσεις σου και να σε ακολουθούν.";
"account.mute.confirm.hide-notifications" = "Απόκρυψη ειδοποιήσεων από αυτόν τον χρήστη;";
"account.mute.confirm.duration" = "Διάρκεια";
"account.mute.target-%@" = "Σίγαση %@";
"account.muted" = "Σε σίγαση";
"account.notify" = "Ενεργοποίηση ειδοποιήσεων";
"account.reject-follow-request-button.accessibility-label" = "Απόρριψη αιτήματος ακολούθου";
"account.request" = "Αίτημα";
"account.request.cancel" = "Ακύρωση αιτήματος ακολούθου";
"account.statuses.post" = "Δημοσιεύσεις";
"account.statuses.toot" = "Toots";
"account.statuses-and-replies.post" = "Δημοσιεύσεις & Απαντήσεις";
"account.statuses-and-replies.toot" = "Toots & Απαντήσεις";
"account.media" = "Πολυμέσα";
"account.show-reblogs" = "Προβολή των boosts";
"account.show-reblogs.confirm-%@" = "Προβολή των boosts από %@;";
"account.unavailable" = "Μη διαθέσιμο προφίλ";
"account.unblock" = "Άρση αποκλεισμού";
"account.unblock.confirm-%@" = "Άρση αποκλεισμού %@;";
"account.unfollow.confirm-%@" = "Σταμάτα να ακολουθείς τον %@;";
"account.unmute" = "Άρση σίγασης";
"account.unmute.confirm-%@" = "Άρση σίγασης %@;";
"account.unnotify" = "Απενεργοποίηση ειδοποιήσεων";
"activity.open-in-default-browser" = "Άνοιγμα στο προεπιλεγμένο πρόγραμμα περιήγησης";
"add" = "Προσθήκη";
"announcement.insert-emoji" = "Εισαγωγή emoji";
"api-error.unable-to-fetch-remote-status" = "Δεν είναι δυνατή η λήψη της απομακρυσμένης κατάστασης";
"apns-default-message" = "Νέα ειδοποίηση";
"app-icon.brutalist" = "Brutalist";
"app-icon.rainbow-brutalist" = "Brutalist ουράνιο τόξο";
"app-icon.classic" = "Κλασικό";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Ουράνιο τόξο";
"add-identity.get-started" = "Ξεκίνα";
"add-identity.instance-url" = "Διεύθυνση URL διακομιστή";
"add-identity.log-in" = "Σύνδεση";
"add-identity.browse" = "Περιήγηση";
"add-identity.instance-not-supported" = "Για την παροχή μιας ασφαλούς εμπειρίας σε όλους τους χρήστες και τη συμμόρφωση με τους κανονισμούς του App Store, αυτός ο διακομιστής δεν υποστηρίζεται.";
"add-identity.join" = "Εγγραφή";
"add-identity.prompt" = "Συμπλήρωσε τη διεύθυνση URL του διακομιστή του Mastodon στον οποία θέλεις να συνδεθείς:";
"add-identity.request-invite" = "Αίτηση μιας πρόσκλησης";
"add-identity.unable-to-connect-to-instance" = "Δεν είναι δυνατή η σύνδεση με τον διακομιστή";
"add-identity.welcome" = "Καλώς ήλθες στο Metatext";
"add-identity.what-is-mastodon" = "Τι είναι το Mastodon;";
"attachment.edit.description" = "Περιγραφή για άτομα με προβλήματα όρασης";
"attachment.edit.description.audio" = "Περιγραφή για άτομα με προβλήματα ακοής";
"attachment.edit.description.video" = "Περιγραφή για άτομα με προβλήματα ακοής ή όρασης";
"attachment.edit.detect-text-from-picture" = "Αναγνώριση κειμένου από την εικόνα";
"attachment.edit.title" = "Επεξεργασία πολυμέσων";
"attachment.edit.thumbnail.prompt" = "Σύρε τον κύκλο στην προεπισκόπηση για να επιλέξεις το σημείο εστίασης που θα είναι πάντα ορατό σε όλες τις μικρογραφίες";
"attachment.sensitive-content" = "Ευαίσθητο περιεχόμενο";
"attachment.media-hidden" = "Κρυμμένα πολυμέσα";
"attachment.type.image" = "Εικόνα";
"attachment.type.audio" = "Αρχείο ήχου";
"attachment.type.video" = "Βίντεο";
"attachment.type.unknown" = "Συνημμένο";
"attachment.unable-to-export-media" = "Δεν είναι δυνατή η εξαγωγή πολυμέσων";
"bookmarks" = "Σελιδοδείκτες";
"card.link.accessibility-label" = "Σύνδεσμος";
"camera-access.title" = "Απαιτείται πρόσβαση στην κάμερα";
"camera-access.description" = "Άνοιξε τις ρυθμίσεις συστήματος για να επιτρέψεις την πρόσβαση στην κάμερα";
"camera-access.open-system-settings" = "Άνοιγμα ρυθμίσεων συστήματος";
"cancel" = "Ακύρωση";
"compose.add-button-accessibility-label.post" = "Προσθήκη άλλης δημοσίευσης";
"compose.add-button-accessibility-label.toot" = "Προσθήκη άλλου toot";
"compose.attachment.cancel-upload.accessibility-label" = "Ακύρωση μεταφόρτωσης συνημμένου";
"compose.attachment.edit" = "Επεξεργασία συνημμένου";
"compose.attachment.remove" = "Αφαίρεση συνημμένου";
"compose.attachment.uncaptioned" = "Χωρίς λεζάντες";
"compose.attachment.uploading" = "Γίνεται μεταφόρτωση";
"compose.attachments-button.accessibility-label" = "Προσθήκη συνημμένου";
"compose.attachments-will-be-discarded" = "Τα συνημμένα θα απορρίπτονται στην αλλαγή λογαριασμών";
"compose.browse" = "Περιήγηση";
"compose.characters-remaining-accessibility-label-%ld" = "%ld χαρακτήρες απομένουν";
"compose.change-identity-button.accessibility-hint" = "Πάτησε για δημοσίευση με διαφορετικό λογαριασμό";
"compose.content-warning-button.add" = "Προσθήκη προειδοποίησης περιεχομένου";
"compose.content-warning-button.remove" = "Αφαίρεση προειδοποίησης περιεχομένου";
"compose.emoji-button" = "Επιλογέας emoji";
"compose.mark-media-sensitive" = "Σήμανση πολυμέσων ως ευαίσθητα";
"compose.photo-library" = "Βιβλιοθήκη Φωτογραφιών";
"compose.poll.accessibility.multiple-choices-allowed" = "Επιτρέπονται πολλαπλές επιλογές";
"compose.poll.add-choice" = "Προσθήκη επιλογής";
"compose.poll.allow-multiple-choices" = "Να επιτρέπονται πολλαπλές επιλογές";
"compose.poll-button.accessibility-label" = "Προσθήκη δημοσκόπησης";
"compose.prompt" = "Τι έχεις στο μυαλό σου;";
"compose.take-photo-or-video" = "Λήψη Φωτογραφίας ή Βίντεο";
"compose.visibility-button.accessibility-label-%@" = "Ιδιωτικότητα: %@";
"compose-button.accessibility-label.post" = "Σύνταξη Δημοσίευσης";
"compose-button.accessibility-label.toot" = "Σύνταξη Toot";
"conversation.unread" = "Μη αναγνωσμένα";
"dismiss" = "Απόρριψη";
"emoji.custom" = "Προσαρμοσμένο";
"emoji.default-skin-tone" = "Προεπιλεγμένος τόνος δέρματος";
"emoji.default-skin-tone-button.accessibility-label" = "Επιλογή προεπιλεγμένου τόνου δέρματος";
"emoji.frequently-used" = "Χρησιμοποιούνται συχνά";
"emoji.search" = "Αναζήτηση Emoji";
"emoji.system-group.smileys-and-emotion" = "Φατσούλες & Συναίσθημα";
"emoji.system-group.people-and-body" = "Άτομα & Σώμα";
"emoji.system-group.components" = "Στοιχεία";
"emoji.system-group.animals-and-nature" = "Ζώα & Φύση";
"emoji.system-group.food-and-drink" = "Φαγητό & Ποτό";
"emoji.system-group.travel-and-places" = "Ταξίδια & Τοποθεσίες";
"emoji.system-group.activites" = "Δραστηριότητες";
"emoji.system-group.objects" = "Αντικείμενα";
"emoji.system-group.symbols" = "Σύμβολα";
"emoji.system-group.flags" = "Σημαίες";
"explore.trending" = "Τάσεις Τώρα";
"explore.instance" = "Διακομιστής";
"explore.profile-directory" = "Κατάλογος Προφίλ";
"error" = "Σφάλμα";
"favorites" = "Αγαπημένα";
"follow-requests" = "Αιτήματα Ακολούθων";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Παρακαλούμε εξετάστε τους Όρους Χρήσης και την Πολιτική Απορρήτου του %@ για να συνεχίσετε";
"registration.username" = "Όνομα χρήστη";
"registration.email" = "Email";
"registration.password" = "Κωδικός πρόσβασης";
"registration.password-confirmation" = "Επιβεβαίωση κωδικού πρόσβασης";
"registration.reason-%@" = "Γιατί θέλεις να συμμετέχεις στο %@;";
"registration.server-rules" = "Κανόνες διακομιστή";
"registration.terms-of-service" = "Όροι παροχής υπηρεσιών";
"registration.agree-to-server-rules-and-terms-of-service" = "Συμφωνώ με τους κανόνες και τους όρους παροχής υπηρεσιών του διακομιστή";
"registration.password-confirmation-mismatch" = "Ο κωδικός πρόσβασης και η επιβεβαίωση κωδικού πρόσβασης δεν ταιριάζουν";
"secondary-navigation.about" = "Σχετικά με την Εφαρμογή";
"secondary-navigation.account-settings" = "Ρυθμίσεις Λογαριασμού";
"secondary-navigation.accounts" = "Λογαριασμοί";
"secondary-navigation.edit-profile" = "Επεξεργασία προφίλ";
"secondary-navigation.lists" = "Λίστες";
"secondary-navigation.my-profile" = "Το Προφίλ μου";
"secondary-navigation.preferences" = "Προτιμήσεις";
"secondary-navigation-button.accessibility-title" = "Μενού Λογαριασμού";
"http-error.non-http-response" = "Σφάλμα HTTP: Μη HTTP απάντηση";
"http-error.status-code-%ld" = "Σφάλμα HTTP: %ld";
"identities.accounts" = "Λογαριασμοί";
"identities.browsing" = "Περιήγηση";
"identities.log-out" = "Αποσύνδεση";
"identities.pending" = "Εκκρεμεί";
"image-error.unable-to-load" = "Δεν είναι δυνατή η φόρτωση της εικόνας";
"lists.new-list-title" = "Τίτλος Νέας Λίστας";
"load-more" = "Φόρτωση Περισσότερων";
"load-more.above.accessibility.post" = "Φόρτωση από δημοσίευση παραπάνω";
"load-more.above.accessibility.toot" = "Φόρτωση από toot παραπάνω";
"load-more.below.accessibility.post" = "Φόρτωση από δημοσίευση παρακάτω";
"load-more.below.accessibility.toot" = "Φόρτωση από toot παρακάτω";
"main-navigation.announcements" = "Ανακοινώσεις";
"main-navigation.timelines" = "Ροές";
"main-navigation.explore" = "Εξερεύνηση";
"main-navigation.notifications" = "Ειδοποιήσεις";
"main-navigation.conversations" = "Μηνύματα";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Εμφάνιση προφίλ";
"notification.signed-in-as-%@" = "Συνδεδεμένος ως %@";
"notification.new-items" = "Νέες ειδοποιήσεις";
"notification.poll" = "Μια δημοσκόπηση στην οποία ψήφισες έχει λήξει";
"notification.poll.own" = "Η δημοσκόπησή σου έχει λήξει";
"notification.poll.unknown" = "Μια δημοσκόπηση έχει λήξει";
"notification.status-%@" = "%@ μόλις δημοσίευσε";
"notifications.all" = "Όλα";
"notifications.mentions" = "Αναφορές";
"ok" = "Εντάξει";
"pending.pending-confirmation" = "Ο λογαριασμός σας εκκρεμεί επιβεβαίωση";
"post" = "Δημοσίευση";
"preferences" = "Προτιμήσεις";
"preferences.app" = "Προτιμήσεις Εφαρμογής";
"preferences.app-icon" = "Εικονίδιο Εφαρμογής";
"preferences.app.color-scheme" = "Εμφάνιση";
"preferences.app.color-scheme.dark" = "Σκουρόχρωμο";
"preferences.app.color-scheme.light" = "Ανοιχτόχρωμο";
"preferences.app.color-scheme.system" = "Σύστημα";
"preferences.blocked-domains" = "Αποκλεισμένα Domains";
"preferences.blocked-users" = "Αποκλεισμένοι Χρήστες";
"preferences.media" = "Πολυμέσα";
"preferences.media.avatars" = "Φωτογραφίες προφίλ";
"preferences.media.avatars.animate" = "Κινούμενες φωτογραφίες προφίλ";
"preferences.media.avatars.animate.everywhere" = "Παντού";
"preferences.media.avatars.animate.profiles" = "Στα προφίλ";
"preferences.media.avatars.animate.never" = "Ποτέ";
"preferences.media.custom-emojis.animate" = "Κίνηση προσαρμοσμένων emoji";
"preferences.media.headers.animate" = "Κίνηση κεφαλίδων προφίλ";
"preferences.media.autoplay" = "Αυτόματη αναπαραγωγή";
"preferences.media.autoplay.gifs" = "Αυτόματη αναπαραγωγή των GIFs";
"preferences.media.autoplay.videos" = "Αυτόματη αναπαραγωγή των βίντεο";
"preferences.media.autoplay.always" = "Πάντα";
"preferences.media.autoplay.wifi" = "Στο Wi-Fi";
"preferences.media.autoplay.never" = "Ποτέ";
"preferences.use-preferences-from-server" = "Χρήση προτιμήσεων από τον διακομιστή";
"preferences.posting-default-visiblility" = "Προεπιλεγμένη ορατότητα";
"preferences.posting-default-sensitive" = "Επισήμανση περιεχομένου ως ευαίσθητο από προεπιλογή";
"preferences.reading-expand-media" = "Επέκταση πολυμέσων";
"preferences.expand-media.default" = "Απόκρυψη ευαίσθητων";
"preferences.expand-media.show-all" = "Προβολή όλων";
"preferences.expand-media.hide-all" = "Aπόκρυψη όλων";
"preferences.reading-expand-spoilers" = "Να γίνεται πάντα επέκταση των προειδοποιήσεω περιεχομένου";
"preferences.filters" = "Φίλτρα";
"preferences.links.open-in-default-browser" = "Άνοιγμα συνδέσμων στο προεπιλεγμένο πρόγραμμα περιήγησης";
"preferences.links.use-universal-links" = "Άνοιγμα συνδέσμων σε άλλες εφαρμογές όταν είναι διαθέσιμες";
"preferences.notification-types" = "Είδη Ειδοποιήσεων";
"preferences.notification-types.follow" = "Ακολούθησε";
"preferences.notification-types.favourite" = "Αγαπημένο";
"preferences.notification-types.follow-request" = "Αιτήματα Ακολούθου";
"preferences.notification-types.reblog" = "Αναδημοσίευση";
"preferences.notification-types.mention" = "Αναφορά";
"preferences.notification-types.poll" = "Δημοσκόπηση";
"preferences.notification-types.status" = "Συνδρομή";
"preferences.notifications" = "Ειδοποιήσεις";
"preferences.notifications.include-account-name" = "Συμπερίληψη ονόματος λογαριασμού";
"preferences.notifications.include-pictures" = "Συμπερίληψη εικόνων";
"preferences.notifications.sounds" = "Ήχοι";
"preferences.muted-users" = "Χρήστες σε Σίγαση";
"preferences.home-timeline-position-on-startup" = "Αρχική θέση ροής κατά την εκκίνηση";
"preferences.notifications-position-on-startup" = "Θέση ειδοποιήσεων κατά την εκκίνηση";
"preferences.position.remember-position" = "Απομνημόνευση θέσης";
"preferences.position.newest" = "Φόρτωση νεότερου";
"preferences.require-double-tap-to-reblog" = "Να απαιτείται διπλό πάτημα για αναδημοσίευση";
"preferences.require-double-tap-to-favorite" = "Να απαιτείται διπλό πάτημα για προσθήκη στα αγαπημένα";
"preferences.show-reblog-and-favorite-counts" = "Εμφάνιση μετρήσεων των boosts και αγαπημένων";
"preferences.status-word" = "Λέξη κατάστασης";
"filters.active" = "Ενεργό";
"filters.expired" = "Έληξε";
"filter.add-new" = "Προσθήκη Νέου Φίλτρου";
"filter.edit" = "Επεξεργασία Φίλτρου";
"filter.keyword-or-phrase" = "Λέξη-κλειδί ή φράση";
"filter.never-expires" = "Δε λήγει ποτέ";
"filter.expire-after" = "Λήξη μετά από";
"filter.contexts" = "Φιλτράρισμα πλαισίων";
"filter.irreversible" = "Πέταμα αντί για απόκρυψη";
"filter.irreversible-explanation" = "Οι φιλτραρισμένες καταστάσεις θα εξαφανιστούν αμετάκλητα, ακόμα και αν το φίλτρο αφαιρεθεί αργότερα";
"filter.whole-word" = "Ολόκληρη λέξη";
"filter.whole-word-explanation" = "Όταν η λέξη-κλειδί ή η φράση είναι μόνο αλφαριθμητική, θα εφαρμοστεί μόνο αν ταιριάζει με ολόκληρη τη λέξη";
"filter.save-changes" = "Αποθήκευση Αλλαγών";
"filter.context.home" = "Αρχική ροή";
"filter.context.notifications" = "Ειδοποιήσεις";
"filter.context.public" = "Δημόσιες ροές";
"filter.context.thread" = "Συνομιλίες";
"filter.context.account" = "Προφίλ";
"filter.context.unknown" = "Άγνωστο πλαίσιο";
"more-results.accounts" = "Περισσότερα άτομα";
"more-results.statuses.post" = "Περισσότερες δημοσιεύσεις";
"more-results.statuses.toot" = "Περισσότερα toots";
"more-results.tags" = "Περισσότερα hashtags";
"notifications" = "Ειδοποιήσεις";
"notifications.reblogged-your-status-%@" = "%@ έκανε boost την κατάστασή σου";
"notifications.favourited-your-status-%@" = "%@ πρόσθεσε την κατάστασή σου στα αγαπημένα";
"notifications.followed-you-%@" = "%@ σε ακολούθησε";
"notifications.poll-ended" = "Μια δημοσκόπηση στην οποία ψήφισες έχει λήξει";
"notifications.your-poll-ended" = "Η δημοσκόπησή σου έχει λήξει";
"notifications.unknown-%@" = "Ειδοποίηση από %@";
"remove" = "Αφαίρεση";
"report" = "Αναφορά";
"report.additional-comments" = "Επιπρόσθετα σχόλια";
"report.hint" = "Η αναφορά θα σταλεί στους συντονιστές του διακομιστή σου. Μπορείς να παρέχεις μια επεξήγηση για τον λόγο που αναφέρεις αυτόν τον λογαριασμό παρακάτω:";
"report.target-%@" = "Αναφορά %@";
"report.forward.hint" = "Ο λογαριασμός είναι από άλλον διακομιστή. Να γίνει αποστολή ενός ανώνυμου αντιγράφου της αναφοράς και εκεί;";
"report.forward-%@" = "Προώθηση αναφοράς σε %@";
"report.select-additional.hint.post" = "Επιλέξτε επιπλέον δημοσιεύσεις για να αναφέρετε:";
"report.select-additional.hint.toot" = "Επιλέξτε επιπλέον toots για να αναφέρετε:";
"search.scope.all" = "Όλα";
"search.scope.accounts" = "Άτομα";
"search.scope.statuses.post" = "Δημοσιεύσεις";
"search.scope.statuses.toot" = "Toots";
"search.scope.tags" = "Hashtags";
"selected" = "Επιλεγμένο";
"send" = "Αποστολή";
"share" = "Κοινοποίηση";
"share-extension-error.no-account-found" = "Δε βρέθηκε λογαριασμός";
"status.accessibility.view-author-profile" = "Προβολή προφίλ συγγραφέα";
"status.accessibility.view-reblogger-profile" = "Προβολή προφίλ του booster";
"status.accessibility.part-of-a-thread" = "Μέρος ενός νήματος";
"status.bookmark" = "Προσθήκη στους σελιδοδείκτες";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "Προειδοποίηση περιεχομένου";
"status.delete" = "Διαγραφή";
"status.delete.confirm.post" = "Είσαι βέβαιος ότι θέλεις να διαγράψεις αυτή τη δημοσίευση;";
"status.delete.confirm.toot" = "Είσαι βέβαιος ότι θέλεις να διαγράψεις αυτό το toot;";
"status.delete-and-redraft" = "Διαγραφή & επανασύνταξη";
"status.delete-and-redraft.confirm.post" = "Είσαι βέβαιος ότι θέλεις να διαγράψεις αυτή τη δημοσίευση και να την επανασυντάξεις; Τα αγαπημένα και τα boosts θα χαθούν, και οι απαντήσεις στην αρχική δημοσίευση θα μείνουν ορφανές.";
"status.delete-and-redraft.confirm.toot" = "Είσαι βέβαιος ότι θέλεις να διαγράψεις αυτή τη δημοσίευση και να την επανασυντάξεις; Τα αγαπημένα και τα boosts θα χαθούν, και οι απαντήσεις στην αρχική δημοσίευση θα μείνουν ορφανές.";
"status.mute" = "Σίγαση συνομιλίας";
"status.new-items.post" = "Νέες δημοσιεύσεις";
"status.new-items.toot" = "Νέα toots";
"status.pin" = "Καρφίτσωμα στο προφίλ";
"status.pinned.post" = "Καρφιτσωμένη δημοσίευση";
"status.pinned.toot" = "Καρφιτσωμένο toot";
"status.poll.accessibility-label" = "Δημοσκόπηση";
"status.poll.option-%ld" = "Επιλογή %ld";
"status.poll.vote" = "Ψήφισε";
"status.poll.time-left-%@" = "%@ απομένουν";
"status.poll.refresh" = "Ανανέωση";
"status.poll.closed" = "Κλειστή";
"status.reblogged-by-%@" = "%@ έκανε boost";
"status.reply-button.accessibility-label" = "Απάντηση";
"status.reblog-button.accessibility-label" = "Boost";
"status.reblog-button.undo.accessibility-label" = "Άρση Boost";
"status.favorite-button.accessibility-label" = "Προσθήκη στα αγαπημένα";
"status.favorite-button.undo.accessibility-label" = "Αφαίρεση από αγαπημένα";
"status.show-more" = "Εμφάνιση Περισσότερων";
"status.show-more-all-button.accessibilty-label" = "Εμφάνιση περισσότερων για όλα";
"status.show-less" = "Εμφάνιση Λιγότερων";
"status.show-less-all-button.accessibilty-label" = "Εμφάνιση λιγότερων για όλα";
"status.show-thread" = "Εμφάνιση νήματος";
"status.spoiler-text-placeholder" = "Γράψε την προειδοποίησή σου εδώ";
"status.unbookmark" = "Αφαίρεση σελιδοδείκτη";
"status.unmute" = "Αναίρεση σίγασης συνομιλίας";
"status.unpin" = "Ξεκαρφίτσωμα από το προφίλ";
"status.visibility.public" = "Δημόσιο";
"status.visibility.unlisted" = "Μη καταχωρημένο";
"status.visibility.private" = "Μόνο ακόλουθοι";
"status.visibility.direct" = "Απευθείας";
"status.visibility.public.description" = "Ορατό για όλους, εμφανίζεται σε δημόσιες ροές";
"status.visibility.unlisted.description" = "Ορατό για όλους, αλλά όχι σε δημόσιες ροές";
"status.visibility.private.description" = "Ορατό μόνο για τους ακολούθους";
"status.visibility.direct.description" = "Ορατό μόνο για αναφερόμενους χρήστες";
"tag.accessibility-recent-uses-%ld" = "%ld πρόσφατες χρήσεις";
"tag.accessibility-hint.post" = "Προβολή δημοσιεύσεων που σχετίζονται με την τάση";
"tag.accessibility-hint.toot" = "Προβολή toots που σχετίζονται με την τάση";
"tag.per-week-%ld" = "%ld ανά εβδομάδα";
"timelines.home" = "Αρχική";
"timelines.local" = "Τοπικό";
"timelines.federated" = "Ομοσπονδιακό";
"toot" = "Toot";

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld άτομο μιλάει</string>
<key>other</key>
<string>%ld άτομα μιλούν</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld άτομο</string>
<key>other</key>
<string>%ld άτομα</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Boost</string>
<key>other</key>
<string>%ld Boosts</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Αγαπημένο</string>
<key>other</key>
<string>%ld Αγαπημένα</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Απάντηση</string>
<key>other</key>
<string>%ld Απαντήσεις</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Δημοσίευση</string>
<key>other</key>
<string>%ld Δημοσιεύσεις</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Toot</string>
<key>other</key>
<string>%ld Toots</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Ακόλουθος</string>
<key>other</key>
<string>%ld Ακόλουθοι</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld εικόνα</string>
<key>other</key>
<string>%ld εικόνες</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld αρχείο ήχου</string>
<key>other</key>
<string>%ld αρχεία ήχου</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld αρχείο βίντεο</string>
<key>other</key>
<string>%ld αρχεία βίντεο</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld συνημμένο</string>
<key>other</key>
<string>%ld συνημμένα</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -160,7 +160,9 @@
"registration.agree-to-server-rules-and-terms-of-service" = "I agree to the server rules and terms of service";
"registration.password-confirmation-mismatch" = "Password and password confirmation do not match";
"secondary-navigation.about" = "About This App";
"secondary-navigation.account-settings" = "Account Settings";
"secondary-navigation.accounts" = "Accounts";
"secondary-navigation.edit-profile" = "Edit Profile";
"secondary-navigation.lists" = "Lists";
"secondary-navigation.my-profile" = "My Profile";
"secondary-navigation.preferences" = "Preferences";
@ -199,6 +201,10 @@
"preferences" = "Preferences";
"preferences.app" = "App Preferences";
"preferences.app-icon" = "App Icon";
"preferences.app.color-scheme" = "Appearance";
"preferences.app.color-scheme.dark" = "Dark";
"preferences.app.color-scheme.light" = "Light";
"preferences.app.color-scheme.system" = "System";
"preferences.blocked-domains" = "Blocked Domains";
"preferences.blocked-users" = "Blocked Users";
"preferences.media" = "Media";

View File

@ -160,7 +160,9 @@
"registration.agree-to-server-rules-and-terms-of-service" = "Estoy de acuerdo con las reglas del servidor y los términos del servicio";
"registration.password-confirmation-mismatch" = "La contraseña no coincide con su confirmación";
"secondary-navigation.about" = "Acerca de esta aplicación";
"secondary-navigation.account-settings" = "Configuración de Cuenta";
"secondary-navigation.accounts" = "Cuentas";
"secondary-navigation.edit-profile" = "Editar perfil";
"secondary-navigation.lists" = "Listas";
"secondary-navigation.my-profile" = "Mi perfil";
"secondary-navigation.preferences" = "Ajustes";
@ -199,6 +201,10 @@
"preferences" = "Ajustes";
"preferences.app" = "Ajustes de la App";
"preferences.app-icon" = "Icono de la App";
"preferences.app.color-scheme" = "Appearance";
"preferences.app.color-scheme.dark" = "Dark";
"preferences.app.color-scheme.light" = "Light";
"preferences.app.color-scheme.system" = "System";
"preferences.blocked-domains" = "Dominios bloqueados";
"preferences.blocked-users" = "Usuarios bloqueados";
"preferences.media" = "Multimedia";
@ -243,8 +249,8 @@
"preferences.notifications-position-on-startup" = "Posición de las notificaciones al iniciar";
"preferences.position.remember-position" = "Recordar posición";
"preferences.position.newest" = "Cargar más reciente";
"preferences.require-double-tap-to-reblog" = "Doble toque para rebloguear";
"preferences.require-double-tap-to-favorite" = "Doble tap para añadir a favoritos";
"preferences.require-double-tap-to-reblog" = "Requerir doble toque para rebloguear";
"preferences.require-double-tap-to-favorite" = "Requerir doble toque para añadir a favoritos";
"preferences.show-reblog-and-favorite-counts" = "Mostrar boost y cuentas favoritas";
"preferences.status-word" = "Palabra de estado";
"filters.active" = "Activo";

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Honi buruz";
"about.acknowledgments" = "Aitorpena eta eskerrak";
"about.made-by-metabolist" = "Metabolistek egina";
"about.official-account" = "Kontu ofiziala";
"about.rate-the-app" = "Baloratu aplikazioa";
"about.source-code-and-issue-tracker" = "Iturburu kodea eta akatsen jarraipena";
"about.translations" = "Itzulpenak";
"about.website" = "Webgunea";
"accessibility.activate-link-%@" = "Esteka: %@";
"accessibility.copy-text" = "Kopiatu testua";
"account.%@-followers" = "%@(r)en jarraitzaileak";
"account.accept-follow-request-button.accessibility-label" = "Onartu jarraipen-eskaerak";
"account.add-remove-lists" = "Gehitu edo kendu zerrendetatik";
"account.avatar.accessibility-label-%@" = "Abatarra: %@";
"account.block" = "Blokeatu";
"account.block-and-report" = "Blokeatu eta salatu";
"account.block.confirm-%@" = "%@ blokeatu?";
"account.blocked" = "Blokeatuta";
"account.direct-message" = "Mezu zuzena";
"account.domain-block-%@" = "Blokeatu %@ domeinua";
"account.domain-block.confirm-%@" = "%@ domeinua blokeatu?";
"account.domain-unblock-%@" = "Desblokeatu %@ domeinua";
"account.domain-unblock.confirm-%@" = "%@ domeinua desblokeatu?";
"account.field.verified-%@" = "%@ egiaztatuta";
"account.follow" = "Jarraitu";
"account.following" = "Jarraitzen";
"account.following-count-%ld" = "%ld jarraitzen";
"account.followed-by-%@" = "%@ jarraitzaile";
"account.follows-you" = "Jarraitzen zaitu";
"account.header.accessibility-label-%@" = "Goiburuko irudia: %@";
"account.hide-reblogs" = "Ezkutatu bultzadak";
"account.hide-reblogs.confirm-%@" = "%@(r)en bultzadak ezkutatu?";
"account.joined-%@" = "%@(e)an sortutako kontua";
"account.locked.accessibility-label" = "Babestutako kontua";
"account.mute" = "Mututu";
"account.mute.indefinite" = "Zehaztu gabe";
"account.mute.confirm-%@" = "Ziur %@ mututu nahi duzula?";
"account.mute.confirm.explanation" = "Beraien bidalketak eta beraiei buruzko aipamenak ezkutatuko ditu, baina zure bidalketak ikus ditzakete eta zu jarrai zaitzakete.";
"account.mute.confirm.hide-notifications" = "Erabiltzaile honen jakinarazpenak ezkutatu?";
"account.mute.confirm.duration" = "Iraupena";
"account.mute.target-%@" = "Mututu %@";
"account.muted" = "Mutututa";
"account.notify" = "Piztu jakinarazpenak";
"account.reject-follow-request-button.accessibility-label" = "Baztertu jarraipen-eskaerak";
"account.request" = "Egin eskaera";
"account.request.cancel" = "Ezeztatu jarraipen-eskaera";
"account.statuses.post" = "Bidalketak";
"account.statuses.toot" = "Tutak";
"account.statuses-and-replies.post" = "Bidalketak eta erantzunak";
"account.statuses-and-replies.toot" = "Tutak eta erantzunak";
"account.media" = "Multimedia";
"account.show-reblogs" = "Erakutsi bultzadak";
"account.show-reblogs.confirm-%@" = "%@(r)en bultzadak erakutsi?";
"account.unavailable" = "Profila ez dago eskuragarri";
"account.unblock" = "Desblokeatu";
"account.unblock.confirm-%@" = "%@ desblokeatu?";
"account.unfollow.confirm-%@" = "%@ jarraitzeari utzi?";
"account.unmute" = "Utzi mututzeari";
"account.unmute.confirm-%@" = "%@ mututzeari utzi?";
"account.unnotify" = "Itzali jakinarazpenak";
"activity.open-in-default-browser" = "Ireki defektuzko nabigatzailean";
"add" = "Gehitu";
"announcement.insert-emoji" = "Txertatu emojia";
"api-error.unable-to-fetch-remote-status" = "Ezin izan da zerbitzari horretako egoera atzitu";
"apns-default-message" = "Jakinarazpen berria";
"app-icon.brutalist" = "Brutalista";
"app-icon.rainbow-brutalist" = "Ostadar brutalista";
"app-icon.classic" = "Klasikoa";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Ostadarra";
"add-identity.get-started" = "Hasi erabiltzen";
"add-identity.instance-url" = "Instantziaren URLa";
"add-identity.log-in" = "Hasi saioa";
"add-identity.browse" = "Arakatu";
"add-identity.instance-not-supported" = "Erabiltzaile guztientzako esperientzia sanoa bermatzeko eta App Storearen lerroekin bat egiteko, instantzia hau ezin da erabili.";
"add-identity.join" = "Eman izena";
"add-identity.prompt" = "Sartu erabili nahi duzun Mastodon instantziaren URLa:";
"add-identity.request-invite" = "Eskatu gonbidapena";
"add-identity.unable-to-connect-to-instance" = "Ezin izan da instantziarekin konektatu";
"add-identity.welcome" = "Ongi etorri Metatextera";
"add-identity.what-is-mastodon" = "Zer da Mastodon?";
"attachment.edit.description" = "Deskribatu ikusmen urritasuna dutenentzat";
"attachment.edit.description.audio" = "Deskribatu entzumen urritasuna dutenentzat";
"attachment.edit.description.video" = "Deskribatu entzumen edo ikusmen urritasuna dutenentzat";
"attachment.edit.detect-text-from-picture" = "Antzeman irudiko testua";
"attachment.edit.title" = "Editatu multimedia";
"attachment.edit.thumbnail.prompt" = "Eraman zirkulua irudian garrantzia duen eremura, iruditxoetan beti ikusgai egon dadin";
"attachment.sensitive-content" = "Eduki hunkigarria";
"attachment.media-hidden" = "Multimedia ezkutatu da";
"attachment.type.image" = "Irudia";
"attachment.type.audio" = "Audio fitxategia";
"attachment.type.video" = "Bideoa";
"attachment.type.unknown" = "Eranskina";
"attachment.unable-to-export-media" = "Ezin izan da multimedia esportatu";
"bookmarks" = "Laster-markak";
"card.link.accessibility-label" = "Esteka";
"camera-access.title" = "Kamera erabiltzeko baimena behar da";
"camera-access.description" = "Ireki sistemaren ezarpenak kameraren atzipena baimentzeko";
"camera-access.open-system-settings" = "Ireki sistemaren ezarpenak";
"cancel" = "Ezeztatu";
"compose.add-button-accessibility-label.post" = "Gehitu beste bidalketa bat";
"compose.add-button-accessibility-label.toot" = "Gehitu beste tut bat";
"compose.attachment.cancel-upload.accessibility-label" = "Ezeztatu eranskinaren igoera";
"compose.attachment.edit" = "Editatu eranskina";
"compose.attachment.remove" = "Kendu eranskina";
"compose.attachment.uncaptioned" = "Ez dago azalpenik";
"compose.attachment.uploading" = "Igotzen";
"compose.attachments-button.accessibility-label" = "Gehitu eranskina";
"compose.attachments-will-be-discarded" = "Kontua aldatuz gero eranskinak baztertuko dira";
"compose.browse" = "Arakatu";
"compose.characters-remaining-accessibility-label-%ld" = "Gehienez %ld karaktere";
"compose.change-identity-button.accessibility-hint" = "Egin tap beste kontu batekin bidaltzeko";
"compose.content-warning-button.add" = "Gehitu edukiari buruzko oharra";
"compose.content-warning-button.remove" = "Kendu edukiari buruzko oharra";
"compose.emoji-button" = "Emoji hautatzailea";
"compose.mark-media-sensitive" = "Markatu multimedia hunkigarri gisa";
"compose.photo-library" = "Argazki liburutegia";
"compose.poll.accessibility.multiple-choices-allowed" = "Aukera bat baino gehiago onartzen da";
"compose.poll.add-choice" = "Gehitu aukera bat";
"compose.poll.allow-multiple-choices" = "Onartu aukera bat baino gehiago";
"compose.poll-button.accessibility-label" = "Gehitu inkesta";
"compose.prompt" = "Zer duzu buruan?";
"compose.take-photo-or-video" = "Egin argazkia edo bideoa";
"compose.visibility-button.accessibility-label-%@" = "Pribatutasuna: %@";
"compose-button.accessibility-label.post" = "Idatzi bidalketa";
"compose-button.accessibility-label.toot" = "Idatzi tuta";
"conversation.unread" = "Irakurri gabea";
"dismiss" = "Baztertu";
"emoji.custom" = "Pertsonalizatuak";
"emoji.default-skin-tone" = "Berezko azal kolorea";
"emoji.default-skin-tone-button.accessibility-label" = "Hautatu berezko azal kolorea";
"emoji.frequently-used" = "Maiz erabilitakoak";
"emoji.search" = "Bilatu emojia";
"emoji.system-group.smileys-and-emotion" = "Emotikonoak";
"emoji.system-group.people-and-body" = "Jendea";
"emoji.system-group.components" = "Osagarriak";
"emoji.system-group.animals-and-nature" = "Animaliak eta natura";
"emoji.system-group.food-and-drink" = "Janaria eta edaria";
"emoji.system-group.travel-and-places" = "Garraioa";
"emoji.system-group.activites" = "Jarduerak";
"emoji.system-group.objects" = "Bulegoa";
"emoji.system-group.symbols" = "Ikurrak";
"emoji.system-group.flags" = "Banderak";
"explore.trending" = "Oraingo joerak";
"explore.instance" = "Instantzia";
"explore.profile-directory" = "Profilen direktorioa";
"error" = "Errorea";
"favorites" = "Gogokoak";
"follow-requests" = "Jarraipen-eskaerak";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Irakurri %@(r)en erabilera- eta pribatutasun-baldintzak jarraitu ahal izateko";
"registration.username" = "Erabiltzaile-izena";
"registration.email" = "ePosta";
"registration.password" = "Pasahitza";
"registration.password-confirmation" = "Berretsi pasahitza";
"registration.reason-%@" = "Zergatik eman nahi duzu izena %@(e)n?";
"registration.server-rules" = "Zerbitzariaren arauak";
"registration.terms-of-service" = "Zerbitzu-baldintzak";
"registration.agree-to-server-rules-and-terms-of-service" = "Bat egiten dut zerbitzariaren arau eta baldintzekin";
"registration.password-confirmation-mismatch" = "Pasahitzak ez datoz bat";
"secondary-navigation.about" = "Aplikazioari buruz";
"secondary-navigation.account-settings" = "Kontuaren ezarpenak";
"secondary-navigation.accounts" = "Kontuak";
"secondary-navigation.edit-profile" = "Editatu profila";
"secondary-navigation.lists" = "Zerrendak";
"secondary-navigation.my-profile" = "Nire profila";
"secondary-navigation.preferences" = "Hobespenak";
"secondary-navigation-button.accessibility-title" = "Kontuaren hobespenak";
"http-error.non-http-response" = "HTTP errorea: erantzuna ez da HTTP izan";
"http-error.status-code-%ld" = "HTTP errorea: %ld";
"identities.accounts" = "Kontuak";
"identities.browsing" = "Arakatzen";
"identities.log-out" = "Amaitu saioa";
"identities.pending" = "Zain";
"image-error.unable-to-load" = "Ezin izan da irudia kargatu";
"lists.new-list-title" = "Zerrenda berriaren izena";
"load-more" = "Kargatu gehiago";
"load-more.above.accessibility.post" = "Goitik behera kargatu";
"load-more.above.accessibility.toot" = "Goitik behera kargatu";
"load-more.below.accessibility.post" = "Behetik gora kargatu";
"load-more.below.accessibility.toot" = "Behetik gora kargatu";
"main-navigation.announcements" = "Iragarpenak";
"main-navigation.timelines" = "Denbora-lerroak";
"main-navigation.explore" = "Esploratu";
"main-navigation.notifications" = "Jakinarazpenak";
"main-navigation.conversations" = "Mezuak";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Ikusi profila";
"notification.signed-in-as-%@" = "%@ gisa hasi duzu saioa";
"notification.new-items" = "Jakinarazpen berriak";
"notification.poll" = "Erantzun duzun inkesta bat amaitu da";
"notification.poll.own" = "Zure inkesta amaitu da";
"notification.poll.unknown" = "Inkesta bat amaitu da";
"notification.status-%@" = "%@(e)k argitaratu berri du";
"notifications.all" = "Guztia";
"notifications.mentions" = "Aipamenak";
"ok" = "Ados";
"pending.pending-confirmation" = "Zure kontua baieztapenaren zain dago";
"post" = "Bidali";
"preferences" = "Hobespenak";
"preferences.app" = "Aplikazioaren hobespenak";
"preferences.app-icon" = "Aplikazioaren ikonoa";
"preferences.app.color-scheme" = "Itxura";
"preferences.app.color-scheme.dark" = "Iluna";
"preferences.app.color-scheme.light" = "Argia";
"preferences.app.color-scheme.system" = "Sistemak darabilena";
"preferences.blocked-domains" = "Blokeatutako domeinuak";
"preferences.blocked-users" = "Blokeatutako erabiltzaileak";
"preferences.media" = "Multimedia";
"preferences.media.avatars" = "Abatarrak";
"preferences.media.avatars.animate" = "Mugitu abatarrak";
"preferences.media.avatars.animate.everywhere" = "Edonon";
"preferences.media.avatars.animate.profiles" = "Profiletan";
"preferences.media.avatars.animate.never" = "Inon ez";
"preferences.media.custom-emojis.animate" = "Mugitu emoji pertsonalizatuak";
"preferences.media.headers.animate" = "Mugitu profil-goiburuak";
"preferences.media.autoplay" = "Erreproduzitu automatikoki";
"preferences.media.autoplay.gifs" = "Err. automatikoki GIFak";
"preferences.media.autoplay.videos" = "Err. automatikoki bideoak";
"preferences.media.autoplay.always" = "Beti";
"preferences.media.autoplay.wifi" = "Wi-Fia erabiltzerakoan";
"preferences.media.autoplay.never" = "Inoiz ez";
"preferences.use-preferences-from-server" = "Erabili zerbitzariaren hobespenak";
"preferences.posting-default-visiblility" = "Ikusgarritasuna, defektuz";
"preferences.posting-default-sensitive" = "Markatu edukia hunkigarri gisa, defektuz";
"preferences.reading-expand-media" = "Ireki multimedia";
"preferences.expand-media.default" = "Ezkutatu hunkigarria";
"preferences.expand-media.show-all" = "Erakutsi guztia";
"preferences.expand-media.hide-all" = "Ezkutatu guztia";
"preferences.reading-expand-spoilers" = "Erakutsi beti edukiari buruzko oharrak";
"preferences.filters" = "Iragazkiak";
"preferences.links.open-in-default-browser" = "Ireki estekak hobetsitako nabegatzailean";
"preferences.links.use-universal-links" = "Ireki estekak beste aplikazio batzuetan erabilgarri daudenean";
"preferences.notification-types" = "Jakinarazpen motak";
"preferences.notification-types.follow" = "Jarraipenak";
"preferences.notification-types.favourite" = "Gogokoak";
"preferences.notification-types.follow-request" = "Jarraipen eskaerak";
"preferences.notification-types.reblog" = "Bultzadak";
"preferences.notification-types.mention" = "Aipamenak";
"preferences.notification-types.poll" = "Inkestak";
"preferences.notification-types.status" = "Harpidetzak";
"preferences.notifications" = "Jakinarazpenak";
"preferences.notifications.include-account-name" = "Erakutsi kontuen izenak";
"preferences.notifications.include-pictures" = "Erakutsi irudiak";
"preferences.notifications.sounds" = "Soinuak";
"preferences.muted-users" = "Mutututako erabiltzaileak";
"preferences.home-timeline-position-on-startup" = "Hasierako denbora-lerroaren kokapena aplikazioa irekitzerakoan";
"preferences.notifications-position-on-startup" = "Jakinarazpenen kokapena aplikazioa irekitzerakoan";
"preferences.position.remember-position" = "Gogoratu kokapena";
"preferences.position.newest" = "Kargatu berrienak";
"preferences.require-double-tap-to-reblog" = "Bultzatzeko birritan sakatu behar da";
"preferences.require-double-tap-to-favorite" = "Gogoko egiteko birritan sakatu behar da";
"preferences.show-reblog-and-favorite-counts" = "Erakutsi bultzada eta gogoko kopurua";
"preferences.status-word" = "Nahiago duzun hitza";
"filters.active" = "Aktibo";
"filters.expired" = "Iraungita";
"filter.add-new" = "Gehitu iragazki berria";
"filter.edit" = "Editatu iragazkia";
"filter.keyword-or-phrase" = "Hitz gakoa edo esaldia";
"filter.never-expires" = "Ez da inoiz iraungiko";
"filter.expire-after" = "Iraungitze-data";
"filter.contexts" = "Iragazkien testuinguruak";
"filter.irreversible" = "Bota ezkutatu ordez";
"filter.irreversible-explanation" = "Iragazitako tutak betiko desagertuko dira, etorkizunean iragazkia kentzen bada ere";
"filter.whole-word" = "Hitz osoa";
"filter.whole-word-explanation" = "Hitz gakoa edo esaldia alfanumerikoa soilik bada, hitz osoarekin bat datorrenean bakarrik aplikatuko da";
"filter.save-changes" = "Gorde aldaketak";
"filter.context.home" = "Hasierako denbora-lerroa";
"filter.context.notifications" = "Jakinarazpenak";
"filter.context.public" = "Denbora-lerro publikoak";
"filter.context.thread" = "Elkarrizketak";
"filter.context.account" = "Profilak";
"filter.context.unknown" = "Testuinguru ezezaguna";
"more-results.accounts" = "Jende gehiago";
"more-results.statuses.post" = "Bidalketa gehiago";
"more-results.statuses.toot" = "Tut gehiago";
"more-results.tags" = "Traola gehiago";
"notifications" = "Jakinarazpenak";
"notifications.reblogged-your-status-%@" = "%@(e)k tuta bultzatu du";
"notifications.favourited-your-status-%@" = "%@(e)k tuta gogoko egin du";
"notifications.followed-you-%@" = "%@(e)k jarraitu zaitu";
"notifications.poll-ended" = "Erantzun duzun inkesta bat amaitu da";
"notifications.your-poll-ended" = "Zure inkesta amaitu da";
"notifications.unknown-%@" = "%@(r)en jakinarazpena";
"remove" = "Kendu";
"report" = "Salatu";
"report.additional-comments" = "Iruzkin gehigarriak";
"report.hint" = "Salaketa zure zerbitzariko administratzaileari bidaliko zaio. Ondorengo kontua zergatik salatzen ari zaren azaldu dezakezu:";
"report.target-%@" = "Salatu %@";
"report.forward.hint" = "Kontua beste zerbitzari batekoa da. Salaketaren kopia anonimo bat bidali nahi duzu zerbitzati horretara?";
"report.forward-%@" = "Birbidali %@(r)i salaketa";
"report.select-additional.hint.post" = "Hautatu salatzeko bidalketa gehiago:";
"report.select-additional.hint.toot" = "Hautatu salatzeko tut gehiago:";
"search.scope.all" = "Guztia";
"search.scope.accounts" = "Jendea";
"search.scope.statuses.post" = "Bidalketak";
"search.scope.statuses.toot" = "Tutak";
"search.scope.tags" = "Traolak";
"selected" = "Hautatuak";
"send" = "Bidali";
"share" = "Partekatu";
"share-extension-error.no-account-found" = "Ez da konturik aurkitu";
"status.accessibility.view-author-profile" = "Ikusi egilearen profila";
"status.accessibility.view-reblogger-profile" = "Ikusi bultzatzailearen profila";
"status.accessibility.part-of-a-thread" = "Hari baten zati da";
"status.bookmark" = "Laster-marka";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "Edukiari buruzko oharra";
"status.delete" = "Ezabatu";
"status.delete.confirm.post" = "Ziur bidalketa ezabatu nahi duzula?";
"status.delete.confirm.toot" = "Ziur tuta ezabatu nahi duzula?";
"status.delete-and-redraft" = "Ezabatu eta berridatzi";
"status.delete-and-redraft.confirm.post" = "Ziur bidalketa ezabatu eta berridatzi nahi duzula? Gogokoak eta bultzadak galduko dira eta jaso dituen erantzunak umezurtz geratuko dira.";
"status.delete-and-redraft.confirm.toot" = "Ziur tuta ezabatu eta berridatzi nahi duzula? Gogokoak eta bultzadak galduko dira eta jaso dituen erantzunak umezurtz geratuko dira.";
"status.mute" = "Mututu elkarrizketa";
"status.new-items.post" = "Bidalketa berriak";
"status.new-items.toot" = "Tut berriak";
"status.pin" = "Finkatu profilean";
"status.pinned.post" = "Finkatutako bidalketa";
"status.pinned.toot" = "Finkatutako tuta";
"status.poll.accessibility-label" = "Inkesta";
"status.poll.option-%ld" = "%ld aukera";
"status.poll.vote" = "Eman botoa";
"status.poll.time-left-%@" = "%@ falta da amaitzeko";
"status.poll.refresh" = "Freskatu";
"status.poll.closed" = "Amaituta";
"status.reblogged-by-%@" = "%@(e)k bultzatuta";
"status.reply-button.accessibility-label" = "Erantzun";
"status.reblog-button.accessibility-label" = "Bultzatu";
"status.reblog-button.undo.accessibility-label" = "Kendu bultzada";
"status.favorite-button.accessibility-label" = "Gogoko";
"status.favorite-button.undo.accessibility-label" = "Kendu gogokoa";
"status.show-more" = "Erakutsi gehiago";
"status.show-more-all-button.accessibilty-label" = "Erakutsi gehiago guztientzat";
"status.show-less" = "Erakutsi gutxiago";
"status.show-less-all-button.accessibilty-label" = "Erakutsi gutxiago guztientzat";
"status.show-thread" = "Erakutsi haria";
"status.spoiler-text-placeholder" = "Idatzi hemen ohartarazpena";
"status.unbookmark" = "Kendu laster-marka";
"status.unmute" = "Utzi elkarrizketa mututzeari";
"status.unpin" = "Kendu profilean finkatutakoa";
"status.visibility.public" = "Publikoa";
"status.visibility.unlisted" = "Zerrendatu gabea";
"status.visibility.private" = "Jarraitzaileak soilik";
"status.visibility.direct" = "Zuzena";
"status.visibility.public.description" = "Denentzat ikusgai, denbora-lerro publikoetan ikusten da";
"status.visibility.unlisted.description" = "Denentzat ikusgai, baina ez da denbora-lerro publikoetan ikusten";
"status.visibility.private.description" = "Jarraitzaileentzat soilik ikusgai";
"status.visibility.direct.description" = "Aipatutako erabiltzaileentzat soilik ikusgai";
"tag.accessibility-recent-uses-%ld" = "Azken %ld erabilerak";
"tag.accessibility-hint.post" = "Ikusi joera honi lotutako bidalketak";
"tag.accessibility-hint.toot" = "Ikusi joera honi lotutako tutak";
"tag.per-week-%ld" = "%ld asteko";
"timelines.home" = "Hasiera";
"timelines.local" = "Lokala";
"timelines.federated" = "Federatua";
"toot" = "Bidali";

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Pertsona %ld hitz egiten</string>
<key>other</key>
<string>%ld pertsona hitz egiten</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Pertsona %ld</string>
<key>other</key>
<string>%ld pertsona</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Bultzada %ld</string>
<key>other</key>
<string>%ld bultzada</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Gogoko %ld</string>
<key>other</key>
<string>%ld gogoko</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Erantzun %ld</string>
<key>other</key>
<string>%ld erantzun</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Bidalketa %ld</string>
<key>other</key>
<string>%ld bidalketa</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Tut %ld</string>
<key>other</key>
<string>%ld tut</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Jarraitzaile %ld</string>
<key>other</key>
<string>%ld jarraitzaile</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Irudi %ld</string>
<key>other</key>
<string>%ld irudi</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Audio fitxategi %ld</string>
<key>other</key>
<string>%ld audio fitxategi</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Bideo fitxategi %ld</string>
<key>other</key>
<string>%ld bideo fitxategi</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Eranskin %ld</string>
<key>other</key>
<string>%ld eranskin</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "À propos";
"about.acknowledgments" = "Crédits";
"about.made-by-metabolist" = "Création par Metabolist";
"about.official-account" = "Compte officiel";
"about.rate-the-app" = "Notez l'app";
"about.source-code-and-issue-tracker" = "Code source et gestion des problèmes";
"about.translations" = "Traductions";
"about.website" = "Site Web";
"accessibility.activate-link-%@" = "Lien : %@";
"accessibility.copy-text" = "Copier le texte";
"account.%@-followers" = "Abonné·e·s de %@";
"account.accept-follow-request-button.accessibility-label" = "Accepter la demande d'abonnement";
"account.add-remove-lists" = "Ajouter/retirer des listes";
"account.avatar.accessibility-label-%@" = "Avatar : %@";
"account.block" = "Bloquer";
"account.block-and-report" = "Bloquer et signaler";
"account.block.confirm-%@" = "Bloquer %@ ?";
"account.blocked" = "Bloqué·e";
"account.direct-message" = "Message direct";
"account.domain-block-%@" = "Bloquer le domaine %@";
"account.domain-block.confirm-%@" = "Bloquer le domaine %@ ?";
"account.domain-unblock-%@" = "Débloquer le domaine %@";
"account.domain-unblock.confirm-%@" = "Débloquer le domaine %@ ?";
"account.field.verified-%@" = "Vérifié %@";
"account.follow" = "S'abonner";
"account.following" = "Abonnements";
"account.following-count-%ld" = "%ld abonnements";
"account.followed-by-%@" = "Abonné·es %@";
"account.follows-you" = "Abonné·e à vous";
"account.header.accessibility-label-%@" = "Image d'en-tête : %@";
"account.hide-reblogs" = "Cacher les partages";
"account.hide-reblogs.confirm-%@" = "Masquer les partages de %@ ?";
"account.joined-%@" = "A rejoint le %@";
"account.locked.accessibility-label" = "Compte privé";
"account.mute" = "Mettre en sourdine";
"account.mute.indefinite" = "Indéfiniment";
"account.mute.confirm-%@" = "Êtes-vous sûr·e de vouloir mettre %@ en sourdine ?";
"account.mute.confirm.explanation" = "Cela masquera leurs publications et celles les mentionnant, mais ces personnes pourront toujours voir les vôtres et s'abonner à vous.";
"account.mute.confirm.hide-notifications" = "Cacher les notifications de cet·te utilisateur·ice ?";
"account.mute.confirm.duration" = "Durée";
"account.mute.target-%@" = "Mettre en sourdine %@";
"account.muted" = "En sourdine";
"account.notify" = "Activer les notifications";
"account.reject-follow-request-button.accessibility-label" = "Rejeter la demande d'abonnement";
"account.request" = "Demander";
"account.request.cancel" = "Annuler la demande d'abonnement";
"account.statuses.post" = "Publications";
"account.statuses.toot" = "Pouets";
"account.statuses-and-replies.post" = "Publications et réponses";
"account.statuses-and-replies.toot" = "Pouets et réponses";
"account.media" = "Média";
"account.show-reblogs" = "Afficher les partages";
"account.show-reblogs.confirm-%@" = "Afficher les partages de %@ ?";
"account.unavailable" = "Profil indisponible";
"account.unblock" = "Débloquer";
"account.unblock.confirm-%@" = "Débloquer %@ ?";
"account.unfollow.confirm-%@" = "Se désabonner de %@ ?";
"account.unmute" = "Enlever la sourdine";
"account.unmute.confirm-%@" = "Enlever la sourdine sur %@ ?";
"account.unnotify" = "Désactiver les notifications";
"activity.open-in-default-browser" = "Ouvrir dans le navigateur par défaut";
"add" = "Ajouter";
"announcement.insert-emoji" = "Insérer un émoji";
"api-error.unable-to-fetch-remote-status" = "Impossible de récupérer le status depuis le serveur";
"apns-default-message" = "Nouvelle notification";
"app-icon.brutalist" = "Brutaliste";
"app-icon.rainbow-brutalist" = "Brutaliste arc-en-ciel";
"app-icon.classic" = "Classique";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Arc-en-ciel";
"add-identity.get-started" = "Pour commencer";
"add-identity.instance-url" = "URL de l'instance";
"add-identity.log-in" = "Se connecter";
"add-identity.browse" = "Parcourir";
"add-identity.instance-not-supported" = "Afin de fournir une expérience sûre à tou·tes les utilisateur·ices et se conformer aux directives de révision de l'App Store, cette instance n'est pas prise en charge.";
"add-identity.join" = "Rejoindre";
"add-identity.prompt" = "Entrez l'URL de l'instance Mastodon à laquelle vous souhaitez vous connecter :";
"add-identity.request-invite" = "Demander une invitation";
"add-identity.unable-to-connect-to-instance" = "Impossible de se connecter à l'instance";
"add-identity.welcome" = "Bienvenue dans Metatext";
"add-identity.what-is-mastodon" = "Qu'est-ce que Mastodon ?";
"attachment.edit.description" = "Décrire pour les personnes malvoyantes";
"attachment.edit.description.audio" = "Décrire pour les personnes malentendantes";
"attachment.edit.description.video" = "Décrire pour les personnes malentendantes ou malvoyantes";
"attachment.edit.detect-text-from-picture" = "Détecter le texte dans limage";
"attachment.edit.title" = "Modifier le média";
"attachment.edit.thumbnail.prompt" = "Faites glisser le cercle sur laperçu pour choisir le point focal qui restera visible sur toutes les miniatures";
"attachment.sensitive-content" = "Contenu sensible";
"attachment.media-hidden" = "Média masqué";
"attachment.type.image" = "Image";
"attachment.type.audio" = "Fichier audio";
"attachment.type.video" = "Vidéo";
"attachment.type.unknown" = "Pièce jointe";
"attachment.unable-to-export-media" = "Impossible d'exporter les médias";
"bookmarks" = "Marque-pages";
"card.link.accessibility-label" = "Lien";
"camera-access.title" = "Accès à la caméra requis";
"camera-access.description" = "Ouvrir les réglages pour autoriser l'accès à la caméra";
"camera-access.open-system-settings" = "Ouvrir les réglages";
"cancel" = "Annuler";
"compose.add-button-accessibility-label.post" = "Ajouter une autre publication";
"compose.add-button-accessibility-label.toot" = "Ajouter un autre pouet";
"compose.attachment.cancel-upload.accessibility-label" = "Annuler le téléversement de la pièce jointe";
"compose.attachment.edit" = "Modifier la pièce jointe";
"compose.attachment.remove" = "Supprimer la pièce jointe";
"compose.attachment.uncaptioned" = "Sans légende";
"compose.attachment.uploading" = "En cours d'envoi";
"compose.attachments-button.accessibility-label" = "Ajouter une pièce jointe";
"compose.attachments-will-be-discarded" = "Les pièces jointes seront supprimées lors du changement de compte";
"compose.browse" = "Parcourir";
"compose.characters-remaining-accessibility-label-%ld" = "%ld caractères restants";
"compose.change-identity-button.accessibility-hint" = "Appuyez pour publier avec un autre compte";
"compose.content-warning-button.add" = "Ajouter un avertissement de contenu";
"compose.content-warning-button.remove" = "Enlever lavertissement de contenu";
"compose.emoji-button" = "Sélecteur démojis";
"compose.mark-media-sensitive" = "Marquer le média comme sensible";
"compose.photo-library" = "Bibliothèque de photos";
"compose.poll.accessibility.multiple-choices-allowed" = "Choix mutliples autorisés";
"compose.poll.add-choice" = "Ajouter un choix";
"compose.poll.allow-multiple-choices" = "Autoriser les choix multiples";
"compose.poll-button.accessibility-label" = "Ajouter un sondage";
"compose.prompt" = "À quoi pensez-vous ?";
"compose.take-photo-or-video" = "Prendre une photo ou une vidéo";
"compose.visibility-button.accessibility-label-%@" = "Confidentialité : %@";
"compose-button.accessibility-label.post" = "Nouvelle publication";
"compose-button.accessibility-label.toot" = "Nouveau pouet";
"conversation.unread" = "Non lus";
"dismiss" = "Ignorer";
"emoji.custom" = "Personnalisés";
"emoji.default-skin-tone" = "Teint de peau par défaut";
"emoji.default-skin-tone-button.accessibility-label" = "Sélectionnez le teint de peau utilisé par défaut";
"emoji.frequently-used" = "Fréquemment utilisés";
"emoji.search" = "Rechercher des émojis";
"emoji.system-group.smileys-and-emotion" = "Smileys & Émotion";
"emoji.system-group.people-and-body" = "Personnes & Corps";
"emoji.system-group.components" = "Composants";
"emoji.system-group.animals-and-nature" = "Animaux et Nature";
"emoji.system-group.food-and-drink" = "Nourriture et Boissons";
"emoji.system-group.travel-and-places" = "Voyages et Lieux";
"emoji.system-group.activites" = "Activités";
"emoji.system-group.objects" = "Objets";
"emoji.system-group.symbols" = "Symboles";
"emoji.system-group.flags" = "Drapeaux";
"explore.trending" = "Tendances";
"explore.instance" = "Instance";
"explore.profile-directory" = "Annuaire des profils";
"error" = "Erreur";
"favorites" = "Favoris";
"follow-requests" = "Demandes d'abonnement";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Veuillez consulter les conditions d'utilisation et la politique de confidentialité de %@ avant de continuer";
"registration.username" = "Nom dutilisateur·ice";
"registration.email" = "E-mail";
"registration.password" = "Mot de passe";
"registration.password-confirmation" = "Confirmez le mot de passe";
"registration.reason-%@" = "Pourquoi voulez-vous rejoindre %@ ?";
"registration.server-rules" = "Règles du serveur";
"registration.terms-of-service" = "Conditions d'utilisation";
"registration.agree-to-server-rules-and-terms-of-service" = "J'accepte les règles et conditions d'utilisation du serveur";
"registration.password-confirmation-mismatch" = "Le mot de passe et la confirmation du mot de passe ne correspondent pas";
"secondary-navigation.about" = "À propos de cette application";
"secondary-navigation.account-settings" = "Paramètres du compte";
"secondary-navigation.accounts" = "Comptes";
"secondary-navigation.edit-profile" = "Modifier le profil";
"secondary-navigation.lists" = "Listes";
"secondary-navigation.my-profile" = "Mon profil";
"secondary-navigation.preferences" = "Paramètres";
"secondary-navigation-button.accessibility-title" = "Menu du compte";
"http-error.non-http-response" = "Erreur HTTP : Réponse non-HTTP";
"http-error.status-code-%ld" = "Erreur HTTP : %ld";
"identities.accounts" = "Comptes";
"identities.browsing" = "Navigation en cours";
"identities.log-out" = "Se déconnecter";
"identities.pending" = "En attente";
"image-error.unable-to-load" = "Impossible de charger l'image";
"lists.new-list-title" = "Titre de la nouvelle liste";
"load-more" = "Afficher plus";
"load-more.above.accessibility.post" = "Charger depuis la publication ci-dessus";
"load-more.above.accessibility.toot" = "Charger depuis le pouet ci-dessus";
"load-more.below.accessibility.post" = "Charger à partir du message ci-dessous";
"load-more.below.accessibility.toot" = "Charger à partir du pouet ci-dessous";
"main-navigation.announcements" = "Annonces";
"main-navigation.timelines" = "Fils";
"main-navigation.explore" = "Découvrir";
"main-navigation.notifications" = "Notifications";
"main-navigation.conversations" = "Messages";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Consulter le profil";
"notification.signed-in-as-%@" = "Connecté en tant que %@";
"notification.new-items" = "Nouvelles notifications";
"notification.poll" = "Un sondage auquel vous avez participé est maintenant terminé";
"notification.poll.own" = "Votre sondage est terminé";
"notification.poll.unknown" = "Un sondage a pris fin";
"notification.status-%@" = "%@ vient de publier";
"notifications.all" = "Toutes";
"notifications.mentions" = "Mentions";
"ok" = "D'accord";
"pending.pending-confirmation" = "Votre compte est en attente de confirmation";
"post" = "Publier";
"preferences" = "Paramètres";
"preferences.app" = "Paramètres de l'application";
"preferences.app-icon" = "Icône de lapplication";
"preferences.app.color-scheme" = "Apparence";
"preferences.app.color-scheme.dark" = "Sombre";
"preferences.app.color-scheme.light" = "Clair";
"preferences.app.color-scheme.system" = "Système";
"preferences.blocked-domains" = "Domaines bloqués";
"preferences.blocked-users" = "Utilisateur·ices bloqué·es";
"preferences.media" = "Médias";
"preferences.media.avatars" = "Avatars";
"preferences.media.avatars.animate" = "Avatars animés";
"preferences.media.avatars.animate.everywhere" = "Partout";
"preferences.media.avatars.animate.profiles" = "Dans les profils";
"preferences.media.avatars.animate.never" = "Jamais";
"preferences.media.custom-emojis.animate" = "Animer les émojis personnalisés";
"preferences.media.headers.animate" = "Animer les entêtes de profil";
"preferences.media.autoplay" = "Lecture automatique";
"preferences.media.autoplay.gifs" = "Lire automatiquement les GIFs";
"preferences.media.autoplay.videos" = "Lire automatiquement les vidéos";
"preferences.media.autoplay.always" = "Toujours";
"preferences.media.autoplay.wifi" = "En Wi-Fi";
"preferences.media.autoplay.never" = "Jamais";
"preferences.use-preferences-from-server" = "Utiliser les préférences du serveur";
"preferences.posting-default-visiblility" = "Visibilité par défaut";
"preferences.posting-default-sensitive" = "Marquer le contenu comme sensible par défaut";
"preferences.reading-expand-media" = "Agrandir les médias";
"preferences.expand-media.default" = "Cacher les médias sensibles";
"preferences.expand-media.show-all" = "Voir tout";
"preferences.expand-media.hide-all" = "Masquer tout";
"preferences.reading-expand-spoilers" = "Montrer même si avertissement de contenu";
"preferences.filters" = "Filtres";
"preferences.links.open-in-default-browser" = "Ouvrir les liens dans le navigateur par défaut";
"preferences.links.use-universal-links" = "Ouvrir les liens dans d'autres applications lorsque disponible";
"preferences.notification-types" = "Types de notifications";
"preferences.notification-types.follow" = "Abonnement";
"preferences.notification-types.favourite" = "Ajouté aux favoris";
"preferences.notification-types.follow-request" = "Demande d'abonnement";
"preferences.notification-types.reblog" = "Partagé";
"preferences.notification-types.mention" = "Mentionné";
"preferences.notification-types.poll" = "Sondage";
"preferences.notification-types.status" = "Autre notification";
"preferences.notifications" = "Notifications";
"preferences.notifications.include-account-name" = "Inclure le nom du compte";
"preferences.notifications.include-pictures" = "Inclure les images";
"preferences.notifications.sounds" = "Sons";
"preferences.muted-users" = "Utilisateur·rices en sourdine";
"preferences.home-timeline-position-on-startup" = "Position du fil d'accueil au démarrage";
"preferences.notifications-position-on-startup" = "Position des notifications au démarrage";
"preferences.position.remember-position" = "Se souvenir de la position";
"preferences.position.newest" = "Charger les plus récents";
"preferences.require-double-tap-to-reblog" = "Nécessite un double appui pour partager";
"preferences.require-double-tap-to-favorite" = "Nécessite un double appui pour ajouter aux favoris";
"preferences.show-reblog-and-favorite-counts" = "Afficher le nombre de partages/favoris";
"preferences.status-word" = "Mot de statut";
"filters.active" = "Actifs";
"filters.expired" = "Expirés";
"filter.add-new" = "Ajouter un nouveau filtre";
"filter.edit" = "Modifier le filtre";
"filter.keyword-or-phrase" = "Mot clé ou phrase";
"filter.never-expires" = "N'expire jamais";
"filter.expire-after" = "Expire après";
"filter.contexts" = "Contextes du filtre";
"filter.irreversible" = "Supprimer plutôt que cacher";
"filter.irreversible-explanation" = "Les messages filtrés disparaîtront irrévocablement, même si le filtre est supprimé plus tard";
"filter.whole-word" = "Mot entier";
"filter.whole-word-explanation" = "Si le mot-clé ou la phrase est alphanumérique, alors le filtre ne sera appliqué que sil correspond au mot entier";
"filter.save-changes" = "Enregistrer les modifications";
"filter.context.home" = "Fil principal";
"filter.context.notifications" = "Notifications";
"filter.context.public" = "Fils publics";
"filter.context.thread" = "Conversations";
"filter.context.account" = "Profils";
"filter.context.unknown" = "Contexte inconnu";
"more-results.accounts" = "Plus de personnes";
"more-results.statuses.post" = "Plus de publications";
"more-results.statuses.toot" = "Plus de pouets";
"more-results.tags" = "Plus de mots-clés";
"notifications" = "Notifications";
"notifications.reblogged-your-status-%@" = "%@ a partagé votre publication";
"notifications.favourited-your-status-%@" = "%@ a mis votre publication en favori";
"notifications.followed-you-%@" = "%@ s'est abonné·e à vous";
"notifications.poll-ended" = "Un sondage auquel vous avez participé est maintenant terminé";
"notifications.your-poll-ended" = "Votre sondage est terminé";
"notifications.unknown-%@" = "Notification de %@";
"remove" = "Supprimer";
"report" = "Signaler";
"report.additional-comments" = "Commentaires supplémentaires";
"report.hint" = "Le signalement sera envoyé aux modérateur·rices de votre serveur. Vous pouvez expliquer pourquoi vous signalez le compte ci-dessous :";
"report.target-%@" = "Signaler %@";
"report.forward.hint" = "Le compte provient dun autre serveur. Envoyer également une copie anonyme du signalement ?";
"report.forward-%@" = "Transférer le signalement à %@";
"report.select-additional.hint.post" = "Sélectionnez des publications supplémentaires à signaler :";
"report.select-additional.hint.toot" = "Sélectionnez des pouets supplémentaires à signaler :";
"search.scope.all" = "Tous";
"search.scope.accounts" = "Personnes";
"search.scope.statuses.post" = "Publications";
"search.scope.statuses.toot" = "Pouets";
"search.scope.tags" = "Mots clés";
"selected" = "Sélectionné";
"send" = "Envoyer";
"share" = "Partager";
"share-extension-error.no-account-found" = "Aucun compte trouvé";
"status.accessibility.view-author-profile" = "Voir le profil de l'auteur";
"status.accessibility.view-reblogger-profile" = "Voir le profil de la personne ayant partagé";
"status.accessibility.part-of-a-thread" = "Partie d'un fil de discussion";
"status.bookmark" = "Ajouter un marque-page";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "Avertissement de contenu";
"status.delete" = "Supprimer";
"status.delete.confirm.post" = "Êtes-vous sûr·e de vouloir effacer cette publication ?";
"status.delete.confirm.toot" = "Êtes-vous sûr·e de vouloir effacer ce pouet ?";
"status.delete-and-redraft" = "Effacer et refaire";
"status.delete-and-redraft.confirm.post" = "Êtes-vous sûr·e de vouloir effacer cette publication pour la réécrire? Ses partages ainsi que ses mises en favori seront perdus et ses réponses seront orphelines.";
"status.delete-and-redraft.confirm.toot" = "Êtes-vous sûr·e de vouloir effacer ce pouet pour le réécrire? Ses partages ainsi que ses mises en favori seront perdus et ses réponses seront orphelines.";
"status.mute" = "Mettre la conversation en sourdine";
"status.new-items.post" = "Nouvelles publications";
"status.new-items.toot" = "Nouveaux pouets";
"status.pin" = "Épingler sur le profil";
"status.pinned.post" = "Publication épinglée";
"status.pinned.toot" = "Pouet épinglé";
"status.poll.accessibility-label" = "Sondage";
"status.poll.option-%ld" = "Option %ld";
"status.poll.vote" = "Vote";
"status.poll.time-left-%@" = "%@ restant";
"status.poll.refresh" = "Actualiser";
"status.poll.closed" = "Fermé";
"status.reblogged-by-%@" = "%@ partagé";
"status.reply-button.accessibility-label" = "Répondre";
"status.reblog-button.accessibility-label" = "Partager";
"status.reblog-button.undo.accessibility-label" = "Annuler le partage";
"status.favorite-button.accessibility-label" = "Ajouter aux favoris";
"status.favorite-button.undo.accessibility-label" = "Retirer des favoris";
"status.show-more" = "Voir plus";
"status.show-more-all-button.accessibilty-label" = "Tout déplier";
"status.show-less" = "Voir moins";
"status.show-less-all-button.accessibilty-label" = "Tout replier";
"status.show-thread" = "Afficher le fil de discussion";
"status.spoiler-text-placeholder" = "Écrivez votre avertissement ici";
"status.unbookmark" = "Retirer des marque-pages";
"status.unmute" = "Enlever la sourdine de la discussion";
"status.unpin" = "Détacher du profil";
"status.visibility.public" = "Public";
"status.visibility.unlisted" = "Non répertorié";
"status.visibility.private" = "Abonné·e·s seulement";
"status.visibility.direct" = "Direct";
"status.visibility.public.description" = "Visible par tou·tes, affiché dans les fils publics";
"status.visibility.unlisted.description" = "Visible par tou·tes, mais pas dans les fils publics";
"status.visibility.private.description" = "Uniquement visibles pour vos abonné·e·s";
"status.visibility.direct.description" = "Visible uniquement par les comptes mentionnés";
"tag.accessibility-recent-uses-%ld" = "%ld utilisations récentes";
"tag.accessibility-hint.post" = "Voir les publications associées à la tendance";
"tag.accessibility-hint.toot" = "Voir les pouets associés à la tendance";
"tag.per-week-%ld" = "%ld par semaine";
"timelines.home" = "Global";
"timelines.local" = "Local";
"timelines.federated" = "Fédéré";
"toot" = "Pouet";

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld personne parle</string>
<key>other</key>
<string>%ld personnes parlent</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld personne</string>
<key>other</key>
<string>%ld personnes</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld partage</string>
<key>other</key>
<string>%ld partages</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld favori</string>
<key>other</key>
<string>%ld favoris</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld réponse</string>
<key>other</key>
<string>%ld réponses</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld publication</string>
<key>other</key>
<string>%ld publications</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld pouet</string>
<key>other</key>
<string>%ld pouet</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld abonné·e</string>
<key>other</key>
<string>%ld abonné·e·s</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld image</string>
<key>other</key>
<string>%ld images</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fichier audio</string>
<key>other</key>
<string>%ld fichiers audio</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fichier vidéo</string>
<key>other</key>
<string>%ld fichiers vidéo</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld pièce jointe</string>
<key>other</key>
<string>%ld pièces jointes</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Mu dhèidhinn";
"about.acknowledgments" = "Taing";
"about.made-by-metabolist" = "Ga thoirt dhuibh le Metabolist";
"about.official-account" = "Cunntas oifigeil";
"about.rate-the-app" = "Rangaich an aplacaid";
"about.source-code-and-issue-tracker" = "Bun-tùs ⁊ tracaiche nam buga";
"about.translations" = "Eadar-theangachaidhean";
"about.website" = "Làrach-lìn";
"accessibility.activate-link-%@" = "Ceangal: %@";
"accessibility.copy-text" = "Dèan lethbhreac dhen teacsa";
"account.%@-followers" = "An luchd-leantainn aig %@";
"account.accept-follow-request-button.accessibility-label" = "Gabh ris an iarrtas leantainn";
"account.add-remove-lists" = "Cuir ris/Thoir air falbh o liostaichean";
"account.avatar.accessibility-label-%@" = "Avatar: %@";
"account.block" = "Bac";
"account.block-and-report" = "Bac ⁊ dèan gearan";
"account.block.confirm-%@" = "A bheil thu airson %@ a bhacadh?";
"account.blocked" = "Ga bhacadh";
"account.direct-message" = "Teachdaireachd dhìreach";
"account.domain-block-%@" = "Bac an àrainn %@";
"account.domain-block.confirm-%@" = "A bheil thu airson an àrainn %@ a bhacadh?";
"account.domain-unblock-%@" = "Dì-bhac an àrainn %@";
"account.domain-unblock.confirm-%@" = "A bheil thu airson an àrainn %@ a dhì-bhacadh?";
"account.field.verified-%@" = "%@ air a dhearbhadh";
"account.follow" = "Lean";
"account.following" = "Ga leantainn";
"account.following-count-%ld" = "Tha %ld ga leantainn";
"account.followed-by-%@" = "Ga leantainn le %@";
"account.follows-you" = "Gad leantainn";
"account.header.accessibility-label-%@" = "Dealbh a bhanna-chinn: %@";
"account.hide-reblogs" = "Falaich na brosnachaidhean";
"account.hide-reblogs.confirm-%@" = "A bheil thu airson na brosnachaidhean o %@ fhalach?";
"account.joined-%@" = "Air ballrachd fhaighinn %@";
"account.locked.accessibility-label" = "Cunntas glaiste";
"account.mute" = "Mùch";
"account.mute.indefinite" = "Gun chrìoch";
"account.mute.confirm-%@" = "A bheil thu cinnteach gu bheil thu airson %@ a mhùchadh?";
"account.mute.confirm.explanation" = "Cuiridh seo na postaichean uapa s na postaichean a bheir iomradh orra am falach ach chì iad-san na postaichean agad fhathast is faodaidh iad gad leantainn.";
"account.mute.confirm.hide-notifications" = "A bheil thu airson na brathan fhalach on chleachdaiche seo?";
"account.mute.confirm.duration" = "Faide";
"account.mute.target-%@" = "Mùch %@";
"account.muted" = "Ga mhùchadh";
"account.notify" = "Cuir na brathan air";
"account.reject-follow-request-button.accessibility-label" = "Diùlt an t-iarrtas leantainn";
"account.request" = "Iarrtas";
"account.request.cancel" = "Sguir dhen iarrtas leantainn";
"account.statuses.post" = "Postaichean";
"account.statuses.toot" = "Postaichean";
"account.statuses-and-replies.post" = "Postaichean ⁊ freagairtean";
"account.statuses-and-replies.toot" = "Postaichean ⁊ freagairtean";
"account.media" = "Meadhanan";
"account.show-reblogs" = "Seall na brosnachaidhean";
"account.show-reblogs.confirm-%@" = "A bheil thu airson na brosnachaidhean o %@ a shealltainn?";
"account.unavailable" = "Chan eil a phròifil ri làimh";
"account.unblock" = "Dì-bhac";
"account.unblock.confirm-%@" = "A bheil thu airson %@ a dhì-bhacadh?";
"account.unfollow.confirm-%@" = "A bheil thu airson sgur de %@ a leantainn?";
"account.unmute" = "Dì-mhùch";
"account.unmute.confirm-%@" = "A bheil thu airson %@ a dhì-mhùchadh?";
"account.unnotify" = "Cuir na brathan dheth";
"activity.open-in-default-browser" = "Fosgail sa bhrabhsair bhunaiteach";
"add" = "Cuir ris";
"announcement.insert-emoji" = "Cuir a-steach Emoji";
"api-error.unable-to-fetch-remote-status" = "Cha b urrainn dhuinn am post cèin fhaighinn";
"apns-default-message" = "Brath ùr";
"app-icon.brutalist" = "Brùidealach";
"app-icon.rainbow-brutalist" = "Bogha-froise brùidealach";
"app-icon.classic" = "Clasaigeach";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Bogha-froise";
"add-identity.get-started" = "Dèan toiseach-tòiseachaidh";
"add-identity.instance-url" = "URL an ionstans";
"add-identity.log-in" = "Clàraich a-steach";
"add-identity.browse" = "Rùraich";
"add-identity.instance-not-supported" = "Fheuch a bheil cùisean sàbhailte dhan a h-uile neach-cleachdaidh agus a chùm gèilleadh ri App Store Review Guidelines, chan eil taic ris an ionstans seo.";
"add-identity.join" = "Faigh ballrachd";
"add-identity.prompt" = "Cuir asteach URL an ionstans de Mhastodon a bu mhiann leat ceangal ris:";
"add-identity.request-invite" = "Iarr cuireadh";
"add-identity.unable-to-connect-to-instance" = "Cha b urrainn dhuinn ceangal ris an ionstans";
"add-identity.welcome" = "Fàilte gu Metatext";
"add-identity.what-is-mastodon" = "Dè th ann am Mastodon?";
"attachment.edit.description" = "Mìnich e dhan fheadhainn le cion-lèirsinne";
"attachment.edit.description.audio" = "Mìnich e dhan fheadhainn le èisteachd bheag";
"attachment.edit.description.video" = "Mìnich e dhan fheadhainn le èisteachd bheag no cion-lèirsinne";
"attachment.edit.detect-text-from-picture" = "Mothaich dhan teacsa on dealbh";
"attachment.edit.title" = "Deasaich am meadhan";
"attachment.edit.thumbnail.prompt" = "Slaod an cearcall air an ro-shealladh airson puing an fhòcais a thaghadh a chithear air gach dealbhag dheth";
"attachment.sensitive-content" = "Susbaint fhrionasach";
"attachment.media-hidden" = "Meadhanan falaichte";
"attachment.type.image" = "Dealbh";
"attachment.type.audio" = "Faidhle fuaime";
"attachment.type.video" = "Video";
"attachment.type.unknown" = "Ceanglachan";
"attachment.unable-to-export-media" = "Cha b urrainn dhuinn am meadhan às-phortadh";
"bookmarks" = "Comharran-lìn";
"card.link.accessibility-label" = "Ceangal";
"camera-access.title" = "Tha feum air inntrigeadh camara";
"camera-access.description" = "Fosgail roghainnean an t-siostaim airson cothrom air a chamara a cheadachadh";
"camera-access.open-system-settings" = "Fosgail roghainnean an t-siostaim";
"cancel" = "Sguir dheth";
"compose.add-button-accessibility-label.post" = "Cuir post eile ris";
"compose.add-button-accessibility-label.toot" = "Cuir post eile ris";
"compose.attachment.cancel-upload.accessibility-label" = "Sguir de luchdadh suas a cheanglachain";
"compose.attachment.edit" = "Deasaich an ceanglachan";
"compose.attachment.remove" = "Thoir an ceanglachan air falbh";
"compose.attachment.uncaptioned" = "Gun fho-tiotal";
"compose.attachment.uploading" = "Ga luchdadh suas";
"compose.attachments-button.accessibility-label" = "Cuir ceanglachan ris";
"compose.attachments-will-be-discarded" = "Thèid na ceanglachain a thilgeil air falbh nuair a dhatharraicheas tu an cunntas";
"compose.browse" = "Rùraich";
"compose.characters-remaining-accessibility-label-%ld" = "Tha %ld charactar air fhàgail";
"compose.change-identity-button.accessibility-hint" = "Thoir gnogag airson postadh le cunntas eile";
"compose.content-warning-button.add" = "Cuir ris rabhadh susbainte";
"compose.content-warning-button.remove" = "Thoir air falbh an rabhadh susbainte";
"compose.emoji-button" = "Roghnaichear nan Emoji";
"compose.mark-media-sensitive" = "Cuir comharra gu bheil am meadhan frionasach";
"compose.photo-library" = "Leabhar-lann nan dealbhan";
"compose.poll.accessibility.multiple-choices-allowed" = "Faodaidh tu iomadh roghainn a thaghadh";
"compose.poll.add-choice" = "Cuir roghainn ris";
"compose.poll.allow-multiple-choices" = "Ceadaich iomadh roghainn";
"compose.poll-button.accessibility-label" = "Cuir cunntas-bheachd ris";
"compose.prompt" = "Dè tha air d aire?";
"compose.take-photo-or-video" = "Tog dealbh no video";
"compose.visibility-button.accessibility-label-%@" = "Prìobhaideachd: %@";
"compose-button.accessibility-label.post" = "Sgrìobh post";
"compose-button.accessibility-label.toot" = "Sgrìobh post";
"conversation.unread" = "Gun leughadh";
"dismiss" = "Leig seachad";
"emoji.custom" = "Gnàthaichte";
"emoji.default-skin-tone" = "Bun-roghainn tòna a chraicinn";
"emoji.default-skin-tone-button.accessibility-label" = "Tagh bun-roghainn air tòna a chraicinn";
"emoji.frequently-used" = "Ga chleachdadh gu tric";
"emoji.search" = "Lorg Emoji";
"emoji.system-group.smileys-and-emotion" = "Samhlaidhean-gnùis ⁊ faireachdainn";
"emoji.system-group.people-and-body" = "Daoine ⁊ bodhaig";
"emoji.system-group.components" = "Co-phàirtean";
"emoji.system-group.animals-and-nature" = "Beathaichean ⁊ an nàdar";
"emoji.system-group.food-and-drink" = "Biadh ⁊ deoch";
"emoji.system-group.travel-and-places" = "Siubhal ⁊ àitichean";
"emoji.system-group.activites" = "Gnìomhachdan";
"emoji.system-group.objects" = "Nithean";
"emoji.system-group.symbols" = "Samhlaidhean";
"emoji.system-group.flags" = "Brataichean";
"explore.trending" = "A treandadh an-dràsta";
"explore.instance" = "Ionstans";
"explore.profile-directory" = "Eòlaire nam pròifil";
"error" = "Mearachd";
"favorites" = "Annsachdan";
"follow-requests" = "Iarrtasan leantainn";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Thoir sùil air teirmichean a chleachdaidh S am poileasaidh prìobhaideachd aig %@ mus lean thu air adhart";
"registration.username" = "Ainm-cleachdaiche";
"registration.email" = "Post-d";
"registration.password" = "Facal-faire";
"registration.password-confirmation" = "Dearbh am facal-faire";
"registration.reason-%@" = "Carson a bu mhiann leat ballrachd fhaighinn air %@?";
"registration.server-rules" = "Riaghailtean an fhrithealaiche";
"registration.terms-of-service" = "Teirmichean na seirbheise";
"registration.agree-to-server-rules-and-terms-of-service" = "Gabhaidh mi ri riaghailtean an fhrithealaiche s teirmichean na seirbheise";
"registration.password-confirmation-mismatch" = "Chan eil an dà fhacal-faire co-ionnann";
"secondary-navigation.about" = "Mun aplacaid seo";
"secondary-navigation.account-settings" = "Roghainean a chunntais";
"secondary-navigation.accounts" = "Cunntasan";
"secondary-navigation.edit-profile" = "Deasaich a phroifil";
"secondary-navigation.lists" = "Liostaichean";
"secondary-navigation.my-profile" = "A phròifil agam";
"secondary-navigation.preferences" = "Roghainnean";
"secondary-navigation-button.accessibility-title" = "Clàr-taice a chunntais";
"http-error.non-http-response" = "Mearachd HTTP: Freagairt nach eil na HTTP";
"http-error.status-code-%ld" = "Mearachd HTTP: %ld";
"identities.accounts" = "Cunntasan";
"identities.browsing" = "A rùrachadh";
"identities.log-out" = "Clàraich a-mach";
"identities.pending" = "Ri dhèiligeadh";
"image-error.unable-to-load" = "Cha ghabh an dealbh a luchdadh";
"lists.new-list-title" = "Tiotal na liosta ùir";
"load-more" = "Luchdaich barrachd dhiubh";
"load-more.above.accessibility.post" = "Luchdaich on phost gu h-àrd";
"load-more.above.accessibility.toot" = "Luchdaich on phost gu h-àrd";
"load-more.below.accessibility.post" = "Luchdaich on phost gu h-ìosal";
"load-more.below.accessibility.toot" = "Luchdaich on phost gu h-ìosal";
"main-navigation.announcements" = "Brathan-fios";
"main-navigation.timelines" = "Loidhnichean-ama";
"main-navigation.explore" = "Rùraich";
"main-navigation.notifications" = "Brathan";
"main-navigation.conversations" = "Teachdaireachdan";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Seall a phròifil";
"notification.signed-in-as-%@" = "Air clàradh a-steach mar %@";
"notification.new-items" = "Brathan ùra";
"notification.poll" = "Thàinig cunntas-bheachd sa bhòt thu gu crìoch";
"notification.poll.own" = "Thàinig an cunntas-bheachd agad gu crìoch";
"notification.poll.unknown" = "Thàinig cunntas-bheachd gu crìoch";
"notification.status-%@" = "Tha %@ air rud a phostadh";
"notifications.all" = "Na h-uile";
"notifications.mentions" = "Iomraidhean";
"ok" = "Ceart ma-thà";
"pending.pending-confirmation" = "Tha an cunntas agad a feitheamh air dearbhadh";
"post" = "Postaich";
"preferences" = "Roghainnean";
"preferences.app" = "Roghainnean na h-aplacaide";
"preferences.app-icon" = "Ìomhaigheag na h-aplacaide";
"preferences.app.color-scheme" = "Coltas";
"preferences.app.color-scheme.dark" = "Dorcha";
"preferences.app.color-scheme.light" = "Soilleir";
"preferences.app.color-scheme.system" = "Siostam";
"preferences.blocked-domains" = "Àrainnean bacte";
"preferences.blocked-users" = "Cleachdaichean bacte";
"preferences.media" = "Meadhanan";
"preferences.media.avatars" = "Avataran";
"preferences.media.avatars.animate" = "Beothaich avataran";
"preferences.media.avatars.animate.everywhere" = "Feadh an àite";
"preferences.media.avatars.animate.profiles" = "Air pròifilean";
"preferences.media.avatars.animate.never" = "Na beothaich idir";
"preferences.media.custom-emojis.animate" = "Beòthaich na h-Emojis gnàthaichte";
"preferences.media.headers.animate" = "Beòthaich bannan-cinn nam pròifilean";
"preferences.media.autoplay" = "Fèin-chluich";
"preferences.media.autoplay.gifs" = "Fèin-chluich GIFs";
"preferences.media.autoplay.videos" = "Fèin-chluich videothan";
"preferences.media.autoplay.always" = "An-còmhnaidh";
"preferences.media.autoplay.wifi" = "Air WiFi";
"preferences.media.autoplay.never" = "Na fèin-chluich idir";
"preferences.use-preferences-from-server" = "Cleachd roghainnean an fhrithealaiche";
"preferences.posting-default-visiblility" = "So-fhaicsinneachd thùsail";
"preferences.posting-default-sensitive" = "Cuir comharra frionais ri susbaint mar a bhun-roghainn";
"preferences.reading-expand-media" = "Leudaich na meadhanan";
"preferences.expand-media.default" = "Falaich nithean frionasach";
"preferences.expand-media.show-all" = "Seall na h-uile";
"preferences.expand-media.hide-all" = "Falaich na h-uile";
"preferences.reading-expand-spoilers" = "Leudaich rabhaidhean susbainte an-còmhnaidh";
"preferences.filters" = "Criathragan";
"preferences.links.open-in-default-browser" = "Fosgail ceanglaichean sa bhrabhsair bhunaiteach";
"preferences.links.use-universal-links" = "Fosgail ceanglaichean ann an aplacaid eile ma bhios gin ann";
"preferences.notification-types" = "Seòrsaichean nam brathan";
"preferences.notification-types.follow" = "Leantainn";
"preferences.notification-types.favourite" = "Annsachd";
"preferences.notification-types.follow-request" = "Iarrtas leantainn";
"preferences.notification-types.reblog" = "Ath-bhlogadh";
"preferences.notification-types.mention" = "Iomradh";
"preferences.notification-types.poll" = "Cunntas-bheachd";
"preferences.notification-types.status" = "Fo-sgrìobhadh";
"preferences.notifications" = "Brathan";
"preferences.notifications.include-account-name" = "Gabh a-steach ainmean chunntasan";
"preferences.notifications.include-pictures" = "Gabh a-steach na dealbhan";
"preferences.notifications.sounds" = "Fuaimean";
"preferences.muted-users" = "Cleachdaichean mùchte";
"preferences.home-timeline-position-on-startup" = "Ionad loidhne-ama na dachaigh aig an toiseach";
"preferences.notifications-position-on-startup" = "Ionad nam brathan aig an toiseach";
"preferences.position.remember-position" = "Cuir an t-ionad an cuimhne";
"preferences.position.newest" = "Luchdaich an fheadhainn as ùire";
"preferences.require-double-tap-to-reblog" = "Thoir gnogag dhùbailte airson ath-bhlogadh";
"preferences.require-double-tap-to-favorite" = "Thoir gnogag dhùbailte airson annsachd a chruthachadh";
"preferences.show-reblog-and-favorite-counts" = "Seall cunntas nam brosnachaidhean s nan annsachdan";
"preferences.status-word" = "Facal puist";
"filters.active" = "Gnìomhach";
"filters.expired" = "Thàinig e gu crìoch";
"filter.add-new" = "Cuir criathrag ùr ris";
"filter.edit" = "Deasaich a chriathrag";
"filter.keyword-or-phrase" = "Facal no abairt-luirg";
"filter.never-expires" = "Buan";
"filter.expire-after" = "Thig e gu crìoch às dèidh";
"filter.contexts" = "Co-theacsaichean na criathraige";
"filter.irreversible" = "Leig seachad seach falach";
"filter.irreversible-explanation" = "Thèid postaichean criathraichte a-mach à sealladh gu buan fiù s ma bheir thu a chriathrag air falbh uaireigin eile";
"filter.whole-word" = "Facal slàn";
"filter.whole-word-explanation" = "Mur eil ach litrichean is àireamhan san fhacal-luirg, cha dèid a chur an sàs ach ma bhios e a maidseadh an fhacail shlàin";
"filter.save-changes" = "Sàbhail na dhatharraich thu";
"filter.context.home" = "Loidhne-ama na dachaighe";
"filter.context.notifications" = "Brathan";
"filter.context.public" = "Loidhnichean-ama poblach";
"filter.context.thread" = "Còmhraidhean";
"filter.context.account" = "Pròifilean";
"filter.context.unknown" = "Co-theacsa nach aithne dhuinn";
"more-results.accounts" = "Barrachd dhaoine";
"more-results.statuses.post" = "Barrachd phostaichean";
"more-results.statuses.toot" = "Barrachd phostaichean";
"more-results.tags" = "Barrachd thagaichean-hais";
"notifications" = "Brathan";
"notifications.reblogged-your-status-%@" = "Bhrosnaich %@ am post agad";
"notifications.favourited-your-status-%@" = "Chuir %@ am post agad ris na h-annsachdan";
"notifications.followed-you-%@" = "Lean %@ thu";
"notifications.poll-ended" = "Thàinig cunntas-bheachd sa bhòt thu gu crìoch";
"notifications.your-poll-ended" = "Thàinig an cunntas-bheachd agad gu crìoch";
"notifications.unknown-%@" = "Brath o %@";
"remove" = "Thoir air falbh";
"report" = "Dèan gearan";
"report.additional-comments" = "Beachdan a bharrachd";
"report.hint" = "Thèid do ghearan a chuir gu maoir an fhrithealaiche agad. S urrainn dhut mìneachadh a sholar air carson a tha thu a gearan mun chunntas gu h-ìosal:";
"report.target-%@" = "Dèan gearan mu %@";
"report.forward.hint" = "Chaidh an cunntas a chlàradh air frithealaiche eile. A bheil thu airson lethbhreac dhen ghearan a chur dha-san gun ainm cuideachd?";
"report.forward-%@" = "Sìn air adhart an gearan gu %@";
"report.select-additional.hint.post" = "Tagh barrachd postaichean gus an cur ris a ghearan:";
"report.select-additional.hint.toot" = "Tagh barrachd postaichean gus an cur ris a ghearan:";
"search.scope.all" = "Na h-uile";
"search.scope.accounts" = "Daoine";
"search.scope.statuses.post" = "Postaichean";
"search.scope.statuses.toot" = "Postaichean";
"search.scope.tags" = "Tagaichean hais";
"selected" = "Air a thaghadh";
"send" = "Cuir";
"share" = "Co-roinn";
"share-extension-error.no-account-found" = "Cha deach cunntas a lorg";
"status.accessibility.view-author-profile" = "Seall pròifil an ùghdair";
"status.accessibility.view-reblogger-profile" = "Seall pròifil an neach a bhrosnaich e";
"status.accessibility.part-of-a-thread" = "Na phàirt de shnàithlean";
"status.bookmark" = "Cuir ris na comharran-lìn";
"status.content-warning-abbreviation" = "Rabh. susb.";
"status.content-warning.accessibility" = "Rabhadh susbainte";
"status.delete" = "Sguab às";
"status.delete.confirm.post" = "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?";
"status.delete.confirm.toot" = "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?";
"status.delete-and-redraft" = "Sguab às ⁊ dèan dreachd ùr";
"status.delete-and-redraft.confirm.post" = "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às agus dreachd ùr a thòiseachadh? Caillidh tu gach annsachd is brosnachadh air agus thèid freagairtean dhan phost thùsail nan dìlleachdanan.";
"status.delete-and-redraft.confirm.toot" = "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às agus dreachd ùr a thòiseachadh? Caillidh tu gach annsachd is brosnachadh air agus thèid freagairtean dhan phost thùsail nan dìlleachdanan.";
"status.mute" = "Mùch an còmhradh";
"status.new-items.post" = "Postaichean ùra";
"status.new-items.toot" = "Postaichean ùra";
"status.pin" = "Prìnich ris a phròifil";
"status.pinned.post" = "Post prìnichte";
"status.pinned.toot" = "Post prìnichte";
"status.poll.accessibility-label" = "Cunntas-bheachd";
"status.poll.option-%ld" = "Roghainn %ld";
"status.poll.vote" = "Bhòt";
"status.poll.time-left-%@" = "%@ air fhàgail";
"status.poll.refresh" = "Ath-nuadhaich";
"status.poll.closed" = "Dùinte";
"status.reblogged-by-%@" = "Ga bhrosnachadh le %@";
"status.reply-button.accessibility-label" = "Freagair";
"status.reblog-button.accessibility-label" = "Brosnaich";
"status.reblog-button.undo.accessibility-label" = "Na brosnaich tuilleadh";
"status.favorite-button.accessibility-label" = "Cuir ris na h-annsachdan";
"status.favorite-button.undo.accessibility-label" = "Thoir air falbh o na h-annsachdan";
"status.show-more" = "Faic barrachd";
"status.show-more-all-button.accessibilty-label" = "Seall barrachd dhen a h-uile";
"status.show-less" = "Seall nas lugha dheth";
"status.show-less-all-button.accessibilty-label" = "Seall nas lugha dhen a h-uile";
"status.show-thread" = "Seall an snàithlean";
"status.spoiler-text-placeholder" = "Sgrìobh an rabhadh agad an-seo";
"status.unbookmark" = "Thoir air falbh o na comharran-leabhair";
"status.unmute" = "Dì-mhùch an còmhradh";
"status.unpin" = "Dì-phrìnich on phròifil";
"status.visibility.public" = "Poblach";
"status.visibility.unlisted" = "Falaichte o liostaichean";
"status.visibility.private" = "Luchd-leantainn a-mhàin";
"status.visibility.direct" = "Dìreach";
"status.visibility.public.description" = "Chì a h-uile duine seo s e ga shealltainn air loidhnichean-ama poblach";
"status.visibility.unlisted.description" = "Chì a h-uile duine seo ach cha dèid a shealltainn air loidhnichean-ama poblach";
"status.visibility.private.description" = "Chan fhaic ach na daoine a tha gad leantainn seo";
"status.visibility.direct.description" = "Chan fhaic ach na cleachdaichean le iomradh orra seo";
"tag.accessibility-recent-uses-%ld" = "Chaidh a chleachdadh %ld tura(i)s o chionn ghoirid";
"tag.accessibility-hint.post" = "Seall na postaichean co-cheangailte ris an treand";
"tag.accessibility-hint.toot" = "Seall na postaichean co-cheangailte ris an treand";
"tag.per-week-%ld" = "%ld gach seachdain";
"timelines.home" = "Dachaigh";
"timelines.local" = "Ionadail";
"timelines.federated" = "Co-naisgte";
"toot" = "Postaich";

View File

@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld neach a bruidhinn</string>
<key>two</key>
<string>%ld daoine a bruidhinn</string>
<key>few</key>
<string>%ld daoine a bruidhinn</string>
<key>other</key>
<string>%ld daoine a bruidhinn</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld neach</string>
<key>two</key>
<string>%ld daoine</string>
<key>few</key>
<string>%ld daoine</string>
<key>other</key>
<string>%ld daoine</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld bhrosnachadh</string>
<key>two</key>
<string>%ld bhrosnachadh</string>
<key>few</key>
<string>%ld brosnachaidhean</string>
<key>other</key>
<string>%ld brosnachadh</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld annsachd</string>
<key>two</key>
<string>%ld annsachd</string>
<key>few</key>
<string>%ld annsachdan</string>
<key>other</key>
<string>%ld annsachd</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fhreagairt</string>
<key>two</key>
<string>%ld fhreagairt</string>
<key>few</key>
<string>%ld freagairtean</string>
<key>other</key>
<string>%ld freagairt</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld phost</string>
<key>two</key>
<string>%ld phost</string>
<key>few</key>
<string>%ld postaichean</string>
<key>other</key>
<string>%ld post</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld phost</string>
<key>two</key>
<string>%ld phost</string>
<key>few</key>
<string>%ld postaichean</string>
<key>other</key>
<string>%ld post</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld neach-leantainn</string>
<key>two</key>
<string>%ld luchd-leantainn</string>
<key>few</key>
<string>%ld luchd-leantainn</string>
<key>other</key>
<string>%ld luchd-leantainn</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld dealbh</string>
<key>two</key>
<string>%ld dhealbh</string>
<key>few</key>
<string>%ld dealbhan</string>
<key>other</key>
<string>%ld dealbh</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fhaidhle fuaime</string>
<key>two</key>
<string>%ld fhaidhle fuaime</string>
<key>few</key>
<string>%ld faidhlichean fuaime</string>
<key>other</key>
<string>%ld faidhle fuaime</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld fhaidhle video</string>
<key>two</key>
<string>%ld fhaidhle video</string>
<key>few</key>
<string>%ld faidhlichean video</string>
<key>other</key>
<string>%ld faidhle video</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld cheanglachan</string>
<key>two</key>
<string>%ld cheanglachan</string>
<key>few</key>
<string>%ld ceanglachain</string>
<key>other</key>
<string>%ld ceanglachan</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "אודות";
"about.acknowledgments" = "קרדיטים";
"about.made-by-metabolist" = "נוצר ע\"י Metabolist";
"about.official-account" = "חשבון רשמי";
"about.rate-the-app" = "דירוג האפליקציה";
"about.source-code-and-issue-tracker" = "קוד מקור ומעקב אחר באגים";
"about.translations" = "תרגומים";
"about.website" = "אתר אינטרנט";
"accessibility.activate-link-%@" = "לינק: %@";
"accessibility.copy-text" = "העתק טקסט";
"account.%@-followers" = "העוקבים של %@";
"account.accept-follow-request-button.accessibility-label" = "קבלת בקשת מעקב";
"account.add-remove-lists" = "הוספה/הסרה מרשימות";
"account.avatar.accessibility-label-%@" = "תמונת פרופיל: %@";
"account.block" = "חסימה";
"account.block-and-report" = "חסימה ודיווח";
"account.block.confirm-%@" = "לחסום את %@?";
"account.blocked" = "חסום";
"account.direct-message" = "הודעה ישירה";
"account.domain-block-%@" = "חסום דומיין %@";
"account.domain-block.confirm-%@" = "חסום דומיין %@?";
"account.domain-unblock-%@" = "בטל חסימת דומיין %@";
"account.domain-unblock.confirm-%@" = "בטל חסימת דומיין %@?";
"account.field.verified-%@" = "מאומת %@";
"account.follow" = "עקוב";
"account.following" = "במעקב";
"account.following-count-%ld" = "%ld במעקב";
"account.followed-by-%@" = "במעקב על ידי %@";
"account.follows-you" = "עוקב.ת אחריך";
"account.header.accessibility-label-%@" = "תמונת כותרת: %@";
"account.hide-reblogs" = "הסתרת הדהודים";
"account.hide-reblogs.confirm-%@" = "להסתיר הדהודים מאת %@?";
"account.joined-%@" = "הצטרף/ה %@";
"account.locked.accessibility-label" = "חשבון נעול";
"account.mute" = "השתקה";
"account.mute.indefinite" = "ללא תאריך סיום";
"account.mute.confirm-%@" = "להשתיק את %@?";
"account.mute.confirm.explanation" = "זה יסתיר הודעות שלהם והודעות שמאזכרות אותם, אבל עדיין יאפשר להם לראות הודעות שלך ולעקוב אחריך.";
"account.mute.confirm.hide-notifications" = "להסתיר התראות מחשבון זה?";
"account.mute.confirm.duration" = "משך זמן";
"account.mute.target-%@" = "השתק את %@";
"account.muted" = "מושתק";
"account.notify" = "הפעל התראות";
"account.reject-follow-request-button.accessibility-label" = "סרב לבקשת מעקב";
"account.request" = "בקשה";
"account.request.cancel" = "בטל בקשת מעקב";
"account.statuses.post" = "פוסטים";
"account.statuses.toot" = "חיצרוצים";
"account.statuses-and-replies.post" = "פוסטים ותגובות";
"account.statuses-and-replies.toot" = "חיצרוצים ותגובות";
"account.media" = "מדיה";
"account.show-reblogs" = "הצגת הידהודים";
"account.show-reblogs.confirm-%@" = "להציג הדהודים מאת %@?";
"account.unavailable" = "פרופיל לא זמין";
"account.unblock" = "שחרור חסימה";
"account.unblock.confirm-%@" = "לשחרר חסימה עבור %@?";
"account.unfollow.confirm-%@" = "להפסיק לעקוב אחרי %@?";
"account.unmute" = "ביטול השתקה";
"account.unmute.confirm-%@" = "להפסיק השתקה של %@?";
"account.unnotify" = "השבתת התראות";
"activity.open-in-default-browser" = "פתיחה בדפדפן";
"add" = "הוספה";
"announcement.insert-emoji" = "הכנס אימוג'י";
"api-error.unable-to-fetch-remote-status" = "לא ניתן למשוך סטטוס מרחוק";
"apns-default-message" = "התראה חדשה";
"app-icon.brutalist" = "ברוטליסטי";
"app-icon.rainbow-brutalist" = "ברוטליסטי קשת";
"app-icon.classic" = "קלאסי";
"app-icon.malow" = "חלמית";
"app-icon.rainbow" = "קשת";
"add-identity.get-started" = "להתחיל";
"add-identity.instance-url" = "כתובת השרת";
"add-identity.log-in" = "התחברות";
"add-identity.browse" = "דיפדוף";
"add-identity.instance-not-supported" = "כדי לאפשר חויה בטוחה לכל המשתמשים, ובכדי לעמוד בדרישות חנות האפליקציות, שרת זה לא נתמך.";
"add-identity.join" = "הצטרפות";
"add-identity.prompt" = "יש להקליד את כתובת שרת המסטודון שברצונך להתחבר אליו:";
"add-identity.request-invite" = "בקשת הזמנה";
"add-identity.unable-to-connect-to-instance" = "לא ניתן להתחבר לשרת";
"add-identity.welcome" = "ברוכים הבאים ל Metatext";
"add-identity.what-is-mastodon" = "מה זה מסטודון?";
"attachment.edit.description" = "הסבר עבור קשי ראיה";
"attachment.edit.description.audio" = "הסבר עבור לקויי שמיעה";
"attachment.edit.description.video" = "הסבר עבור לקויי שמיעה או לקויי ראייה";
"attachment.edit.detect-text-from-picture" = "זיהוי טקסט מתמונה";
"attachment.edit.title" = "עריכת מדיה";
"attachment.edit.thumbnail.prompt" = "על מנת לבחור את נקודת המוקד שתיראה תמיד בכל התמונות הממוזערות, יש להקליק או לגרור את המעגל על גבי התצוגה המקדימה";
"attachment.sensitive-content" = "תוכן רגיש";
"attachment.media-hidden" = "מדיה הוסתרה";
"attachment.type.image" = "תמונה";
"attachment.type.audio" = "קובץ שמע";
"attachment.type.video" = "וידאו";
"attachment.type.unknown" = "קובץ מצורף";
"attachment.unable-to-export-media" = "לא ניתן לייצא מדיה";
"bookmarks" = "סימניות";
"card.link.accessibility-label" = "קישור";
"camera-access.title" = "נדרשת גישה למצלמה";
"camera-access.description" = "כדי לאפשר גישה למצלמה יש לגשת להגדרות המערכת";
"camera-access.open-system-settings" = "פתח.י את הגדרות המערכת";
"cancel" = "ביטול";
"compose.add-button-accessibility-label.post" = "הוספת פוסט";
"compose.add-button-accessibility-label.toot" = "הוספת חיצרוץ";
"compose.attachment.cancel-upload.accessibility-label" = "ביטול העלאת קובץ מצורף";
"compose.attachment.edit" = "עריכת קובץ מצורף";
"compose.attachment.remove" = "הסרת קובץ מצורף";
"compose.attachment.uncaptioned" = "ללא כתובית";
"compose.attachment.uploading" = "מעלה";
"compose.attachments-button.accessibility-label" = "צירוף קובץ";
"compose.attachments-will-be-discarded" = "קבצים מצורפים ימחקו בעת שינוי חשבון";
"compose.browse" = "דיפדוף";
"compose.characters-remaining-accessibility-label-%ld" = "%ld תווים נותרו";
"compose.change-identity-button.accessibility-hint" = "לפרסום מחשבון אחר";
"compose.content-warning-button.add" = "הוספת אזהרת תוכן";
"compose.content-warning-button.remove" = "הסרת אזהרת תוכן";
"compose.emoji-button" = "בחירת אימוג'י";
"compose.mark-media-sensitive" = "סימון כרגיש";
"compose.photo-library" = "ספריית תמונות";
"compose.poll.accessibility.multiple-choices-allowed" = "בחירות מרובות מותרות";
"compose.poll.add-choice" = "הוספת אפשרות";
"compose.poll.allow-multiple-choices" = "לאפשר בחירות מרובות";
"compose.poll-button.accessibility-label" = "הוספת סקר";
"compose.prompt" = "על מה את.ה חושב.ת ?";
"compose.take-photo-or-video" = "צילום תמונה או סרטון";
"compose.visibility-button.accessibility-label-%@" = "פרטיות: %@";
"compose-button.accessibility-label.post" = "ניסוח פוסט";
"compose-button.accessibility-label.toot" = "ניסוח חצרוץ";
"conversation.unread" = "לא נקראו";
"dismiss" = "התעלמות";
"emoji.custom" = "מותאם אישית";
"emoji.default-skin-tone" = "ברירת מחדל צבע עור";
"emoji.default-skin-tone-button.accessibility-label" = "בחירת צבע עור כברירת מחדל";
"emoji.frequently-used" = "בשימוש שכיח";
"emoji.search" = "חיפוש אימוג'י";
"emoji.system-group.smileys-and-emotion" = "סמיילים ורגשות";
"emoji.system-group.people-and-body" = "אנשים וחלקי גוף";
"emoji.system-group.components" = "רכיבים";
"emoji.system-group.animals-and-nature" = "חיות וטבע";
"emoji.system-group.food-and-drink" = "אוכל ושתייה";
"emoji.system-group.travel-and-places" = "נסיעות ומקומות";
"emoji.system-group.activites" = "פעילויות";
"emoji.system-group.objects" = "חפצים";
"emoji.system-group.symbols" = "סמלים";
"emoji.system-group.flags" = "דגלים";
"explore.trending" = "נושאים חמים";
"explore.instance" = "שרת";
"explore.profile-directory" = "ספריית פרופילים";
"error" = "שגיאה";
"favorites" = "מועדפים";
"follow-requests" = "בקשות מעקב";
"registration.review-terms-of-use-and-privacy-policy-%@" = "יש לקרוא את תנאי השימוש ומדיניות הפרטיות של %@ כדי להמשיך";
"registration.username" = "שם משתמש.ת";
"registration.email" = "דוא\"ל";
"registration.password" = "סיסמה";
"registration.password-confirmation" = "אימות סיסמא";
"registration.reason-%@" = "למה את.ה מעוניינ.ת להצטרף ל %@?";
"registration.server-rules" = "חוקי השרת";
"registration.terms-of-service" = "תנאי השימוש";
"registration.agree-to-server-rules-and-terms-of-service" = "אני מסכימ.ה לחוקי השרת ולתנאי השימוש";
"registration.password-confirmation-mismatch" = "הסיסמה ואימות הסיסמה אינם תואמים";
"secondary-navigation.about" = "אודות יישום זה";
"secondary-navigation.account-settings" = "הגדרות חשבון";
"secondary-navigation.accounts" = "חשבונות";
"secondary-navigation.edit-profile" = "עריכת פרופיל";
"secondary-navigation.lists" = "רשימות";
"secondary-navigation.my-profile" = "הפרופיל שלי";
"secondary-navigation.preferences" = "העדפות";
"secondary-navigation-button.accessibility-title" = "תפריט חשבון";
"http-error.non-http-response" = "HTTP Error: Non-HTTP response";
"http-error.status-code-%ld" = "HTTP Error: %ld";
"identities.accounts" = "חשבונות";
"identities.browsing" = "דיפדוף";
"identities.log-out" = "התנתקות";
"identities.pending" = "בהמתנה";
"image-error.unable-to-load" = "לא ניתן לטעון את התמונה";
"lists.new-list-title" = "כותרת הרשימה החדשה";
"load-more" = "טעינת פוסטים נוספים";
"load-more.above.accessibility.post" = "טעינה מהפוסט שלמעלה";
"load-more.above.accessibility.toot" = "טעינה מהחיצרוץ שלמעלה";
"load-more.below.accessibility.post" = "טעינה מהפוסט שלמטה";
"load-more.below.accessibility.toot" = "טעינה מהחיצרוץ שלמטה";
"main-navigation.announcements" = "הכרזות";
"main-navigation.timelines" = "פידים";
"main-navigation.explore" = "דיפדוף";
"main-navigation.notifications" = "התראות";
"main-navigation.conversations" = "הודעות";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "הצגת פרופיל";
"notification.signed-in-as-%@" = "מחובר/ת בתור %@";
"notification.new-items" = "התראות חדשות";
"notification.poll" = "סקר שהצבעת בו הסתיים";
"notification.poll.own" = "הסקר שלך הסתיים";
"notification.poll.unknown" = "סקר הסתיים";
"notification.status-%@" = "%@ חיצרצ.ה עכשיו";
"notifications.all" = "הכל";
"notifications.mentions" = "איזכורים";
"ok" = "אישור";
"pending.pending-confirmation" = "החשבון שלך ממתין לאישור";
"post" = "פרסום";
"preferences" = "העדפות";
"preferences.app" = "העדפות אפליקציה";
"preferences.app-icon" = "סמל אפליקציה";
"preferences.app.color-scheme" = "נראות";
"preferences.app.color-scheme.dark" = "כהה";
"preferences.app.color-scheme.light" = "בהיר";
"preferences.app.color-scheme.system" = "מערכת";
"preferences.blocked-domains" = "שרתים חסומים";
"preferences.blocked-users" = "משתמשים חסומים";
"preferences.media" = "מדיה";
"preferences.media.avatars" = "תמונת פרופיל";
"preferences.media.avatars.animate" = "תמונת פרופיל מונפשת";
"preferences.media.avatars.animate.everywhere" = "בכל מקום";
"preferences.media.avatars.animate.profiles" = "בפרופילים";
"preferences.media.avatars.animate.never" = "אף פעם";
"preferences.media.custom-emojis.animate" = "הנפשת אמוג'י מותאם אישית";
"preferences.media.headers.animate" = "הנפשת תמונת כותרת";
"preferences.media.autoplay" = "ניגון אוטומטי";
"preferences.media.autoplay.gifs" = "ניגון ג'יפים באופן אוטומטי";
"preferences.media.autoplay.videos" = "ניגון וידיאו באופן אוטומטי";
"preferences.media.autoplay.always" = "תמיד";
"preferences.media.autoplay.wifi" = "ע\"ג Wi-Fi";
"preferences.media.autoplay.never" = "אף פעם";
"preferences.use-preferences-from-server" = "השתמש בהעדפות מהשרת";
"preferences.posting-default-visiblility" = "נראות ברירת מחדל";
"preferences.posting-default-sensitive" = "סמן תוכן כרגיש כברירת מחדל";
"preferences.reading-expand-media" = "הרחב מדיה";
"preferences.expand-media.default" = "הסתר תוכן רגיש";
"preferences.expand-media.show-all" = "הצג הכל";
"preferences.expand-media.hide-all" = "הסתר הכל";
"preferences.reading-expand-spoilers" = "תמיד להרחיב אזהרות תוכן";
"preferences.filters" = "מסננים";
"preferences.links.open-in-default-browser" = "פתיחת קישורים בדפדפן";
"preferences.links.use-universal-links" = "פתיחת קישורים באפליקציות כאשר רלוונטי";
"preferences.notification-types" = "סוגי התראות";
"preferences.notification-types.follow" = "עקוב";
"preferences.notification-types.favourite" = "מועדף";
"preferences.notification-types.follow-request" = "בקשת מעקב";
"preferences.notification-types.reblog" = "הידהוד";
"preferences.notification-types.mention" = "איזכור";
"preferences.notification-types.poll" = "סקר";
"preferences.notification-types.status" = "מינוי";
"preferences.notifications" = "התראות";
"preferences.notifications.include-account-name" = "כולל שם משתמש";
"preferences.notifications.include-pictures" = "כולל תמונות";
"preferences.notifications.sounds" = "צלילים";
"preferences.muted-users" = "חשבונות מושתקים";
"preferences.home-timeline-position-on-startup" = "מצב פיד הבית בהפעלת האפליקציה";
"preferences.notifications-position-on-startup" = "מצב פיד ההתראות בהפעלת האפליקציה";
"preferences.position.remember-position" = "זכור מיקום";
"preferences.position.newest" = "טעינת החדשים ביותר";
"preferences.require-double-tap-to-reblog" = "דרוש לחיצה כפולה כדי להדהד";
"preferences.require-double-tap-to-favorite" = "דרוש לחיצה כפולה כדי להדהד";
"preferences.show-reblog-and-favorite-counts" = "הצג מספר הדהודים וחיבובים";
"preferences.status-word" = "מילת סטטוס";
"filters.active" = "פעיל";
"filters.expired" = "פג תוקף";
"filter.add-new" = "הוספת מסנן חדש";
"filter.edit" = "עריכת מסנן";
"filter.keyword-or-phrase" = "מילת מפתח או ביטוי";
"filter.never-expires" = "ללא תאריך תפוגה";
"filter.expire-after" = "פג לאחר";
"filter.contexts" = "סינון לפי הקשר";
"filter.irreversible" = "הסרה במקום הסתרה";
"filter.irreversible-explanation" = "הודעות מסוננות יעלמו באופן בלתי הפיך, אפילו אם מאוחר יותר יוסר המסנן";
"filter.whole-word" = "מילה שלמה";
"filter.whole-word-explanation" = "אם מילת מפתח או ביטוי הם אלפאנומריים בלבד, הם יופעלו רק אם נמצאה התאמה למילה שלמה";
"filter.save-changes" = "שמירת שינויים";
"filter.context.home" = "פיד הבית";
"filter.context.notifications" = "התראות";
"filter.context.public" = "פידים פומביים";
"filter.context.thread" = "שיחות";
"filter.context.account" = "פרופילים";
"filter.context.unknown" = "הקשר לא ידוע";
"more-results.accounts" = "אנשים נוספים";
"more-results.statuses.post" = "פוסטים נוספים";
"more-results.statuses.toot" = "חיצרוצים נוספים";
"more-results.tags" = "עוד תגיות";
"notifications" = "התראות";
"notifications.reblogged-your-status-%@" = "הסטטוס שלך הודהד על ידי %@";
"notifications.favourited-your-status-%@" = "הסטטוס שלך חובב על ידי %@";
"notifications.followed-you-%@" = "%@ עוקב.ת אחריך";
"notifications.poll-ended" = "סקר שהצבעת בו הסתיים";
"notifications.your-poll-ended" = "הסקר שלך הסתיים";
"notifications.unknown-%@" = "התראה מ %@";
"remove" = "הסרה";
"report" = "דיווח";
"report.additional-comments" = "הערות נוספות";
"report.hint" = "הדיווח ישלח למנהלי הקהילה. ביכולתך להוסיף הסבר לסיבת הדיווח על חשבון זה כאן למטה:";
"report.target-%@" = "דיווח על %@";
"report.forward.hint" = "חשבון זה הוא משרת אחר. האם לשלוח בנוסף עותק אנונימי של הדיווח לשרת האחר?";
"report.forward-%@" = "העבר דיווח ל %@";
"report.select-additional.hint.post" = "בחירת פוסטים נוספים לדיווח:";
"report.select-additional.hint.toot" = "בחירת חיצרוצים נוספים לדיווח:";
"search.scope.all" = "הכל";
"search.scope.accounts" = "א.נשים";
"search.scope.statuses.post" = "פוסטים";
"search.scope.statuses.toot" = "חיצרוצים";
"search.scope.tags" = "תגיות";
"selected" = "נבחר";
"send" = "שליחה";
"share" = "שיתוף";
"share-extension-error.no-account-found" = "לא נמצא חשבון";
"status.accessibility.view-author-profile" = "צפיה בפרופיל של כותב הפוסט";
"status.accessibility.view-reblogger-profile" = "צפה בפרופיל המהדהד";
"status.accessibility.part-of-a-thread" = "חלק משרשור";
"status.bookmark" = "סימניה";
"status.content-warning-abbreviation" = "א\"ת";
"status.content-warning.accessibility" = "אזהרת תוכן";
"status.delete" = "מחיקה";
"status.delete.confirm.post" = "האם ברצונך למחוק את הפוסט הזה?";
"status.delete.confirm.toot" = "האם ברצונך למחוק חיצרוץ זה?";
"status.delete-and-redraft" = "מחיקה ועריכה מחדש";
"status.delete-and-redraft.confirm.post" = "למחוק ולהתחיל טיוטה חדשה? חיבובים והדהודים יאבדו, ותגובות להודעה המקורית ישארו יתומות.";
"status.delete-and-redraft.confirm.toot" = "למחוק ולהתחיל טיוטה חדשה? חיבובים והדהודים יאבדו, ותגובות להודעה המקורית ישארו יתומות.";
"status.mute" = "השתקת שיחה";
"status.new-items.post" = "פוסטים חדשים";
"status.new-items.toot" = "חיצרוצים חדשים";
"status.pin" = "הצמדה לפרופיל";
"status.pinned.post" = "פוסט מוצמד";
"status.pinned.toot" = "חיצרוץ מוצמד";
"status.poll.accessibility-label" = "סקר";
"status.poll.option-%ld" = "אופציה %ld";
"status.poll.vote" = "הצבעה";
"status.poll.time-left-%@" = "%@ נותר";
"status.poll.refresh" = "רענון";
"status.poll.closed" = "סגור";
"status.reblogged-by-%@" = "%@ הידהד";
"status.reply-button.accessibility-label" = "תגובה";
"status.reblog-button.accessibility-label" = "הידהוד";
"status.reblog-button.undo.accessibility-label" = "הסרת הידהוד";
"status.favorite-button.accessibility-label" = "חיבוב";
"status.favorite-button.undo.accessibility-label" = "הסרת חיבוב";
"status.show-more" = "הצג עוד";
"status.show-more-all-button.accessibilty-label" = "להציג יותר מהכל";
"status.show-less" = "הצג פחות";
"status.show-less-all-button.accessibilty-label" = "להציג פחות מהכל";
"status.show-thread" = "הצג שרשור";
"status.spoiler-text-placeholder" = "כתיבת האזהרה שלך כאן";
"status.unbookmark" = "הסרת סימניה";
"status.unmute" = "ביטול השתקת שיחה";
"status.unpin" = "ביטול הצמדה לפרופיל";
"status.visibility.public" = "ציבורי";
"status.visibility.unlisted" = "לא מפורסם";
"status.visibility.private" = "עוקבים בלבד";
"status.visibility.direct" = "ישיר";
"status.visibility.public.description" = "גלוי לכל ומפורסם בפיד הציבורי";
"status.visibility.unlisted.description" = "גלוי לכל, אך לא מפורסם בפיד הציבורי";
"status.visibility.private.description" = "גלוי לעוקבים בלבד";
"status.visibility.direct.description" = "גלוי למשתמשים מאוזכרים בלבד";
"tag.accessibility-recent-uses-%ld" = "%ld שימושים אחרונים";
"tag.accessibility-hint.post" = "הצג פוסטים המשויכים לטרנד";
"tag.accessibility-hint.toot" = "הצג פוסטים המשויכים לטרנד";
"tag.per-week-%ld" = "%ld לפי שבוע";
"timelines.home" = "בית";
"timelines.local" = "מקומי";
"timelines.federated" = "בפדרציה";
"toot" = "חיצרוץ";

View File

@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld מדבר.ת</string>
<key>two</key>
<string>%ld א.נשים מדברים/ות</string>
<key>many</key>
<string>%ld א.נשים מדברים/ות</string>
<key>other</key>
<string>%ld א.נשים מדברים/ות</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld איש.ה</string>
<key>two</key>
<string>%ld א.נשים</string>
<key>many</key>
<string>%ld א.נשים</string>
<key>other</key>
<string>%ld א.נשים</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld הידהוד</string>
<key>two</key>
<string>%ld הידהודים</string>
<key>many</key>
<string>%ld הידהודים</string>
<key>other</key>
<string>%ld הידהודים</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld חיבוב</string>
<key>two</key>
<string>%ld חיבובים</string>
<key>many</key>
<string>%ld חיבובים</string>
<key>other</key>
<string>%ld חיבובים</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld תגובה</string>
<key>two</key>
<string>%ld תגובות</string>
<key>many</key>
<string>%ld תגובות</string>
<key>other</key>
<string>%ld תגובות</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld פוסט</string>
<key>two</key>
<string>%ld תגובות</string>
<key>many</key>
<string>%ld תגובות</string>
<key>other</key>
<string>%ld פוסטים</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld חיצרוץ</string>
<key>two</key>
<string>%ld חיצרוצים</string>
<key>many</key>
<string>%ld חיצרוצים</string>
<key>other</key>
<string>%ld חיצרוצים</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld עוקב.ת</string>
<key>two</key>
<string>%ld עוקבים/ות</string>
<key>many</key>
<string>%ld עוקבים/ות</string>
<key>other</key>
<string>%ld עוקבים/ות</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld תמונה</string>
<key>two</key>
<string>%ld תמונות</string>
<key>many</key>
<string>%ld תמונות</string>
<key>other</key>
<string>%ld תמונות</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld קובץ שמע</string>
<key>two</key>
<string>%ld קבצי שמע</string>
<key>many</key>
<string>%ld קבצי שמע</string>
<key>other</key>
<string>%ld קבצי שמע</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld קובץ וידיאו</string>
<key>two</key>
<string>%ld קבצי וידיאו</string>
<key>many</key>
<string>%ld קבצי וידיאו</string>
<key>other</key>
<string>%ld קבצי וידיאו</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld קובץ מצורף</string>
<key>two</key>
<string>%ld קבצים מצורפים</string>
<key>many</key>
<string>%ld קבצים מצורפים</string>
<key>other</key>
<string>%ld קבצים מצורפים</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -160,7 +160,9 @@
"registration.agree-to-server-rules-and-terms-of-service" = "サーバーのルールとプライバシーポリシーに同意します";
"registration.password-confirmation-mismatch" = "パスワードと確認用パスワードが一致しません";
"secondary-navigation.about" = "このアプリについて";
"secondary-navigation.account-settings" = "アカウント設定";
"secondary-navigation.accounts" = "アカウント";
"secondary-navigation.edit-profile" = "プロフィール編集";
"secondary-navigation.lists" = "リスト";
"secondary-navigation.my-profile" = "マイプロフィール";
"secondary-navigation.preferences" = "環境設定";
@ -199,6 +201,10 @@
"preferences" = "環境設定";
"preferences.app" = "アプリ環境設定";
"preferences.app-icon" = "アプリアイコン";
"preferences.app.color-scheme" = "外観モード";
"preferences.app.color-scheme.dark" = "ダーク";
"preferences.app.color-scheme.light" = "ライト";
"preferences.app.color-scheme.system" = "システム";
"preferences.blocked-domains" = "ブロックしたドメイン";
"preferences.blocked-users" = "ブロックしたユーザー";
"preferences.media" = "メディア";
@ -297,7 +303,7 @@
"share-extension-error.no-account-found" = "アカウントが見つかりません";
"status.accessibility.view-author-profile" = "作者のプロフィールを見る";
"status.accessibility.view-reblogger-profile" = "フーストした人のプロフィールを見る";
"status.accessibility.part-of-a-thread" = "Part of a thread";
"status.accessibility.part-of-a-thread" = "スレッドの一部";
"status.bookmark" = "ブックマーク";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "コンテンツの警告";

View File

@ -27,7 +27,7 @@
"account.follow" = "팔로우";
"account.following" = "팔로잉";
"account.following-count-%ld" = "%ld 팔로잉";
"account.followed-by-%@" = "%@ 님이 팔로우 중이에요!";
"account.followed-by-%@" = "%@ 님이 팔로우해요";
"account.follows-you" = "나를 팔로우 하고 있어요";
"account.header.accessibility-label-%@" = "헤더 이미지: %@";
"account.hide-reblogs" = "부스트 숨기기";
@ -53,7 +53,7 @@
"account.media" = "미디어";
"account.show-reblogs" = "부스트 표시";
"account.show-reblogs.confirm-%@" = "%@ 님의 부스트를 표시할까요?";
"account.unavailable" = "프로필이 존재하지 않아요";
"account.unavailable" = "존재하지 않는 프로필이에요";
"account.unblock" = "차단 해제";
"account.unblock.confirm-%@" = "%@ 님을 차단 해제할까요?";
"account.unfollow.confirm-%@" = "%@ 님을 언팔로우 할까요?";
@ -66,17 +66,17 @@
"api-error.unable-to-fetch-remote-status" = "원격 상태를 가져올 수 없어요";
"apns-default-message" = "새 알림";
"app-icon.brutalist" = "브루탈리스트";
"app-icon.rainbow-brutalist" = "무지개 브루탈리스트";
"app-icon.rainbow-brutalist" = "레인보우 브루탈리스트";
"app-icon.classic" = "클래식";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "무지개";
"app-icon.malow" = "마로우";
"app-icon.rainbow" = "레인보우";
"add-identity.get-started" = "시작하기";
"add-identity.instance-url" = "인스턴스 주소";
"add-identity.instance-url" = "인스턴스 URL";
"add-identity.log-in" = "로그인";
"add-identity.browse" = "검색";
"add-identity.instance-not-supported" = "마스토돈의 모든 사용자에게 안전한 경험을 제공하고, App Store 심사 지침을 준수하기 위해 이 인스턴스는 지원되지 않아요.";
"add-identity.instance-not-supported" = "모든 사용자에게 안전한 경험을 제공하고 App Store 심사 지침을 준수하기 위해 이 인스턴스를 지원하지 않습니다.";
"add-identity.join" = "가입";
"add-identity.prompt" = "연결하려는 마스토돈의 인스턴스 주소를 입력해 주세요:";
"add-identity.prompt" = "연결할 마스토돈 인스턴스의 URL을 입력하세요.";
"add-identity.request-invite" = "초대 요청";
"add-identity.unable-to-connect-to-instance" = "인스턴스에 연결할 수 없어요";
"add-identity.welcome" = "Metatext에 오신 것을 환영해요!";
@ -84,13 +84,13 @@
"attachment.edit.description" = "시각 장애인을 위한 설명";
"attachment.edit.description.audio" = "난청이 있는 사용자를 위한 설명";
"attachment.edit.description.video" = "난청 또는 시각 장애인을 위한 설명";
"attachment.edit.detect-text-from-picture" = "사진에서 텍스트 감지";
"attachment.edit.detect-text-from-picture" = "이미지에서 텍스트 추출";
"attachment.edit.title" = "미디어 편집";
"attachment.edit.thumbnail.prompt" = "미리 보기에서 원을 드래그해서 항상 표시될 부분을 선택해 주세요";
"attachment.edit.thumbnail.prompt" = "표지로 사용될 부분을 설정하기 위해 미리 보기를 클릭하거나 드래그해 초점을 맞춰주세요";
"attachment.sensitive-content" = "민감한 콘텐츠";
"attachment.media-hidden" = "숨겨진 미디어";
"attachment.type.image" = "이미지";
"attachment.type.audio" = "음성 파일";
"attachment.type.audio" = "오디오 파일";
"attachment.type.video" = "비디오";
"attachment.type.unknown" = "첨부 파일";
"attachment.unable-to-export-media" = "미디어를 내보낼 수 없어요";
@ -112,15 +112,15 @@
"compose.browse" = "검색";
"compose.characters-remaining-accessibility-label-%ld" = "%ld자 남음";
"compose.change-identity-button.accessibility-hint" = "다른 계정으로 게시하려면 탭 하세요";
"compose.content-warning-button.add" = "콘텐츠 경고 추가";
"compose.content-warning-button.remove" = "콘텐츠 경고 제거";
"compose.emoji-button" = "모지 선택기";
"compose.content-warning-button.add" = "열람 주의 문구 추가";
"compose.content-warning-button.remove" = "열람 주의 문구 삭제";
"compose.emoji-button" = "모지 선택기";
"compose.mark-media-sensitive" = "민감한 미디어로 표시";
"compose.photo-library" = "사진 라이브러리";
"compose.poll.accessibility.multiple-choices-allowed" = "복수 선택 허용";
"compose.poll.add-choice" = "선택 항목 추가";
"compose.poll.accessibility.multiple-choices-allowed" = "복수 선택 허용";
"compose.poll.add-choice" = "선택 추가";
"compose.poll.allow-multiple-choices" = "복수 선택 허용";
"compose.poll-button.accessibility-label" = "설문 추가";
"compose.poll-button.accessibility-label" = "투표 추가";
"compose.prompt" = "지금 무엇을 하고 있나요?";
"compose.take-photo-or-video" = "사진 또는 비디오 촬영";
"compose.visibility-button.accessibility-label-%@" = "공개 범위: %@";
@ -128,13 +128,13 @@
"compose-button.accessibility-label.toot" = "툿 작성";
"conversation.unread" = "읽지 않음";
"dismiss" = "삭제";
"emoji.custom" = "커스텀";
"emoji.custom" = "사용자화";
"emoji.default-skin-tone" = "기본 피부색";
"emoji.default-skin-tone-button.accessibility-label" = "기본 피부색 선택";
"emoji.frequently-used" = "자주 사용되는 모지";
"emoji.search" = "모지 검색";
"emoji.frequently-used" = "자주 사용되는 모지";
"emoji.search" = "모지 검색";
"emoji.system-group.smileys-and-emotion" = "웃는 얼굴 및 이모티콘";
"emoji.system-group.people-and-body" = "사람";
"emoji.system-group.people-and-body" = "사람 및 신체";
"emoji.system-group.components" = "구성 요소";
"emoji.system-group.animals-and-nature" = "동물 및 자연";
"emoji.system-group.food-and-drink" = "음식 및 음료";
@ -143,25 +143,27 @@
"emoji.system-group.objects" = "사물";
"emoji.system-group.symbols" = "기호";
"emoji.system-group.flags" = "깃발";
"explore.trending" = "지금 뜨고 있는 트렌드";
"explore.trending" = "실시간 트렌드";
"explore.instance" = "인스턴스";
"explore.profile-directory" = "프로필 둘러보기";
"error" = "오류";
"favorites" = "즐겨찾기";
"follow-requests" = "팔로우 요청";
"registration.review-terms-of-use-and-privacy-policy-%@" = "계속하려면 %@의 이용 약관 및 개인정보처리방침을 확인해야 해요";
"registration.review-terms-of-use-and-privacy-policy-%@" = "계속하려면 %@의 이용 약관 및 개인정보처리방침을 확인합니다";
"registration.username" = "유저 이름";
"registration.email" = "이메일";
"registration.password" = "비밀번호";
"registration.password-confirmation" = "비밀번호 확인";
"registration.reason-%@" = "%@에 가입하려는 이유는 무엇인가요?";
"registration.server-rules" = "서버 규칙";
"registration.terms-of-service" = "개인정보처리방침";
"registration.agree-to-server-rules-and-terms-of-service" = "서버 규칙 및 개인정보처리방침에 동의해요";
"registration.terms-of-service" = "서비스 이용약관";
"registration.agree-to-server-rules-and-terms-of-service" = "서버 규칙과 서비스 이용약관에 동의합니다";
"registration.password-confirmation-mismatch" = "입력한 비밀번호가 일치하지 않아요";
"secondary-navigation.about" = "이 앱에 대해서";
"secondary-navigation.account-settings" = "계정 설정";
"secondary-navigation.accounts" = "계정";
"secondary-navigation.lists" = "목록";
"secondary-navigation.edit-profile" = "프로필 편집";
"secondary-navigation.lists" = "리스트";
"secondary-navigation.my-profile" = "내 프로필";
"secondary-navigation.preferences" = "설정";
"secondary-navigation-button.accessibility-title" = "계정 메뉴";
@ -172,7 +174,7 @@
"identities.log-out" = "로그아웃";
"identities.pending" = "보류 중";
"image-error.unable-to-load" = "이미지를 불러올 수 없어요";
"lists.new-list-title" = "새 목록 타이틀";
"lists.new-list-title" = "새 리스트 제목";
"load-more" = "더 보기";
"load-more.above.accessibility.post" = "위의 게시글에서 불러오기";
"load-more.above.accessibility.toot" = "위의 툿에서 불러오기";
@ -185,12 +187,12 @@
"main-navigation.conversations" = "메시지";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "프로필 보기";
"notification.signed-in-as-%@" = "%@(으)로 로그인";
"notification.signed-in-as-%@" = "%@ 계정으로 로그인함";
"notification.new-items" = "새 알림";
"notification.poll" = "투표한 설문이 종료되었어요";
"notification.poll.own" = "내 설문이 종료되었어요";
"notification.poll" = "내가 참여한 투표가 끝났습니다";
"notification.poll.own" = "내 투표가 끝났습니다";
"notification.poll.unknown" = "설문이 종료되었어요";
"notification.status-%@" = "%@ 님이 방금 막 포스트 했어요";
"notification.status-%@" = "%@ 님이 게시글을 올렸어요";
"notifications.all" = "모두";
"notifications.mentions" = "멘션";
"ok" = "확인";
@ -199,6 +201,10 @@
"preferences" = "설정";
"preferences.app" = "앱 설정";
"preferences.app-icon" = "앱 아이콘";
"preferences.app.color-scheme" = "화면 스타일";
"preferences.app.color-scheme.dark" = "다크 모드";
"preferences.app.color-scheme.light" = "라이트 모드";
"preferences.app.color-scheme.system" = "기기 설정을 따름";
"preferences.blocked-domains" = "차단된 도메인";
"preferences.blocked-users" = "차단된 사용자";
"preferences.media" = "미디어";
@ -207,7 +213,7 @@
"preferences.media.avatars.animate.everywhere" = "항상";
"preferences.media.avatars.animate.profiles" = "프로필을 볼 때만";
"preferences.media.avatars.animate.never" = "안 함";
"preferences.media.custom-emojis.animate" = "움직이는 커스텀 모지";
"preferences.media.custom-emojis.animate" = "움직이는 커스텀 모지";
"preferences.media.headers.animate" = "움직이는 프로필 헤더";
"preferences.media.autoplay" = "자동 재생";
"preferences.media.autoplay.gifs" = "GIF 자동 재생";
@ -217,7 +223,7 @@
"preferences.media.autoplay.never" = "안 함";
"preferences.use-preferences-from-server" = "서버의 기본 설정 사용";
"preferences.posting-default-visiblility" = "기본 공개 범위";
"preferences.posting-default-sensitive" = "민감한 미디어로 기본 설정";
"preferences.posting-default-sensitive" = "민감한 콘텐츠로 기본 설정";
"preferences.reading-expand-media" = "미디어 표시";
"preferences.expand-media.default" = "민감한 미디어 숨기기";
"preferences.expand-media.show-all" = "모두 보기";
@ -232,8 +238,8 @@
"preferences.notification-types.follow-request" = "팔로우 요청";
"preferences.notification-types.reblog" = "부스트";
"preferences.notification-types.mention" = "멘션";
"preferences.notification-types.poll" = "설문";
"preferences.notification-types.status" = "새 글 알림";
"preferences.notification-types.poll" = "투표";
"preferences.notification-types.status" = "구독";
"preferences.notifications" = "알림";
"preferences.notifications.include-account-name" = "계정 이름 포함";
"preferences.notifications.include-pictures" = "이미지 포함";
@ -241,14 +247,14 @@
"preferences.muted-users" = "뮤트된 사용자";
"preferences.home-timeline-position-on-startup" = "앱을 실행할 때 타임라인 위치";
"preferences.notifications-position-on-startup" = "앱을 실행할 때 알림 위치";
"preferences.position.remember-position" = "현재 위치 기억";
"preferences.position.remember-position" = "위치 기억하기";
"preferences.position.newest" = "최신 항목 불러오기";
"preferences.require-double-tap-to-reblog" = "두 번 탭 해서 부스트";
"preferences.require-double-tap-to-favorite" = "두 번 탭 해서 즐겨찾기";
"preferences.show-reblog-and-favorite-counts" = "부스트 및 즐겨찾기 수 표시";
"preferences.status-word" = "상태를 나타내는 말";
"filters.active" = "활성화";
"filters.expired" = "만료된 필터";
"filters.expired" = "만료";
"filter.add-new" = "새 필터 추가";
"filter.edit" = "필터 편집";
"filter.keyword-or-phrase" = "키워드 또는 문구";
@ -256,7 +262,7 @@
"filter.expire-after" = "만료 기한";
"filter.contexts" = "필터 적용 대상";
"filter.irreversible" = "숨기는 대신 삭제";
"filter.irreversible-explanation" = "필터링 된 툿은 나중에 필터를 제거해도 돌아오지 않아요";
"filter.irreversible-explanation" = "필터링 된 게시물은 나중에 필터를 제거해도 돌아오지 않게 됩니다";
"filter.whole-word" = "단어 전체에 매칭";
"filter.whole-word-explanation" = "키워드 또는 문구가 영문과 숫자로만 이루어졌다면, 단어 전체가 일치할 때에만 작동해요";
"filter.save-changes" = "변경 사항 저장";
@ -266,26 +272,26 @@
"filter.context.thread" = "대화";
"filter.context.account" = "프로필";
"filter.context.unknown" = "알 수 없는 컨텍스트";
"more-results.accounts" = "더 많은 유저 표시";
"more-results.statuses.post" = "게시글 더 보기";
"more-results.statuses.toot" = "툿 더 보기";
"more-results.tags" = "해시 태그 보기";
"more-results.accounts" = "더 많은 사용자 보기";
"more-results.statuses.post" = "더 많은 게시물 보기";
"more-results.statuses.toot" = "더 많은 툿 보기";
"more-results.tags" = "더 많은 해시태그 보기";
"notifications" = "알림";
"notifications.reblogged-your-status-%@" = "%@ 님이 부스트 했어요";
"notifications.favourited-your-status-%@" = "%@ 님이 즐겨찾기 했어요";
"notifications.followed-you-%@" = "%@ 님이 나를 팔로우하고 있어요!";
"notifications.followed-you-%@" = "%@ 님이 나를 팔로우 합니다";
"notifications.poll-ended" = "투표한 설문이 종료되었어요";
"notifications.your-poll-ended" = "내 설문이 종료되었어요";
"notifications.unknown-%@" = "%@ 님이 보낸 알림이 도착했어요";
"remove" = "제거";
"report" = "신고";
"report.additional-comments" = "답글 추가";
"report.hint" = "신고 내용은 서버 중재자에게 전송돼요. 아래에 신고 사유를 입력해주세요:";
"report.hint" = "신고 내용은 나의 서버 중재자에게 전송됩니다. 아래에 신고 사유를 입력할 수 있어요.";
"report.target-%@" = "%@ 님 신고하기";
"report.forward.hint" = "이 계정은 다른 서버에 소속되어 있어요. 신고 내용을 익명으로 전송할까요?";
"report.forward.hint" = "이 계정은 다른 서버 소속입니다. 해당 서버에 익명으로 신고 내용을 전송할까요?";
"report.forward-%@" = "%@ 에 전달";
"report.select-additional.hint.post" = "신고할 게시글 추가";
"report.select-additional.hint.toot" = "신고할 툿 추가:";
"report.select-additional.hint.toot" = "신고할 툿 추가";
"search.scope.all" = "모두";
"search.scope.accounts" = "유저";
"search.scope.statuses.post" = "게시글";
@ -302,21 +308,21 @@
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "콘텐츠 경고";
"status.delete" = "삭제";
"status.delete.confirm.post" = "정말 이 게시글을 삭제하시겠어요?";
"status.delete.confirm.toot" = "정말 이 툿을 삭제해도 될까요?";
"status.delete-and-redraft" = "지우고 다시 쓰기";
"status.delete-and-redraft.confirm.post" = "게시글을 지우고 다시 작성하면 이전에 받은 부스트와 즐겨찾기는 삭제되고 답글은 분리돼요. 그래도 진행할까요?";
"status.delete-and-redraft.confirm.toot" = "툿을 지우고 다시 작성하면 이전에 받은 부스트와 즐겨찾기는 삭제되고 답글은 분리돼요. 그래도 진행할까요?";
"status.delete.confirm.post" = "이 게시글을 삭제할까요?";
"status.delete.confirm.toot" = "이 툿을 삭제할까요?";
"status.delete-and-redraft" = "삭제하고 다시 쓰기";
"status.delete-and-redraft.confirm.post" = "게시글을 삭제하고 다시 쓰면 즐겨찾기와 부스트가 삭제되고 답글이 분리됩니다. 그래도 진행할까요?";
"status.delete-and-redraft.confirm.toot" = "툿을 삭제하고 다시 쓰면 즐겨찾기와 부스트가 삭제되고 답글이 분리됩니다. 그래도 진행할까요?";
"status.mute" = "대화 뮤트";
"status.new-items.post" = "새로운이 있어요!";
"status.new-items.post" = "새 게시글";
"status.new-items.toot" = "새 툿이 있어요!";
"status.pin" = "프로필에 고정하기";
"status.pin" = "프로필에 고정";
"status.pinned.post" = "고정된 게시글";
"status.pinned.toot" = "고정된 툿";
"status.poll.accessibility-label" = "설문";
"status.poll.option-%ld" = "옵션 %ld";
"status.poll.vote" = "투표";
"status.poll.time-left-%@" = "%@ 남음";
"status.poll.time-left-%@" = "나머지 %@";
"status.poll.refresh" = "다시 불러오기";
"status.poll.closed" = "마감됨";
"status.reblogged-by-%@" = "%@ 님이 부스트 했어요";
@ -324,19 +330,19 @@
"status.reblog-button.accessibility-label" = "부스트 하기";
"status.reblog-button.undo.accessibility-label" = "부스트 취소";
"status.favorite-button.accessibility-label" = "즐겨찾기 등록";
"status.favorite-button.undo.accessibility-label" = "즐겨찾기 제";
"status.favorite-button.undo.accessibility-label" = "즐겨찾기에서";
"status.show-more" = "펼치기";
"status.show-more-all-button.accessibilty-label" = "모든 항목 펼치기";
"status.show-more-all-button.accessibilty-label" = "모 펼치기";
"status.show-less" = "접기";
"status.show-less-all-button.accessibilty-label" = "모든 항목 접기";
"status.show-thread" = "스레드 보기";
"status.spoiler-text-placeholder" = "경고 문구는 여기에 작성해요";
"status.unbookmark" = "북마크 제";
"status.spoiler-text-placeholder" = "여기에 주의사항을 적어주세요";
"status.unbookmark" = "북마크에서";
"status.unmute" = "대화 뮤트 해제";
"status.unpin" = "프로필에서 고정 해제";
"status.visibility.public" = "공개";
"status.visibility.unlisted" = "타임라인에 비표시";
"status.visibility.private" = "비공개";
"status.visibility.private" = "팔로워만";
"status.visibility.direct" = "다이렉트";
"status.visibility.public.description" = "누구나 볼 수 있고, 연합 타임라인에 표시돼요";
"status.visibility.unlisted.description" = "누구나 볼 수 있지만, 연합 타임라인에는 표시되지 않아요";
@ -349,4 +355,4 @@
"timelines.home" = "홈";
"timelines.local" = "로컬";
"timelines.federated" = "연합";
"toot" = "툿!";
"toot" = "툿";

View File

@ -13,7 +13,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld님이 입력하고 있어요</string>
<string>%ld명이 말하고 있어요</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
@ -69,7 +69,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld개의 답글</string>
<string>%ld 답글</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
@ -83,7 +83,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld개의 게시글</string>
<string>%ld 게시글</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
@ -97,7 +97,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld개의 툿</string>
<string>%ld 툿</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>

View File

@ -160,7 +160,9 @@
"registration.agree-to-server-rules-and-terms-of-service" = "Zgadzam się na zasady stosowane na serwerze i warunki świadczenia usługi";
"registration.password-confirmation-mismatch" = "Hasło i powtórzone hasło się nie zgadzają";
"secondary-navigation.about" = "O aplikacji";
"secondary-navigation.account-settings" = "Ustawienia konta";
"secondary-navigation.accounts" = "Konta";
"secondary-navigation.edit-profile" = "Edytuj profil";
"secondary-navigation.lists" = "Listy";
"secondary-navigation.my-profile" = "Mój profil";
"secondary-navigation.preferences" = "Właściwości";
@ -199,6 +201,10 @@
"preferences" = "Właściwości";
"preferences.app" = "Ustawienia aplikacji";
"preferences.app-icon" = "Ikona aplikacji";
"preferences.app.color-scheme" = "Motyw";
"preferences.app.color-scheme.dark" = "Ciemny";
"preferences.app.color-scheme.light" = "Jasny";
"preferences.app.color-scheme.system" = "Systemowy";
"preferences.blocked-domains" = "Zablokowane domeny";
"preferences.blocked-users" = "Zablokowane profile";
"preferences.media" = "Media";
@ -317,7 +323,7 @@
"status.poll.option-%ld" = "Opcja %ld";
"status.poll.vote" = "Głosuj";
"status.poll.time-left-%@" = "%@ zostało";
"status.poll.refresh" = "Odświerz";
"status.poll.refresh" = "Odśwież";
"status.poll.closed" = "Zakończona";
"status.reblogged-by-%@" = "%@ podbił/a";
"status.reply-button.accessibility-label" = "Odpowiedz";

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Sobre";
"about.acknowledgments" = "Licenças";
"about.made-by-metabolist" = "Feito por Metabolist";
"about.official-account" = "Conta Oficial";
"about.rate-the-app" = "Avalie o app";
"about.source-code-and-issue-tracker" = "Código fonte & rastreador de bugs";
"about.translations" = "Traduções";
"about.website" = "Site";
"accessibility.activate-link-%@" = "Link: %@";
"accessibility.copy-text" = "Copiar texto";
"account.%@-followers" = "Seguidores de %@";
"account.accept-follow-request-button.accessibility-label" = "Aceitar solicitação para seguir";
"account.add-remove-lists" = "Adicionar/remover de listas";
"account.avatar.accessibility-label-%@" = "Avatar: %@";
"account.block" = "Bloquear";
"account.block-and-report" = "Bloquear e reportar";
"account.block.confirm-%@" = "Bloquear %@?";
"account.blocked" = "Bloqueado";
"account.direct-message" = "Mensagem direta";
"account.domain-block-%@" = "Bloquear domínio %@";
"account.domain-block.confirm-%@" = "Bloquear domínio %@?";
"account.domain-unblock-%@" = "Desbloquear domínio %@";
"account.domain-unblock.confirm-%@" = "Desbloquear domínio %@?";
"account.field.verified-%@" = "Verificado %@";
"account.follow" = "Seguir";
"account.following" = "Seguindo";
"account.following-count-%ld" = "%ld Seguindo";
"account.followed-by-%@" = "Seguido por %@";
"account.follows-you" = "Segue você";
"account.header.accessibility-label-%@" = "Cabeçalho: %@";
"account.hide-reblogs" = "Esconder boosts";
"account.hide-reblogs.confirm-%@" = "Esconder boosts de %@?";
"account.joined-%@" = "Entrou em %@";
"account.locked.accessibility-label" = "Conta privada";
"account.mute" = "Silenciar";
"account.mute.indefinite" = "Indefinido";
"account.mute.confirm-%@" = "Tem certeza de que deseja silenciar %@?";
"account.mute.confirm.explanation" = "Isso esconderá posts deste usuário e posts mencionando este usuário, mas ele ainda poderá ver seus posts e seguir você.";
"account.mute.confirm.hide-notifications" = "Esconder notificações deste usuário?";
"account.mute.confirm.duration" = "Duração";
"account.mute.target-%@" = "Silenciar %@";
"account.muted" = "Silenciado";
"account.notify" = "Ativar notificações";
"account.reject-follow-request-button.accessibility-label" = "Rejeitar solicitação para seguir";
"account.request" = "Solicitar";
"account.request.cancel" = "Cancelar solicitação para seguir";
"account.statuses.post" = "Posts";
"account.statuses.toot" = "Toots";
"account.statuses-and-replies.post" = "Posts e Respostas";
"account.statuses-and-replies.toot" = "Toots e Respostas";
"account.media" = "Mídia";
"account.show-reblogs" = "Mostrar boosts";
"account.show-reblogs.confirm-%@" = "Mostrar boosts de %@?";
"account.unavailable" = "Perfil indisponível";
"account.unblock" = "Desbloquear";
"account.unblock.confirm-%@" = "Desbloquear %@?";
"account.unfollow.confirm-%@" = "Parar de seguir %@?";
"account.unmute" = "Desativar silêncio";
"account.unmute.confirm-%@" = "Desativar silêncio de %@?";
"account.unnotify" = "Desativar notificações";
"activity.open-in-default-browser" = "Abrir no navegador padrão";
"add" = "Adicionar";
"announcement.insert-emoji" = "Inserir emoji";
"api-error.unable-to-fetch-remote-status" = "Unable to fetch remote status";
"apns-default-message" = "Nova notificação";
"app-icon.brutalist" = "Brutalista";
"app-icon.rainbow-brutalist" = "Brutalista Arco-íris";
"app-icon.classic" = "Clássico";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Arco-íris";
"add-identity.get-started" = "Introdução";
"add-identity.instance-url" = "URL da Instância";
"add-identity.log-in" = "Efetuar sessão";
"add-identity.browse" = "Navegar";
"add-identity.instance-not-supported" = "A fim de fornecer uma experiência segura para todos os usuários e cumprir as Diretrizes de Revisão da App Store, essa instância não é suportada.";
"add-identity.join" = "Inscreva-se";
"add-identity.prompt" = "Digite a URL da instância do Mastodon que você quer se conectar:";
"add-identity.request-invite" = "Solicitar um convite";
"add-identity.unable-to-connect-to-instance" = "Não foi possível conectar à instância";
"add-identity.welcome" = "Bem-vindo ao Metatext";
"add-identity.what-is-mastodon" = "O que é Mastodon?";
"attachment.edit.description" = "Escrever texto alternativo";
"attachment.edit.description.audio" = "Escrever audiodescrição";
"attachment.edit.description.video" = "Escrever audiodescrição ou texto alternativo";
"attachment.edit.detect-text-from-picture" = "Detectar texto da imagem";
"attachment.edit.title" = "Editar mídia";
"attachment.edit.thumbnail.prompt" = "Desenhe um círculo na pré-visualização pra selecionar o ponto focal das miniaturas";
"attachment.sensitive-content" = "Conteúdo sensível";
"attachment.media-hidden" = "Mídia oculta";
"attachment.type.image" = "Imagem";
"attachment.type.audio" = "Arquivo de áudio";
"attachment.type.video" = "Vídeo";
"attachment.type.unknown" = "Anexo";
"attachment.unable-to-export-media" = "Não foi possível exportar a mídia";
"bookmarks" = "Marcadores";
"card.link.accessibility-label" = "Link";
"camera-access.title" = "Acesso à câmera necessário";
"camera-access.description" = "Abra as configurações do sistema para permitir o acesso à câmera";
"camera-access.open-system-settings" = "Abrir configurações do sistema";
"cancel" = "Cancelar";
"compose.add-button-accessibility-label.post" = "Adicionar outro post";
"compose.add-button-accessibility-label.toot" = "Adicionar outro toot";
"compose.attachment.cancel-upload.accessibility-label" = "Cancelar carregamento de anexo";
"compose.attachment.edit" = "Editar anexo";
"compose.attachment.remove" = "Remover anexo";
"compose.attachment.uncaptioned" = "Sem descrição";
"compose.attachment.uploading" = "Carregando";
"compose.attachments-button.accessibility-label" = "Adicionar anexo";
"compose.attachments-will-be-discarded" = "Anexos serão descartados ao trocar de conta";
"compose.browse" = "Navegar";
"compose.characters-remaining-accessibility-label-%ld" = "%ld caracteres restantes";
"compose.change-identity-button.accessibility-hint" = "Toque para publicar com uma conta diferente";
"compose.content-warning-button.add" = "Adicionar alerta de conteúdo";
"compose.content-warning-button.remove" = "Remover alerta de conteúdo";
"compose.emoji-button" = "Seletor de emoji";
"compose.mark-media-sensitive" = "Marcar mídia como sensível";
"compose.photo-library" = "Fototeca";
"compose.poll.accessibility.multiple-choices-allowed" = "Múltipla escolha permitida";
"compose.poll.add-choice" = "Adicionar uma escolha";
"compose.poll.allow-multiple-choices" = "Permitir múltipla escolha";
"compose.poll-button.accessibility-label" = "Adicionar enquete";
"compose.prompt" = "O que você está pensando?";
"compose.take-photo-or-video" = "Tire Foto ou Vídeo";
"compose.visibility-button.accessibility-label-%@" = "Privacidade: %@";
"compose-button.accessibility-label.post" = "Escrever Post";
"compose-button.accessibility-label.toot" = "Escrever Toot";
"conversation.unread" = "Não lido";
"dismiss" = "Dispensar";
"emoji.custom" = "Personalizado";
"emoji.default-skin-tone" = "Tom de pele padrão";
"emoji.default-skin-tone-button.accessibility-label" = "Definir tom de pele padrão";
"emoji.frequently-used" = "Usados frequentemente";
"emoji.search" = "Pesquisar Emoji";
"emoji.system-group.smileys-and-emotion" = "Sorrisos e Emoções";
"emoji.system-group.people-and-body" = "Pessoas";
"emoji.system-group.components" = "Componentes";
"emoji.system-group.animals-and-nature" = "Animais e Natureza";
"emoji.system-group.food-and-drink" = "Comidas e Bebidas";
"emoji.system-group.travel-and-places" = "Viagens e Lugares";
"emoji.system-group.activites" = "Atividades";
"emoji.system-group.objects" = "Objetos";
"emoji.system-group.symbols" = "Símbolos";
"emoji.system-group.flags" = "Bandeiras";
"explore.trending" = "Tendências";
"explore.instance" = "Instância";
"explore.profile-directory" = "Diretório de Perfis";
"error" = "Erro";
"favorites" = "Favoritos";
"follow-requests" = "Solicitações para Seguir";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Por favor revise os Termos de Uso e Políticas de Privacidade de %@ para continuar";
"registration.username" = "Nome de Usuário";
"registration.email" = "E-mail";
"registration.password" = "Senha";
"registration.password-confirmation" = "Confirme a senha";
"registration.reason-%@" = "Por que você quer se juntar a %@?";
"registration.server-rules" = "Regras do servidor";
"registration.terms-of-service" = "Temos de serviço";
"registration.agree-to-server-rules-and-terms-of-service" = "Eu concordo com as regras do servidor e termos de serviço";
"registration.password-confirmation-mismatch" = "Senha e confirmação de senha não conferem";
"secondary-navigation.about" = "Sobre este app";
"secondary-navigation.account-settings" = "Definições da Conta";
"secondary-navigation.accounts" = "Contas";
"secondary-navigation.edit-profile" = "Editar Perfil";
"secondary-navigation.lists" = "Listas";
"secondary-navigation.my-profile" = "Meu Perfil";
"secondary-navigation.preferences" = "Preferências";
"secondary-navigation-button.accessibility-title" = "Menu da Conta";
"http-error.non-http-response" = "HTTP Error: Non-HTTP response";
"http-error.status-code-%ld" = "HTTP Error: %ld";
"identities.accounts" = "Contas";
"identities.browsing" = "Navegação";
"identities.log-out" = "Sair";
"identities.pending" = "Pendente";
"image-error.unable-to-load" = "Não foi possível carregar a imagem";
"lists.new-list-title" = "Título de Lista Nova";
"load-more" = "Carregar Mais";
"load-more.above.accessibility.post" = "Carregar do post acima";
"load-more.above.accessibility.toot" = "Carregar do toot acima";
"load-more.below.accessibility.post" = "Carregar do post abaixo";
"load-more.below.accessibility.toot" = "Carregar do toot abaixo";
"main-navigation.announcements" = "Anúncios";
"main-navigation.timelines" = "Linhas do tempo";
"main-navigation.explore" = "Explorar";
"main-navigation.notifications" = "Notificações";
"main-navigation.conversations" = "Mensagens";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Ver perfil";
"notification.signed-in-as-%@" = "Conectado como %@";
"notification.new-items" = "Novas notificações";
"notification.poll" = "Uma enquete que você votou terminou";
"notification.poll.own" = "Sua enquete terminou";
"notification.poll.unknown" = "Uma enquete terminou";
"notification.status-%@" = "%@ acabou de postar";
"notifications.all" = "Tudo";
"notifications.mentions" = "Menções";
"ok" = "OK";
"pending.pending-confirmation" = "Sua conta está com a confirmação pendente";
"post" = "Post";
"preferences" = "Preferências";
"preferences.app" = "Preferências do App";
"preferences.app-icon" = "Ícone do App";
"preferences.app.color-scheme" = "Aparência";
"preferences.app.color-scheme.dark" = "Escuro";
"preferences.app.color-scheme.light" = "Claro";
"preferences.app.color-scheme.system" = "Sistema";
"preferences.blocked-domains" = "Domínios Bloqueados";
"preferences.blocked-users" = "Usuários Bloqueados";
"preferences.media" = "Mídia";
"preferences.media.avatars" = "Avatares";
"preferences.media.avatars.animate" = "Avatares animados";
"preferences.media.avatars.animate.everywhere" = "Em todo lugar";
"preferences.media.avatars.animate.profiles" = "Em perfis";
"preferences.media.avatars.animate.never" = "Nunca";
"preferences.media.custom-emojis.animate" = "Animar emoji personalizados";
"preferences.media.headers.animate" = "Animar capas de perfil";
"preferences.media.autoplay" = "Reprodução automática";
"preferences.media.autoplay.gifs" = "Reproduzir GIFs automaticamente";
"preferences.media.autoplay.videos" = "Reproduzir vídeos automaticamente";
"preferences.media.autoplay.always" = "Sempre";
"preferences.media.autoplay.wifi" = "No Wi-Fi";
"preferences.media.autoplay.never" = "Nunca";
"preferences.use-preferences-from-server" = "Usar preferências do servidor";
"preferences.posting-default-visiblility" = "Visibilidade padrão";
"preferences.posting-default-sensitive" = "Marcar conteúdo como sensível por padrão";
"preferences.reading-expand-media" = "Expandir mídia";
"preferences.expand-media.default" = "Ocultar sensível";
"preferences.expand-media.show-all" = "Mostrar tudo";
"preferences.expand-media.hide-all" = "Ocultar tudo";
"preferences.reading-expand-spoilers" = "Sempre expandir alertas de conteúdo";
"preferences.filters" = "Filtros";
"preferences.links.open-in-default-browser" = "Abrir links no navegador padrão";
"preferences.links.use-universal-links" = "Abrir links em outros aplicativos quando disponível";
"preferences.notification-types" = "Tipos de Notificação";
"preferences.notification-types.follow" = "Seguir";
"preferences.notification-types.favourite" = "Favorito";
"preferences.notification-types.follow-request" = "Solicitação para Seguir";
"preferences.notification-types.reblog" = "Reblogar";
"preferences.notification-types.mention" = "Menção";
"preferences.notification-types.poll" = "Enquete";
"preferences.notification-types.status" = "Inscrição";
"preferences.notifications" = "Notificações";
"preferences.notifications.include-account-name" = "Incluir nome da conta";
"preferences.notifications.include-pictures" = "Incluir imagens";
"preferences.notifications.sounds" = "Sons";
"preferences.muted-users" = "Usuários Silenciados";
"preferences.home-timeline-position-on-startup" = "Posição inicial da linha do tempo ao iniciar";
"preferences.notifications-position-on-startup" = "Posição das notificações ao iniciar";
"preferences.position.remember-position" = "Lembrar posição";
"preferences.position.newest" = "Carregar mais recentes";
"preferences.require-double-tap-to-reblog" = "Exigir toque duplo para republicar";
"preferences.require-double-tap-to-favorite" = "Solicitar toque duplo para favoritar";
"preferences.show-reblog-and-favorite-counts" = "Mostrar contagem de boosts e favoritos";
"preferences.status-word" = "Estado da palavra";
"filters.active" = "Ativo";
"filters.expired" = "Expirados";
"filter.add-new" = "Adicionar Novo Filtro";
"filter.edit" = "Editar Filtro";
"filter.keyword-or-phrase" = "Palavra-chave ou frase";
"filter.never-expires" = "Nunca expira";
"filter.expire-after" = "Expira após";
"filter.contexts" = "Filtrar contextos";
"filter.irreversible" = "Apagar em vez de ocultar";
"filter.irreversible-explanation" = "As publicações filtradas desaparecerão irreversivelmente, mesmo se o filtro for removido depois";
"filter.whole-word" = "Palavra inteira";
"filter.whole-word-explanation" = "Quando a palavra-chave ou frase for apenas alfanumérica, ela será aplicada apenas se corresponder a palavra inteira";
"filter.save-changes" = "Salvar Alterações";
"filter.context.home" = "Página inicial";
"filter.context.notifications" = "Notificações";
"filter.context.public" = "Linhas do tempo públicas";
"filter.context.thread" = "Conversas";
"filter.context.account" = "Perfis";
"filter.context.unknown" = "Contexto desconhecido";
"more-results.accounts" = "Mais pessoas";
"more-results.statuses.post" = "Mais publicações";
"more-results.statuses.toot" = "Mais publicações";
"more-results.tags" = "Mais marcadores";
"notifications" = "Notificações";
"notifications.reblogged-your-status-%@" = "%@ impulsionou seu status";
"notifications.favourited-your-status-%@" = "%@ marcou seu status como favorito";
"notifications.followed-you-%@" = "%@ seguiu você";
"notifications.poll-ended" = "Uma enquete que você votou foi encerrada";
"notifications.your-poll-ended" = "Sua enquete foi encerrada";
"notifications.unknown-%@" = "Notificação de %@";
"remove" = "Remover";
"report" = "Denunciar";
"report.additional-comments" = "Comentários adicionais";
"report.hint" = "A denúncia será enviada aos moderadores da sua instância. Você pode fornecer uma explicação do motivo da denúncia à conta a seguir:";
"report.target-%@" = "Denunciar %@";
"report.forward.hint" = "A conta é de outro servidor. Enviar uma cópia anônima do relatório para lá também?";
"report.forward-%@" = "Encaminhar denúncia para %@";
"report.select-additional.hint.post" = "Selecionar publicações adicionais para denunciar:";
"report.select-additional.hint.toot" = "Selecionar publicações adicionais para denunciar:";
"search.scope.all" = "Tudo";
"search.scope.accounts" = "Pessoas";
"search.scope.statuses.post" = "Publicações";
"search.scope.statuses.toot" = "Publicações";
"search.scope.tags" = "Marcadores";
"selected" = "Selecionado";
"send" = "Enviar";
"share" = "Compartilhar";
"share-extension-error.no-account-found" = "Nenhuma conta encontrada";
"status.accessibility.view-author-profile" = "Ver perfil do autor";
"status.accessibility.view-reblogger-profile" = "Ver perfil do autor do boost";
"status.accessibility.part-of-a-thread" = "Parte de um tópico";
"status.bookmark" = "Marcador";
"status.content-warning-abbreviation" = "AC";
"status.content-warning.accessibility" = "Alerta de conteúdo";
"status.delete" = "Apagar";
"status.delete.confirm.post" = "Você tem certeza de que quer apagar esse post?";
"status.delete.confirm.toot" = "Você tem certeza de que quer apagar esse toot?";
"status.delete-and-redraft" = "Apagar e rascunhar";
"status.delete-and-redraft.confirm.post" = "Você tem certeza de que quer apagar esse post e rascunhá-lo? Favoritos e boosts serão perdidos, respostas ao post original serão desvinculadas.";
"status.delete-and-redraft.confirm.toot" = "Você tem certeza de que quer apagar esse toot e rascunhá-lo? Favoritos e boosts serão perdidos, respostas ao toot original serão desvinculadas.";
"status.mute" = "Silenciar conversa";
"status.new-items.post" = "Novos posts";
"status.new-items.toot" = "Novos toots";
"status.pin" = "Afixar no perfil";
"status.pinned.post" = "Post afixado";
"status.pinned.toot" = "Publicação fixa";
"status.poll.accessibility-label" = "Enquete";
"status.poll.option-%ld" = "Opção %ld";
"status.poll.vote" = "Votar";
"status.poll.time-left-%@" = "%@ restantes";
"status.poll.refresh" = "Atualizar";
"status.poll.closed" = "Fechado";
"status.reblogged-by-%@" = "%@ otimizado";
"status.reply-button.accessibility-label" = "Responder";
"status.reblog-button.accessibility-label" = "Boost";
"status.reblog-button.undo.accessibility-label" = "Unboost";
"status.favorite-button.accessibility-label" = "Favorito";
"status.favorite-button.undo.accessibility-label" = "Remover favorito";
"status.show-more" = "Mostrar Mais";
"status.show-more-all-button.accessibilty-label" = "Mostrar mais para todos";
"status.show-less" = "Mostrar menos";
"status.show-less-all-button.accessibilty-label" = "Mostrar menos para todos";
"status.show-thread" = "Show thread";
"status.spoiler-text-placeholder" = "Write your warning here";
"status.unbookmark" = "Unbookmark";
"status.unmute" = "Unmute conversation";
"status.unpin" = "Unpin from profile";
"status.visibility.public" = "Público";
"status.visibility.unlisted" = "Não listado";
"status.visibility.private" = "Somente seguidores";
"status.visibility.direct" = "Direct";
"status.visibility.public.description" = "Visível para todos, mostrado em linhas do tempo públicas";
"status.visibility.unlisted.description" = "Visível para todos, mas não em linhas do tempo públicas";
"status.visibility.private.description" = "Visível somente para seguidores";
"status.visibility.direct.description" = "Visível somente para usuários mencionados";
"tag.accessibility-recent-uses-%ld" = "%ld recent uses";
"tag.accessibility-hint.post" = "View posts associated with trend";
"tag.accessibility-hint.toot" = "View toots associated with trend";
"tag.per-week-%ld" = "%ld por semana";
"timelines.home" = "Início";
"timelines.local" = "Localização";
"timelines.federated" = "Federated";
"toot" = "Toot";

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld pessoa conversando</string>
<key>other</key>
<string>%ld pessoas conversando</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld pessoa</string>
<key>other</key>
<string>%ld pessoas</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Impulso</string>
<key>other</key>
<string>%ld Impulsos</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Favorito</string>
<key>other</key>
<string>%ld Favoritos</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Resposta</string>
<key>other</key>
<string>%ld Respostas</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Post</string>
<key>other</key>
<string>%ld Publicações</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Toot</string>
<key>other</key>
<string>%ld Publicações</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Seguidor</string>
<key>other</key>
<string>%ld Seguidor</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld imagem</string>
<key>other</key>
<string>%ld imagens</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld arquivo de áudio</string>
<key>other</key>
<string>%ld arquivos de áudio</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld arquivo de vídeo</string>
<key>other</key>
<string>%ld arquivos de vídeo</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld anexo</string>
<key>other</key>
<string>%ld anexos</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -28,11 +28,11 @@
"account.following" = "Подписки";
"account.following-count-%ld" = "%ld подписан";
"account.followed-by-%@" = "Подписаны %@";
"account.follows-you" = "Подписан(-а) на вас";
"account.follows-you" = "Подписался(-ась) на вас";
"account.header.accessibility-label-%@" = "Изображение заголовка: %@";
"account.hide-reblogs" = "Скрыть продвижения";
"account.hide-reblogs.confirm-%@" = "Скрыть продвижения от %@?";
"account.joined-%@" = "В сети с %@";
"account.joined-%@" = "Присоединился(ась) %@";
"account.locked.accessibility-label" = "Закрытый аккаунт";
"account.mute" = "Игнорировать";
"account.mute.indefinite" = "Бессрочный";
@ -47,7 +47,7 @@
"account.request" = "Запрос";
"account.request.cancel" = "Отменить запрос на подписку";
"account.statuses.post" = "Посты";
"account.statuses.toot" = "Туты";
"account.statuses.toot" = "Посты";
"account.statuses-and-replies.post" = "Посты и ответы";
"account.statuses-and-replies.toot" = "Туты и ответы";
"account.media" = "Медиафайлы";
@ -87,7 +87,7 @@
"attachment.edit.detect-text-from-picture" = "Обнаружить текст на изображении";
"attachment.edit.title" = "Редактировать медиафайлы";
"attachment.edit.thumbnail.prompt" = "Для установки точки фокусировки во всех миниатюрах, переместите круг в области предварительного просмотра";
"attachment.sensitive-content" = "Деликатный контент";
"attachment.sensitive-content" = "Чувствительный контент";
"attachment.media-hidden" = "Медиафайлы скрыты";
"attachment.type.image" = "Изображение";
"attachment.type.audio" = "Аудиозапись";
@ -115,7 +115,7 @@
"compose.content-warning-button.add" = "Добавить предупреждение о деликатном содержимом";
"compose.content-warning-button.remove" = "Удалить предупреждение о деликатном содержимом";
"compose.emoji-button" = "Выбор эмодзи";
"compose.mark-media-sensitive" = "Пометить медиафайлы как деликатные";
"compose.mark-media-sensitive" = "Пометить медиафайлы как чувствительные";
"compose.photo-library" = "Медиатека Фото";
"compose.poll.accessibility.multiple-choices-allowed" = "Разрешить выбор нескольких вариантов";
"compose.poll.add-choice" = "Добавить вариант";
@ -160,7 +160,9 @@
"registration.agree-to-server-rules-and-terms-of-service" = "Я принимаю правила сервера и условия предоставления услуг";
"registration.password-confirmation-mismatch" = "Пароли не совпадают";
"secondary-navigation.about" = "О приложении";
"secondary-navigation.account-settings" = "Настройки аккаунта";
"secondary-navigation.accounts" = "Аккаунты";
"secondary-navigation.edit-profile" = "Редактировать профиль";
"secondary-navigation.lists" = "Списки";
"secondary-navigation.my-profile" = "Профиль";
"secondary-navigation.preferences" = "Настройки";
@ -199,6 +201,10 @@
"preferences" = "Настройки";
"preferences.app" = "Настройки приложения";
"preferences.app-icon" = "Значок приложения";
"preferences.app.color-scheme" = "Appearance";
"preferences.app.color-scheme.dark" = "Dark";
"preferences.app.color-scheme.light" = "Light";
"preferences.app.color-scheme.system" = "System";
"preferences.blocked-domains" = "Заблокированные домены";
"preferences.blocked-users" = "Заблокированные пользователи";
"preferences.media" = "Медиафайлы";
@ -213,13 +219,13 @@
"preferences.media.autoplay.gifs" = "Автовоспроизведение GIF";
"preferences.media.autoplay.videos" = "Автовоспроизведение видео";
"preferences.media.autoplay.always" = "Всегда";
"preferences.media.autoplay.wifi" = "При Wi-Fi подключении";
"preferences.media.autoplay.wifi" = "При подключении Wi-Fi";
"preferences.media.autoplay.never" = "Никогда";
"preferences.use-preferences-from-server" = "Использовать настройки сервера";
"preferences.posting-default-visiblility" = "Видимость по умолчанию";
"preferences.posting-default-sensitive" = "Помечать контент деликатным по умолчанию";
"preferences.reading-expand-media" = "Развернуть медиафайлы";
"preferences.expand-media.default" = "Скрыть деликатные";
"preferences.expand-media.default" = "Скрыть чувствительные";
"preferences.expand-media.show-all" = "Показать всё";
"preferences.expand-media.hide-all" = "Скрыть всё";
"preferences.reading-expand-spoilers" = "Всегда показывать деликатный контент";
@ -271,14 +277,14 @@
"more-results.statuses.toot" = "Больше тутов";
"more-results.tags" = "Больше хештегов";
"notifications" = "Уведомления";
"notifications.reblogged-your-status-%@" = "%@ продвинул ваш статус";
"notifications.favourited-your-status-%@" = "%@ добавил(-а) ваш статус в избранное";
"notifications.followed-you-%@" = "%@ подписался(-ась) на вас";
"notifications.reblogged-your-status-%@" = "%@ продвинул(-а) ваш статус";
"notifications.favourited-your-status-%@" = "%@ добавил ваш статус в избранное";
"notifications.followed-you-%@" = "%@ подписался на вас";
"notifications.poll-ended" = "Опрос, в котором вы проголосовали, завершён";
"notifications.your-poll-ended" = "Ваш опрос завершён";
"notifications.unknown-%@" = "Уведомление от %@";
"remove" = "Удалить";
"report" = "Пожаловаться";
"report" = "Жалоба";
"report.additional-comments" = "Дополнительный комментарий";
"report.hint" = "Отчёт будет отправлен модераторам вашего сервера. Вы можете объяснить, почему вы сообщаете об этом ниже:";
"report.target-%@" = "Пожаловаться на %@";
@ -306,10 +312,10 @@
"status.delete.confirm.toot" = "Вы уверены, что хотите удалить этот тут?";
"status.delete-and-redraft" = "Удалить и переписать";
"status.delete-and-redraft.confirm.post" = "Вы уверены, что хотите удалить этот пост и переписать его? Добавления в избранное и продвижения будут утеряны, а ответы на оригинальную запись осиротеют.";
"status.delete-and-redraft.confirm.toot" = "Вы уверены, что хотите удалить этот тут и переписать его? Добавления в избранное и продвижения будут утеряны, а ответы на оригинальную запись осиротеют.";
"status.delete-and-redraft.confirm.toot" = "Вы уверены, что хотите удалить этот пост и переписать его? Добавления в избранное и продвижения будут утеряны, а ответы на оригинальную запись осиротеют.";
"status.mute" = "Заглушить диалог";
"status.new-items.post" = "Новые записи";
"status.new-items.toot" = "Новые туты";
"status.new-items.toot" = "Новые записи";
"status.pin" = "Закрепить в профиле";
"status.pinned.post" = "Закреплённый пост";
"status.pinned.toot" = "Закреплённый тут";
@ -319,7 +325,7 @@
"status.poll.time-left-%@" = "Осталось %@";
"status.poll.refresh" = "Обновить";
"status.poll.closed" = "Закрыт";
"status.reblogged-by-%@" = "%@ продвинул(а)";
"status.reblogged-by-%@" = "%@ продвинул(-а)";
"status.reply-button.accessibility-label" = "Ответить";
"status.reblog-button.accessibility-label" = "Продвинуть";
"status.reblog-button.undo.accessibility-label" = "Не продвигать";
@ -349,4 +355,4 @@
"timelines.home" = "Главная";
"timelines.local" = "Локальная";
"timelines.federated" = "Глобальная";
"toot" = "Тут";
"toot" = "Отправить";

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Om";
"about.acknowledgments" = "Erkännanden";
"about.made-by-metabolist" = "Tillverkad av Metabolist";
"about.official-account" = "Officiellt konto";
"about.rate-the-app" = "Betygsätt appen";
"about.source-code-and-issue-tracker" = "Källkod och ärendehanterare";
"about.translations" = "Översättningar";
"about.website" = "Hemsida";
"accessibility.activate-link-%@" = "Länk: %@";
"accessibility.copy-text" = "Kopiera text";
"account.%@-followers" = "%@s Följare";
"account.accept-follow-request-button.accessibility-label" = "Acceptera följarförfrågan";
"account.add-remove-lists" = "Lägg till eller ta bort från listor";
"account.avatar.accessibility-label-%@" = "Profilbild: %@";
"account.block" = "Blockera";
"account.block-and-report" = "Blockera & rapportera";
"account.block.confirm-%@" = "Blockera %@?";
"account.blocked" = "Blockerad";
"account.direct-message" = "Direktmeddelande";
"account.domain-block-%@" = "Blockera domän %@";
"account.domain-block.confirm-%@" = "Blockera domän %@?";
"account.domain-unblock-%@" = "Avblockera domän %@";
"account.domain-unblock.confirm-%@" = "Avblockera domän %@?";
"account.field.verified-%@" = "Verifierad %@";
"account.follow" = "Följ";
"account.following" = "Följer";
"account.following-count-%ld" = "%ld Följer";
"account.followed-by-%@" = "Följs av %@";
"account.follows-you" = "Följer dig";
"account.header.accessibility-label-%@" = "Sidhuvudsbild: %@";
"account.hide-reblogs" = "Dölj boosts";
"account.hide-reblogs.confirm-%@" = "Dölj boosts från %@?";
"account.joined-%@" = "Gick med %@";
"account.locked.accessibility-label" = "Låst konto";
"account.mute" = "Tysta";
"account.mute.indefinite" = "Permanent";
"account.mute.confirm-%@" = "Är du säker på att du vill tysta %@?";
"account.mute.confirm.explanation" = "Detta kommer att dölja inlägg från dem och inlägg som nämner dem, men det kommer fortfarande att tillåta dem att se dina inlägg och följa dig.";
"account.mute.confirm.hide-notifications" = "Dölj aviseringar från den här användaren?";
"account.mute.confirm.duration" = "Varaktighet";
"account.mute.target-%@" = "Tysta %@";
"account.muted" = "Tystad";
"account.notify" = "Slå på aviseringar";
"account.reject-follow-request-button.accessibility-label" = "Avböj följarförfrågan";
"account.request" = "Begära att följa";
"account.request.cancel" = "Avbryt följarförfrågan";
"account.statuses.post" = "Inlägg";
"account.statuses.toot" = "Toots";
"account.statuses-and-replies.post" = "Inlägg och svar";
"account.statuses-and-replies.toot" = "Toots och svar";
"account.media" = "Media";
"account.show-reblogs" = "Visa boosts";
"account.show-reblogs.confirm-%@" = "Visa boosts från %@?";
"account.unavailable" = "Profil ej tillgänglig";
"account.unblock" = "Avblockera";
"account.unblock.confirm-%@" = "Avblockera %@?";
"account.unfollow.confirm-%@" = "Sluta följa %@?";
"account.unmute" = "Sluta tysta";
"account.unmute.confirm-%@" = "Sluta tysta %@?";
"account.unnotify" = "Stäng av aviseringar";
"activity.open-in-default-browser" = "Öppna i standardwebbläsaren";
"add" = "Lägg till";
"announcement.insert-emoji" = "Lägg till emoji";
"api-error.unable-to-fetch-remote-status" = "Det gick inte att hämta fjärrstatus";
"apns-default-message" = "Ny avisering";
"app-icon.brutalist" = "Brutalist";
"app-icon.rainbow-brutalist" = "Brutalist (Regnbåge)";
"app-icon.classic" = "Klassiskt";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Regnbåge";
"add-identity.get-started" = "Kom igång";
"add-identity.instance-url" = "Instansens URL";
"add-identity.log-in" = "Logga in";
"add-identity.browse" = "Bläddra";
"add-identity.instance-not-supported" = "För att ge alla användare en säker upplevelse och följa riktlinjerna i App Store stöds inte den här instansen.";
"add-identity.join" = "Gå med";
"add-identity.prompt" = "Ange URL:en till Mastodon-instansen som du vill ansluta till:";
"add-identity.request-invite" = "Begär en inbjudan";
"add-identity.unable-to-connect-to-instance" = "Det går inte att ansluta till instans";
"add-identity.welcome" = "Välkommen till Metatext";
"add-identity.what-is-mastodon" = "Vad är Mastodon?";
"attachment.edit.description" = "Beskriv för synskadade";
"attachment.edit.description.audio" = "Beskriv för personer med hörselnedsättning";
"attachment.edit.description.video" = "Beskriv för personer med hörsel- eller synnedsättning";
"attachment.edit.detect-text-from-picture" = "Upptäck text från bild";
"attachment.edit.title" = "Redigera media";
"attachment.edit.thumbnail.prompt" = "Dra cirkeln i förhandsgranskningen till den punkt i bilden som ska kunna ses i alla miniatyrbilder";
"attachment.sensitive-content" = "Känsligt innehåll";
"attachment.media-hidden" = "Media dolt";
"attachment.type.image" = "Bild";
"attachment.type.audio" = "Ljudfil";
"attachment.type.video" = "Video";
"attachment.type.unknown" = "Bilaga";
"attachment.unable-to-export-media" = "Det gick inte att exportera media";
"bookmarks" = "Bokmärken";
"card.link.accessibility-label" = "Länk";
"camera-access.title" = "Kameraåtkomst krävs";
"camera-access.description" = "Öppna systeminställningar för att tillåta kameraåtkomst";
"camera-access.open-system-settings" = "Öppna systeminställningar";
"cancel" = "Avbryt";
"compose.add-button-accessibility-label.post" = "Lägg till ytterligare inlägg";
"compose.add-button-accessibility-label.toot" = "Lägg till ytterligare en toot";
"compose.attachment.cancel-upload.accessibility-label" = "Avbryt uppladdning av bilaga";
"compose.attachment.edit" = "Redigera bilaga";
"compose.attachment.remove" = "Ta bort bilaga";
"compose.attachment.uncaptioned" = "Otextad";
"compose.attachment.uploading" = "Laddar upp";
"compose.attachments-button.accessibility-label" = "Lägg till bilaga";
"compose.attachments-will-be-discarded" = "Bilagor kommer att kasseras vid byte av konton";
"compose.browse" = "Bläddra";
"compose.characters-remaining-accessibility-label-%ld" = "%ld tecken kvar";
"compose.change-identity-button.accessibility-hint" = "Tryck för att publicera med ett annat konto";
"compose.content-warning-button.add" = "Lägg till innehållsvarning";
"compose.content-warning-button.remove" = "Ta bort innehållsvarning";
"compose.emoji-button" = "Emoji-väljare";
"compose.mark-media-sensitive" = "Markera media som känsligt";
"compose.photo-library" = "Fotobibliotek";
"compose.poll.accessibility.multiple-choices-allowed" = "Flera val tillåtna";
"compose.poll.add-choice" = "Lägg till ett val";
"compose.poll.allow-multiple-choices" = "Tillåt flera val";
"compose.poll-button.accessibility-label" = "Lägg till en omröstning";
"compose.prompt" = "Vad tänker du på?";
"compose.take-photo-or-video" = "Ta foto eller video";
"compose.visibility-button.accessibility-label-%@" = "Integritet: %@";
"compose-button.accessibility-label.post" = "Skriv inlägg";
"compose-button.accessibility-label.toot" = "Skriv toot";
"conversation.unread" = "Oläst";
"dismiss" = "Avfärda";
"emoji.custom" = "Anpassad";
"emoji.default-skin-tone" = "Förvald hudfärg";
"emoji.default-skin-tone-button.accessibility-label" = "Välj förvald hudfärg";
"emoji.frequently-used" = "Ofta använda";
"emoji.search" = "Sök emoji";
"emoji.system-group.smileys-and-emotion" = "Smileys & Känsla";
"emoji.system-group.people-and-body" = "Personer & Kropp";
"emoji.system-group.components" = "Komponenter";
"emoji.system-group.animals-and-nature" = "Djur & Natur";
"emoji.system-group.food-and-drink" = "Mat & Dryck";
"emoji.system-group.travel-and-places" = "Resor & Platser";
"emoji.system-group.activites" = "Aktiviteter";
"emoji.system-group.objects" = "Objekt";
"emoji.system-group.symbols" = "Symboler";
"emoji.system-group.flags" = "Flaggor";
"explore.trending" = "Trendar nu";
"explore.instance" = "Instans";
"explore.profile-directory" = "Profilkatalog";
"error" = "Fel";
"favorites" = "Favoritmarkerade";
"follow-requests" = "Följarförfrågningar";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Vänligen läs %@s användarvillkor och integritetspolicy för att fortsätta";
"registration.username" = "Användarnamn";
"registration.email" = "E-post";
"registration.password" = "Lösenord";
"registration.password-confirmation" = "Bekräfta lösenord";
"registration.reason-%@" = "Varför vill du gå med i %@?";
"registration.server-rules" = "Serverns regler";
"registration.terms-of-service" = "Användarvillkor";
"registration.agree-to-server-rules-and-terms-of-service" = "Jag samtycker till serverns regler och användarvillkor";
"registration.password-confirmation-mismatch" = "Lösenord och lösenordsbekräftelse matchar inte";
"secondary-navigation.about" = "Om den här appen";
"secondary-navigation.account-settings" = "Kontoinställningar";
"secondary-navigation.accounts" = "Konton";
"secondary-navigation.edit-profile" = "Redigera profil";
"secondary-navigation.lists" = "Listor";
"secondary-navigation.my-profile" = "Min profil";
"secondary-navigation.preferences" = "Inställningar";
"secondary-navigation-button.accessibility-title" = "Kontomeny";
"http-error.non-http-response" = "HTTP-fel: Ej HTTP-svar";
"http-error.status-code-%ld" = "HTTP-fel: %ld";
"identities.accounts" = "Konton";
"identities.browsing" = "Bläddrar";
"identities.log-out" = "Logga ut";
"identities.pending" = "Väntande";
"image-error.unable-to-load" = "Det gick inte att ladda in bilden";
"lists.new-list-title" = "Ny listtitel";
"load-more" = "Läs in fler";
"load-more.above.accessibility.post" = "Ladda från inlägget ovan";
"load-more.above.accessibility.toot" = "Ladda från toot ovan";
"load-more.below.accessibility.post" = "Ladda från inlägg nedan";
"load-more.below.accessibility.toot" = "Ladda från toot nedan";
"main-navigation.announcements" = "Tillkännagivanden";
"main-navigation.timelines" = "Tidslinjer";
"main-navigation.explore" = "Utforska";
"main-navigation.notifications" = "Aviseringar";
"main-navigation.conversations" = "Meddelanden";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Visa profil";
"notification.signed-in-as-%@" = "Inloggad som %@";
"notification.new-items" = "Nya aviseringar";
"notification.poll" = "En omröstning du röstat i har avslutats";
"notification.poll.own" = "Din omröstning har avslutats";
"notification.poll.unknown" = "En omröstning har avslutats";
"notification.status-%@" = "%@ postade just";
"notifications.all" = "Alla";
"notifications.mentions" = "Omnämnanden";
"ok" = "OK";
"pending.pending-confirmation" = "Ditt konto är ännu inte bekräftat";
"post" = "Publicera";
"preferences" = "Inställningar";
"preferences.app" = "Appinställningar";
"preferences.app-icon" = "Appikon";
"preferences.app.color-scheme" = "Utseende";
"preferences.app.color-scheme.dark" = "Mörk";
"preferences.app.color-scheme.light" = "Ljus";
"preferences.app.color-scheme.system" = "System";
"preferences.blocked-domains" = "Blockerade domäner";
"preferences.blocked-users" = "Blockerade användare";
"preferences.media" = "Media";
"preferences.media.avatars" = "Profilbilder";
"preferences.media.avatars.animate" = "Animerade profilbilder";
"preferences.media.avatars.animate.everywhere" = "Överallt";
"preferences.media.avatars.animate.profiles" = "I profiler";
"preferences.media.avatars.animate.never" = "Aldrig";
"preferences.media.custom-emojis.animate" = "Animera anpassad emoji";
"preferences.media.headers.animate" = "Animera sidhuvudet på profiler";
"preferences.media.autoplay" = "Automatisk uppspelning";
"preferences.media.autoplay.gifs" = "Autospela GIFs";
"preferences.media.autoplay.videos" = "Spela upp videor automatiskt";
"preferences.media.autoplay.always" = "Alltid";
"preferences.media.autoplay.wifi" = "På Wi-Fi";
"preferences.media.autoplay.never" = "Aldrig";
"preferences.use-preferences-from-server" = "Använd inställningar från servern";
"preferences.posting-default-visiblility" = "Standardsynlighet";
"preferences.posting-default-sensitive" = "Markera innehåll som känsligt som standard";
"preferences.reading-expand-media" = "Expandera media";
"preferences.expand-media.default" = "Dölj känsligt";
"preferences.expand-media.show-all" = "Visa alla";
"preferences.expand-media.hide-all" = "Dölj alla";
"preferences.reading-expand-spoilers" = "Utöka alltid innehållsvarningar";
"preferences.filters" = "Filter";
"preferences.links.open-in-default-browser" = "Öppna länkar i standardwebbläsaren";
"preferences.links.use-universal-links" = "Öppna länkar i andra appar när det är möjligt";
"preferences.notification-types" = "Aviseringstyper";
"preferences.notification-types.follow" = "Följ";
"preferences.notification-types.favourite" = "Favoritmarkerad";
"preferences.notification-types.follow-request" = "Följförfrågan";
"preferences.notification-types.reblog" = "Boosta";
"preferences.notification-types.mention" = "Omnämnande";
"preferences.notification-types.poll" = "Omröstning";
"preferences.notification-types.status" = "Prenumeration";
"preferences.notifications" = "Aviseringar";
"preferences.notifications.include-account-name" = "Inkludera kontonamn";
"preferences.notifications.include-pictures" = "Inkludera bilder";
"preferences.notifications.sounds" = "Ljud";
"preferences.muted-users" = "Tystade användare";
"preferences.home-timeline-position-on-startup" = "Hem-tidslinjens position vid start";
"preferences.notifications-position-on-startup" = "Position för aviseringar vid start";
"preferences.position.remember-position" = "Kom ihåg position";
"preferences.position.newest" = "Ladda senaste";
"preferences.require-double-tap-to-reblog" = "Kräv dubbeltryck för att boosta";
"preferences.require-double-tap-to-favorite" = "Kräv dubbeltryck för att favoritmarkera";
"preferences.show-reblog-and-favorite-counts" = "Visa antal boosts och favoritmarkeringar";
"preferences.status-word" = "Statusord";
"filters.active" = "Aktiv";
"filters.expired" = "Upphört";
"filter.add-new" = "Lägg till nytt filter";
"filter.edit" = "Redigera filter";
"filter.keyword-or-phrase" = "Nyckelord eller fras";
"filter.never-expires" = "Upphör aldrig";
"filter.expire-after" = "Upphör efter";
"filter.contexts" = "Filtrera sammanhang";
"filter.irreversible" = "Släpp istället för att gömma";
"filter.irreversible-explanation" = "Filtrerade inlägg kommer att försvinna oåterkalleligt, även om filter tas bort senare";
"filter.whole-word" = "Hela ord";
"filter.whole-word-explanation" = "När sökordet eller frasen endast är alfanumerisk, kommer det endast att tillämpas om det matchar hela ordet";
"filter.save-changes" = "Spara ändringar";
"filter.context.home" = "Hemtidslinje";
"filter.context.notifications" = "Aviseringar";
"filter.context.public" = "Offentliga tidslinjer";
"filter.context.thread" = "Konversationer";
"filter.context.account" = "Profiler";
"filter.context.unknown" = "Okänt sammanhang";
"more-results.accounts" = "Fler personer";
"more-results.statuses.post" = "Mer inlägg";
"more-results.statuses.toot" = "Mer toots";
"more-results.tags" = "Mer hashtaggar";
"notifications" = "Aviseringar";
"notifications.reblogged-your-status-%@" = "%@ boostade ditt inlägg";
"notifications.favourited-your-status-%@" = "%@ favoritmarkerade ditt inlägg";
"notifications.followed-you-%@" = "%@ följer dig";
"notifications.poll-ended" = "En omröstning du röstat i har avslutats";
"notifications.your-poll-ended" = "Din omröstning har avslutats";
"notifications.unknown-%@" = "Avisering från %@";
"remove" = "Ta bort";
"report" = "Rapportera";
"report.additional-comments" = "Ytterligare kommentarer";
"report.hint" = "Rapporten kommer att skickas till din servers moderatorer. Du kan ge en förklaring till varför du rapporterar detta konto nedan:";
"report.target-%@" = "Rapportera %@";
"report.forward.hint" = "Kontot kommer från en annan server. Vill du skicka en anonymiserad kopia av rapporten dit också?";
"report.forward-%@" = "Vidarebefordra rapport till %@";
"report.select-additional.hint.post" = "Välj ytterligare inlägg att rapportera:";
"report.select-additional.hint.toot" = "Välj ytterligare toots att rapportera:";
"search.scope.all" = "Alla";
"search.scope.accounts" = "Personer";
"search.scope.statuses.post" = "Inlägg";
"search.scope.statuses.toot" = "Toots";
"search.scope.tags" = "Hashtaggar";
"selected" = "Valda";
"send" = "Skicka";
"share" = "Dela";
"share-extension-error.no-account-found" = "Inget konto hittades";
"status.accessibility.view-author-profile" = "Visa författarens profil";
"status.accessibility.view-reblogger-profile" = "Visa boostarens profil";
"status.accessibility.part-of-a-thread" = "Ingår i en tråd";
"status.bookmark" = "Bokmärke";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "Innehållsvarning";
"status.delete" = "Ta bort";
"status.delete.confirm.post" = "Är du säker på att du vill ta bort det här inlägget?";
"status.delete.confirm.toot" = "Är du säker på att du vill ta bort denna toot?";
"status.delete-and-redraft" = "Ta bort & återgå till utkast";
"status.delete-and-redraft.confirm.post" = "Är du säker på att du vill ta bort detta inlägg och lägga det i utkast? Favoritmarkeringar och boosts kommer att gå förlorade och svar på det ursprungliga inlägget kommer att bli föräldralösa.";
"status.delete-and-redraft.confirm.toot" = "Är du säker på att du vill ta bort denna toot och lägga det i utkast? Favoritmarkeringar och boosts kommer att gå förlorade och svar på den ursprungliga tooten kommer att bli föräldralösa.";
"status.mute" = "Tysta konversation";
"status.new-items.post" = "Nya inlägg";
"status.new-items.toot" = "Nya toots";
"status.pin" = "Fäst på profilen";
"status.pinned.post" = "Fästa inlägg";
"status.pinned.toot" = "Fästa toots";
"status.poll.accessibility-label" = "Omröstning";
"status.poll.option-%ld" = "Alternativ %ld";
"status.poll.vote" = "Rösta";
"status.poll.time-left-%@" = "%@ kvar";
"status.poll.refresh" = "Uppdatera";
"status.poll.closed" = "Avslutad";
"status.reblogged-by-%@" = "%@ boostade";
"status.reply-button.accessibility-label" = "Svara";
"status.reblog-button.accessibility-label" = "Boosta";
"status.reblog-button.undo.accessibility-label" = "Ta tillbaka boost";
"status.favorite-button.accessibility-label" = "Favoritmarkera";
"status.favorite-button.undo.accessibility-label" = "Ta bort favoritmarkering";
"status.show-more" = "Visa mer";
"status.show-more-all-button.accessibilty-label" = "Visa mer för alla";
"status.show-less" = "Visa mindre";
"status.show-less-all-button.accessibilty-label" = "Visa mindre för alla";
"status.show-thread" = "Visa tråd";
"status.spoiler-text-placeholder" = "Skriv din varning här";
"status.unbookmark" = "Ta bort bokmärke";
"status.unmute" = "Avtysta konversationen";
"status.unpin" = "Lossa från profil";
"status.visibility.public" = "Offentlig";
"status.visibility.unlisted" = "Olistad";
"status.visibility.private" = "Endast följare";
"status.visibility.direct" = "Direkt";
"status.visibility.public.description" = "Synlig för alla, visas i offentliga tidslinjer";
"status.visibility.unlisted.description" = "Synlig för alla, men inte i offentliga tidslinjer";
"status.visibility.private.description" = "Endast synligt för följare";
"status.visibility.direct.description" = "Endast synligt för nämnda användare";
"tag.accessibility-recent-uses-%ld" = "%ld senaste användningar";
"tag.accessibility-hint.post" = "Visa inlägg kopplade till trend";
"tag.accessibility-hint.toot" = "Visa toots kopplade till trend";
"tag.per-week-%ld" = "%ld per vecka";
"timelines.home" = "Hem";
"timelines.local" = "Lokalt";
"timelines.federated" = "Federerat";
"toot" = "Toot";

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld person som pratar</string>
<key>other</key>
<string>%ld personer som pratar</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld person</string>
<key>other</key>
<string>%ld personer</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Boost</string>
<key>other</key>
<string>%ld Boosts</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Favoritmarkering</string>
<key>other</key>
<string>%ld Favoritmarkeringar</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Svar</string>
<key>other</key>
<string>%ld Svar</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Inlägg</string>
<key>other</key>
<string>%ld Inlägg</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Toot</string>
<key>other</key>
<string>%ld Toots</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld Följare</string>
<key>other</key>
<string>%ld Följare</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld bild</string>
<key>other</key>
<string>%ld bilder</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld ljudfil</string>
<key>other</key>
<string>%ld ljudfiler</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld videofil</string>
<key>other</key>
<string>%ld videofiler</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld bilaga</string>
<key>other</key>
<string>%ld bilagor</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "Про програму";
"about.acknowledgments" = "Подяки";
"about.made-by-metabolist" = "Зроблено Metabolist";
"about.official-account" = "Офіційний обліковий запис";
"about.rate-the-app" = "Оцінити додаток";
"about.source-code-and-issue-tracker" = "Вихідний код та Трекер помилок";
"about.translations" = "Локалізація";
"about.website" = "Сайт";
"accessibility.activate-link-%@" = "Посилання: %@";
"accessibility.copy-text" = "Копіювати";
"account.%@-followers" = "Підписники %@";
"account.accept-follow-request-button.accessibility-label" = "Прийняти запит на підписку";
"account.add-remove-lists" = "Додати/видалити зі списків";
"account.avatar.accessibility-label-%@" = "Аватар: %@";
"account.block" = "Заблокувати";
"account.block-and-report" = "Заблокувати та поскаржитись";
"account.block.confirm-%@" = "Заблокувати %@?";
"account.blocked" = "Заблоковано";
"account.direct-message" = "Приватне повідомлення";
"account.domain-block-%@" = "Заблокувати домен %@";
"account.domain-block.confirm-%@" = "Заблокувати домен %@?";
"account.domain-unblock-%@" = "Розблокувати домен %@";
"account.domain-unblock.confirm-%@" = "Розблокувати домен %@?";
"account.field.verified-%@" = "Підтверджено %@";
"account.follow" = "Підписатися";
"account.following" = "Підписки";
"account.following-count-%ld" = "%ld підписаний";
"account.followed-by-%@" = "Підписані %@";
"account.follows-you" = "Підписаний(-на) на вас";
"account.header.accessibility-label-%@" = "Зображення заголовка: %@";
"account.hide-reblogs" = "Приховати просування";
"account.hide-reblogs.confirm-%@" = "Приховати просування від %@?";
"account.joined-%@" = "Приєднався(лась) %@";
"account.locked.accessibility-label" = "Закритий обл. запис";
"account.mute" = "Ігнорувати";
"account.mute.indefinite" = "Безстроковий";
"account.mute.confirm-%@" = "Ви впевнені, що бажаєте ігнорувати %@?";
"account.mute.confirm.explanation" = "Це приховає їх дописи та дописи, у яких вони згадуються, але вони все одно зможуть переглядати ваші дописи та стежити за вами.";
"account.mute.confirm.hide-notifications" = "Приховати сповіщення від цього користувача?";
"account.mute.confirm.duration" = "Тривалість";
"account.mute.target-%@" = "Ігнорувати %@";
"account.muted" = "Ігноровано";
"account.notify" = "Увімкнути сповіщення";
"account.reject-follow-request-button.accessibility-label" = "Відхилити запит на підписку";
"account.request" = "Запит";
"account.request.cancel" = "Скасувати запит на підписку";
"account.statuses.post" = "Дописи";
"account.statuses.toot" = "Гуки";
"account.statuses-and-replies.post" = "Дописи та відповіді";
"account.statuses-and-replies.toot" = "Гуки та відповіді";
"account.media" = "Медіа";
"account.show-reblogs" = "Показати просування";
"account.show-reblogs.confirm-%@" = "Показати просування від %@?";
"account.unavailable" = "Профіль недоступний";
"account.unblock" = "Розблокувати";
"account.unblock.confirm-%@" = "Розблокувати %@?";
"account.unfollow.confirm-%@" = "Відписатися від %@?";
"account.unmute" = "Не ігнорувати";
"account.unmute.confirm-%@" = "Не ігнорувати %@?";
"account.unnotify" = "Вимкнути сповіщення";
"activity.open-in-default-browser" = "Відкрити у типовому браузері";
"add" = "Додати";
"announcement.insert-emoji" = "Вставити емодзі";
"api-error.unable-to-fetch-remote-status" = "Не вдалося отримати віддалений статус";
"apns-default-message" = "Нове сповіщення";
"app-icon.brutalist" = "Brutalist";
"app-icon.rainbow-brutalist" = "Rainbow Brutalist";
"app-icon.classic" = "Класичний";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "Багатобарвний";
"add-identity.get-started" = "Розпочати";
"add-identity.instance-url" = "URL екземпляра";
"add-identity.log-in" = "Увійти";
"add-identity.browse" = "Огляд";
"add-identity.instance-not-supported" = "Щоб забезпечити безпечний досвід для всіх користувачів і відповідати вказівкам App Store Review, цей екземпляр не підтримується.";
"add-identity.join" = "Приєднатися";
"add-identity.prompt" = "Введіть URL-адресу екземпляра Mastodon, до якого ви хочете підключитися:";
"add-identity.request-invite" = "Надіслати запрошення";
"add-identity.unable-to-connect-to-instance" = "Неможливо підключитися до екземпляра";
"add-identity.welcome" = "Ласкаво просимо в Metatext";
"add-identity.what-is-mastodon" = "Що таке Mastodon?";
"attachment.edit.description" = "Опис для людей з вадами зору";
"attachment.edit.description.audio" = "Опис для людей із втратою слуху";
"attachment.edit.description.video" = "Опис для людей з порушенням слуху або зору";
"attachment.edit.detect-text-from-picture" = "Визначити текст із зображення";
"attachment.edit.title" = "Редагувати медіа";
"attachment.edit.thumbnail.prompt" = "Перетягніть коло на попередньому перегляді, щоб вибрати фокусну точку, яка завжди буде видно на всіх мініатюрах";
"attachment.sensitive-content" = "Делікатний вміст";
"attachment.media-hidden" = "Медіа приховано";
"attachment.type.image" = "Зображення";
"attachment.type.audio" = "Аудіофайл";
"attachment.type.video" = "Відео";
"attachment.type.unknown" = "Вкладення";
"attachment.unable-to-export-media" = "Не вдалося експортувати медіа";
"bookmarks" = "Закладки";
"card.link.accessibility-label" = "Посилання";
"camera-access.title" = "Потрібен доступ до камери";
"camera-access.description" = "Відкрийте налаштування системи, щоб надати доступ до камери";
"camera-access.open-system-settings" = "Відкрити налаштування системи";
"cancel" = "Скасувати";
"compose.add-button-accessibility-label.post" = "Додати ще один допис";
"compose.add-button-accessibility-label.toot" = "Додайте ще один гук";
"compose.attachment.cancel-upload.accessibility-label" = "Скасувати завантаження вкладення";
"compose.attachment.edit" = "Редагувати вкладення";
"compose.attachment.remove" = "Видалити вкладення";
"compose.attachment.uncaptioned" = "Без заголовка";
"compose.attachment.uploading" = "Завантаження";
"compose.attachments-button.accessibility-label" = "Додати вкладення";
"compose.attachments-will-be-discarded" = "При зміні облікового запису вкладення буде видалено";
"compose.browse" = "Огляд";
"compose.characters-remaining-accessibility-label-%ld" = "Залишилося %ld символів";
"compose.change-identity-button.accessibility-hint" = "Натисніть, щоб опублікувати з іншого облікового запису";
"compose.content-warning-button.add" = "Додати попередження про вміст";
"compose.content-warning-button.remove" = "Видалити попередження про вміст";
"compose.emoji-button" = "Вибір емодзі";
"compose.mark-media-sensitive" = "Позначити медіа як конфіденційне";
"compose.photo-library" = "Бібліотека фотографій";
"compose.poll.accessibility.multiple-choices-allowed" = "Дозволити вибір кількох варіантів";
"compose.poll.add-choice" = "Додати варіант";
"compose.poll.allow-multiple-choices" = "Дозволити кілька варіантів";
"compose.poll-button.accessibility-label" = "Створити опитування";
"compose.prompt" = "Що у вас на думці?";
"compose.take-photo-or-video" = "Зробити фото або відео";
"compose.visibility-button.accessibility-label-%@" = "Конфіденційність: %@";
"compose-button.accessibility-label.post" = "Написати допис";
"compose-button.accessibility-label.toot" = "Написати гук";
"conversation.unread" = "Непрочитане";
"dismiss" = "Відхилити";
"emoji.custom" = "Користувацький";
"emoji.default-skin-tone" = "Тон шкіри за замовчуванням";
"emoji.default-skin-tone-button.accessibility-label" = "Виберіть колір шкіри за замовчуванням";
"emoji.frequently-used" = "Часто використовується";
"emoji.search" = "Пошук емодзі";
"emoji.system-group.smileys-and-emotion" = "Смайлики та емоції";
"emoji.system-group.people-and-body" = "Люди та частини тіла";
"emoji.system-group.components" = "Компоненти";
"emoji.system-group.animals-and-nature" = "Тварини та природа";
"emoji.system-group.food-and-drink" = "Їжа та напої";
"emoji.system-group.travel-and-places" = "Подорожі та місця";
"emoji.system-group.activites" = "Активність";
"emoji.system-group.objects" = "Об'єкти";
"emoji.system-group.symbols" = "Символи";
"emoji.system-group.flags" = "Прапори";
"explore.trending" = "Популярне зараз";
"explore.instance" = "Екземпляр";
"explore.profile-directory" = "Каталог профілю";
"error" = "Помилка";
"favorites" = "Вибране";
"follow-requests" = "Запити на підписку";
"registration.review-terms-of-use-and-privacy-policy-%@" = "Щоб продовжити, перегляньте Умови використання та Політику конфіденційності %@";
"registration.username" = "Ім'я користувача";
"registration.email" = "Електронна пошта";
"registration.password" = "Пароль";
"registration.password-confirmation" = "Підтвердьте пароль";
"registration.reason-%@" = "Чому ви хочете приєднатися до %@?";
"registration.server-rules" = "Правила сервера";
"registration.terms-of-service" = "Умови використання";
"registration.agree-to-server-rules-and-terms-of-service" = "Я приймаю правила та умови використання сервера";
"registration.password-confirmation-mismatch" = "Паролі не збігаються";
"secondary-navigation.about" = "Про додаток";
"secondary-navigation.account-settings" = "Налаштування обл. запису";
"secondary-navigation.accounts" = "Облікові записи";
"secondary-navigation.edit-profile" = "Редагувати профіль";
"secondary-navigation.lists" = "Списки";
"secondary-navigation.my-profile" = "Мій профіль";
"secondary-navigation.preferences" = "Налаштування";
"secondary-navigation-button.accessibility-title" = "Меню облікового запису";
"http-error.non-http-response" = "Помилка HTTP: Non-HTTP response";
"http-error.status-code-%ld" = "Помилка HTTP: %ld";
"identities.accounts" = "Облікові записи";
"identities.browsing" = "Перегляд";
"identities.log-out" = "Вийти";
"identities.pending" = "Очікування";
"image-error.unable-to-load" = "Не вдалося завантажити зображення";
"lists.new-list-title" = "Новий заголовок списку";
"load-more" = "Завантажити ще";
"load-more.above.accessibility.post" = "Завантажити з допису вище";
"load-more.above.accessibility.toot" = "Завантажити гук вище";
"load-more.below.accessibility.post" = "Завантажити з допису нижче";
"load-more.below.accessibility.toot" = "Завантажити гук нижче";
"main-navigation.announcements" = "Оголошення";
"main-navigation.timelines" = "Стрічка";
"main-navigation.explore" = "Огляд";
"main-navigation.notifications" = "Сповіщення";
"main-navigation.conversations" = "Повідомлення";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "Перегляд профілю";
"notification.signed-in-as-%@" = "Ви увійшли як %@";
"notification.new-items" = "Нові сповіщення";
"notification.poll" = "Опитування, у якому ви проголосували, завершено";
"notification.poll.own" = "Ваше опитування завершено";
"notification.poll.unknown" = "Опитування завершено";
"notification.status-%@" = "%@ щойно опублікував(-ла)";
"notifications.all" = "Всі";
"notifications.mentions" = "Згадування";
"ok" = "Гаразд";
"pending.pending-confirmation" = "Ваш обліковий запис очікує на підтвердження";
"post" = "Допис";
"preferences" = "Налаштування";
"preferences.app" = "Налаштування додатку";
"preferences.app-icon" = "Значок додатку";
"preferences.app.color-scheme" = "Зовнішній вигляд";
"preferences.app.color-scheme.dark" = "Темний";
"preferences.app.color-scheme.light" = "Світлий";
"preferences.app.color-scheme.system" = "Системний";
"preferences.blocked-domains" = "Заблоковані домени";
"preferences.blocked-users" = "Заблоковані користувачі";
"preferences.media" = "Медіа";
"preferences.media.avatars" = "Аватари";
"preferences.media.avatars.animate" = "Анімовані аватари";
"preferences.media.avatars.animate.everywhere" = "Всюди";
"preferences.media.avatars.animate.profiles" = "В профілях";
"preferences.media.avatars.animate.never" = "Ніколи";
"preferences.media.custom-emojis.animate" = "Анімація користувацьких емодзі";
"preferences.media.headers.animate" = "Анімація заголовків профілю";
"preferences.media.autoplay" = "Автовідтворення";
"preferences.media.autoplay.gifs" = "Автовідтворення GIF";
"preferences.media.autoplay.videos" = "Автовідтворення відео";
"preferences.media.autoplay.always" = "Завжди";
"preferences.media.autoplay.wifi" = "При підключенні Wi-Fi";
"preferences.media.autoplay.never" = "Ніколи";
"preferences.use-preferences-from-server" = "Використовувати налаштування сервера";
"preferences.posting-default-visiblility" = "Типова видимість";
"preferences.posting-default-sensitive" = "Позначити вміст як конфіденційний за замовчуванням";
"preferences.reading-expand-media" = "Розгорнути медіа";
"preferences.expand-media.default" = "Приховати конфіденційні";
"preferences.expand-media.show-all" = "Показати всі";
"preferences.expand-media.hide-all" = "Приховати всі";
"preferences.reading-expand-spoilers" = "Завжди показувати попередження про вміст";
"preferences.filters" = "Фільтри";
"preferences.links.open-in-default-browser" = "Відкривати посилання в браузері за замовчуванням";
"preferences.links.use-universal-links" = "Відкривати посилання в інших програмах, якщо вони доступні";
"preferences.notification-types" = "Типи сповіщень";
"preferences.notification-types.follow" = "Підписатися";
"preferences.notification-types.favourite" = "Вибране";
"preferences.notification-types.follow-request" = "Запити на підписку";
"preferences.notification-types.reblog" = "Просування";
"preferences.notification-types.mention" = "Згадування";
"preferences.notification-types.poll" = "Опитування";
"preferences.notification-types.status" = "Підписки";
"preferences.notifications" = "Сповіщення";
"preferences.notifications.include-account-name" = "Включати ім'я обл. запису";
"preferences.notifications.include-pictures" = "Включати зображення";
"preferences.notifications.sounds" = "Звуки";
"preferences.muted-users" = "Ігноровані користувачі";
"preferences.home-timeline-position-on-startup" = "Положення стрічки під час запуску";
"preferences.notifications-position-on-startup" = "Положення сповіщень під час запуску";
"preferences.position.remember-position" = "Запам'ятати положення";
"preferences.position.newest" = "Завантажити нові";
"preferences.require-double-tap-to-reblog" = "Потрібен подвійне натискання для просування";
"preferences.require-double-tap-to-favorite" = "Потрібне подвійне натискання для додавання до вибраного";
"preferences.show-reblog-and-favorite-counts" = "Показати просування та кількість вибраного";
"preferences.status-word" = "Назва статусів";
"filters.active" = "Активний";
"filters.expired" = "Закінчився";
"filter.add-new" = "Додати новий фільтр";
"filter.edit" = "Редагувати фільтр";
"filter.keyword-or-phrase" = "Ключове слово або фраза";
"filter.never-expires" = "Ніколи не закінчується";
"filter.expire-after" = "Закінчується після";
"filter.contexts" = "Умова фільтра";
"filter.irreversible" = "Видаляти замість того, щоб ховати";
"filter.irreversible-explanation" = "Відфільтровані статуси зникнуть безповоротно, навіть якщо фільтр пізніше буде видалено";
"filter.whole-word" = "Ціле слово";
"filter.whole-word-explanation" = "Якщо ключове слово або фраза є лише буквено-цифровим, воно буде застосовано, лише якщо воно відповідає цілому слову";
"filter.save-changes" = "Зберегти зміни";
"filter.context.home" = "Домашня стрічка";
"filter.context.notifications" = "Сповіщення";
"filter.context.public" = "Публічні стрічки";
"filter.context.thread" = "Обговорення";
"filter.context.account" = "Профілі";
"filter.context.unknown" = "Невідомий контекст";
"more-results.accounts" = "Більше людей";
"more-results.statuses.post" = "Більше дописів";
"more-results.statuses.toot" = "Більше гуків";
"more-results.tags" = "Більше хештегів";
"notifications" = "Сповіщення";
"notifications.reblogged-your-status-%@" = "%@ просунув(-ла) ваш статус";
"notifications.favourited-your-status-%@" = "%@ додав(-ла) ваш статус у вибране";
"notifications.followed-you-%@" = "%@ підписався(-лась) на вас";
"notifications.poll-ended" = "Опитування, у якому ви проголосували, завершено";
"notifications.your-poll-ended" = "Ваше опитування завершено";
"notifications.unknown-%@" = "Сповіщення від %@";
"remove" = "Видалити";
"report" = "Скарга";
"report.additional-comments" = "Додаткові коментарі";
"report.hint" = "Скаргу буде надіслано модераторам вашого сервера. Ви можете надати пояснення, чому ви поскаржились на цей обліковий запис, нижче:";
"report.target-%@" = "Поскаржитись на %@";
"report.forward.hint" = "Обліковий запис з іншого сервера. Надіслати туди також анонімну копію скарги?";
"report.forward-%@" = "Переслати скаргу %@";
"report.select-additional.hint.post" = "Виберіть додаткові дописи, щоб поскаржитись:";
"report.select-additional.hint.toot" = "Виберіть додаткові гуки, щоб поскаржитись:";
"search.scope.all" = "Все";
"search.scope.accounts" = "Користувачі";
"search.scope.statuses.post" = "Дописи";
"search.scope.statuses.toot" = "Гуки";
"search.scope.tags" = "Хештеги";
"selected" = "Вибрано";
"send" = "Надіслати";
"share" = "Поділитися";
"share-extension-error.no-account-found" = "Обліковий запис не знайдено";
"status.accessibility.view-author-profile" = "Переглянути профіль автора";
"status.accessibility.view-reblogger-profile" = "Перегляд профілю просунутого";
"status.accessibility.part-of-a-thread" = "Частина обговорення";
"status.bookmark" = "В закладки";
"status.content-warning-abbreviation" = "ПВ";
"status.content-warning.accessibility" = "Попередження про вміст";
"status.delete" = "Видалити";
"status.delete.confirm.post" = "Ви впевнені, що хочете видалити цей допис?";
"status.delete.confirm.toot" = "Ви впевнені, що хочете видалити цей гук?";
"status.delete-and-redraft" = "Видалити та переписати";
"status.delete-and-redraft.confirm.post" = "Ви впевнені, що хочете видалити цей допис та переписати його? Додавання у вибране та просування буде втрачено, а відповіді на оригінальний допис залишаться сиротами.";
"status.delete-and-redraft.confirm.toot" = "Ви впевнені, що бажаєте видалити цей гук та переписати його? Додавання у вибране та просування буде втрачено, а відповіді на оригінальний гук стануть сиротами.";
"status.mute" = "Вимкнути обговорення";
"status.new-items.post" = "Нові дописи";
"status.new-items.toot" = "Нові гуки";
"status.pin" = "Закріпити в профілі";
"status.pinned.post" = "Закріплений допис";
"status.pinned.toot" = "Закріплений гук";
"status.poll.accessibility-label" = "Опитування";
"status.poll.option-%ld" = "Варіант %ld";
"status.poll.vote" = "Проголосувати";
"status.poll.time-left-%@" = "Залишилося %@";
"status.poll.refresh" = "Оновити";
"status.poll.closed" = "Закрито";
"status.reblogged-by-%@" = "%@ просунув(-ла)";
"status.reply-button.accessibility-label" = "Відповісти";
"status.reblog-button.accessibility-label" = "Просувати";
"status.reblog-button.undo.accessibility-label" = "Не просувати";
"status.favorite-button.accessibility-label" = "У вибране";
"status.favorite-button.undo.accessibility-label" = "Вилучити з вибраного";
"status.show-more" = "Розгорнути";
"status.show-more-all-button.accessibilty-label" = "Розгорнути для всіх";
"status.show-less" = "Згорнути";
"status.show-less-all-button.accessibilty-label" = "Згорнути для всіх";
"status.show-thread" = "Показати обговорення";
"status.spoiler-text-placeholder" = "Напишіть попередження тут";
"status.unbookmark" = "Вилучити з закладок";
"status.unmute" = "Активувати обговорення";
"status.unpin" = "Відкріпити від профілю";
"status.visibility.public" = "Публічний";
"status.visibility.unlisted" = "Не в списку";
"status.visibility.private" = "Лише для підписників";
"status.visibility.direct" = "Особисте";
"status.visibility.public.description" = "Видимий для всіх, показується у публічній стрічці";
"status.visibility.unlisted.description" = "Видимий для всіх, але не у публічних стрічках";
"status.visibility.private.description" = "Видно лише для підписників";
"status.visibility.direct.description" = "Видно лише для згаданих користувачів";
"tag.accessibility-recent-uses-%ld" = "%ld останніх використань";
"tag.accessibility-hint.post" = "Перегляд дописів, пов’язаних із трендом";
"tag.accessibility-hint.toot" = "Перегляд гуків, пов’язаних із трендом";
"tag.per-week-%ld" = "%ld на тиждень";
"timelines.home" = "Головна";
"timelines.local" = "Локальна";
"timelines.federated" = "Глобальна";
"toot" = "Гук";

View File

@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld людина говорить</string>
<key>few</key>
<string>%ld людини говорять</string>
<key>many</key>
<string>%ld людей говорять</string>
<key>other</key>
<string>%ld людей говорять</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld людина</string>
<key>few</key>
<string>%ld людини</string>
<key>many</key>
<string>%ld людей</string>
<key>other</key>
<string>%ld людини</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld просування</string>
<key>few</key>
<string>%ld просування</string>
<key>many</key>
<string>%ld просувань</string>
<key>other</key>
<string>%ld просування</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld вибраних</string>
<key>few</key>
<string>%ld вибраних</string>
<key>many</key>
<string>%ld вибраних</string>
<key>other</key>
<string>%ld вибраних</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld відповів(-ла)</string>
<key>few</key>
<string>%ld відповіли</string>
<key>many</key>
<string>%ld відповіли</string>
<key>other</key>
<string>%ld відповіли</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld допис</string>
<key>few</key>
<string>%ld дописи</string>
<key>many</key>
<string>%ld дописів</string>
<key>other</key>
<string>%ld дописів</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld гук</string>
<key>few</key>
<string>%ld гуки</string>
<key>many</key>
<string>%ld гуків</string>
<key>other</key>
<string>%ld гука</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld підписник</string>
<key>few</key>
<string>%ld підписники</string>
<key>many</key>
<string>%ld підписників</string>
<key>other</key>
<string>%ld підписника</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld зображення</string>
<key>few</key>
<string>%ld зображень</string>
<key>many</key>
<string>%ld зображень</string>
<key>other</key>
<string>%ld зображень</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld аудіофайл</string>
<key>few</key>
<string>%ld аудіофайли</string>
<key>many</key>
<string>%ld аудіофайлів</string>
<key>other</key>
<string>%ld аудіофайлів</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld відеофайл</string>
<key>few</key>
<string>%ld відеофайли</string>
<key>many</key>
<string>%ld відеофайлів</string>
<key>other</key>
<string>%ld відеофайлів</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld вкладення</string>
<key>few</key>
<string>%ld вкладень</string>
<key>many</key>
<string>%ld вкладень</string>
<key>other</key>
<string>%ld вкладень</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "關於";
"about.acknowledgments" = "致謝";
"about.made-by-metabolist" = "由 Metabolist 製作";
"about.official-account" = "官方帳號";
"about.rate-the-app" = "為應用程式評分";
"about.source-code-and-issue-tracker" = "源代碼和問題跟蹤器";
"about.translations" = "翻譯";
"about.website" = "網站";
"accessibility.activate-link-%@" = "連結:%@";
"accessibility.copy-text" = "複製文字";
"account.%@-followers" = "%@ 的追蹤者";
"account.accept-follow-request-button.accessibility-label" = "接受追蹤請求";
"account.add-remove-lists" = "從列表中新增或移除";
"account.avatar.accessibility-label-%@" = "頭像:%@";
"account.block" = "封鎖";
"account.block-and-report" = "封鎖及檢舉";
"account.block.confirm-%@" = "封鎖 %@";
"account.blocked" = "已封鎖";
"account.direct-message" = "私訊";
"account.domain-block-%@" = "封鎖域名 %@";
"account.domain-block.confirm-%@" = "封鎖域名 %@";
"account.domain-unblock-%@" = "解除封鎖域名 %@";
"account.domain-unblock.confirm-%@" = "解除封鎖域名 %@";
"account.field.verified-%@" = "已驗證 %@";
"account.follow" = "追蹤";
"account.following" = "正在追蹤";
"account.following-count-%ld" = "%ld 正在追蹤";
"account.followed-by-%@" = "被 %@ 追蹤";
"account.follows-you" = "追蹤你";
"account.header.accessibility-label-%@" = "標題圖片:%@";
"account.hide-reblogs" = "隱藏轉發";
"account.hide-reblogs.confirm-%@" = "隱藏 %@ 的轉發嗎?";
"account.joined-%@" = "加入於 %@";
"account.locked.accessibility-label" = "已鎖定帳戶";
"account.mute" = "靜音";
"account.mute.indefinite" = "無期限";
"account.mute.confirm-%@" = "你確定要將 %@ 靜音嗎?";
"account.mute.confirm.explanation" = "這將會隱藏他們的帖文與通知,但他們仍然可以查閱你的帖文和追蹤你。";
"account.mute.confirm.hide-notifications" = "需要隱藏來自這使用者的通知嗎?";
"account.mute.confirm.duration" = "期限";
"account.mute.target-%@" = "將 %@ 靜音";
"account.muted" = "已靜音";
"account.notify" = "開啟通知";
"account.reject-follow-request-button.accessibility-label" = "拒絕追蹤請求";
"account.request" = "請求";
"account.request.cancel" = "取消追蹤請求";
"account.statuses.post" = "帖文";
"account.statuses.toot" = "帖文";
"account.statuses-and-replies.post" = "帖文與回覆";
"account.statuses-and-replies.toot" = "帖文與回覆";
"account.media" = "媒體";
"account.show-reblogs" = "顯示轉發";
"account.show-reblogs.confirm-%@" = "顯示 %@ 的轉發?";
"account.unavailable" = "無法使用個人檔案";
"account.unblock" = "解除封鎖";
"account.unblock.confirm-%@" = "解除封鎖 %@ 嗎?";
"account.unfollow.confirm-%@" = "取消追蹤 %@ 嗎?";
"account.unmute" = "解除靜音";
"account.unmute.confirm-%@" = "取消靜音 %@";
"account.unnotify" = "關閉通知";
"activity.open-in-default-browser" = "在預設瀏覽器中打開";
"add" = "新增";
"announcement.insert-emoji" = "加入表情符號";
"api-error.unable-to-fetch-remote-status" = "無法獲取遠端狀態";
"apns-default-message" = "新通知";
"app-icon.brutalist" = "粗獷";
"app-icon.rainbow-brutalist" = "彩色粗獷";
"app-icon.classic" = "經典";
"app-icon.malow" = "Malow";
"app-icon.rainbow" = "彩色";
"add-identity.get-started" = "開始使用";
"add-identity.instance-url" = "伺服器網址";
"add-identity.log-in" = "登入";
"add-identity.browse" = "瀏覽";
"add-identity.instance-not-supported" = "為了向所有使用者提供安全的體驗,並遵守 App Store 審核指南,這伺服器將不獲支援。";
"add-identity.join" = "加入";
"add-identity.prompt" = "輸入你想連接的 Mastodon 伺服器網址:";
"add-identity.request-invite" = "請求邀請";
"add-identity.unable-to-connect-to-instance" = "無法連線到伺服器";
"add-identity.welcome" = "歡迎來到 Metatext";
"add-identity.what-is-mastodon" = "Mastodon 是什麼?";
"attachment.edit.description" = "為視障人士描述";
"attachment.edit.description.audio" = "為聽障人士描述";
"attachment.edit.description.video" = "為聽障或視障人士描述";
"attachment.edit.detect-text-from-picture" = "從圖片中偵測文字";
"attachment.edit.title" = "編輯媒體";
"attachment.edit.thumbnail.prompt" = "拖曳預覽上的圓圈來選擇要聚焦的縮圖";
"attachment.sensitive-content" = "敏感內容";
"attachment.media-hidden" = "已隱藏媒體";
"attachment.type.image" = "圖片";
"attachment.type.audio" = "音訊檔案";
"attachment.type.video" = "影片";
"attachment.type.unknown" = "附件";
"attachment.unable-to-export-media" = "無法匯出媒體";
"bookmarks" = "書籤";
"card.link.accessibility-label" = "連結";
"camera-access.title" = "需要相機的存取權限";
"camera-access.description" = "打開系統設定以允許存取相機";
"camera-access.open-system-settings" = "打開系統設定";
"cancel" = "取消";
"compose.add-button-accessibility-label.post" = "新增另一篇帖文";
"compose.add-button-accessibility-label.toot" = "新增另一篇帖文";
"compose.attachment.cancel-upload.accessibility-label" = "取消上傳附件";
"compose.attachment.edit" = "編輯附件";
"compose.attachment.remove" = "移除附件";
"compose.attachment.uncaptioned" = "沒有說明";
"compose.attachment.uploading" = "上傳中";
"compose.attachments-button.accessibility-label" = "新增附件";
"compose.attachments-will-be-discarded" = "變更帳戶時,附件被丟丟棄";
"compose.browse" = "瀏覽";
"compose.characters-remaining-accessibility-label-%ld" = "剩餘 %ld 個字符";
"compose.change-identity-button.accessibility-hint" = "點擊使用不同帳戶發文";
"compose.content-warning-button.add" = "加入內容警告";
"compose.content-warning-button.remove" = "移除內容警告";
"compose.emoji-button" = "表情符號選擇器";
"compose.mark-media-sensitive" = "標記媒體為敏感內容";
"compose.photo-library" = "照片庫";
"compose.poll.accessibility.multiple-choices-allowed" = "允許選擇多項";
"compose.poll.add-choice" = "新增選項";
"compose.poll.allow-multiple-choices" = "允許多項選擇";
"compose.poll-button.accessibility-label" = "建立投票";
"compose.prompt" = "你在想甚麼呢?";
"compose.take-photo-or-video" = "拍照或錄影";
"compose.visibility-button.accessibility-label-%@" = "私隱:%@";
"compose-button.accessibility-label.post" = "撰寫帖文";
"compose-button.accessibility-label.toot" = "撰寫帖文";
"conversation.unread" = "未讀";
"dismiss" = "關閉";
"emoji.custom" = "自訂";
"emoji.default-skin-tone" = "預設膚色";
"emoji.default-skin-tone-button.accessibility-label" = "選擇預設膚色";
"emoji.frequently-used" = "經常使用";
"emoji.search" = "搜尋表情符號";
"emoji.system-group.smileys-and-emotion" = "笑臉和表情";
"emoji.system-group.people-and-body" = "人物與身體";
"emoji.system-group.components" = "元件";
"emoji.system-group.animals-and-nature" = "動物與自然";
"emoji.system-group.food-and-drink" = "飲食";
"emoji.system-group.travel-and-places" = "旅遊景物";
"emoji.system-group.activites" = "活動";
"emoji.system-group.objects" = "物件";
"emoji.system-group.symbols" = "符號";
"emoji.system-group.flags" = "旗幟";
"explore.trending" = "今期流行";
"explore.instance" = "伺服器";
"explore.profile-directory" = "個人檔案目錄";
"error" = "錯誤";
"favorites" = "最愛";
"follow-requests" = "追蹤請求";
"registration.review-terms-of-use-and-privacy-policy-%@" = "請查閱 %@ 的使用條款及私隱政策以繼續";
"registration.username" = "用戶名稱";
"registration.email" = "電郵";
"registration.password" = "密碼";
"registration.password-confirmation" = "確認密碼";
"registration.reason-%@" = "你為甚麼想加入 %@";
"registration.server-rules" = "伺服器規則";
"registration.terms-of-service" = "服務條款";
"registration.agree-to-server-rules-and-terms-of-service" = "我同意伺服器規則及服務條款";
"registration.password-confirmation-mismatch" = "密碼和確認密碼不一致";
"secondary-navigation.about" = "關於此應用程式";
"secondary-navigation.account-settings" = "帳號設定";
"secondary-navigation.accounts" = "帳號";
"secondary-navigation.edit-profile" = "編輯個人檔案";
"secondary-navigation.lists" = "列表";
"secondary-navigation.my-profile" = "個人檔案";
"secondary-navigation.preferences" = "偏好設定";
"secondary-navigation-button.accessibility-title" = "帳號菜單";
"http-error.non-http-response" = "HTTP 錯誤:非 HTTP 回應";
"http-error.status-code-%ld" = "HTTP 錯誤:%ld";
"identities.accounts" = "帳號";
"identities.browsing" = "瀏覽";
"identities.log-out" = "登出";
"identities.pending" = "待定";
"image-error.unable-to-load" = "無法載入圖片";
"lists.new-list-title" = "新列表標題";
"load-more" = "載入更多";
"load-more.above.accessibility.post" = "從上面的帖文載入";
"load-more.above.accessibility.toot" = "從上面的帖文載入";
"load-more.below.accessibility.post" = "從下面的帖文載入";
"load-more.below.accessibility.toot" = "從下面的帖文載入";
"main-navigation.announcements" = "公告";
"main-navigation.timelines" = "時間軸";
"main-navigation.explore" = "探索";
"main-navigation.notifications" = "通知";
"main-navigation.conversations" = "訊息";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "查看個人檔案";
"notification.signed-in-as-%@" = "登入為 %@";
"notification.new-items" = "新通知";
"notification.poll" = "你參與的投票已結束";
"notification.poll.own" = "你的投票已結束";
"notification.poll.unknown" = "投票已結束";
"notification.status-%@" = "%@ 剛發佈";
"notifications.all" = "全部";
"notifications.mentions" = "提及";
"ok" = "確定";
"pending.pending-confirmation" = "你的帳號正在等待確認";
"post" = "投稿";
"preferences" = "偏好設定";
"preferences.app" = "程式偏好設定";
"preferences.app-icon" = "應用程式圖示";
"preferences.app.color-scheme" = "外觀";
"preferences.app.color-scheme.dark" = "深色";
"preferences.app.color-scheme.light" = "淺色";
"preferences.app.color-scheme.system" = "系統";
"preferences.blocked-domains" = "已封鎖域名";
"preferences.blocked-users" = "已封鎖使用者";
"preferences.media" = "媒體";
"preferences.media.avatars" = "頭像";
"preferences.media.avatars.animate" = "動態圖像";
"preferences.media.avatars.animate.everywhere" = "所有位置";
"preferences.media.avatars.animate.profiles" = "僅在個人檔案中";
"preferences.media.avatars.animate.never" = "從不";
"preferences.media.custom-emojis.animate" = "播放自訂表情符號";
"preferences.media.headers.animate" = "播放個人檔案頁面頂端";
"preferences.media.autoplay" = "自動播放";
"preferences.media.autoplay.gifs" = "自動播放 GIF";
"preferences.media.autoplay.videos" = "自動播放影片";
"preferences.media.autoplay.always" = "總是";
"preferences.media.autoplay.wifi" = "僅限 Wi-Fi";
"preferences.media.autoplay.never" = "永不";
"preferences.use-preferences-from-server" = "使用伺服器的設定";
"preferences.posting-default-visiblility" = "預設可見範圍";
"preferences.posting-default-sensitive" = "預設將內容標記為敏感內容";
"preferences.reading-expand-media" = "展開媒體";
"preferences.expand-media.default" = "隱藏敏感內容";
"preferences.expand-media.show-all" = "顯示全部";
"preferences.expand-media.hide-all" = "隱藏全部";
"preferences.reading-expand-spoilers" = "總是展開內容警告";
"preferences.filters" = "篩選器";
"preferences.links.open-in-default-browser" = "在預設瀏覽器中打開連結";
"preferences.links.use-universal-links" = "在其他可用的應用程式中打開連結";
"preferences.notification-types" = "通知類型";
"preferences.notification-types.follow" = "追蹤";
"preferences.notification-types.favourite" = "最愛";
"preferences.notification-types.follow-request" = "追蹤請求";
"preferences.notification-types.reblog" = "轉發";
"preferences.notification-types.mention" = "提及";
"preferences.notification-types.poll" = "投票";
"preferences.notification-types.status" = "訂閱";
"preferences.notifications" = "通知";
"preferences.notifications.include-account-name" = "包含帳戶名稱";
"preferences.notifications.include-pictures" = "包含圖片";
"preferences.notifications.sounds" = "音效";
"preferences.muted-users" = "已靜音用戶";
"preferences.home-timeline-position-on-startup" = "啟動時的主頁時間軸位置";
"preferences.notifications-position-on-startup" = "啟動時的通知位置";
"preferences.position.remember-position" = "記住位置";
"preferences.position.newest" = "載入最新";
"preferences.require-double-tap-to-reblog" = "需要雙擊來轉發";
"preferences.require-double-tap-to-favorite" = "需要雙擊來加入最愛";
"preferences.show-reblog-and-favorite-counts" = "顯示轉發及加入最愛的次數";
"preferences.status-word" = "狀態文字";
"filters.active" = "已啟用";
"filters.expired" = "已過期";
"filter.add-new" = "新增篩選器";
"filter.edit" = "編輯篩選器";
"filter.keyword-or-phrase" = "關鍵字或片語";
"filter.never-expires" = "永不過期";
"filter.expire-after" = "過期後";
"filter.contexts" = "篩選情境";
"filter.irreversible" = "丟棄而非隱藏";
"filter.irreversible-explanation" = "即使刪除篩選器,被篩選的狀態依然會消失,不會還原";
"filter.whole-word" = "整個詞語";
"filter.whole-word-explanation" = "當關鍵字或短語只有字母或數字時,只有符合整個單詞時才會套用";
"filter.save-changes" = "儲存變更";
"filter.context.home" = "首頁時間軸";
"filter.context.notifications" = "通知";
"filter.context.public" = "公共時間軸";
"filter.context.thread" = "對話";
"filter.context.account" = "個人檔案";
"filter.context.unknown" = "未知文義";
"more-results.accounts" = "更多用戶";
"more-results.statuses.post" = "更多帖文";
"more-results.statuses.toot" = "更多帖文";
"more-results.tags" = "更多標籤";
"notifications" = "通知";
"notifications.reblogged-your-status-%@" = "%@ 轉發了你的狀態";
"notifications.favourited-your-status-%@" = "%@ 把你的狀態加入最愛";
"notifications.followed-you-%@" = "%@ 追蹤了你";
"notifications.poll-ended" = "你參與的投票已結束";
"notifications.your-poll-ended" = "你的投票已結束";
"notifications.unknown-%@" = "來自 %@ 的通知";
"remove" = "移除";
"report" = "檢舉";
"report.additional-comments" = "補充意見";
"report.hint" = "該檢舉會發送到你伺服器的管理員。你可以在下方提供檢舉該帳戶的理由:";
"report.target-%@" = "檢舉 %@";
"report.forward.hint" = "該帳號來自另一個伺服器。要把匿名的檢舉副本也寄到那裏嗎?";
"report.forward-%@" = "轉發檢舉至 %@";
"report.select-additional.hint.post" = "選擇其他要檢舉的帖文:";
"report.select-additional.hint.toot" = "選擇其他要檢舉的帖文:";
"search.scope.all" = "全部";
"search.scope.accounts" = "用戶";
"search.scope.statuses.post" = "帖文";
"search.scope.statuses.toot" = "帖文";
"search.scope.tags" = "標籤";
"selected" = "已選擇";
"send" = "發送";
"share" = "分享";
"share-extension-error.no-account-found" = "未找到帳戶";
"status.accessibility.view-author-profile" = "查看作者的個人檔案";
"status.accessibility.view-reblogger-profile" = "查看轉發者的個人檔案";
"status.accessibility.part-of-a-thread" = "討論串的一部分";
"status.bookmark" = "書籤";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "內容警告";
"status.delete" = "刪除";
"status.delete.confirm.post" = "你確定要刪除這篇帖文嗎?";
"status.delete.confirm.toot" = "你確定要刪除這篇帖文嗎?";
"status.delete-and-redraft" = "刪除並重新起草";
"status.delete-and-redraft.confirm.post" = "你確定要刪除這篇帖文並重新起草嗎?你將會失去相關的最愛和轉發,原帖的回覆也將會變成孤兒。";
"status.delete-and-redraft.confirm.toot" = "你確定要刪除這篇帖文並重新起草嗎?你將會失去相關的最愛和轉發,原帖的回覆也將會變成孤兒。";
"status.mute" = "靜音對話";
"status.new-items.post" = "新帖文";
"status.new-items.toot" = "新帖文";
"status.pin" = "釘選到個人檔案";
"status.pinned.post" = "釘選的帖文";
"status.pinned.toot" = "釘選的帖文";
"status.poll.accessibility-label" = "投票";
"status.poll.option-%ld" = "選項 %ld";
"status.poll.vote" = "投票";
"status.poll.time-left-%@" = "剩餘 %@";
"status.poll.refresh" = "重新整理";
"status.poll.closed" = "已關閉";
"status.reblogged-by-%@" = "%@ 轉發";
"status.reply-button.accessibility-label" = "回覆";
"status.reblog-button.accessibility-label" = "轉發";
"status.reblog-button.undo.accessibility-label" = "取消轉發";
"status.favorite-button.accessibility-label" = "最愛";
"status.favorite-button.undo.accessibility-label" = "取消最愛";
"status.show-more" = "顯示更多";
"status.show-more-all-button.accessibilty-label" = "總是顯示更多";
"status.show-less" = "顯示較少";
"status.show-less-all-button.accessibilty-label" = "總是顯示較少";
"status.show-thread" = "顯示討論串";
"status.spoiler-text-placeholder" = "在此處寫下警告";
"status.unbookmark" = "移除書籤";
"status.unmute" = "解除此對話的靜音";
"status.unpin" = "取消釘選在個人檔案";
"status.visibility.public" = "公開";
"status.visibility.unlisted" = "不公開";
"status.visibility.private" = "僅追蹤者";
"status.visibility.direct" = "私訊";
"status.visibility.public.description" = "公開,顯示在公共時間軸上";
"status.visibility.unlisted.description" = "公開,但不顯示在公共時間軸上";
"status.visibility.private.description" = "僅追蹤者看到";
"status.visibility.direct.description" = "僅被提及者看到";
"tag.accessibility-recent-uses-%ld" = "最近使用 %ld 次";
"tag.accessibility-hint.post" = "查看與今期流行相關的帖文";
"tag.accessibility-hint.toot" = "查看與今期流行相關的帖文";
"tag.per-week-%ld" = "每週 %ld 次";
"timelines.home" = "首頁";
"timelines.local" = "本站";
"timelines.federated" = "聯邦宇宙";
"toot" = "帖文";

View File

@ -0,0 +1,174 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 人在討論</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 人</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 次轉發</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 次加入最愛</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 則回覆</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 則帖文</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 則帖文</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 位追蹤者</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 張圖片</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 個音訊檔案</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 影片檔案</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 個附件</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -160,7 +160,9 @@
"registration.agree-to-server-rules-and-terms-of-service" = "我同意实例规则和服务条款";
"registration.password-confirmation-mismatch" = "密码和确认密码不匹配";
"secondary-navigation.about" = "关于这个应用";
"secondary-navigation.account-settings" = "账号设置";
"secondary-navigation.accounts" = "账户";
"secondary-navigation.edit-profile" = "修改个人资料";
"secondary-navigation.lists" = "列表";
"secondary-navigation.my-profile" = "我的个人资料";
"secondary-navigation.preferences" = "偏好设置";
@ -199,6 +201,10 @@
"preferences" = "偏好设置";
"preferences.app" = "应用偏好设置";
"preferences.app-icon" = "应用图标";
"preferences.app.color-scheme" = "外观";
"preferences.app.color-scheme.dark" = "暗色";
"preferences.app.color-scheme.light" = "亮色";
"preferences.app.color-scheme.system" = "跟随系统";
"preferences.blocked-domains" = "已屏蔽的域名";
"preferences.blocked-users" = "已屏蔽的用户";
"preferences.media" = "媒体";
@ -297,7 +303,7 @@
"share-extension-error.no-account-found" = "未找到账户";
"status.accessibility.view-author-profile" = "查看作者的个人资料";
"status.accessibility.view-reblogger-profile" = "查看转发者的个人资料";
"status.accessibility.part-of-a-thread" = "Part of a thread";
"status.accessibility.part-of-a-thread" = "对话的一部分";
"status.bookmark" = "书签";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "内容预警";

View File

@ -0,0 +1,358 @@
// Copyright © 2020 Metabolist. All rights reserved.
"about" = "關於";
"about.acknowledgments" = "致謝";
"about.made-by-metabolist" = "由 Metabolist 製作";
"about.official-account" = "官方帳號";
"about.rate-the-app" = "為應用程式評分";
"about.source-code-and-issue-tracker" = "源代碼與問題跟踪器";
"about.translations" = "翻譯";
"about.website" = "網址";
"accessibility.activate-link-%@" = "連結:%@";
"accessibility.copy-text" = "複製文字";
"account.%@-followers" = "%@ 位關注者";
"account.accept-follow-request-button.accessibility-label" = "接受關注請求";
"account.add-remove-lists" = "從列表中新增/刪除";
"account.avatar.accessibility-label-%@" = "大頭貼:%@";
"account.block" = "封鎖";
"account.block-and-report" = "封鎖並檢舉";
"account.block.confirm-%@" = "封鎖 %@ 嗎?";
"account.blocked" = "已封鎖";
"account.direct-message" = "私訊";
"account.domain-block-%@" = "封鎖來自 %@ 網域的所有內容";
"account.domain-block.confirm-%@" = "要封鎖來自 %@ 網域的所有內容嗎?";
"account.domain-unblock-%@" = "將 %@ 網域解除封鎖";
"account.domain-unblock.confirm-%@" = "要將 %@ 網域解除封鎖嗎?";
"account.field.verified-%@" = "已驗證 %@";
"account.follow" = "關注";
"account.following" = "已關注";
"account.following-count-%ld" = "%ld 個關注";
"account.followed-by-%@" = "%@ 關注了您";
"account.follows-you" = "關注了您";
"account.header.accessibility-label-%@" = "頁面頂端圖片:%@";
"account.hide-reblogs" = "隱藏轉嘟";
"account.hide-reblogs.confirm-%@" = "隱藏來自 %@ 的轉嘟嗎?";
"account.joined-%@" = "加入於 %@";
"account.locked.accessibility-label" = "已鎖定帳號";
"account.mute" = "靜音";
"account.mute.indefinite" = "永不過期";
"account.mute.confirm-%@" = "確定要將 %@ 靜音嗎?";
"account.mute.confirm.explanation" = "這將隱藏他的嘟文以及提到他的嘟文,但仍然允許他看到您的嘟文並關注您。";
"account.mute.confirm.hide-notifications" = "要隱藏來自該用戶的通知嗎?";
"account.mute.confirm.duration" = "失效時間";
"account.mute.target-%@" = "將 %@ 設成靜音";
"account.muted" = "已靜音";
"account.notify" = "開啟通知";
"account.reject-follow-request-button.accessibility-label" = "拒絕關注請求";
"account.request" = "送出關注請求";
"account.request.cancel" = "取消關注請求";
"account.statuses.post" = "嘟文";
"account.statuses.toot" = "嘟文";
"account.statuses-and-replies.post" = "嘟文與回覆";
"account.statuses-and-replies.toot" = "嘟文與回覆";
"account.media" = "媒體";
"account.show-reblogs" = "顯示轉嘟";
"account.show-reblogs.confirm-%@" = "要顯示來自 %@ 的轉嘟嗎?";
"account.unavailable" = "個人檔案無法使用";
"account.unblock" = "解除封鎖";
"account.unblock.confirm-%@" = "要解除對 %@ 的封鎖嗎?";
"account.unfollow.confirm-%@" = "要取消關注 %@ 嗎?";
"account.unmute" = "解除靜音";
"account.unmute.confirm-%@" = "要解除對 %@ 的靜音嗎?";
"account.unnotify" = "關閉通知";
"activity.open-in-default-browser" = "使用預設的瀏覽器開啟";
"add" = "新增";
"announcement.insert-emoji" = "加入表情符號";
"api-error.unable-to-fetch-remote-status" = "無法獲取遠程狀態";
"apns-default-message" = "新通知";
"app-icon.brutalist" = "野性";
"app-icon.rainbow-brutalist" = "野性之虹";
"app-icon.classic" = "經典";
"app-icon.malow" = "馬洛";
"app-icon.rainbow" = "虹彩";
"add-identity.get-started" = "開始使用";
"add-identity.instance-url" = "伺服器網址";
"add-identity.log-in" = "登入";
"add-identity.browse" = "瀏覽";
"add-identity.instance-not-supported" = "為了向所有用戶提供安全的體驗並遵守 App Store 審核指南,該伺服器無法使用。";
"add-identity.join" = "加入";
"add-identity.prompt" = "輸入 Mastodon 伺服器的網址:";
"add-identity.request-invite" = "申請加入";
"add-identity.unable-to-connect-to-instance" = "無法連接伺服器";
"add-identity.welcome" = "歡迎使用 Metatext";
"add-identity.what-is-mastodon" = "Mastodon 是什麼?";
"attachment.edit.description" = "為視障人士增加文字說明";
"attachment.edit.description.audio" = "為聽障人士增加文字說明";
"attachment.edit.description.video" = "為視障人士及聽障人士增加文字說明";
"attachment.edit.detect-text-from-picture" = "從圖片中偵測文字";
"attachment.edit.title" = "編輯媒體";
"attachment.edit.thumbnail.prompt" = "在預覽中點擊和拖曳圓圈以選擇將於所有縮圖中顯示的焦點。";
"attachment.sensitive-content" = "敏感內容";
"attachment.media-hidden" = "隱藏媒體內容";
"attachment.type.image" = "圖片";
"attachment.type.audio" = "音樂檔案";
"attachment.type.video" = "影片";
"attachment.type.unknown" = "附件";
"attachment.unable-to-export-media" = "無法導出媒體";
"bookmarks" = "書籤";
"card.link.accessibility-label" = "連結";
"camera-access.title" = "需要相機的使用權限";
"camera-access.description" = "開啟系統設定允許 Metatext 使用您的相機";
"camera-access.open-system-settings" = "開啟系統設定";
"cancel" = "取消";
"compose.add-button-accessibility-label.post" = "新增另一篇嘟文";
"compose.add-button-accessibility-label.toot" = "新增另一篇嘟文";
"compose.attachment.cancel-upload.accessibility-label" = "取消上傳附件";
"compose.attachment.edit" = "編輯附件";
"compose.attachment.remove" = "刪除附件";
"compose.attachment.uncaptioned" = "無標題";
"compose.attachment.uploading" = "上傳中";
"compose.attachments-button.accessibility-label" = "新增附件";
"compose.attachments-will-be-discarded" = "變更帳號時,先前上傳的附件檔案將被刪除";
"compose.browse" = "瀏覽";
"compose.characters-remaining-accessibility-label-%ld" = "剩餘 %ld 個字";
"compose.change-identity-button.accessibility-hint" = "點擊使用另一個帳號發佈";
"compose.content-warning-button.add" = "新增警告訊息";
"compose.content-warning-button.remove" = "刪除警告訊息";
"compose.emoji-button" = "表情符號選擇器";
"compose.mark-media-sensitive" = "標記媒體為敏感內容";
"compose.photo-library" = "照片圖庫";
"compose.poll.accessibility.multiple-choices-allowed" = "已允許多項選擇";
"compose.poll.add-choice" = "新增選項";
"compose.poll.allow-multiple-choices" = "允許多項選擇";
"compose.poll-button.accessibility-label" = "建立投票";
"compose.prompt" = "正在想些什麼嗎?";
"compose.take-photo-or-video" = "拍照或錄影";
"compose.visibility-button.accessibility-label-%@" = "隱私:%@";
"compose-button.accessibility-label.post" = "編寫嘟文";
"compose-button.accessibility-label.toot" = "編寫嘟文";
"conversation.unread" = "未讀";
"dismiss" = "忽略";
"emoji.custom" = "自訂";
"emoji.default-skin-tone" = "預設外觀";
"emoji.default-skin-tone-button.accessibility-label" = "選擇預設外觀";
"emoji.frequently-used" = "最常使用";
"emoji.search" = "搜尋...";
"emoji.system-group.smileys-and-emotion" = "表情符號";
"emoji.system-group.people-and-body" = "人物";
"emoji.system-group.components" = "組件";
"emoji.system-group.animals-and-nature" = "動物與自然";
"emoji.system-group.food-and-drink" = "美食佳飲";
"emoji.system-group.travel-and-places" = "旅遊與地點";
"emoji.system-group.activites" = "活動";
"emoji.system-group.objects" = "物品";
"emoji.system-group.symbols" = "符號";
"emoji.system-group.flags" = "旗幟";
"explore.trending" = "當前趨勢";
"explore.instance" = "伺服器";
"explore.profile-directory" = "個人檔案目錄";
"error" = "錯誤";
"favorites" = "收藏";
"follow-requests" = "關注請求";
"registration.review-terms-of-use-and-privacy-policy-%@" = "請查閱 %@ 的使用條款與隱私權政策";
"registration.username" = "使用者名稱";
"registration.email" = "電子郵件";
"registration.password" = "密碼";
"registration.password-confirmation" = "確認密碼";
"registration.reason-%@" = "為什麼想要加入 %@ ";
"registration.server-rules" = "伺服器規則";
"registration.terms-of-service" = "使用條款";
"registration.agree-to-server-rules-and-terms-of-service" = "我同意伺服器規則與使用條款";
"registration.password-confirmation-mismatch" = "輸入的密碼與確認的密碼不相同";
"secondary-navigation.about" = "關於此應用程式";
"secondary-navigation.account-settings" = "帳號設定";
"secondary-navigation.accounts" = "帳號";
"secondary-navigation.edit-profile" = "編輯個人檔案";
"secondary-navigation.lists" = "列表";
"secondary-navigation.my-profile" = "我的個人資料";
"secondary-navigation.preferences" = "偏好設定";
"secondary-navigation-button.accessibility-title" = "帳號列表";
"http-error.non-http-response" = "HTTP 錯誤:非 HTTP 響應";
"http-error.status-code-%ld" = "HTTP錯誤%ld";
"identities.accounts" = "帳號";
"identities.browsing" = "瀏覽";
"identities.log-out" = "登出";
"identities.pending" = "等待中";
"image-error.unable-to-load" = "無法載入圖片";
"lists.new-list-title" = "新列表標題";
"load-more" = "載入更多";
"load-more.above.accessibility.post" = "從最上面的嘟文開始讀取";
"load-more.above.accessibility.toot" = "從最上面的嘟文開始讀取";
"load-more.below.accessibility.post" = "從最下面的嘟文開始讀取";
"load-more.below.accessibility.toot" = "從最下面的嘟文開始讀取";
"main-navigation.announcements" = "公告";
"main-navigation.timelines" = "時間軸";
"main-navigation.explore" = "探索";
"main-navigation.notifications" = "通知";
"main-navigation.conversations" = "私訊";
"metatext" = "Metatext";
"notification.accessibility.view-profile" = "查看個人檔案";
"notification.signed-in-as-%@" = "%@ 已登入";
"notification.new-items" = "新通知";
"notification.poll" = "您參與過的投票已結束";
"notification.poll.own" = "您發起的投票已結束";
"notification.poll.unknown" = "投票已結束";
"notification.status-%@" = "%@ 剛剛嘟文";
"notifications.all" = "全部";
"notifications.mentions" = "提及";
"ok" = "確定";
"pending.pending-confirmation" = "您的帳號正在審核中";
"post" = "嘟文";
"preferences" = "偏好設定";
"preferences.app" = "偏好設定";
"preferences.app-icon" = "應用程式圖標";
"preferences.app.color-scheme" = "外觀";
"preferences.app.color-scheme.dark" = "暗色";
"preferences.app.color-scheme.light" = "亮色";
"preferences.app.color-scheme.system" = "系統";
"preferences.blocked-domains" = "已封鎖的網域";
"preferences.blocked-users" = "已封鎖的用戶";
"preferences.media" = "媒體";
"preferences.media.avatars" = "大頭貼";
"preferences.media.avatars.animate" = "播放動態大頭貼";
"preferences.media.avatars.animate.everywhere" = "所有位置";
"preferences.media.avatars.animate.profiles" = "在個人檔案中";
"preferences.media.avatars.animate.never" = "永不顯示";
"preferences.media.custom-emojis.animate" = "播放自訂表情動畫";
"preferences.media.headers.animate" = "播放個人檔案頁面頂端動畫";
"preferences.media.autoplay" = "自動播放";
"preferences.media.autoplay.gifs" = "自動播放 GIF 動畫";
"preferences.media.autoplay.videos" = "自動播放影片";
"preferences.media.autoplay.always" = "總是";
"preferences.media.autoplay.wifi" = "使用 Wi-Fi 網路時";
"preferences.media.autoplay.never" = "永不";
"preferences.use-preferences-from-server" = "使用伺服器的預設選項";
"preferences.posting-default-visiblility" = "嘟文可見範圍";
"preferences.posting-default-sensitive" = "總是將媒體標記為敏感內容";
"preferences.reading-expand-media" = "顯示媒體內容";
"preferences.expand-media.default" = "隱藏敏感內容";
"preferences.expand-media.show-all" = "顯示全部";
"preferences.expand-media.hide-all" = "隱藏全部";
"preferences.reading-expand-spoilers" = "總是顯示標為敏感的媒體";
"preferences.filters" = "篩選器";
"preferences.links.open-in-default-browser" = "使用預設的瀏覽器開啟連結";
"preferences.links.use-universal-links" = "在其他應用程式中開啟連結";
"preferences.notification-types" = "通知類型";
"preferences.notification-types.follow" = "關注";
"preferences.notification-types.favourite" = "最愛";
"preferences.notification-types.follow-request" = "關注請求";
"preferences.notification-types.reblog" = "轉嘟";
"preferences.notification-types.mention" = "提及";
"preferences.notification-types.poll" = "投票";
"preferences.notification-types.status" = "訂閱";
"preferences.notifications" = "通知";
"preferences.notifications.include-account-name" = "包含帳號名稱";
"preferences.notifications.include-pictures" = "包含圖片";
"preferences.notifications.sounds" = "音效";
"preferences.muted-users" = "已靜音用戶";
"preferences.home-timeline-position-on-startup" = "啟動時的主頁時間軸位置";
"preferences.notifications-position-on-startup" = "啟動時的通知位置";
"preferences.position.remember-position" = "記住位置";
"preferences.position.newest" = "讀取最新";
"preferences.require-double-tap-to-reblog" = "需要點按兩次才能轉嘟";
"preferences.require-double-tap-to-favorite" = "需要點按兩次才能收藏";
"preferences.show-reblog-and-favorite-counts" = "顯示轉嘟與收藏的次數";
"preferences.status-word" = "狀態字";
"filters.active" = "已啟用";
"filters.expired" = "已過期";
"filter.add-new" = "新增篩選器";
"filter.edit" = "編輯篩選器";
"filter.keyword-or-phrase" = "關鍵字或片語";
"filter.never-expires" = "永不過期";
"filter.expire-after" = "失效時間";
"filter.contexts" = "篩選上下文...";
"filter.irreversible" = "放棄而非隱藏";
"filter.irreversible-explanation" = "已篩選的嘟文將會不可逆地消失,即便之後刪除過濾器也一樣";
"filter.whole-word" = "整個詞彙";
"filter.whole-word-explanation" = "如果關鍵字或詞組僅有字母與數字,則其將只在符合整個單字時才會套用";
"filter.save-changes" = "儲存修改";
"filter.context.home" = "首頁時間軸";
"filter.context.notifications" = "通知";
"filter.context.public" = "公開時間軸";
"filter.context.thread" = "會話";
"filter.context.account" = "個人檔案";
"filter.context.unknown" = "未知情境";
"more-results.accounts" = "更多使用者";
"more-results.statuses.post" = "更多嘟文";
"more-results.statuses.toot" = "更多嘟文";
"more-results.tags" = "更多主題標籤";
"notifications" = "通知";
"notifications.reblogged-your-status-%@" = "%@ 轉嘟了您的嘟文";
"notifications.favourited-your-status-%@" = "%@ 把您的嘟文加入了最愛";
"notifications.followed-you-%@" = "%@ 關注了您";
"notifications.poll-ended" = "您參與過的投票已結束";
"notifications.your-poll-ended" = "您發起的投票已結束";
"notifications.unknown-%@" = "來自 %@ 的通知";
"remove" = "刪除 ";
"report" = "檢舉";
"report.additional-comments" = "補充評論";
"report.hint" = "這項訊息會發送到您伺服器的管理員。您可以提供檢舉這個帳號的原因:";
"report.target-%@" = "檢舉 %@";
"report.forward.hint" = "這個帳號屬於其他伺服器,要向該伺服器發送匿名的檢舉訊息嗎?";
"report.forward-%@" = "轉發檢舉至 %@";
"report.select-additional.hint.post" = "選擇更多要檢舉的嘟文:";
"report.select-additional.hint.toot" = "選擇更多要檢舉的嘟文:";
"search.scope.all" = "全部";
"search.scope.accounts" = "使用者";
"search.scope.statuses.post" = "嘟文";
"search.scope.statuses.toot" = "嘟文";
"search.scope.tags" = "主題標籤";
"selected" = "已選擇";
"send" = "發送";
"share" = "分享";
"share-extension-error.no-account-found" = "未找到帳號";
"status.accessibility.view-author-profile" = "查看作者的個人檔案";
"status.accessibility.view-reblogger-profile" = "查看轉嘟者的個人檔案";
"status.accessibility.part-of-a-thread" = "討論串的其中一部分";
"status.bookmark" = "書籤";
"status.content-warning-abbreviation" = "CW";
"status.content-warning.accessibility" = "警告訊息";
"status.delete" = "刪除";
"status.delete.confirm.post" = "您確定要刪除這則嘟文?";
"status.delete.confirm.toot" = "您確定要刪除這則嘟文?";
"status.delete-and-redraft" = "刪除 & 編輯";
"status.delete-and-redraft.confirm.post" = "確定刪掉這則嘟文並重新編輯嗎?將會失去這則嘟文的轉嘟及收藏,且回覆這則的嘟文將會變成獨立的嘟文。";
"status.delete-and-redraft.confirm.toot" = "確定刪掉這則嘟文並重新編輯嗎?將會失去這則嘟文的轉嘟及收藏,且回覆這則的嘟文將會變成獨立的嘟文。";
"status.mute" = "靜音對話";
"status.new-items.post" = "新嘟文";
"status.new-items.toot" = "新嘟文";
"status.pin" = "釘選到個人檔案";
"status.pinned.post" = "釘選的嘟文";
"status.pinned.toot" = "釘選的嘟文";
"status.poll.accessibility-label" = "投票";
"status.poll.option-%ld" = "選項 %ld";
"status.poll.vote" = "投票";
"status.poll.time-left-%@" = "剩餘 %@";
"status.poll.refresh" = "重新整理";
"status.poll.closed" = "已關閉";
"status.reblogged-by-%@" = "%@ 轉嘟了";
"status.reply-button.accessibility-label" = "回覆";
"status.reblog-button.accessibility-label" = "轉嘟";
"status.reblog-button.undo.accessibility-label" = "取消轉嘟";
"status.favorite-button.accessibility-label" = "最愛";
"status.favorite-button.undo.accessibility-label" = "取消最愛";
"status.show-more" = "顯示更多";
"status.show-more-all-button.accessibilty-label" = "顯示更多這類型的嘟文";
"status.show-less" = "減少顯示";
"status.show-less-all-button.accessibilty-label" = "減少顯示這類型的嘟文";
"status.show-thread" = "顯示討論串";
"status.spoiler-text-placeholder" = "請在此處寫入警告訊息";
"status.unbookmark" = "移除書籤";
"status.unmute" = "解除此對話的靜音";
"status.unpin" = "從個人檔案解除釘選";
"status.visibility.public" = "公開";
"status.visibility.unlisted" = "不公開";
"status.visibility.private" = "僅關注者";
"status.visibility.direct" = "私訊";
"status.visibility.public.description" = "公開,且顯示於公開時間軸";
"status.visibility.unlisted.description" = "公開,但不會顯示在公開時間軸";
"status.visibility.private.description" = "只有關注您的使用者能看到";
"status.visibility.direct.description" = "只有被提及的使用者能看到";
"tag.accessibility-recent-uses-%ld" = "最近使用 %ld 次";
"tag.accessibility-hint.post" = "查看與趨勢相關的嘟文";
"tag.accessibility-hint.toot" = "查看與趨勢相關的嘟文";
"tag.per-week-%ld" = "每週 %ld 次";
"timelines.home" = "首頁";
"timelines.local" = "本站";
"timelines.federated" = "聯邦宇宙";
"toot" = "嘟出去";

View File

@ -0,0 +1,174 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>tag.people-talking-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 人正在討論</string>
</dict>
</dict>
<key>status.poll.participation-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@people@</string>
<key>people</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 位使用者</string>
</dict>
</dict>
<key>status.reblogs-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblogs@</string>
<key>reblogs</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 次轉嘟</string>
</dict>
</dict>
<key>status.favorites-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@favorites@</string>
<key>favorites</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 次收藏</string>
</dict>
</dict>
<key>status.replies-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@replies@</string>
<key>replies</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 則回覆</string>
</dict>
</dict>
<key>statuses.count.post-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@posts@</string>
<key>posts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 則嘟文</string>
</dict>
</dict>
<key>statuses.count.toot-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@toots@</string>
<key>toots</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 則嘟文</string>
</dict>
</dict>
<key>account.followers-count-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@followers@</string>
<key>followers</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>被 %ld 人關注</string>
</dict>
</dict>
<key>attachment.type.images-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@images@</string>
<key>images</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 張圖片</string>
</dict>
</dict>
<key>attachment.type.audios-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@audios@</string>
<key>audios</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 個音樂檔案</string>
</dict>
</dict>
<key>attachment.type.videos-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@videos@</string>
<key>videos</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 個影片檔案</string>
</dict>
</dict>
<key>attachment.type.unknowns-%ld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@unknowns@</string>
<key>unknowns</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 個附件檔案</string>
</dict>
</dict>
</dict>
</plist>

View File

@ -3,10 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
75F7B3CC291F51D300FDE7C7 /* SwipeableNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F7B3CB291F51D300FDE7C7 /* SwipeableNavigationController.swift */; };
D0030982250C6C8500EACB32 /* URL+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0030981250C6C8500EACB32 /* URL+Extensions.swift */; };
D005A1D825EF189A008B2E63 /* ReportViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D005A1D725EF189A008B2E63 /* ReportViewController.swift */; };
D005A1E625EF3D11008B2E63 /* ReportHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D005A1E525EF3D11008B2E63 /* ReportHeaderView.swift */; };
@ -126,7 +127,7 @@
D08DFB0125CE228E0005DA98 /* UIScrollView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08DFB0025CE228E0005DA98 /* UIScrollView+Extensions.swift */; };
D08E512125786A6600FA2C5F /* UIButton+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08E512025786A6600FA2C5F /* UIButton+Extensions.swift */; };
D08E52612579D2E100FA2C5F /* DomainBlocksView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08E52602579D2E100FA2C5F /* DomainBlocksView.swift */; };
D08E5276257C36CA00FA2C5F /* Share Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D08E526C257C36CA00FA2C5F /* Share Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
D08E5276257C36CA00FA2C5F /* Share Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = D08E526C257C36CA00FA2C5F /* Share Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
D08E52A6257C61C000FA2C5F /* ShareExtensionNavigationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08E52A5257C61C000FA2C5F /* ShareExtensionNavigationViewController.swift */; };
D08E52C7257C7AEE00FA2C5F /* ShareErrorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08E52C6257C7AEE00FA2C5F /* ShareErrorViewController.swift */; };
D08E52D2257C811200FA2C5F /* ShareExtensionError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08E52D1257C811200FA2C5F /* ShareExtensionError+Extensions.swift */; };
@ -221,7 +222,7 @@
D0E39B7E25D9AF23009C10F8 /* AutocompleteDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E39B7D25D9AF23009C10F8 /* AutocompleteDataSource.swift */; };
D0E39B8725D9B7FD009C10F8 /* AutocompleteDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E39B7D25D9AF23009C10F8 /* AutocompleteDataSource.swift */; };
D0E5361C24E3EB4D00FB1CE1 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E5361B24E3EB4D00FB1CE1 /* NotificationService.swift */; };
D0E5362024E3EB4D00FB1CE1 /* Notification Service Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D0E5361924E3EB4D00FB1CE1 /* Notification Service Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
D0E5362024E3EB4D00FB1CE1 /* Notification Service Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = D0E5361924E3EB4D00FB1CE1 /* Notification Service Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
D0E569DB2529319100FA1D72 /* LoadMoreView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E569DA2529319100FA1D72 /* LoadMoreView.swift */; };
D0E569E0252931B100FA1D72 /* LoadMoreContentConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E569DF252931B100FA1D72 /* LoadMoreContentConfiguration.swift */; };
D0E7AD3925870B13005F5E2D /* UIVIewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E7AD3825870B13005F5E2D /* UIVIewController+Extensions.swift */; };
@ -272,16 +273,16 @@
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
D0E5362424E3EB4D00FB1CE1 /* Embed App Extensions */ = {
D0E5362424E3EB4D00FB1CE1 /* Embed Foundation Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
D0E5362024E3EB4D00FB1CE1 /* Notification Service Extension.appex in Embed App Extensions */,
D08E5276257C36CA00FA2C5F /* Share Extension.appex in Embed App Extensions */,
D0E5362024E3EB4D00FB1CE1 /* Notification Service Extension.appex in Embed Foundation Extensions */,
D08E5276257C36CA00FA2C5F /* Share Extension.appex in Embed Foundation Extensions */,
);
name = "Embed App Extensions";
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
@ -289,6 +290,31 @@
/* Begin PBXFileReference section */
2805F2DF26044E8900670835 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
2805F2E026044E8900670835 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
682EA140292B27D4007B0417 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Localizable.strings; sourceTree = "<group>"; };
682EA141292B27D4007B0417 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = eu; path = eu.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
682EA142292B29B4007B0417 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = "<group>"; };
682EA143292B29B4007B0417 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = el; path = el.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
682EA144292B2A18007B0417 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
682EA145292B2A18007B0417 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = he; path = he.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
682EA146292B2ABE007B0417 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
682EA147292B2ABE007B0417 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-BR"; path = "pt-BR.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
682EA148292B2B10007B0417 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
682EA149292B2B10007B0417 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = sv; path = sv.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
68865A28292346CF001BF177 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
68865A29292346CF001BF177 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
68865A2A292347F5001BF177 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
68865A2B292347F6001BF177 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ca; path = ca.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
68865A2C2923482B001BF177 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
68865A2D2923482B001BF177 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = cs; path = cs.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
68865A2E292349BF001BF177 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
68865A2F292349BF001BF177 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = fr; path = fr.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
68865A3029234A68001BF177 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/Localizable.strings; sourceTree = "<group>"; };
68865A3129234A68001BF177 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = gd; path = gd.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
68B0398729343604003570DD /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/Localizable.strings"; sourceTree = "<group>"; };
68B0398829343604003570DD /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-HK"; path = "zh-HK.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
68B039892934360A003570DD /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
68B0398A2934360A003570DD /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = uk; path = uk.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
75F7B3CB291F51D300FDE7C7 /* SwipeableNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwipeableNavigationController.swift; sourceTree = "<group>"; };
D0030981250C6C8500EACB32 /* URL+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+Extensions.swift"; sourceTree = "<group>"; };
D005A1D725EF189A008B2E63 /* ReportViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportViewController.swift; sourceTree = "<group>"; };
D005A1E525EF3D11008B2E63 /* ReportHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportHeaderView.swift; sourceTree = "<group>"; };
@ -840,6 +866,7 @@
D005A1D725EF189A008B2E63 /* ReportViewController.swift */,
D0F0B12D251A97E400942152 /* TableViewController.swift */,
D035F87C25B7F61600DC75ED /* TimelinesViewController.swift */,
75F7B3CB291F51D300FDE7C7 /* SwipeableNavigationController.swift */,
);
path = "View Controllers";
sourceTree = "<group>";
@ -945,7 +972,7 @@
D047FA8924C3E21200AF17C5 /* Frameworks */,
D047FA8A24C3E21200AF17C5 /* Resources */,
D0666A2E24C67E6700F3F04B /* ShellScript */,
D0E5362424E3EB4D00FB1CE1 /* Embed App Extensions */,
D0E5362424E3EB4D00FB1CE1 /* Embed Foundation Extensions */,
);
buildRules = (
);
@ -1034,7 +1061,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1220;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1410;
ORGANIZATIONNAME = Metabolist;
TargetAttributes = {
D047FA8B24C3E21200AF17C5 = {
@ -1067,6 +1094,18 @@
"zh-Hans",
ru,
ko,
"zh-Hant",
ca,
cs,
fr,
gd,
eu,
el,
he,
"pt-BR",
sv,
"zh-HK",
uk,
);
mainGroup = D047FA7F24C3E21000AF17C5;
packageReferences = (
@ -1136,6 +1175,7 @@
/* Begin PBXShellScriptBuildPhase section */
D0666A2E24C67E6700F3F04B /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
@ -1205,6 +1245,7 @@
D01F41D924F880C400D55A2D /* TouchFallthroughTextView.swift in Sources */,
D0C7D4D624F7616A001EBDBB /* NSMutableAttributedString+Extensions.swift in Sources */,
D08B9F1025CB8E060062D040 /* NotificationPreferencesView.swift in Sources */,
75F7B3CC291F51D300FDE7C7 /* SwipeableNavigationController.swift in Sources */,
D0E9F9AA258450B300EF503D /* CompositionInputAccessoryView.swift in Sources */,
D021A60A25C36B32008A0C0D /* IdentityTableViewCell.swift in Sources */,
D0849C7F25903C4900A5EBCC /* Status+Extensions.swift in Sources */,
@ -1424,6 +1465,18 @@
D0B275972612B31D00BEE910 /* zh-Hans */,
D0A69EC02617CA7100ED97D3 /* ru */,
D0FCD6C2261CC84D00113701 /* ko */,
68865A28292346CF001BF177 /* zh-Hant */,
68865A2A292347F5001BF177 /* ca */,
68865A2C2923482B001BF177 /* cs */,
68865A2E292349BF001BF177 /* fr */,
68865A3029234A68001BF177 /* gd */,
682EA140292B27D4007B0417 /* eu */,
682EA142292B29B4007B0417 /* el */,
682EA144292B2A18007B0417 /* he */,
682EA146292B2ABE007B0417 /* pt-BR */,
682EA148292B2B10007B0417 /* sv */,
68B0398729343604003570DD /* zh-HK */,
68B039892934360A003570DD /* uk */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -1439,6 +1492,18 @@
D0B275982612B31E00BEE910 /* zh-Hans */,
D0A69EC12617CA7100ED97D3 /* ru */,
D0FCD6C3261CC84D00113701 /* ko */,
68865A29292346CF001BF177 /* zh-Hant */,
68865A2B292347F6001BF177 /* ca */,
68865A2D2923482B001BF177 /* cs */,
68865A2F292349BF001BF177 /* fr */,
68865A3129234A68001BF177 /* gd */,
682EA141292B27D4007B0417 /* eu */,
682EA143292B29B4007B0417 /* el */,
682EA145292B2A18007B0417 /* he */,
682EA147292B2ABE007B0417 /* pt-BR */,
682EA149292B2B10007B0417 /* sv */,
68B0398829343604003570DD /* zh-HK */,
68B0398A2934360A003570DD /* uk */,
);
name = Localizable.stringsdict;
sourceTree = "<group>";
@ -1481,6 +1546,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -1541,6 +1607,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1572,12 +1639,12 @@
DEVELOPMENT_TEAM = 82HL67AXQ2;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext;
PRODUCT_NAME = Metatext;
SDKROOT = iphoneos;
@ -1600,12 +1667,12 @@
DEVELOPMENT_TEAM = 82HL67AXQ2;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext;
PRODUCT_NAME = Metatext;
SDKROOT = iphoneos;
@ -1679,7 +1746,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.share-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
@ -1706,7 +1773,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.share-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
@ -1733,7 +1800,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.notification-service-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
@ -1758,7 +1825,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.metabolist.metatext.notification-service-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;

View File

@ -33,16 +33,16 @@
"repositoryURL": "https://github.com/groue/CombineExpectations.git",
"state": {
"branch": null,
"revision": "5c36f3199960776fc055196a93ca04bfc00e1857",
"version": "0.7.0"
"revision": "04d4e4b21c9e8361925f03f64a7ecda89ef9974f",
"version": "0.10.0"
}
},
{
"package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": {
"branch": "c326f8b",
"revision": "c326f8bf11ada58f1958e11ae151802c78142f42",
"branch": "a6ff285",
"revision": "a6ff285eb1b0f8933c610b82e8d6ca7093fd7997",
"version": null
}
},
@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/SDWebImage/SDWebImage",
"state": {
"branch": null,
"revision": "76dd4b49110b8624317fc128e7fa0d8a252018bc",
"version": "5.11.1"
"revision": "318cca556b0489aede0cd98d8d0c7f1408ab7bd6",
"version": "5.13.5"
}
}
]

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1410"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"

View File

@ -16,6 +16,8 @@ You can help translate Metatext on [CrowdIn](https://crowdin.com/project/metatex
See the [contribution guidelines](https://github.com/metabolist/metatext/blob/main/CONTRIBUTING.md).
Note that capacity for reviewing pull requests is currently very limited. For now, please limit the scope of proposed changes to fixing bugs and not added features, settings, or behavior, thanks. If you are interested in doing a larger scope change, please propose it via email at info@metabolist.org first.
## Building
To build Metatext:

View File

@ -0,0 +1,22 @@
// Copyright © 2020 Metabolist. All rights reserved.
import Combine
import Foundation
public struct AuthenticatedWebViewService {
private let environment: AppEnvironment
private let webAuthSessionContextProvider = WebAuthSessionContextProvider()
public init(environment: AppEnvironment) {
self.environment = environment
}
}
public extension AuthenticatedWebViewService {
func authenticatedWebViewPublisher(url: URL) -> AnyPublisher<URL, Error> {
environment.webAuthSessionType.publisher(
url: url,
callbackURLScheme: nil,
presentationContextProvider: webAuthSessionContextProvider)
}
}

View File

@ -34,7 +34,10 @@ public struct SearchService {
extension SearchService: CollectionService {
public func request(maxId: String?, minId: String?, search: Search?) -> AnyPublisher<Never, Error> {
guard let search = search else { return Empty().eraseToAnyPublisher() }
guard
let search = search,
!search.query.trimmingCharacters(in: .whitespaces).isEmpty
else { return Empty().eraseToAnyPublisher() }
return mastodonAPIClient.request(ResultsEndpoint.search(search))
.flatMap { results in contentDatabase.insert(results: results).collect().map { _ in results } }

View File

@ -28,7 +28,16 @@ public struct TimelineService {
self.timeline = timeline
self.mastodonAPIClient = mastodonAPIClient
self.contentDatabase = contentDatabase
sections = contentDatabase.timelinePublisher(timeline)
if case .home = timeline {
sections = contentDatabase.cleanHomeTimelinePublisher()
.collect()
.flatMap { _ in contentDatabase.timelinePublisher(timeline) }
.eraseToAnyPublisher()
} else {
sections = contentDatabase.timelinePublisher(timeline)
}
navigationService = NavigationService(environment: environment,
mastodonAPIClient: mastodonAPIClient,
contentDatabase: contentDatabase)

View File

@ -17,6 +17,14 @@ public struct AppPreferences {
}
public extension AppPreferences {
enum ColorScheme: String, CaseIterable, Identifiable {
case system
case light
case dark
public var id: String { rawValue }
}
enum StatusWord: String, CaseIterable, Identifiable {
case toot
case post
@ -47,6 +55,18 @@ public extension AppPreferences {
public var id: String { rawValue }
}
var colorScheme: ColorScheme {
get {
if let rawValue = self[.colorScheme] as String?,
let value = ColorScheme(rawValue: rawValue) {
return value
}
return .system
}
set { self[.colorScheme] = newValue.rawValue }
}
var statusWord: StatusWord {
get {
if let rawValue = self[.statusWord] as String?,
@ -185,6 +205,7 @@ public extension AppPreferences {
private extension AppPreferences {
enum Item: String {
case colorScheme
case statusWord
case requireDoubleTapToReblog
case requireDoubleTapToFavorite

View File

@ -30,9 +30,8 @@ extension WebAuthSession {
}
}
webAuthSession.presentationContextProvider = presentationContextProvider
DispatchQueue.main.async {
webAuthSession.presentationContextProvider = presentationContextProvider
webAuthSession.start()
}
}

View File

@ -55,6 +55,7 @@ final class MainNavigationViewController: UITabBarController {
.store(in: &cancellables)
NotificationCenter.default.publisher(for: UIScene.willEnterForegroundNotification)
.debounce(for: .seconds(Self.refreshFromBackgroundDebounceInterval), scheduler: DispatchQueue.main)
.sink { [weak self] _ in self?.viewModel.refreshIdentity() }
.store(in: &cancellables)
}
@ -106,6 +107,7 @@ extension MainNavigationViewController: NavigationHandling {
private extension MainNavigationViewController {
static let secondaryNavigationViewTag = UUID().hashValue
static let newStatusViewTag = UUID().hashValue
static let refreshFromBackgroundDebounceInterval: TimeInterval = 30
func setupViewControllers(pending: Bool) {
var controllers: [UIViewController] = [
@ -140,7 +142,7 @@ private extension MainNavigationViewController {
controller.navigationItem.leftBarButtonItem = secondaryNavigationButton
}
viewControllers = controllers.map(UINavigationController.init(rootViewController:))
viewControllers = controllers.map(SwipeableNavigationController.init(rootViewController:))
}
func setupNewStatusButton() {

View File

@ -0,0 +1,29 @@
// Copyright © 2022 Metabolist. All rights reserved.
import UIKit
// ref: https://stackoverflow.com/a/60598558/3797903
class SwipeableNavigationController: UINavigationController {
private lazy var fullWidthBackGestureRecognizer = UIPanGestureRecognizer()
override func viewDidLoad() {
super.viewDidLoad()
setupFullWidthBackGesture()
}
private func setupFullWidthBackGesture() {
guard let targets = interactivePopGestureRecognizer?.value(forKey: "targets") else { return }
// have fullWidthBackGestureRecognizer execute the same handler as interactivePopGestureRecognizer
fullWidthBackGestureRecognizer.setValue(targets, forKey: "targets")
fullWidthBackGestureRecognizer.delegate = self
view.addGestureRecognizer(fullWidthBackGestureRecognizer)
}
}
extension SwipeableNavigationController: UIGestureRecognizerDelegate {
func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
interactivePopGestureRecognizer?.isEnabled == true && viewControllers.count > 1
}
}

View File

@ -23,6 +23,7 @@ class TableViewController: UITableViewController {
private var shouldKeepPlayingVideoAfterDismissal = false
private var newItemsViewHiddenConstraint: NSLayoutConstraint?
private var newItemsViewVisibleConstraint: NSLayoutConstraint?
private var isPastInitialAppearance = false
private let insetBottom: Bool
private weak var parentNavigationController: UINavigationController?
@ -103,7 +104,11 @@ class TableViewController: UITableViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
refreshIfAble()
if isPastInitialAppearance {
refreshIfAble()
}
isPastInitialAppearance = true
}
override func scrollViewDidScroll(_ scrollView: UIScrollView) {
@ -497,7 +502,7 @@ private extension TableViewController {
setPreviousOffset = true
}
self.dataSource.apply(update.sections.snapshot(), animatingDifferences: false) { [weak self] in
self.dataSource.applySnapshotUsingReloadData(update.sections.snapshot()) { [weak self] in
guard let self = self else { return }
if let itemId = update.maintainScrollPositionItemId,
@ -872,8 +877,8 @@ private extension TableViewController {
func hideNewItemsView() {
UIView.animate(withDuration: .zeroIfReduceMotion(.defaultAnimationDuration)) {
self.newItemsView.alpha = 0
self.newItemsViewHiddenConstraint?.isActive = true
self.newItemsViewVisibleConstraint?.isActive = false
self.newItemsViewHiddenConstraint?.isActive = true
self.view.layoutIfNeeded()
} completion: { _ in
self.reloadVisibleItems()

View File

@ -56,6 +56,10 @@ extension ContentDatabase {
keychain: MockKeychain.self)
}
public extension AppEnvironment {
static let preview = environment
}
public extension URL {
static let previewInstanceURL = URL(string: "https://mastodon.social")!
}

View File

@ -97,7 +97,11 @@ public class CollectionItemsViewModel: ObservableObject {
}
// swiftlint:disable:next function_body_length cyclomatic_complexity
public func viewModel(indexPath: IndexPath) -> Any {
public func viewModel(indexPath: IndexPath) -> Any? {
guard indexPath.section < lastUpdate.sections.count,
indexPath.item < lastUpdate.sections[indexPath.section].items.count
else { return nil }
let item = lastUpdate.sections[indexPath.section].items[indexPath.item]
let cachedViewModel = viewModelCache[item]

View File

@ -22,7 +22,7 @@ public protocol CollectionViewModel {
func viewedAtTop(indexPath: IndexPath)
func select(indexPath: IndexPath)
func canSelect(indexPath: IndexPath) -> Bool
func viewModel(indexPath: IndexPath) -> Any
func viewModel(indexPath: IndexPath) -> Any?
func toggleExpandAll()
func applyAccountListEdit(viewModel: AccountViewModel, edit: CollectionItemEvent.AccountListEdit)
}

View File

@ -16,10 +16,12 @@ public final class NavigationViewModel: ObservableObject {
@Published public var alertItem: AlertItem?
private let navigationsSubject = PassthroughSubject<Navigation, Never>()
private let environment: AppEnvironment
private var cancellables = Set<AnyCancellable>()
public init(identityContext: IdentityContext) {
public init(identityContext: IdentityContext, environment: AppEnvironment) {
self.identityContext = identityContext
self.environment = environment
navigations = navigationsSubject.eraseToAnyPublisher()
identityContext.$identity
@ -104,6 +106,22 @@ public extension NavigationViewModel {
navigationsSubject.send(.profile(identityContext.service.navigationService.profileService(id: id)))
}
func navigateToEditProfile(instanceURI: String) {
guard let editProfileURL = editProfileURL(instanceURI: instanceURI) else { return }
AuthenticatedWebViewService(environment: environment).authenticatedWebViewPublisher(url: editProfileURL)
.sink { _ in } receiveValue: { _ in }
.store(in: &cancellables)
}
func navigateToAccountSettings(instanceURI: String) {
guard let accountSettingsURL = accountSettingsURL(instanceURI: instanceURI) else { return }
AuthenticatedWebViewService(environment: environment).authenticatedWebViewPublisher(url: accountSettingsURL)
.sink { _ in } receiveValue: { _ in }
.store(in: &cancellables)
}
func navigate(timeline: Timeline) {
presentingSecondaryNavigation = false
presentedNewStatusViewModel = nil
@ -203,3 +221,21 @@ public extension NavigationViewModel {
identityContext: identityContext)
}
}
private extension NavigationViewModel {
func accountSettingsURL(instanceURI: String) -> URL? {
if instanceURI.hasPrefix("https://") {
return URL(string: "\(instanceURI)/auth/edit")
} else {
return URL(string: "https://\(instanceURI)/auth/edit")
}
}
func editProfileURL(instanceURI: String) -> URL? {
if instanceURI.hasPrefix("https://") {
return URL(string: "\(instanceURI)/settings/profile")
} else {
return URL(string: "https://\(instanceURI)/settings/profile")
}
}
}

View File

@ -79,7 +79,10 @@ public final class NewStatusViewModel: ObservableObject {
.filter { $0 != (identity ?? identityContext.identity).account?.username }
.map("@".appending))
compositionViewModel.text = mentions.joined(separator: " ").appending(" ")
if !mentions.isEmpty {
compositionViewModel.text = mentions.joined(separator: " ").appending(" ")
}
compositionViewModel.contentWarning = inReplyTo.spoilerText
compositionViewModel.displayContentWarning = !inReplyTo.spoilerText.isEmpty
} else if let directMessageTo = directMessageTo {

View File

@ -178,7 +178,7 @@ extension ProfileViewModel: CollectionViewModel {
collectionViewModel.value.canSelect(indexPath: indexPath)
}
public func viewModel(indexPath: IndexPath) -> Any {
public func viewModel(indexPath: IndexPath) -> Any? {
collectionViewModel.value.viewModel(indexPath: indexPath)
}

View File

@ -143,7 +143,7 @@ private extension RootViewModel {
self.notifyIdentityChange(identityContext: identityContext)
}
return NavigationViewModel(identityContext: identityContext)
return NavigationViewModel(identityContext: identityContext, environment: self.environment)
}
.assign(to: &$navigationViewModel)
}

View File

@ -41,7 +41,7 @@ public final class SearchViewModel: CollectionItemsViewModel {
}
private extension SearchViewModel {
static let debounceInterval: TimeInterval = 0.2
static let debounceInterval: TimeInterval = 0.8
}
private extension SearchScope {

View File

@ -88,7 +88,7 @@ import PreviewViewModels
struct AboutView_Previews: PreviewProvider {
static var previews: some View {
AboutView(viewModel: NavigationViewModel(identityContext: .preview))
AboutView(viewModel: NavigationViewModel(identityContext: .preview, environment: .preview))
}
}
#endif

View File

@ -64,7 +64,7 @@ import PreviewViewModels
struct ListsView_Previews: PreviewProvider {
static var previews: some View {
ListsView(viewModel: .init(identityContext: .preview))
.environmentObject(NavigationViewModel(identityContext: .preview))
.environmentObject(NavigationViewModel(identityContext: .preview, environment: .preview))
}
}
#endif

View File

@ -88,6 +88,11 @@ struct PreferencesView: View {
}
}
}
Picker("preferences.app.color-scheme", selection: $identityContext.appPreferences.colorScheme) {
ForEach(AppPreferences.ColorScheme.allCases) { option in
Text(option.localizedStringKey).tag(option)
}
}
NavigationLink("preferences.notifications",
destination: NotificationPreferencesView(viewModel: viewModel))
Picker("preferences.status-word",
@ -153,6 +158,19 @@ struct PreferencesView: View {
}
}
extension AppPreferences.ColorScheme {
var localizedStringKey: LocalizedStringKey {
switch self {
case .system:
return "preferences.app.color-scheme.system"
case .light:
return "preferences.app.color-scheme.light"
case .dark:
return "preferences.app.color-scheme.dark"
}
}
}
extension AppPreferences.StatusWord {
var localizedStringKey: LocalizedStringKey {
switch self {

View File

@ -1,6 +1,7 @@
// Copyright © 2020 Metabolist. All rights reserved.
import SwiftUI
import UIKit
import ViewModels
struct RootView: View {
@ -13,13 +14,15 @@ struct RootView: View {
.environmentObject(viewModel)
.transition(.opacity)
.edgesIgnoringSafeArea(.all)
.onReceive(navigationViewModel.identityContext.$appPreferences.map(\.colorScheme),
perform: setColorScheme)
} else {
NavigationView {
AddIdentityView(
viewModelClosure: { viewModel.addIdentityViewModel() },
displayWelcome: true)
.navigationBarTitleDisplayMode(.inline)
.navigationBarHidden(true)
.navigationBarTitleDisplayMode(.inline)
.navigationBarHidden(true)
}
.environmentObject(viewModel)
.navigationViewStyle(StackNavigationViewStyle())
@ -28,6 +31,29 @@ struct RootView: View {
}
}
private extension RootView {
func setColorScheme(_ colorScheme: AppPreferences.ColorScheme) {
for scene in UIApplication.shared.connectedScenes.compactMap({ $0 as? UIWindowScene }) {
for window in scene.windows {
window.overrideUserInterfaceStyle = colorScheme.uiKit
}
}
}
}
extension AppPreferences.ColorScheme {
var uiKit: UIUserInterfaceStyle {
switch self {
case .system:
return .unspecified
case .light:
return .light
case .dark:
return .dark
}
}
}
#if DEBUG
import Combine
import PreviewViewModels

View File

@ -22,6 +22,26 @@ struct SecondaryNavigationView: View {
}
}
}
if let instanceURI = viewModel.identityContext.identity.instance?.uri {
Button {
viewModel.navigateToEditProfile(instanceURI: instanceURI)
} label: {
Label {
Text("secondary-navigation.edit-profile").foregroundColor(.primary)
} icon: {
Image(systemName: "pencil")
}
}
Button {
viewModel.navigateToAccountSettings(instanceURI: instanceURI)
} label: {
Label {
Text("secondary-navigation.account-settings").foregroundColor(.primary)
} icon: {
Image(systemName: "person.crop.square.filled.and.at.rectangle")
}
}
}
NavigationLink(
destination: IdentitiesView { .init(identityContext: viewModel.identityContext) }
.environmentObject(rootViewModel)) {
@ -84,7 +104,7 @@ import PreviewViewModels
struct SecondaryNavigationView_Previews: PreviewProvider {
static var previews: some View {
SecondaryNavigationView(viewModel: NavigationViewModel(identityContext: .preview))
SecondaryNavigationView(viewModel: NavigationViewModel(identityContext: .preview, environment: .preview))
.environmentObject(RootViewModel.preview)
}
}

View File

@ -23,7 +23,7 @@ import PreviewViewModels
struct MainNavigationView_Previews: PreviewProvider {
static var previews: some View {
MainNavigationView { NavigationViewModel(identityContext: .preview) }
MainNavigationView { NavigationViewModel(identityContext: .preview, environment: .preview) }
.environmentObject(RootViewModel.preview)
}
}

View File

@ -116,18 +116,17 @@ private extension CompositionPollView {
addChoiceButton.isEnabled = $0.count < CompositionViewModel.maxPollOptionCount
for (index, option) in $0.enumerated() {
if !self.pollOptionViews.contains(where: { $0.option === option }) {
let optionView = CompositionPollOptionView(
viewModel: self.viewModel,
parentViewModel: self.parentViewModel,
option: option)
for (index, option) in $0.enumerated()
where !self.pollOptionViews.contains(where: { $0.option === option }) {
let optionView = CompositionPollOptionView(
viewModel: self.viewModel,
parentViewModel: self.parentViewModel,
option: option)
optionView.textField.placeholder = String.localizedStringWithFormat(
NSLocalizedString("status.poll.option-%ld", comment: ""),
index + 1)
self.stackView.insertArrangedSubview(optionView, at: index)
}
optionView.textField.placeholder = String.localizedStringWithFormat(
NSLocalizedString("status.poll.option-%ld", comment: ""),
index + 1)
self.stackView.insertArrangedSubview(optionView, at: index)
}
for (index, optionView) in self.pollOptionViews.enumerated() {

View File

@ -169,7 +169,12 @@ private extension AnnouncementView {
snapshot.appendItems(viewModel.announcement.reactions, toSection: 0)
if snapshot.itemIdentifiers != dataSource.snapshot().itemIdentifiers {
dataSource.apply(snapshot, animatingDifferences: false) { viewModel.reload() }
dataSource.apply(snapshot, animatingDifferences: false) {
if self.contentTextView.frame.size == .zero
|| self.contentTextView.contentSize.height < self.contentTextView.frame.height {
viewModel.reload()
}
}
}
}
}

View File

@ -156,7 +156,12 @@ private extension LoadMoreView {
guard let self = self else { return }
self.label.isHidden = $0
$0 ? self.activityIndicatorView.startAnimating() : self.activityIndicatorView.stopAnimating()
if $0 {
self.activityIndicatorView.startAnimating()
} else {
self.activityIndicatorView.stopAnimating()
}
}
}

View File

@ -183,8 +183,12 @@ extension PollView {
let open = !poll.expired && !poll.voted
for option in poll.options {
height += open ? PollOptionButton.estimatedHeight(width: width, title: option.title)
: PollResultView.estimatedHeight(width: width, title: option.title)
if open {
height += PollOptionButton.estimatedHeight(width: width, title: option.title)
} else {
height += PollResultView.estimatedHeight(width: width, title: option.title)
}
height += .defaultSpacing
}

View File

@ -59,7 +59,7 @@ final class StatusBodyView: UIView {
pollView.isAccessibilityElement = !isContextParent || viewModel.hasVotedInPoll || viewModel.isPollExpired
cardView.viewModel = viewModel.cardViewModel
cardView.isHidden = viewModel.cardViewModel == nil
cardView.isHidden = viewModel.cardViewModel == nil || !viewModel.shouldShowContent
accessibilityAttributedLabel = accessibilityAttributedLabel(forceShowContent: false)