Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/translations/nl-nl.all.json
akuma06 c6168be8b1 Tag Search + Tests + Search slight refactor [DONE] (#1342)
* Tag Search + Tests + Search slight refactor

First commit improving search. Different struct have their own file with their tests. This way of separating struct by files is inspired by the go packages I've seen so far.

Added new behaviour as discussed in #1334

* fix fallback to ES

* Added some comments to explain PG fallback + log err moved

* Refactored search

Nearly fully covered
WhereParams struct has disappeared for Query struct instead
In DB model, we use an interface implementing Query struct methods

* 1rst Refactor of Tags (WTF already?!)

Prepare Tags for the refactored system. Now there will be descriptive tags for a particular release (ecchi, BDSM, ....) and typed tags.
Typed tags are tags relevant to all torrents and can be limited to some input value. For example, video quality is a typed tag limited to some values (hd, full hd, sd, ...). In the same way, anidbid is also a typed tag but doesn't have default values.

Furthermore, the location storage of tags have changed, now accepted descriptive tags are stored in the torrents table in the column "tags" and they are separated by commas.
In the opposite, accepted typed tags can have have their own column in the torrents table. For example, anidbid, vndbid will populate the column DbID when accepted. On the other hand, videoquality will populate the same way as descriptive tags.

This behaviour depends on the callbackOnType function in tag/helpers.go

* fix for modtools :')

* Added anidb, vndb, dlsite & vmdb id fields in torrent model.
Tags don't have an accepted field anymore.
Accepted Tags are in torrent.AcceptedTags and non-accepted ones in torrrent.Tags.

New Helper + New Changelog for translation string.

* New upload/edit form for torrent tags.
Now the inputs are dynamically generated by the helper tag_form.
No more modal window in those form, only inputs.
Support of tags in API
New translation string for the  link to the modal on torrent view.
More comments in the functions for tags

* Improving how config for tags work. Adding a test on them with understandable messages.
Config for tags have now a Field attribute which is linked to the Torrent model. For example anidbid tag type has now a AnidbID field in config which is the name of the field in torrent model (AnidbID). Every new tag type need to have a field attribute with its counterpart in torrent Model.
Fixing some errors

* Fix compile error + Tests Errors

* Improve performance by caching the list of tags with an index
Adding/removing tags works/tested
New translation strings

TODO: test/fix adding tag on upload/edit

* Mini fix to display video quality
+ tags works/tested on modo edit

* Fix editing tags on modpanel

* Edit tags works

* Add translation string

* Add search backend for tags.
?tags=xxx,eee,ddd
?anidb=21
?vndb=23
?vgmdb=24
?vq=full_hd

* Fix Ajax tag Removal&Add

* Added form for descriptive tags

* Forgot to add the link between database and form for descriptive tags.

* Adding the increase/decrease pantsu for descriptive tags

* Fix #1370

* When you actually forgot to commit files after having forgotten commits
2017-08-22 11:48:10 +10:00

1991 lignes
42 Kio
JSON

[
{
"id": "rules",
"translation": "Rules"
},
{
"id": "no_cp",
"translation": "No child pornography (lolicon doesn't count)"
},
{
"id": "asia",
"translation": "Asian related content only (no Western Movies, no Cartoon)"
},
{
"id": "rules_spam",
"translation": "No spam"
},
{
"id": "rules_sukebei",
"translation": "NSFW content belongs in sukebei.pantsu.cat"
},
{
"id": "verify_email_title",
"translation": "Bevestig je e-mailadres voor Nyaapantsu."
},
{
"id": "verify_email_content",
"translation": "Klik op de onderstaande link om je e-mail te bevestigen."
},
{
"id": "reset_password_title",
"translation": "Stel je wachtwoord opnieuw in voor Nyaapantsu."
},
{
"id": "reset_password_content",
"translation": "Klik op de onderstaande link om je wachtwoord opnieuw in te stellen."
},
{
"id": "register_title",
"translation": "Een nieuw account aanmaken"
},
{
"id": "signup_box_title",
"translation": "Registreren <small>Het is gratis en dat blijft het ook.</small>"
},
{
"id": "username",
"translation": "Gebruikersnaam"
},
{
"id": "email_address_or_username",
"translation": "E-mailadres of Gebruikersnaam"
},
{
"id": "email_address",
"translation": "E-mailadres"
},
{
"id": "password",
"translation": "Wachtwoord"
},
{
"id": "confirm_password",
"translation": "Bevestig wachtwoord"
},
{
"id": "terms_conditions_confirm",
"translation": "Door te klikken op <b>Registreren</b>, ga je akkoord met de <a id=\"modal_active\" href=\"#\">Algemene voorwaarden</a> die deze site hanteert, waaronder ons Cookiebeleid."
},
{
"id": "signin",
"translation": "Aanmelden"
},
{
"id": "register",
"translation": "Registreren"
},
{
"id": "terms_conditions",
"translation": "Algemene voorwaarden"
},
{
"id": "terms_conditions_full",
"translation": "Van alles en nog wat."
},
{
"id": "remember_me",
"translation": "Onthou mij"
},
{
"id": "forgot_password",
"translation": "Wachtwoord vergeten?"
},
{
"id": "sign_in_box_title",
"translation": "Aanmelden"
},
{
"id": "sign_in_title",
"translation": "Aanmelden"
},
{
"id": "register_success_title",
"translation": "Registratie gelukt"
},
{
"id": "sign_up_success",
"translation": "Bedankt voor het registreren!"
},
{
"id": "verify_success",
"translation": "<i style=\"color:limegreen\" class=\"glyphicon glyphicon-ok-circle\"></i>Je account is nu geactiveerd!"
},
{
"id": "signup_verification_email",
"translation": "Controleer tot slot je inbox (en je map met ongewenste e-mail!) voor het bevestigingsbericht."
},
{
"id": "signup_verification_noemail",
"translation": "Registratie is gelukt, je kunt nu je account gebruiken."
},
{
"id": "email_placeholder",
"translation": "Can be left blank."
},
{
"id": "settings",
"translation": "Instellingen"
},
{
"id": "torrents",
"translation": "Torrents"
},
{
"id": "follow",
"translation": "Volgen"
},
{
"id": "unfollow",
"translation": "Unfollow"
},
{
"id": "user_followed_msg",
"translation": "You have followed %s!"
},
{
"id": "user_unfollowed_msg",
"translation": "You have unfollowed %s!"
},
{
"id": "profile_page",
"translation": "%s Profielpagina"
},
{
"id": "see_more_torrents_from",
"translation": "Meer torrents van %s "
},
{
"id": "torrents_uploaded",
"translation": "Torrents uploaded"
},
{
"id": "category",
"translation": "Categorie"
},
{
"id": "name",
"translation": "Naam"
},
{
"id": "date",
"translation": "Datum"
},
{
"id": "size",
"translation": "Grootte"
},
{
"id": "links",
"translation": "Links"
},
{
"id": "home",
"translation": "Home"
},
{
"id": "error_404",
"translation": "Error 404"
},
{
"id": "error_400",
"translation": "Error 400"
},
{
"id": "error_500",
"translation": "Error 500"
},
{
"id": "err_no_results",
"translation": "No results found"
},
{
"id": "upload",
"translation": "Uploaden"
},
{
"id": "faq",
"translation": "FAQ"
},
{
"id": "fap",
"translation": "Fap"
},
{
"id": "fun",
"translation": "Fun"
},
{
"id": "nothing_here",
"translation": "Er is hier niks."
},
{
"id": "404_not_found",
"translation": "404 Not Found"
},
{
"id": "500_internal_server_error",
"translation": "500 Internal Server Error"
},
{
"id": "400_bad_request",
"translation": "400 Bad Request"
},
{
"id": "no_torrents_uploaded",
"translation": "Nog geen torrents geüpload!"
},
{
"id": "profile",
"translation": "Profiel"
},
{
"id": "sign_out",
"translation": "Afmelden"
},
{
"id": "member",
"translation": "Lid"
},
{
"id": "no_results_found",
"translation": "Geen zoekresultaten gevonden."
},
{
"id": "notice_keep_seeding",
"translation": "MEDEDELING: BLIJF SEEDEN EN ZET DHT AAN SUKKEL"
},
{
"id": "official_nyaapocalipse_faq",
"translation": "Officiële FAQ van de Nyaapocalyps"
},
{
"id": "links_replacement_mirror",
"translation": "Links voor de vervanging/mirror"
},
{
"id": "what_happened",
"translation": "Wat is er gebeurd?"
},
{
"id": "nyaa_se_went_offline",
"translation": "nyaa.se en bijbehorende domeinen (zoals nyaatorrents.info) zijn op 1 mei 2017 uit de lucht gehaald."
},
{
"id": "its_not_a_ddos",
"translation": "Ze zijn niet langer actief, dus het gaat hier niet zoals gewoonlijk om een DDoS-aanval."
},
{
"id": "future_not_looking_good",
"translation": "De vooruitzichten voor nyaa zijn niet goed. (Het is voorgoed weg.)"
},
{
"id": "recovery_effort",
"translation": "We zijn bezig de boel te herstellen."
},
{
"id": "is_everything_lost",
"translation": "Is alles verloren gegaan?"
},
{
"id": "in_short_no",
"translation": "Kort antwoord: nee."
},
{
"id": "are_some_things_lost",
"translation": "Zijn er sommige dingen verloren gegaan?"
},
{
"id": "answer_is_nyaa_db_lost",
"translation": "We hebben een database van de torrents op nyaa van tot en met <s>5 april</s> 1 mei. Dat betekent dat er bijna niks verloren is gegaan."
},
{
"id": "answer_is_sukebei_db_lost",
"translation": "Voor Sukebei is de situatie minder gunstig. We hebben op dit moment databases van tot en met 2016, hoewel de mogelijkheid bestaat dat er een recentere database te vinden is."
},
{
"id": "how_are_we_recovering",
"translation": "Hoe verloopt het herstel?"
},
{
"id": "answer_how_are_we_recovering",
"translation": "De voornoemde databases worden gehost op nyaa.pantsu.cat en sukebei.pantsu.cat. Er is een zoekfunctie en (bijna) alle functionele eigenschappen van nyaa worden binnenkort uitgerold. Seeder/leecher-gegevens zijn te achterhalen door middel van scraping en worden wellicht in de toekomst hersteld, aangezien de prioriteiten op dit moment ergens anders liggen."
},
{
"id": "how_do_i_link_my_old_account",
"translation": "Hoe link ik mijn oude uploads met mijn account?"
},
{
"id": "answer_how_do_i_link_my_old_account",
"translation": "Kom naar <a href=\"ircs://irc.rizon.net/nyaapantsu-help\">#nyaapantsu-help@Rizon</a> en vraag een moderator of hij je oude torrents kan overzetten. Noem tevens je oude en nieuwe gebruikersnaam."
},
{
"id": "are_the_trackers_working",
"translation": "Doen de torrents het nog?"
},
{
"id": "answer_are_the_trackers_working",
"translation": "Zelfs als de trackers niet langer werken zijn seeders nog steeds verbonden met het gedecentraliseerde DHT-netwerk. Zolang het bestand beschikbaar is in het DHT-netwerk, zouden er zich geen problemen voor moeten doen."
},
{
"id": "how_do_i_download_the_torrents",
"translation": "Hoe download ik de torrents?"
},
{
"id": "answer_how_do_i_download_the_torrents",
"translation": "Gebruik gewoon de <b>magnetlink</b>. Je BitTorrent-programma zal de magnetlink gebruiken om het bestand in het DHT-netwerk op te sporen waarna je het bestand gewoon zou moeten kunnen downloaden."
},
{
"id": "magnet_link_should_look_like",
"translation": "De magnetlink ziet er als volgt uit:"
},
{
"id": "which_trackers_do_you_recommend",
"translation": "Welke trackers raden jullie aan te gebruiken?"
},
{
"id": "answer_which_trackers_do_you_recommend",
"translation": "Voeg deze trackers toe indien je torrentupload wordt geweigerd vanwege de trackers:"
},
{
"id": "how_can_i_help",
"translation": "Hoe kan ik helpen?"
},
{
"id": "answer_how_can_i_help",
"translation": "Als je ervaring hebt met het ontwikkelen van websites, kan je je aansluiten bij het IRC-kanaal #nyaapantsu op irc.rizon.net. Mocht je in het bezit zijn van recente databases, vooral van sukebei, <b>UPLOAD ZE</b>."
},
{
"id": "your_design_sucks_found_a_bug",
"translation": "Het ontwerp is slecht / Ik heb een fout gevonden"
},
{
"id": "why_written_in_go",
"translation": "Waarom is dit in Go geschreven?"
},
{
"id": "authors_favorite_language",
"translation": "Het is de favoriete programmeertaal van de bedenker."
},
{
"id": "torrent_file",
"translation": "Torrentbestand"
},
{
"id": "uploading_file_prefills_fields",
"translation": "Bij het uploaden van een torrentbestand worden enkele velden automatisch ingevuld. Dit is aangeraden."
},
{
"id": "magnet_link",
"translation": "Magnetlink"
},
{
"id": "all_categories",
"translation": "Alle categorieën"
},
{
"id": "select_a_torrent_category",
"translation": "Kies een torrentcategorie"
},
{
"id": "anime",
"translation": "Anime"
},
{
"id": "anime_amv",
"translation": "Anime - Anime Music Video"
},
{
"id": "anime_english_translated",
"translation": "Anime - Engels vertaald"
},
{
"id": "anime_non_english_translated",
"translation": "Anime - Niet-Engels vertaald"
},
{
"id": "anime_raw",
"translation": "Anime - Raw"
},
{
"id": "audio",
"translation": "Audio"
},
{
"id": "audio_lossless",
"translation": "Audio - Lossless"
},
{
"id": "audio_lossy",
"translation": "Audio - Lossy"
},
{
"id": "literature",
"translation": "Literatuur"
},
{
"id": "literature_english_translated",
"translation": "Literatuur - Engels vertaald"
},
{
"id": "literature_raw",
"translation": "Literatuur - Raw"
},
{
"id": "literature_non_english_translated",
"translation": "Literatuur - Niet-Engels vertaald"
},
{
"id": "live_action",
"translation": "Live-action"
},
{
"id": "live_action_english_translated",
"translation": "Live-action - Engels vertaald"
},
{
"id": "live_action_idol_pv",
"translation": "Live-action - Idol/Trailer"
},
{
"id": "live_action_non_english_translated",
"translation": "Live-action - Niet-Engels vertaald"
},
{
"id": "live_action_raw",
"translation": "Live-action - Raw"
},
{
"id": "pictures",
"translation": "Afbeeldingen"
},
{
"id": "pictures_graphics",
"translation": "Afbeeldingen - Grafisch"
},
{
"id": "pictures_photos",
"translation": "Afbeeldingen - Foto's"
},
{
"id": "software",
"translation": "Software"
},
{
"id": "software_applications",
"translation": "Software - Toepassingen"
},
{
"id": "software_games",
"translation": "Software - Games"
},
{
"id": "art",
"translation": "Kunst"
},
{
"id": "art_anime",
"translation": "Kunst - Anime"
},
{
"id": "art_doujinshi",
"translation": "Kunst - Doujinshi"
},
{
"id": "art_games",
"translation": "Kunst - Games"
},
{
"id": "art_manga",
"translation": "Kunst - Manga"
},
{
"id": "art_pictures",
"translation": "Kunst - Afbeeldingen"
},
{
"id": "real_life",
"translation": "Real Life"
},
{
"id": "real_life_photobooks_and_pictures",
"translation": "Real Life - Fotoboeken en Afbeeldingen"
},
{
"id": "real_life_videos",
"translation": "Real Life - Video's"
},
{
"id": "torrent_description",
"translation": "Torrentbeschrijving"
},
{
"id": "description_markdown_notice",
"translation": "Markdown wordt ondersteund in beschrijvingen."
},
{
"id": "show_all",
"translation": "Toon alles"
},
{
"id": "delete_all",
"translation": "Delete all"
},
{
"id": "filter_remakes",
"translation": "Exclusief Remakes"
},
{
"id": "trusted",
"translation": "Vertrouwd"
},
{
"id": "search",
"translation": "Zoeken"
},
{
"id": "hash",
"translation": "Hash"
},
{
"id": "description",
"translation": "Beschrijving"
},
{
"id": "no_description",
"translation": "Geen beschrijving toegevoegd!"
},
{
"id": "comments",
"translation": "Reacties"
},
{
"id": "submit_a_comment_as_username",
"translation": "Plaats reactie als %s"
},
{
"id": "submit_a_comment_as_anonymous",
"translation": "Plaats reactie als Anonymous"
},
{
"id": "submit",
"translation": "Verzenden"
},
{
"id": "personal_info",
"translation": "Persoonlijke informatie"
},
{
"id": "language",
"translation": "Taal"
},
{
"id": "current_password",
"translation": "Huidige wachtwoord"
},
{
"id": "role",
"translation": "Rol"
},
{
"id": "banned",
"translation": "Verbannen"
},
{
"id": "default",
"translation": "Standaard"
},
{
"id": "trusted_member",
"translation": "Vertrouwd lid"
},
{
"id": "scraped_user",
"translation": "Gebruiker (scraped)"
},
{
"id": "moderator",
"translation": "Moderator"
},
{
"id": "api_token",
"translation": "API Token"
},
{
"id": "save_changes",
"translation": "Wijzigingen opslaan"
},
{
"id": "profile_updated",
"translation": "Je profiel is met succes bijgewerkt!"
},
{
"id": "delete_account",
"translation": "Account verwijderen"
},
{
"id": "delete_account_confirm",
"translation": "Weet je zeker dat je dit account wilt verwijderen?"
},
{
"id": "delete_success",
"translation": "Het account is met succes verwijderd!"
},
{
"id": "moderation",
"translation": "Toezicht"
},
{
"id": "extensions_and_plugins",
"translation": "Extensies en Plugins (ontwikkeld door derden)"
},
{
"id": "qbittorrent_plugin",
"translation": "qBittorrent-plugin"
},
{
"id": "local_client",
"translation": "Lokale Client"
},
{
"id": "chrome_extension",
"translation": "Chrome-extensie"
},
{
"id": "firefox_extension",
"translation": "Firefox-extensie"
},
{
"id": "android_app",
"translation": "Android App"
},
{
"id": "who_is_renchon",
"translation": "Wie is <span lang=\"ja\">れんちょん</span>?"
},
{
"id": "renchon_anon_explanation",
"translation": "<span lang=\"ja\">れんちょん</span> (Ren-chon) is de gebruikersnaam voor anonieme uploads en reacties."
},
{
"id": "mark_as_remake",
"translation": "Remake"
},
{
"id": "email_changed",
"translation": "E-mail met succes gewijzigd! Klik op de link die is verstuurd naar: %s om het te bevestigen."
},
{
"id": "torrent_status",
"translation": "Torrentstatus"
},
{
"id": "torrent_status_normal",
"translation": "Normaal"
},
{
"id": "torrent_status_remake",
"translation": "Remake"
},
{
"id": "torrent_status_blocked",
"translation": "Gesloten"
},
{
"id": "profile_edit_page",
"translation": "Profiel van %s bewerken"
},
{
"id": "seeders",
"translation": "Seeders"
},
{
"id": "leechers",
"translation": "Leechers"
},
{
"id": "completed",
"translation": "Voltooid"
},
{
"id": "change_language",
"translation": "Taal wijzigen"
},
{
"id": "language_name",
"translation": "Nederlands"
},
{
"id": "language_code",
"translation": "nl-nl"
},
{
"id": "delete",
"translation": "Verwijderen"
},
{
"id": "website_link",
"translation": "Websitelink"
},
{
"id": "files",
"translation": "Bestanden"
},
{
"id": "no_files",
"translation": "Geen bestanden? Dat kan niet kloppen!"
},
{
"id": "uploaded_by",
"translation": "Geüpload door"
},
{
"id": "report_btn",
"translation": "Melden"
},
{
"id": "are_you_sure",
"translation": "Weet je het zeker?"
},
{
"id": "report_torrent_number",
"translation": "Melding Torrent #%s"
},
{
"id": "report_type",
"translation": "Reden melding"
},
{
"id": "illegal_content",
"translation": "Illegale inhoud"
},
{
"id": "spam_garbage",
"translation": "Spam / Rotzooi"
},
{
"id": "wrong_category",
"translation": "Verkeerde categorie"
},
{
"id": "duplicate_deprecated",
"translation": "Dubbel / Verouderd"
},
{
"id": "captcha",
"translation": "Captcha"
},
{
"id": "captcha_audio",
"translation": "Captcha Audio"
},
{
"id": "file_name",
"translation": "Bestandsnaam"
},
{
"id": "cancel",
"translation": "Annuleren"
},
{
"id": "please_include_our_tracker",
"translation": "Gelieve udp://tracker.doko.moe:6969 toe te voegen bij de trackers."
},
{
"id": "unknown",
"translation": "Onbekend"
},
{
"id": "last_scraped",
"translation": "Recentste scrape: "
},
{
"id": "server_status_link",
"translation": "Serverstatus staat hier"
},
{
"id": "no_database_dumps_available",
"translation": "Er zijn momenteel geen databasedumps beschikbaar."
},
{
"id": "clear_notifications",
"translation": "Meldingen opruimen"
},
{
"id": "notifications_cleared",
"translation": "Meldingen verwijderd!"
},
{
"id": "my_notifications",
"translation": "Mijn Meldingen"
},
{
"id": "new_torrent_uploaded",
"translation": "Nieuwe torrent: \"%s\" van %s"
},
{
"id": "torrent_uploaded",
"translation": "torrent uploaded successfully!"
},
{
"id": "preferences",
"translation": "Voorkeuren"
},
{
"id": "new_torrent_settings",
"translation": "Melding bij een nieuwe torrent van gevolgde gebruikers"
},
{
"id": "new_torrent_email_settings",
"translation": "Melding per mail bij een nieuwe torrent van gevolgde gebruikers"
},
{
"id": "new_comment_settings",
"translation": "Melding bij een nieuwe reactie op je torrents"
},
{
"id": "new_comment_email_settings",
"translation": "Melding per mail bij een nieuwe reactie op je torrents"
},
{
"id": "new_responses_settings",
"translation": "Melding bij een antwoord op je reacties"
},
{
"id": "new_responses_email_settings",
"translation": "Melding per mail bij een antwoord op je reacties"
},
{
"id": "new_follower_settings",
"translation": "Melding bij een nieuwe volger"
},
{
"id": "new_follower_email_settings",
"translation": "Melding per mail bij een nieuwe volger"
},
{
"id": "followed_settings",
"translation": "Melding bij het volgen van iemand"
},
{
"id": "followed_email_settings",
"translation": "Melding per mail bij het volgen van iemand"
},
{
"id": "yes",
"translation": "Ja"
},
{
"id": "no",
"translation": "Nee"
},
{
"id": "new_comment_on_torrent",
"translation": "Nieuwe reactie op torrent: \"%s\""
},
{
"id": "no_action_selected",
"translation": "Geef aan wat je wilt doen met je keuze!"
},
{
"id": "no_move_location_selected",
"translation": "Geef aan waar je je keuze naartoe wilt verplaatsen!"
},
{
"id": "select_one_element",
"translation": "Kies minstens één element!"
},
{
"id": "torrent_moved",
"translation": "Torrent %s verplaatst!"
},
{
"id": "no_status_exist",
"translation": "Die status %d bestaat niet!"
},
{
"id": "torrent_deleted",
"translation": "Torrent %s verwijderd!"
},
{
"id": "torrent_deleted_by",
"translation": "Torrent #%d from %s has been deleted by %s."
},
{
"id": "torrent_edited_by",
"translation": "Torrent #%d from %s has been edited by %s."
},
{
"id": "torrent_blocked_by",
"translation": "Torrent #%d from %s has been locked by %s."
},
{
"id": "torrent_blocked_by",
"translation": "Torrent #%d from %s has been unlocked by %s."
},
{
"id": "torrents_deleted",
"translation": "Torrents Verwijderd"
},
{
"id": "delete_torrent",
"translation": "Torrent Verwijderen"
},
{
"id": "delete_report",
"translation": "Melding verwijderen"
},
{
"id": "comment_deleted",
"translation": "Comment has been deleted!"
},
{
"id": "comment_deleted_by",
"translation": "Comment #%d from %s has been deleted by %s."
},
{
"id": "comment_edited_by",
"translation": "Comment #%d from %s has been edited by %s."
},
{
"id": "oauth_client_deleted",
"translation": "Oauth API Client has been deleted!"
},
{
"id": "oauth_client_deleted_by",
"translation": "Oauth API Client #%s from %s has been deleted by %s."
},
{
"id": "no_action_exist",
"translation": "Die actie %s bestaat niet!"
},
{
"id": "torrent_not_exist",
"translation": "Torrent met ID %s bestaat niet!"
},
{
"id": "something_went_wrong",
"translation": "Er is iets misgegaan"
},
{
"id": "nb_torrents_updated",
"translation": "%d torrents bijgewerkt."
},
{
"id": "torrent_updated",
"translation": "Torrentgegevens bijgewerkt."
},
{
"id": "fail_torrent_update",
"translation": "Bijwerken torrent mislukt!"
},
{
"id": "bad_captcha",
"translation": "Captcha onjuist!"
},
{
"id": "comment_empty",
"translation": "Niks ingevuld!"
},
{
"id": "no_owner_selected",
"translation": "Nieuwe torrenteigenaar is benodigd!"
},
{
"id": "no_category_selected",
"translation": "Geen categorie gekozen!"
},
{
"id": "no_user_found_id",
"translation": "Gebruiker met id %d zit niet in de database!"
},
{
"id": "invalid_torrent_category",
"translation": "Torrentcategorie bestaat niet!"
},
{
"id": "torrent_owner_changed",
"translation": "Eigenaar van torrent \"%s\" is met succes gewijzigd!"
},
{
"id": "torrent_category_changed",
"translation": "Categorie van torrent \"%s\" is met succes gewijzigd!"
},
{
"id": "torrent_reports_deleted",
"translation": "Meldingen van torrent \"%s\" zijn verwijderd!"
},
{
"id": "edit",
"translation": "Bewerken"
},
{
"id": "lock_delete",
"translation": "Sluiten & Verwijderen"
},
{
"id": "delete_definitely_torrent_warning",
"translation": "Het bestand kan niet worden hersteld en kan nog steeds door anderen opnieuw worden geüpload!"
},
{
"id": "delete_definitely",
"translation": "Bevestig verwijderen"
},
{
"id": "torrent_unblock",
"translation": "Openen"
},
{
"id": "torrent_block",
"translation": "Sluiten"
},
{
"id": "torrent_deleted_definitely",
"translation": "Torrent is verwijderd uit de database!"
},
{
"id": "torrent_not_deleted",
"translation": "Torrent was not deleted"
},
{
"id": "torrent_unblocked",
"translation": "Torrent is geopend!"
},
{
"id": "torrent_blocked",
"translation": "Torrent is gesloten!"
},
{
"id": "torrent_nav_notdeleted",
"translation": "Torrents niet verwijderd"
},
{
"id": "torrent_nav_deleted",
"translation": "Torrents verwijderd"
},
{
"id": "change_settings",
"translation": "Uiterlijk/Taal wijzigen"
},
{
"id": "mascot",
"translation": "Mascotte"
},
{
"id": "theme",
"translation": "Thema"
},
{
"id": "theme_select",
"translation": "Kies een Thema"
},
{
"id": "theme_none",
"translation": "Geen"
},
{
"id": "mark_as_hidden",
"translation": "Verbergen"
},
{
"id": "cookies",
"translation": "Door op te slaan ga je akkoord met ons gebruik van cookies"
},
{
"id": "show",
"translation": "Tonen"
},
{
"id": "hide",
"translation": "Verbergen"
},
{
"id": "nyaa_pantsu",
"translation": "Nyaa Pantsu"
},
{
"id": "users",
"translation": "Gebruikers"
},
{
"id": "torrent_reports",
"translation": "Torrent Reports"
},
{
"id": "show_mod_tools",
"translation": "Show Mod Tools"
},
{
"id": "hide_mod_tools",
"translation": "Hide Mod Tools"
},
{
"id": "following_changes_applied",
"translation": "Following changes will be applied"
},
{
"id": "changes_in_following_order",
"translation": "Changes will be made in the following order:"
},
{
"id": "edit_changes",
"translation": "Edit Changes"
},
{
"id": "delete_changes",
"translation": "Delete Changes"
},
{
"id": "owner_id_placeholder",
"translation": "New Owner"
},
{
"id": "try_new_attempt",
"translation": "Trying a new attempt..."
},
{
"id": "query_is_broken",
"translation": "The query ({0}?{1}) seems broken!"
},
{
"id": "query_executed_success",
"translation": "Query executed with success!"
},
{
"id": "all_operations_done",
"translation": "All operations are done!"
},
{
"id": "refreshing_in",
"translation": "Refreshing the page in {0} seconds..."
},
{
"id": "delete_reports_with_torrents",
"translation": "Do you want to delete the reports along the selected torrents?"
},
{
"id": "with_st",
"translation": "with {0}"
},
{
"id": "and_reports",
"translation": " and reports"
},
{
"id": "reports",
"translation": "reports"
},
{
"id": "lock",
"translation": "lock"
},
{
"id": "status_js",
"translation": "status: {0}"
},
{
"id": "owner_id_js",
"translation": "owner_id: {0}"
},
{
"id": "category_js",
"translation": "category: {0}"
},
{
"id": "no_changes",
"translation": "No changes"
},
{
"id": "query_nb",
"translation": "Query #{0}"
},
{
"id": "reason",
"translation": "Reason"
},
{
"id": "actions",
"translation": "Actions"
},
{
"id": "action_select",
"translation": "Action..."
},
{
"id": "change_status",
"translation": "Change Status"
},
{
"id": "to_status",
"translation": "To..."
},
{
"id": "torrents_not_deleted",
"translation": "Torrents Not Deleted"
},
{
"id": "more",
"translation": "More"
},
{
"id": "last_comments",
"translation": "Last Comments"
},
{
"id": "last_reports",
"translation": "Last Reports"
},
{
"id": "last_torrents",
"translation": "Last Torrents"
},
{
"id": "last_users",
"translation": "Last Users"
},
{
"id": "moderation_overview",
"translation": "Moderation Overview"
},
{
"id": "users_list",
"translation": "Users List"
},
{
"id": "comments_list",
"translation": "Comments List"
},
{
"id": "reports_list",
"translation": "Reports List"
},
{
"id": "torrents_list",
"translation": "Torrents List"
},
{
"id": "torrent_edit_panel",
"translation": "Torrent Edit Panel"
},
{
"id": "torrent_reassign",
"translation": "Torrent Reassign"
},
{
"id": "reassign_warning",
"translation": "Reassigning torrents to a new user is not easily reverted and should be done with care."
},
{
"id": "previous_username",
"translation": "Previous Username"
},
{
"id": "torrent_id",
"translation": "Torrent ID"
},
{
"id": "reassign_indication",
"translation": "One ID per line <b>or</b> a single username"
},
{
"id": "reassign_warning_2",
"translation": "Might take a long time, do <b>NOT</b> abort the request."
},
{
"id": "reassign_to",
"translation": "Reassign to:"
},
{
"id": "reassign_based_on",
"translation": "Reassign based on:"
},
{
"id": "user_id",
"translation": "User ID"
},
{
"id": "mascot_url",
"translation": "Mascotte-URL"
},
{
"id": "no_notifications",
"translation": "No Notifications"
},
{
"id": "report_msg",
"translation": "The torrent #%d has been reported!"
},
{
"id": "email_not_valid",
"translation": "Email Address is not valid!"
},
{
"id": "username_illegal",
"translation": "Username contains illegal characters!"
},
{
"id": "torrent_language",
"translation": "Torrent-taal"
},
{
"id": "language_not_mandatory",
"translation": "Language is not mandatory anymore"
},
{
"id": "language_en-us_name",
"translation": "English"
},
{
"id": "language_ca-es_name",
"translation": "Catalan"
},
{
"id": "language_de-de_name",
"translation": "German"
},
{
"id": "language_es-es_name",
"translation": "Spanish"
},
{
"id": "language_es-mx_name",
"translation": "Spanish (LATAM)"
},
{
"id": "language_fr-fr_name",
"translation": "French"
},
{
"id": "language_hu-hu_name",
"translation": "Hungarian"
},
{
"id": "language_is-is_name",
"translation": "Icelandic"
},
{
"id": "language_it-it_name",
"translation": "Italian"
},
{
"id": "language_ja-jp_name",
"translation": "Japanese"
},
{
"id": "language_ko-kr_name",
"translation": "Korean"
},
{
"id": "language_nb-no_name",
"translation": "Norwegian"
},
{
"id": "language_nl-nl_name",
"translation": "Dutch"
},
{
"id": "language_pt-br_name",
"translation": "Portuguese (Brazil)"
},
{
"id": "language_pt-pt_name",
"translation": "Portuguese (Portugal)"
},
{
"id": "language_ro-ro_name",
"translation": "Romanian"
},
{
"id": "language_ru-ru_name",
"translation": "Russian"
},
{
"id": "language_sv-se_name",
"translation": "Swedish"
},
{
"id": "language_th-th_name",
"translation": "Thai"
},
{
"id": "language_zh-cn_name",
"translation": "Simplified Chinese"
},
{
"id": "language_zh-tw_name",
"translation": "Traditional Chinese"
},
{
"id": "language_other_name",
"translation": "Other"
},
{
"id": "language_multiple_name",
"translation": "Multiple Languages"
},
{
"id": "activity_list",
"translation": "Activity List"
},
{
"id": "activities",
"translation": "Activities"
},
{
"id": "filter",
"translation": "Filter"
},
{
"id": "error_min_length",
"translation": "Minimal length of %s required for the input: %s"
},
{
"id": "error_min_number",
"translation": "%s must be %s or greater"
},
{
"id": "error_min_field",
"translation": "%s must be equal or greater to %s"
},
{
"id": "error_min_array",
"translation": "%s must contain at least %s items"
},
{
"id": "error_less_date",
"translation": "%s must be less than the current Date & Time"
},
{
"id": "error_less_array",
"translation": "%s must contain less than %s items"
},
{
"id": "error_less_length",
"translation": "%s must be less than %s in length"
},
{
"id": "error_less_number",
"translation": "%s must be less than %s"
},
{
"id": "error_less_equal_date",
"translation": "%s must be less than or equal to the current Date & Time"
},
{
"id": "error_greater_date",
"translation": "%s must be greater than the current Date & Time"
},
{
"id": "error_greater_length",
"translation": "%s must be greater than %s in length"
},
{
"id": "error_greater_number",
"translation": "%s must be greater than %s"
},
{
"id": "error_greater_equal_date",
"translation": "%s must be greater than or equal to the current Date & Time"
},
{
"id": "error_max_field",
"translation": "%s must be equal or less to %s"
},
{
"id": "error_max_length",
"translation": "Maximal length of %s required for the input: %s"
},
{
"id": "error_max_number",
"translation": "%s must be %s or less"
},
{
"id": "error_max_array",
"translation": "%s must contain at maximum %s items"
},
{
"id": "error_length",
"translation": "Length of %s required for the input: %s"
},
{
"id": "error_equal",
"translation": "%s is not equal to %s"
},
{
"id": "error_same_value",
"translation": "Field '%s' must have the same value as the field '%s'"
},
{
"id": "error_field",
"translation": "Unexpected error on field: %s"
},
{
"id": "error_not_equal",
"translation": "%s should not be equal to %s"
},
{
"id": "error_wrong_value",
"translation": "Wrong value for the input: %s"
},
{
"id": "error_field_needed",
"translation": "Field needed: %s"
},
{
"id": "error_len_array",
"translation": "%s must contain %s items"
},
{
"id": "error_alpha",
"translation": "%s can only contain alphabetic characters"
},
{
"id": "error_alphanum",
"translation": "%s can only contain alphanumeric characters"
},
{
"id": "error_numeric_valid",
"translation": "%s must be a valid numeric value"
},
{
"id": "error_number_valid",
"translation": "%s must be a valid number"
},
{
"id": "error_hexadecimal_valid",
"translation": "%s must be a valid hexadecimal"
},
{
"id": "error_hex_valid",
"translation": "%s must be a valid HEX color"
},
{
"id": "error_rgb_valid",
"translation": "%s must be a valid RGB color"
},
{
"id": "error_rgba_valid",
"translation": "%s must be a valid RGBA color"
},
{
"id": "error_hsl_valid",
"translation": "%s must be a valid HSL color"
},
{
"id": "error_hsla_valid",
"translation": "%s must be a valid HSLA color"
},
{
"id": "error_url_valid",
"translation": "%s must be a valid URL"
},
{
"id": "error_uri_valid",
"translation": "%s must be a valid URI"
},
{
"id": "error_base64_valid",
"translation": "%s must be a valid Base64 string"
},
{
"id": "error_contains",
"translation": "%s must contain the text '%s'"
},
{
"id": "error_contains_any",
"translation": "%s must contain at least one of the following characters '%s'"
},
{
"id": "error_excludes",
"translation": "%s cannot contain the text '%s'"
},
{
"id": "error_excludes_all",
"translation": "%s cannot contain any of the following characters '%s'"
},
{
"id": "error_excludes_rune",
"translation": "%s cannot contain the following '%s'"
},
{
"id": "error_color_valid",
"translation": "%s must be a valid color"
},
{
"id": "error_",
"translation": "%s must contain %s items"
},
{
"id": "error_len_array",
"translation": "%s must contain %s items"
},
{
"id": "refine_search",
"translation": "Refine your search"
},
{
"id": "between",
"translation": "Between"
},
{
"id": "and",
"translation": "and"
},
{
"id": "days",
"translation": "Days"
},
{
"id": "months",
"translation": "Months"
},
{
"id": "years",
"translation": "Years"
},
{
"id": "refine",
"translation": "Refine"
},
{
"id": "large",
"translation": "large."
},
{
"id": "old",
"translation": "old"
},
{
"id": "optional",
"translation": "Optional"
},
{
"id": "search_for",
"translation": "Search for"
},
{
"id": "show",
"translation": "Show"
},
{
"id": "username_taken",
"translation": "Username already taken, you can choose: %s"
},
{
"id": "email_in_db",
"translation": "Email address already in database"
},
{
"id": "user_not_found",
"translation": "User not found"
},
{
"id": "incorrect_password",
"translation": "Password Incorrect"
},
{
"id": "password_error_generating",
"translation": "Error when generating your password hash"
},
{
"id": "permission_delete_error",
"translation": "You don't have the right to delete this"
},
{
"id": "no_username_password",
"translation": "No username/password entered"
},
{
"id": "account_banned",
"translation": "Account banned"
},
{
"id": "account_need_activation",
"translation": "This account needs activation from Moderators, please contact us"
},
{
"id": "retrieve_torrent_error",
"translation": "Couldn't retrieve torrents"
},
{
"id": "multiple_username_error",
"translation": "More than one username given"
},
{
"id": "elevating_user_error",
"translation": "Elevating status to moderator is prohibited"
},
{
"id": "parse_error_line",
"translation": "Couldn't parse on line %d"
},
{
"id": "language_not_available",
"translation": "Language not available"
},
{
"id": "mascot_url_too_long",
"translation": "Mascot URL is too long (max is 255 chars)"
},
{
"id": "mascor_url_parse_error",
"translation": "Error occurred when parsing mascot URL: %s"
},
{
"id": "no_id_given",
"translation": "No torrent ID given"
},
{
"id": "error_api_token",
"translation": "Error API token doesn't exist"
},
{
"id": "uploads_disabled",
"translation": "Uploads are disabled"
},
{
"id": "try_to_delete_report_inexistant",
"translation": "Trying to delete a torrent report that does not exists"
},
{
"id": "torrent_report_not_created",
"translation": "TorrentReport was not created"
},
{
"id": "user_not_deleted",
"translation": "User wasn't deleted"
},
{
"id": "error_content_type_post",
"translation": "Please provide either of Content-Type: application/json header or multipart/form-data"
},
{
"id": "torrent_name_invalid",
"translation": "Torrent name is invalid"
},
{
"id": "torrent_private",
"translation": "Torrent is private"
},
{
"id": "torrent_no_working_trackers",
"translation": "Torrent does not have any (working) trackers: <a href=\"/faq#trackers\">Trackers List</a>"
},
{
"id": "torrent_desc_invalid",
"translation": "Torrent description is invalid"
},
{
"id": "torrent_cat_invalid",
"translation": "Torrent category is invalid"
},
{
"id": "torrent_lang_invalid",
"translation": "Language sent is not yet supported! You can help supporting it by contributing in our github page"
},
{
"id": "torrent_cat_is_english",
"translation": "Torrent's category is for English translations, but language wasn't English. We changed it to english"
},
{
"id": "torrent_cat_not_english",
"translation": "Torrent's category is for non-English translations, but language selected is only English"
},
{
"id": "torrent_magnet_invalid",
"translation": "Magnet couldn't be parsed, please check it"
},
{
"id": "torrent_hash_invalid",
"translation": "Torrent hash is incorrect"
},
{
"id": "torrent_plus_magnet",
"translation": "Upload either a torrent file or magnet link, not both"
},
{
"id": "torrent_file_invalid",
"translation": "Torrent File is invalid"
},
{
"id": "torrent_uri_invalid",
"translation": "Website url or IRC link is invalid"
},
{
"id": "api_documentation",
"translation": "API documentation"
},
{
"id": "api_help",
"translation": "Do you have an api?"
},
{
"id": "trusted",
"translation": "Torrents uploaded by trusted users."
},
{
"id": "reencodes",
"translation": "Re-encodes"
},
{
"id": "remux",
"translation": "Remux of another uploader's original release"
},
{
"id": "reupload",
"translation": "Reupload of another users torrent with missing and/or unrelated additional files."
},
{
"id": "red",
"translation": "Red entries are: "
},
{
"id": "green",
"translation": "Green entries are:"
},
{
"id": "torrent_colors",
"translation": "Torrent colors"
},
{
"id": "torrent_preview",
"translation": "Preview your torrent"
},
{
"id": "announcement",
"translation": "Announcement"
},
{
"id": "update_client_failed",
"translation": "Update of the client has failed!"
},
{
"id": "update_client_success",
"translation": "You have successfully updated the client!"
},
{
"id": "update_client_panel",
"translation": "Update a Client"
},
{
"id": "create_client_success",
"translation": "You have successfully created the client!"
},
{
"id": "create_client_failed",
"translation": "Client creation has failed!"
},
{
"id": "create_client_panel",
"translation": "Create a new Client"
},
{
"id": "redirect_uri",
"translation": "Redirect URI"
},
{
"id": "grant_types",
"translation": "Grant Types"
},
{
"id": "response_types",
"translation": "Response Types"
},
{
"id": "scope",
"translation": "Scopes"
},
{
"id": "owner",
"translation": "Owner"
},
{
"id": "policy_uri",
"translation": "Policy URI"
},
{
"id": "tos_uri",
"translation": "Terms Of Service URI"
},
{
"id": "logo_uri",
"translation": "Logo URI"
},
{
"id": "contacts",
"translation": "Owner Emails"
},
{
"id": "oauth_clients_list",
"translation": "OAuth API Clients"
},
{
"id": "add",
"translation": "Add"
},
{
"id": "remove",
"translation": "Remove"
},
{
"id": "secret",
"translation": "Client Secret"
},
{
"id": "torrent_age",
"translation": "{1} days {2} hours ago"
},
{
"id": "wrong_tag_type",
"translation": "The tag type selected doesn't exist"
},
{
"id": "add_tag",
"translation": "Add a Tag"
},
{
"id": "tagtype",
"translation": "Tag Type"
},
{
"id": "tagtype_anidbid",
"translation": "Anidb ID"
},
{
"id": "tagtype_vndbid",
"translation": "VNdb ID"
},
{
"id": "tagtype_videoquality",
"translation": "Video Quality"
},
{
"id": "torrent_tags",
"translation": "Torrent tags"
},
{
"id": "announcements",
"translation": "Announcements"
},
{
"id": "message",
"translation": "Message"
},
{
"id": "delay",
"translation": "Delay"
},
{
"id": "update_annoucement_panel",
"translation": "Update Announcement"
},
{
"id": "create_annoucement_panel",
"translation": "Create Announcement"
},
{
"id": "expire",
"translation": "Expire"
}
]