i18n: new translations (#288)

Co-authored-by: coxde <63153334+coxde@users.noreply.github.com>
Co-authored-by: John Willemsen
This commit is contained in:
github-actions[bot]
2021-04-20 09:41:53 +08:00
committed by GitHub
parent c987b4897b
commit eeba7f7fc0
2 changed files with 30 additions and 6 deletions

View File

@@ -1,9 +1,12 @@
{
"actionbar.button.add.torrent": "Torrent toevoegen",
"actionbar.button.remove.torrent": "Verwijder Torrent",
"actionbar.button.start.torrent": "Start torrent",
"actionbar.button.stop.torrent": "Stop torrent",
"alert.settings.saved": "Instellingen zijn opgeslagen.",
"alert.torrent.add": "Het toevoegen van {countElement} {count, plural, =1 {torrent} other {torrents}} is klaar.",
"alert.torrent.add.failed": "Het toevoegen van {countElement} {count, plural, =1 {torrent} other {torrents}} is mislukt.",
"alert.torrent.add.sent": "{countElement} {count, plural, =1 {verzoek} other {verzoeken}} naar de torrent client gestuurd.",
"alert.torrent.move": "Het verplaatsen van {countElement} {count, plural, =1 {torrent} other {torrents}} is klaar.",
"alert.torrent.move.failed": "Het verplaatsen van {countElement} {count, plural, =1 {torrent} other {torrents}} is mislukt.",
"alert.torrent.remove": "Het verwijderen van {countElement} {count, plural, =1 {torrent} other {torrents}} is klaar.",
@@ -30,6 +33,7 @@
"button.download": "downloaden",
"button.new": "Nieuw",
"button.no": "Nee",
"button.ok": "Ok",
"button.retry": "Opnieuw",
"button.save": "Instellingen opslaan",
"button.save.feed": "Opslaan",
@@ -41,19 +45,29 @@
"connection-interruption.verification-error": "Verbinding kon niet worden geverifieerd.",
"connection.settings.client.select": "Klant",
"connection.settings.error.empty": "Verbindingsinstellingen kunnen niet leeg zijn.",
"connection.settings.qbittorrent": "qBittorrent",
"connection.settings.qbittorrent.password": "Wachtwoord",
"connection.settings.qbittorrent.password.input.placeholder": "Wachtwoord",
"connection.settings.qbittorrent.url": "URL",
"connection.settings.qbittorrent.url.input.placeholder": "bijv. http://localhost:8080",
"connection.settings.qbittorrent.username": "Gebruikersnaam",
"connection.settings.qbittorrent.username.input.placeholder": "Gebruikersnaam",
"connection.settings.rtorrent": "rTorrent",
"connection.settings.rtorrent.host": "Hostnaam",
"connection.settings.rtorrent.host.input.placeholder": "Hostnaam of IP",
"connection.settings.rtorrent.port": "Poort",
"connection.settings.rtorrent.port.input.placeholder": "Poort",
"connection.settings.rtorrent.socket": "Pad",
"connection.settings.rtorrent.socket.input.placeholder": "bijv. ~/.local/share/rtorrent/rtorrent.sock",
"connection.settings.rtorrent.type": "Type verbinding",
"connection.settings.rtorrent.type.socket": "Socket",
"connection.settings.rtorrent.type.tcp": "TCP",
"connection.settings.rtorrent.type.tcp.warning": "Het blootstellen van rTorrent via TCP kan leiden tot privilege-escalatie.",
"connection.settings.transmission": "Transmission",
"connection.settings.transmission.password": "Wachtwoord",
"connection.settings.transmission.password.input.placeholder": "Wachtwoord",
"connection.settings.transmission.url": "URL",
"connection.settings.transmission.url.input.placeholder": "bijv. http://localhost:9091/transmission/rpc",
"connection.settings.transmission.username": "Gebruikersnaam",
"connection.settings.transmission.username.input.placeholder": "Gebruikersnaam",
"dependency.loading.notifications": "Notificaties",
@@ -69,8 +83,10 @@
"feeds.exclude.pattern": "Overslaan op patroon",
"feeds.existing.feeds": "Bestaande feeds",
"feeds.existing.rules": "Regels",
"feeds.interval": "Interval",
"feeds.label": "Omschrijving",
"feeds.match": "Overeenkomst",
"feeds.match.count": "{count, plural, =1 {# overeenkomst} other {# overeenkomsten}}",
"feeds.match.pattern": "Overeenkomst op patroon",
"feeds.no.feeds.available": "Geen feeds beschikbaar.",
"feeds.no.feeds.defined": "Geen feeds toegevoegd.",
@@ -80,8 +96,10 @@
"feeds.search": "Zoek term",
"feeds.search.term": "Zoek term",
"feeds.select.feed": "Selecteer feed",
"feeds.select.interval": "Interval",
"feeds.start.on.load": "Start na toevoegen",
"feeds.tabs.download.rules": "Regels",
"feeds.tabs.feeds": "Feeds",
"feeds.tabs.heading": "Torrent feeds",
"feeds.tags": "Labels",
"feeds.test.match": "Test Match Patroon",
@@ -89,6 +107,7 @@
"feeds.time.hr": "{durationValue} uur",
"feeds.time.min": "{durationValue} minuten",
"feeds.torrent.destination": "Torrent downloadlocatie",
"feeds.url": "URL",
"feeds.validation.interval.not.positive": "Je moet een positief nummer opgeven.",
"feeds.validation.invalid.regular.expression": "Fout in reguliere expressie.",
"feeds.validation.must.select.feed": "Je moet een feed selecteren.",
@@ -98,6 +117,7 @@
"filesystem.empty.directory": "Lege map.",
"filesystem.error.eacces": "Flood heeft geen toestemming om deze map te lezen.",
"filesystem.error.enoent": "Dit pad bestaat niet. Het zal worden aangemaakt.",
"filesystem.error.no.input": "Geef het pad op.",
"filesystem.error.unknown": "Er is een onbekende fout opgetreden. Probeer het opnieuw.",
"filesystem.fetching": "Ophalen van map structuur...",
"filter.all": "Alles",
@@ -124,10 +144,13 @@
"mediainfo.fetching": "Ophalen...",
"mediainfo.heading": "Mediainfo Uitvoer",
"notification.clear.all": "Alles wissen",
"notification.feed.torrent.added.body": "{title}",
"notification.feed.torrent.added.heading": "Feed item in wachtrij",
"notification.no.notification": "Je hebt nog geen meldingen.",
"notification.showing": "Weergegeven",
"notification.torrent.errored.body": "{name}",
"notification.torrent.errored.heading": "Fout gerapporteerd",
"notification.torrent.finished.body": "{name}",
"notification.torrent.finished.heading": "Downloaden voltooid",
"priority.dont.download": "Niet downloaden",
"priority.high": "Hoog",
@@ -189,6 +212,7 @@
"settings.ui.torrent.size": "Torrentgrootte",
"settings.ui.torrent.size.condensed": "Gecondenseerde weergave",
"settings.ui.torrent.size.expanded": "Uitgebreide weergave",
"sidebar.button.feeds": "Feeds",
"sidebar.button.log.out": "Log uit",
"sidebar.button.settings": "Instellingen",
"sidebar.button.speedlimits": "Sneldheidsbeperkingen",

View File

@@ -9,7 +9,7 @@
"alert.torrent.add.sent": "发送 {countElement} 个请求到种子客户端。",
"alert.torrent.move": "移动 {countElement} 个种子成功。",
"alert.torrent.move.failed": "{countElement} 个种子移动失败。",
"alert.torrent.remove": "成功移除 {countElement} 个种子。",
"alert.torrent.remove": "成功移除 {countElement} 个种子。",
"alert.torrent.remove.failed": "{countElement} 个种子移除失败。",
"auth.add.user": "增加用户",
"auth.admin": "管理员",
@@ -110,10 +110,10 @@
"feeds.url": "网址",
"feeds.validation.interval.not.positive": "间隔必须是一个正整数。",
"feeds.validation.invalid.regular.expression": "无效的RegEx。",
"feeds.validation.must.select.feed": "必须选择一个订阅源。",
"feeds.validation.must.specify.destination": "必须指定下载位置。",
"feeds.validation.must.specify.label": "必须指定标签。",
"feeds.validation.must.specify.valid.feed.url": "必须指定有效的订阅源网址。",
"feeds.validation.must.select.feed": "必须选择一个订阅源。",
"feeds.validation.must.specify.destination": "必须指定下载位置。",
"feeds.validation.must.specify.label": "必须指定标签。",
"feeds.validation.must.specify.valid.feed.url": "必须指定有效的订阅源网址。",
"filesystem.empty.directory": "空目录。",
"filesystem.error.eacces": "Flood没有权限读取此目录。",
"filesystem.error.enoent": "路径不存在,将会创建此目录。",
@@ -352,7 +352,7 @@
"torrents.properties.upload.speed": "上传速度",
"torrents.properties.upload.total": "已上传",
"torrents.remove": "移除种子",
"torrents.remove.are.you.sure": "确定想要删除 # 个种子",
"torrents.remove.are.you.sure": "确定想要删除这 {count} 个种子吗?",
"torrents.remove.delete.data": "删除数据",
"torrents.remove.error.no.torrents.selected": "您没有选择任何种子。",
"torrents.set.tags.button.set": "设置标签",